about summary refs log tree commit diff stats
path: root/central/trunk/xmlrpc.php
Commit message (Collapse)AuthorAgeFilesLines
* Central: Added library skeletonKelly Rauchenberger2008-08-011-7/+27
| | | | | | Added the library method signatures for XML-RPC used functions to the library, and also implemented a instaDisc_sendUpdateNotice() and instaDisc_addItem(). Refs #3.
* Central: Added positive return to InstaDisc.askForDatabaseKelly Rauchenberger2008-08-011-0/+2
| | | | Forgot to do this in the previous commit. This is [15] all over again.
* Central: Centrallized verification checksKelly Rauchenberger2008-08-011-125/+120
| | | | | Molded the verification checking into one library functions so the each and every XML-RPC function wouldn't have to implement. Also added the InstaDisc.sendUpdateNotice and InstaDisc.askForDatabase functions.
* Central: Simplified function parametersKelly Rauchenberger2008-08-011-41/+10
| | | | With the new usage of 'functions_parameters_type = "phpvals"', all parameters are stored as PHP values, and thus arrays are usable.
* Central: Added recieving functionsKelly Rauchenberger2008-08-011-6/+142
| | | | The next step is to implement the instaDisc_* functions and complete the Central Server.
* Central Server: Started XML-RPC interfaceKelly Rauchenberger2008-07-291-0/+99