1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
vvmd (1.1)
[ Chris Talbot ]
* Big fixes
[ Arnaud Ferraris ]
* Test all authentication methods
vvmd (1.0)
[ Chris Talbot ]
* Update c-ares calls to not be depreciated
* Normalize headers to lowercase
* Note: Originally, I was holding off on making a 1.0 release until I had OTMP working. However, it seems that OTMP isn't really used, but iOS is used a lot. So, it's as good a time as any to make the 1.0 release.
vvmd (0.18)
[ Chris Talbot ]
* Add and fix a bunch of compiler warnings.
vvmd (0.17)
[ Chris Talbot ]
* Reorganize tests
* Use modem interface by default
vvmd (0.16)
[ Chris Talbot ]
* Fix memory leaks
* Create iOS vvm standard
* add +LOGIN
* Account for short codes
[ Undef ]
* Add configurable CA bundle
vvmd (0.15)
[ Chris Talbot ]
* Properly check vvmd status on startup
vvmd (0.14.2)
[ anteater ]
* Fix multi-character UIDs
vvmd (0.14.1)
[ Arnav Singh ]
* Only use CURLOPT_PROTOCOLS_STR when libcurl is v7.85 or higher
vvmd (0.14)
[ Chris Talbot ]
* Ensure only VVM type numbers are processed
* exit vvmd if the home directory is not readable/writable
* Default to using STARTTLS
vvmd (0.13)
[ Chris Talbot ]
* Fix bug that doesn't allow all VVMs to download at once
vvmd (0.12)
[ Chris Talbot ]
* Fix bug where STATUS message doesn't update VVM settings
* Automatically save/restore old MMS settings
* Do not reset settings on bad modem loads
* Make some functions more resilient
vvmd (0.11)
[ Chris Talbot ]
* Fix debugging
* Fix status messages for AT&T
* Various other small fixes
[ Xela Geo ]
* Add support for FreeMobile FRA
vvmd (0.10)
[ Chris Talbot ]
* Fix issue with curl writeback
* Add test to validate SYNC and STATUS SMS
[ akrosi8 ]
* Enable vvm3 activation
vvmd (0.9)
[ Chris Talbot ]
* Switch to glib logging
* Fix issue with some T-Mobile servers (needs this patch https://github.com/curl/curl/pull/8986 )
* Fix issue where VVM is deleted if curl has an issue and it should not be.
vvmd (0.8)
[ Chris Talbot ]
* Fix various memory leaks
* Use correct IMAP port
vvmd (0.7)
[ Chris Talbot ]
* Fix various small bugs
vvmd (0.6.1)
[ Chris Talbot ]
* Sync Settings after IMAP activation/deactivation
vvmd (0.6)
[ Chris Talbot ]
* Add support for VZW USA
* Various small bug fixes
* Reset Settings and disable service if IMSI changes
* Add unit test for headers parser
vvmd (0.5)
[ Chris Talbot ]
* Add support for mobile-broadband-provider-info
* Sync settings to settings file as soon as they are changed
vvmd (0.4)
[ Chris Talbot ]
* Depend on libphonenumber instead of libebook-contacts
vvmd (0.3.1)
[ Chris Talbot ]
* Remove potentially sensitive log messages
* Ensure that there is not a dbus error sending an SMS
* Remove unneeded option detach
* Move dbus registerations to before name is acquired
vvmd (0.3)
[ Chris Talbot ]
* Normalize dbus date to conform to ISO8601
* Add lifetime status to dbus message
vvmd (0.2)
[ Chris Talbot ]
* Add Unit Tests
* Refine stability issues
vvmd (0.1~alpha2)
[ Chris Talbot ]
* Add support for AT&T USA
* Refine parsers
vvmd (0.1~alpha1)
[ Chris Talbot ]
* Initial Release
|