about summary refs log tree commit diff stats
path: root/central
Commit message (Collapse)AuthorAgeFilesLines
* Central: MySQL-escaped query stringsKelly Rauchenberger2008-08-012-15/+15
| | | | Wrapped strings in MySQL queries with mysql_escape_string() to prevent errors and XSS-attacks.
* Central: Added InstaDisc.addSubscription functionKelly Rauchenberger2008-08-011-1/+15
|
* Central: Added library skeletonKelly Rauchenberger2008-08-012-7/+65
| | | | | | 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-012-125/+142
| | | | | 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-2910-0/+6293
|
* Continued working on install.phpKelly Rauchenberger2008-07-263-20/+4
|
* Redid InstaDisc, new technique in storeKelly Rauchenberger2008-07-055-176/+26
| | | | | | New technique is to use XML-RPC hooks instead of a pre-built HTML interface so people who host Central Servers will not have to use the default interface, instead allowing them to create their own.
* Moved over to the Four Island Templating System.Kelly Rauchenberger2008-06-235-9/+174
|
* Moved code needed by most pages into a single file.Kelly Rauchenberger2008-06-233-1/+25
|
* Added database supportKelly Rauchenberger2008-06-232-0/+23