about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Client: Created Add Subscription form shellKelly Rauchenberger2008-07-306-1/+377
| | | | Added the frontend for the Add Subscription form, as well as some menus for InstaDiscView. However, the Add Subscription form doesn't do anything yet, and the menus don't open anything yet.
* Client: Fixed some small errorsKelly Rauchenberger2008-07-292-4/+2
| | | | These errors would have been prevented if SOMEONE had looked over the modified source BEFORE committing. This is a message to all future VCS users.
* Client: Completed pathKelly Rauchenberger2008-07-2916-30/+433
| | | | Finally, the Item has the ability to be displayed on the Form. However, the Client now also requires to keep a list of the active Subscriptions and verify each incoming Item against it, which means that a method of subscribing to subscriptions must be implemented before further testing.
* Update Server: Sorted directory structureKelly Rauchenberger2008-07-290-0/+0
|
* Client: Encapsulated classpath JARsKelly Rauchenberger2008-07-299-11/+12
| | | | Moved required classpath JARs into a SVN controlled folder so that they are available to anyone who wishes to help develop InstaDisc. Note that the Appframework and Spring-worker JARs were not encapsulated. If you wish to help develop InstaDisc, you'd best be off using NetBeans.
* Central Server: Started XML-RPC interfaceKelly Rauchenberger2008-07-2910-0/+6293
|
* Added databaseKelly Rauchenberger2008-07-2924-11/+1490
| | | | Because of the lack of SQLite Java wrappers, InstaDisc instead uses a BDB database.
* Added well-formed checksKelly Rauchenberger2008-07-284-1/+96
| | | | After recieving an Item, InstaDisc Client now checks the item for a status of being Well-Formed, as in, it has all of the required headers, the category exists, the category's required semantics are present and the verification is valid.
* Added listening serverKelly Rauchenberger2008-07-284-6/+184
| | | | The Client now listens for connections on port 4444, allowing multiple connections at once. Once a connection iis found, the Cliet waits until the connecton is broken, then downloads the sent dat, parses it into headers and passes it to the Item class.
* Created NetBeans projectKelly Rauchenberger2008-07-2733-0/+1607
|
* 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
|
* Created directory structure.Kelly Rauchenberger2008-06-230-0/+0