Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Central: Removed UI | Kelly Rauchenberger | 2008-09-28 | 1 | -266/+0 |
| | | | | Refs #63 | ||||
* | Central: Added countSubscribers() | Kelly Rauchenberger | 2008-09-28 | 1 | -1/+11 |
| | | | | Closes #67 | ||||
* | Central: Completed steps 10 and 11 | Kelly Rauchenberger | 2008-09-28 | 1 | -10/+72 |
| | | | | Refs #69 | ||||
* | Central: Completed step 9 | Kelly Rauchenberger | 2008-09-28 | 1 | -1/+26 |
| | | | | Refs #69 | ||||
* | Central: Completed step 7 | Kelly Rauchenberger | 2008-09-28 | 1 | -1/+15 |
| | | | | Refs #69 | ||||
* | Central: Completed step 3 | Kelly Rauchenberger | 2008-09-28 | 1 | -1/+15 |
| | | | | Refs #69 | ||||
* | Central: Removed Series-related code | Kelly Rauchenberger | 2008-09-18 | 1 | -16/+8 |
| | | | | Refs #57 | ||||
* | Central: Reverted Update<->Series integration | Kelly Rauchenberger | 2008-09-14 | 1 | -2/+2 |
| | | | | Refs #55 | ||||
* | Central: Fixed sendFromSeries() definition | Kelly Rauchenberger | 2008-09-13 | 1 | -1/+1 |
| | | | | | | [15] Refs #55 | ||||
* | Central: Renamed sendFromUpdate() | Kelly Rauchenberger | 2008-09-13 | 1 | -2/+2 |
| | | | | Refs #55 | ||||
* | Central: Fixed a few errors | Kelly Rauchenberger | 2008-09-07 | 1 | -6/+8 |
| | | | | | | [15] Refs #28 | ||||
* | Central: Removed UN and PW values | Kelly Rauchenberger | 2008-09-06 | 1 | -1/+1 |
| | | | | Refs #52 | ||||
* | Central: Removed idea of multiple central servers | Kelly Rauchenberger | 2008-09-06 | 1 | -192/+10 |
| | | | | Refs #52 | ||||
* | Central: Moved to Series | Kelly Rauchenberger | 2008-09-06 | 1 | -27/+30 |
| | | | | Refs #28 | ||||
* | Central: Started moving to Series | Kelly Rauchenberger | 2008-09-06 | 1 | -42/+41 |
| | | | | Refs #28 | ||||
* | Central: Patched security hole | Kelly Rauchenberger | 2008-08-31 | 1 | -1/+4 |
| | | | | Fixes #48 | ||||
* | Central: Switched order of sendDatabase | Kelly Rauchenberger | 2008-08-31 | 1 | -29/+32 |
| | | | | Refs #47 | ||||
* | Central: Fixes #47 | Kelly Rauchenberger | 2008-08-28 | 1 | -3/+25 |
| | | | | I am soooooo lazy. | ||||
* | Central: Fixed typo in addSubscription | Kelly Rauchenberger | 2008-08-22 | 1 | -1/+1 |
| | | | | | When the check for subscribing to a subscription twice was added, the wrong comparison operator was used (==), instead of (!=) which wasn't allowing any new subscriptions to be added. Fixes #45 | ||||
* | Central: Started Update VerID bounce | Kelly Rauchenberger | 2008-08-21 | 1 | -0/+2 |
| | | | | | With the addition of a new return value in sendFromUpdate(), the Update Server should know when Verification fails and thus to resend the request. Refs #44 | ||||
* | General: Upgraded Verification ID generation | Kelly Rauchenberger | 2008-08-16 | 1 | -3/+3 |
| | | | | Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37 | ||||
* | Central: Organized files | Kelly Rauchenberger | 2008-08-15 | 1 | -4/+3 |
| | | | | Refs #25 | ||||
* | Central: Added encryption key support | Kelly Rauchenberger | 2008-08-13 | 1 | -3/+4 |
| | | | | See [127]. Refs #10 | ||||
* | Central: Imposed "instadisc" category contract | Kelly Rauchenberger | 2008-08-08 | 1 | -4/+4 |
| | | | | | | Now Central Servers will refuse to receive items with the category of "instadisc". However, the Client has to be modifed to send this data to the Central Server. Also added the Central Server Update Notice subscription to the database and provided a subscription file. Refs #26 | ||||
* | Central: Fixed a few errors | Kelly Rauchenberger | 2008-08-07 | 1 | -4/+14 |
| | |||||
* | Central: Tweaked deserialization | Kelly Rauchenberger | 2008-08-06 | 1 | -1/+4 |
| | |||||
* | Central: Changed semantics' type | Kelly Rauchenberger | 2008-08-06 | 1 | -1/+1 |
| | | | | | Previously, semantics was an array, but apparently XML-RPC only allows arrays of xmlrpcvals, so it was changed to a serialized array (string). | ||||
* | Central: Fixed Request Retained error | Kelly Rauchenberger | 2008-08-04 | 1 | -1/+1 |
| | | | | | There was a small typo the method signature of requestRetained(), so whenever it was called, the verification would fail. Fixes #14. | ||||
* | Central: Fixed double-sending issue | Kelly Rauchenberger | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | | | Previously, it was thought that the Client was spawing two identical HandleItemThreads, but the real reason was that the Central Server was sending the item twice because the subscribement was in the database twice, once because for ownership, the second for subscribement. Now the Central Server has been fixed to prevent this error when a user is subscribed to a subscription they own. Fixes #15. | ||||
* | Central: Fixed deleteItem and resendItem | Kelly Rauchenberger | 2008-08-04 | 1 | -2/+2 |
| | |||||
* | Central: Reverted instadisc.php | Kelly Rauchenberger | 2008-08-04 | 1 | -2/+2 |
| | | | | | | | | For some reason, instadisc.php was accidentally replaced with xmlrpc.php and commited. It has been reverted now. Also, xmlrpc.php has been using $_SERVER['HTTP_HOST'], but that variable returns the server's address PLUS the port number. $_SERVER['SERVER_NAME'] is much more appropriate for this instance. | ||||
* | Central: Fixed up a few errors in QA | Kelly Rauchenberger | 2008-08-04 | 1 | -4/+4 |
| | |||||
* | Central: Wrote installation script | Kelly Rauchenberger | 2008-08-04 | 1 | -9/+9 |
| | | | | Closes #4 | ||||
* | Central: Fixed minor errors | Kelly Rauchenberger | 2008-08-03 | 1 | -3/+3 |
| | |||||
* | Central: Updated MySQL escape wrappers | Kelly Rauchenberger | 2008-08-03 | 1 | -13/+13 |
| | | | | | Previously ([37]), MySQL query strings were updated to use the MySQL escape function mysql_escape_string(). Now, to add even more protection, the function mysql_real_escape_string() is used instead. | ||||
* | Central: Added "xmlrpc" field to centralServers | Kelly Rauchenberger | 2008-08-02 | 1 | -6/+6 |
| | |||||
* | Central: Added instaDisc_getConfig() | Kelly Rauchenberger | 2008-08-02 | 1 | -10/+10 |
| | | | | This functions retrives a single configuration value out of the database. | ||||
* | Central: Added requestRetained() | Kelly Rauchenberger | 2008-08-02 | 1 | -0/+19 |
| | | | | For some reason, this function was not implemented earlier with the rest of the XML-RPC interface. | ||||
* | Central: Added sendDatabase functions | Kelly Rauchenberger | 2008-08-01 | 1 | -3/+33 |
| | | | | | Completed the instaDisc_sendDatabase() library function and the InstaDisc.sendDatabase() XML-RPC function. | ||||
* | Central: MySQL-escaped query strings | Kelly Rauchenberger | 2008-08-01 | 1 | -11/+11 |
| | | | | Wrapped strings in MySQL queries with mysql_escape_string() to prevent errors and XSS-attacks. | ||||
* | Central: Added InstaDisc.addSubscription function | Kelly Rauchenberger | 2008-08-01 | 1 | -1/+15 |
| | |||||
* | Central: Added library skeleton | Kelly Rauchenberger | 2008-08-01 | 1 | -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.askForDatabase | Kelly Rauchenberger | 2008-08-01 | 1 | -0/+2 |
| | | | | Forgot to do this in the previous commit. This is [15] all over again. | ||||
* | 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 |