Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Central: Centrallized verification checks | Kelly Rauchenberger | 2008-08-01 | 1 | -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 parameters | Kelly Rauchenberger | 2008-08-01 | 1 | -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 functions | Kelly Rauchenberger | 2008-08-01 | 1 | -6/+142 |
| | | | | The next step is to implement the instaDisc_* functions and complete the Central Server. | ||||
* | Central Server: Started XML-RPC interface | Kelly Rauchenberger | 2008-07-29 | 1 | -0/+99 |