about summary refs log tree commit diff stats
path: root/update/library/trunk/instadisc.php
Commit message (Collapse)AuthorAgeFilesLines
* Update: Reverted Series integrationKelly Rauchenberger2008-09-141-24/+5
| | | | Refs #55
* Update: Added back $idusSubscriptionTitleKelly Rauchenberger2008-09-111-3/+5
| | | | Refs #55
* Update: Added more fieldsKelly Rauchenberger2008-09-101-7/+22
| | | | Refs #55
* General: [15]Kelly Rauchenberger2008-09-071-1/+1
| | | | Refs #28
* Update: Removed category valueKelly Rauchenberger2008-09-061-4/+2
| | | | Refs #52
* Update: Removed UN and PW valuesKelly Rauchenberger2008-09-061-11/+4
| | | | Refs #52
* Update: Centralized Central in LibraryKelly Rauchenberger2008-09-061-11/+10
| | | | | | Also removed subscription.php due to the new subscription specification (#28) Refs #52 and #28
* Update: Spruced up Library password protectionKelly Rauchenberger2008-08-211-43/+35
| | | | Refs #10
* Update: Fixed $resp value receiptKelly Rauchenberger2008-08-211-2/+3
| | | | | Previously, the return value was recieved by $resp->value(), but that returned an xmlrpcval, not an int. The proper method is $resp->value()->scalarVal(). Refs #44
* Update: Added VerID bounce to LibraryKelly Rauchenberger2008-08-211-17/+15
| | | | Refs #44
* General: Upgraded Verification ID generationKelly Rauchenberger2008-08-161-3/+3
| | | | Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37
* Update: Fixed encryption sequenceKelly Rauchenberger2008-08-131-2/+11
| | | | | | | | | Previously, even after the key generation bug ([127]) was fixed, the Client was still failing to decrypt properly. However, the first field, Title, decrypted perfectly, so it was discovered that while the Client reset the Cipher object after every decryption, the Update Server did not reset MCrypt after every enryption. This has been fixed. Refs #10
* Update: Seperated Encryption ID from Verifiction IDKelly Rauchenberger2008-08-131-12/+22
| | | | | | | | The Client was failing to properly decrypt encrypted data because of a key generation issue, the key is generated from a password and a Verification ID. However, because Verifcation IDs must be unique, the encryption key and the decryption key would differ. However, the Central Server needs to be modified so as to pass on the Encryption Key. Refs #10
* Update: Added Update-side password protectionKelly Rauchenberger2008-08-121-4/+41
| | | | Refs #10
* Update: Added multiple subscription supportKelly Rauchenberger2008-08-071-12/+26
| | | | Closes #22
* Update: Undid the password-protection supportKelly Rauchenberger2008-08-071-23/+1
| | | | | From now on, password-protection is Milestone 1.1. When that time comes, you can look back on [105] and [106] for password-protection. Refs #10
* Update: Added automatic Subscription FileKelly Rauchenberger2008-08-071-0/+2
| | | | | | Users of the Update Server Library will no longer have to write their own Subscription File because now the Library comes with an automatically generated one with password-protection support. Just ensure that if you move subscription.php away from instadisc.php that you update the include() in subscription.php! Refs #10
* Update: Added password-protection support to the libraryKelly Rauchenberger2008-08-071-0/+23
| | | | | | Using the new instaDisc_sendEncrypted() function and the $idusEncryptionPassword variable, you can now feed password-protected subscriptions. However, a Subscription File will have to be automatically generated to support the password-protection. Refs #10
* Update: Fixed semantics in LibraryKelly Rauchenberger2008-08-061-1/+1
| | | | See [90]
* Update: Fixed extra + concatenationKelly Rauchenberger2008-08-041-1/+1
| | | | This really should have happened in [59]. It's [37] all over again.
* Update: Fixed up a few errors in QAKelly Rauchenberger2008-08-041-1/+2
|
* Update: Renamed library functionKelly Rauchenberger2008-08-021-1/+1
| | | | Renamed function sendItem() to use the general prefix (instaDisc_) to prevent include file confusion.
* Central: Added recieving functionsKelly Rauchenberger2008-08-011-1/+1
| | | | The next step is to implement the instaDisc_* functions and complete the Central Server.
* Update Server: Added XML-RPC to LibraryKelly Rauchenberger2008-08-011-0/+28