about summary refs log tree commit diff stats
path: root/update/library/trunk/instadisc.php
Commit message (Collapse)AuthorAgeFilesLines
* 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