| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
This has been discovered to be a much better way of Java distributation. Because of this, the loader script is no longer necessary.
|
|
|
|
|
|
|
| |
Because the Client is written in Java, it cannot be run from any
directory regardless of path easily. So, with the addition of a loader
script that calls the Java JAR, the command "instadisc" can still be
run from any directory.
|
|
|
|
| |
Closes #10
|
|
|
|
| |
Refs #10
|
|
|
|
|
|
|
|
|
| |
Previously, even after the key generation bug ([127]) was fixed, the
Client was still failing to decrypt properly. However, the first
field, Title, decrypted perfectly, so it was discovered that while
the Client reset the Cipher object after every decryption, the Update
Server did not reset MCrypt after every enryption. This has been
fixed. Refs #10
|
|
|
|
| |
See [127]. Refs #10
|
|
|
|
|
|
|
|
| |
The Client was failing to properly decrypt encrypted data because of a key
generation issue, the key is generated from a password and a Verification ID.
However, because Verifcation IDs must be unique, the encryption key and the
decryption key would differ. However, the Central Server needs to be modified
so as to pass on the Encryption Key. Refs #10
|
|
|
|
| |
Refs #10
|
|
|
|
| |
Refs #10
|
|
|
|
| |
Fixes #27
|
|
|
|
| |
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
|
|
|
|
| |
Accidentally provided the Subscription URI instead of the Subscription File's URL in the last commit.
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
The default frontend is based on Four Island's. Perhaps at some point a templating system may be introduced to make frontending
a little easier. Refs #25
|
|
|
|
|
| |
include('class.phpmailer.php'); had been neglected and thus the installation
failed.
|
|
|
|
|
| |
Now, the installation script checks the SMTP details entered to ensure that they are valid so as to avoid errors like #23.
Also modified return for instaDisc_activateAccount(). Refs #23
|
| |
|
| |
|
|
|
|
| |
Closes #22
|
|
|
|
| |
Thanks to Trac (http://trac.edgewall.org) for the icon! Refs #12
|
|
|
|
| |
Closes #12
|
| |
|
| |
|
|
|
|
|
| |
From now on, password-protection is Milestone 1.1. When that time comes, you can look back on [105] and [106] for
password-protection. Refs #10
|
|
|
|
|
|
| |
Users of the Update Server Library will no longer have to write their own Subscription File because now the Library comes
with an automatically generated one with password-protection support. Just ensure that if you move subscription.php away
from instadisc.php that you update the include() in subscription.php! Refs #10
|
|
|
|
|
|
| |
Using the new instaDisc_sendEncrypted() function and the $idusEncryptionPassword variable, you can now feed
password-protected subscriptions. However, a Subscription File will have to be automatically generated to support the
password-protection. Refs #10
|
|
|
|
| |
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).
|
|
|
|
| |
The phpBB3 plugin is now completed! Closes #7
|
|
|
|
| |
Also, 100th COMMIT! YAY! PARTY TIME EVERYONE! YAY!
|
|
|
|
| |
See [98]
|
|
|
|
|
|
|
| |
If a colon is before a space in any value sent from the Central Server to the
Client, it will be interpreted as a NAME-VALUE divider and mess up the Item.
So, any wild colon-spaces have been escaped as "__INSTADISC__". Next step is to
unescape them when they reach the Client.
|
|
|
|
|
| |
For some reason, my reference book lists the deserialization function as
deserialize(), but the online docs say unserialize()
|
| |
|
|
|
|
| |
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...."
|
|
|
|
| |
Now, to finish the phpBB3 plugin, the MODX file has to be written. Refs #7
|
|
|
|
|
|
|
|
| |
The Subscription File didn't contain the activation key, so that was fixed, and
also it turned out that everywhere was using the wrong method of getting the
board's URL, so that was changed too. Then then sending library was worked
upon. The only fault I currently see is that the Author field doesn't seem to
be being sent for some reason. Refs #7
|
|
|
|
| |
See [90]
|
|
|
|
| |
See [90]
|
|
|
|
|
| |
Previously, semantics was an array, but apparently XML-RPC only allows arrays
of xmlrpcvals, so it was changed to a serialized array (string).
|
|
|
|
|
| |
Also started on the plugin's update library, currently uses a function identical to the library's. May want to
change it so that it does more post-object work than the foreign function has to. Refs #7
|
|
|
|
|
|
| |
Now the Subscription File URL uses the
"static text" style started in [87]
instead of the "input box" style. Refs #6
|
|
|
|
|
|
| |
Also used a new method of providing the
subscription file's URL as static text
instead inside a text box. Refs #7
|
|
|
|
|
|
|
| |
The module now has two working form
elements, Subscription Title and Central
Server (URL). They both read and write to
the database. Refs #7
|
|
|
|
| |
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
|
|
|
|
| |
Refs #7
|