| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Also modified the Client to work with Subscription Series (#28)
Fixes #52; Refs #28
|
|
|
|
| |
Refs #49
|
|
|
|
| |
Closes #49
|
|
|
|
| |
Next step is to implement the "Mark as ...." options. Refs #49
|
|
|
|
| |
Fixes #42
|
|
|
|
| |
Previously, InstaDisc would only do an IP check if InstaDisc was left open for the interval time (default 1 day) which would rarely happen with certain people. However, now InstaDisc does an IP check every time it starts up. Refs #21
|
|
|
|
|
|
| |
Because of the increase in possible Verification ID values, it will be even less likely to have a repeat, so the number that are buffered is being increased. A test was
run to find repeats if 10000 numbers were generated between 1 and 2147483647 and a repeat was found only once at the 8500th number, the rest of the tests (20 others)
passed successfully. Refs #37
|
|
|
|
| |
Closes #35
|
|
|
|
| |
Closes #34
|
|
|
|
| |
Also added a link to the project site to the Help menu and added the ability to display an error message in the Status Bar if java.awt.Desktop is for some reason unsupported. Closes #30
|
|
|
|
| |
Closes #10
|
|
|
|
| |
Refs #27
|
|
|
|
| |
The problem with NMAP freaking out the Client was that NMAP didn't actually send any data to the socket and thus the connection reset and the Client wasn't actually programmed to handle that yet. Fixes #24
|
|
|
|
| |
Fixes #26
|
|
|
|
| |
Thanks to Trac (http://trac.edgewall.org) for the icon! Refs #12
|
|
|
|
| |
Thanks to the N. Design Studio (http://ndesignstudio.com) for the icon. Closes #9
|
|
|
|
| |
Now, the database is ACID-compliant. Also fixed the error that occurs when you get sent an item you don't have a subscription for, and it tries to delete the subscription's entry off of the Central Server and fails. The error was because the Client was attempting to look up the Subscription's URL in the database after it already had the URL and ensured that the Subscription wasn't there.
|
|
|
|
| |
Previously, an item has to match all filters, which would mean that having equals and inequals in the same subscription would mess things up. Now, to pass filter invalidation, an item has to match at least one equal (if there are any equals) and all inequals (if there are any inequals).
|
|
|
|
| |
See [98]
|
|
|
|
| |
Previously, if the subscription file specified in SubscriptionFile.java didn't exist, it throw an incorrectly caught FileNotFoundException that would simple log the error and not change the Status label from "Checking...."
|
|
|
|
| |
The Client was throwing an uncaught NullPointerException at startup because the program was attempting to check if the Timer was running or not before it was initilized. This has been fixed. Refs #21
|
|
|
|
| |
Now the Client contacts the Central Server at a regular basis to ensure that its IP is always correct. Closes #21.
|
|
|
|
| |
Changed it to show the category of a subscription in parentheses next to the title (for those cases where there are more than one subscriptions with the same title).
|
|
|
|
| |
This was removed in [68] because it was thought to be the cause of a bug. For more info, see [68] and [76].
|
|
|
|
| |
This once was caused by a combination of having more than one subscription in the database and a bug in the subscription retrieval method. The bug has been fixed which allows us to add back the Item buffer (removed in [68] because it was thought to be the cause of another Client Item bug) Fixes #18.
|
| |
|
|
|
|
| |
Previously, the XML-RPC request for the retained items would take place before the InstaDiscThread started, thus causing an error when the remote server attempted sending an item. Now it is run after the InstaDiscThread starts.
|
|
|
|
| |
Now, the client always checks for retained items on startup. The -r flag is now used instead to say that you don't want to open the client, just check for retained items.
|
|
|
|
|
|
| |
In revision 9, it was discovered that WellFormedItem.java contained my
password, so it was obliberated from VCS and it needs to be added back
in.
|
|
|
|
| |
Fixes #2
|
|
|
|
| |
Previously, after subscribing to a subscription, the client would do nothing to notify the Central Server of this change. Now, an XML-RPC function is sent to it.
|
| |
|
| |
|
| |
|
|
|
|
| |
Previously, forms used <BR> tags to break labels into lines, but it was discovered that a better effect could be generated by keeping the <HTML> tag at the beginning, removing all of the <BR>s, and resizing the JLabel.
|
| |
|
| |
|
| |
|
|
|
|
| |
Changed the password field (which was a JTextField) in Step 2 to a JPasswordField which has getText() deprecated in favor of getPassword(), which returns the password in a char[]. Since I currently cannot be bothered parsing a char[], I've left it using the deprectated getText(). This must be fixed at some point.
|
| |
|
|
|
|
| |
Fixed the Add Subscription form so that it downloads, parses and adds a Subscription if you give it the correct URL. Also synchronized all of the Database-accessing methods in Database.Wrapper because before the database was deadlocking all of the time.
|
|
|
|
| |
Added an icon to the System Tray that shows a message whenever a new Item is recieved.
|
|
|
|
| |
Instead of requiring a script (or human intervention) to place BDB's Environment, it is instead initalized to a folder in the current user's home directory called ".instadisc". This way, not only can each user on a computer can use InstaDisc seperatly, this rids the need to provide command-line arguments to InstaDisc (with the exception of -r, for external invoking of retained requesting).
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
Because of the lack of SQLite Java wrappers, InstaDisc instead uses a BDB database.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|