about summary refs log tree commit diff stats
path: root/client/trunk/src/com/fourisland
Commit message (Collapse)AuthorAgeFilesLines
* Added databaseKelly Rauchenberger2008-07-2923-10/+1475
| | | | 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-2726-0/+816