about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Update: Added password protection to WordpressKelly Rauchenberger2008-08-211-2/+44
| | | | Closes #38
* Update: Add check for mcrypt extensionKelly Rauchenberger2008-08-211-2/+16
| | | | Refs #38
* Update: Added default valuesKelly Rauchenberger2008-08-211-0/+10
| | | | Refs #38
* Update: Added encryption fields to admin panelKelly Rauchenberger2008-08-211-1/+15
| | | | Refs #38
* Update: Added VerID bounce to SubversionKelly Rauchenberger2008-08-217-7/+18
| | | | Also imported classpath libraries, for some reason they weren't previously added. Fixes #44
* Update: Added VerID bounce to phpBB3 and WordpressKelly Rauchenberger2008-08-212-3/+21
| | | | | Subversion is on its way as well, just it needs to be opened in NetBeans. Refs #44
* Update: Fixed $resp value receiptKelly Rauchenberger2008-08-211-2/+3
| | | | | Previously, the return value was recieved by $resp->value(), but that returned an xmlrpcval, not an int. The proper method is $resp->value()->scalarVal(). Refs #44
* Update: Added VerID bounce to LibraryKelly Rauchenberger2008-08-211-17/+15
| | | | Refs #44
* Central: Started Update VerID bounceKelly Rauchenberger2008-08-211-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
* Client: Modified old Verification ID deletionKelly Rauchenberger2008-08-173-21/+9
| | | | Fixes #42
* Central: Undid Come AgainKelly Rauchenberger2008-08-171-19/+1
| | | | I don't currently like the look of Come Again, perhaps it could be implemented at a later release. Refs #43
* Central: Started on Come AgainKelly Rauchenberger2008-08-171-3/+21
| | | | Refs #43
* Central: Modified Verification ID deletionKelly Rauchenberger2008-08-171-1/+1
| | | | Refs #42
* Central: Created Add Subscription pageKelly Rauchenberger2008-08-173-0/+161
| | | | Refs #25
* Client: Added start-up IP checkKelly Rauchenberger2008-08-161-1/+3
| | | | 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
* General: Upped default verIDBufferSizeKelly Rauchenberger2008-08-163-4/+4
| | | | | | 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
* General: Upgraded Verification ID generationKelly Rauchenberger2008-08-165-14/+14
| | | | Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37
* Update: Renamed Subversion plugin folderKelly Rauchenberger2008-08-169-0/+0
| | | | The folder name "svn" was annoying Subversion because svn is a special name to it. Fixes #36
* Central: Fixed a typo in changepassword.phpKelly Rauchenberger2008-08-161-1/+1
| | | | Yet ANOTHER ANNOYING [15]. The number of these [15]s is saying something about my coding techniques. Refs #25
* Central: Added logout pageKelly Rauchenberger2008-08-162-34/+46
| | | | Also modified Change Password to lock out non logged-in users and to use the instaDisc_verifyUser() functions instead of inlining it. Refs #25
* Central: Fixed a few minor errorsKelly Rauchenberger2008-08-162-3/+4
| | | | Ok, this is sort of part [15], part strange unnoticed error(s). Refs #25
* Central: Fixed instaDisc_verifyUser()Kelly Rauchenberger2008-08-162-23/+13
| | | | | | | Previously, instaDisc_verifyUser() was lazy and checked a user's existance by routing the input through instaDisc_checkVerification() with the static Verification ID of 0, but it was forgotten that a static Verification ID would work once and be rejected after that. Refs #25
* Central: Replaced adds with adds_blockKelly Rauchenberger2008-08-164-12/+12
| | | | | For some reason, the adds() function was being used to add block data instead of the correct function, adds_block(). Refs #25
* Client: Added change passwordKelly Rauchenberger2008-08-157-3/+421
| | | | Closes #35
* Central: Add change passwordKelly Rauchenberger2008-08-154-0/+211
| | | | Refs #25 and closes #35
* Central: Fixed uniform includeKelly Rauchenberger2008-08-153-3/+3
| | | | Refs #25
* Central: Fixed another include pathKelly Rauchenberger2008-08-151-1/+1
| | | | Yet ANOTHER [15]. Refs #25
* Central: Fixed include pathesKelly Rauchenberger2008-08-152-4/+4
| | | | Refs #25
* Central: Organized filesKelly Rauchenberger2008-08-1523-18/+18
| | | | Refs #25
* Central: Created user panel indexKelly Rauchenberger2008-08-153-16/+61
| | | | Refs #25 and #35
* Central: Added a login pageKelly Rauchenberger2008-08-156-0/+181
| | | | Refs #25
* Central: Converted register.phpKelly Rauchenberger2008-08-154-66/+127
| | | | Refs #25
* Central: Moved over to Four Island Templating systemKelly Rauchenberger2008-08-156-72/+288
| | | | | | | | | | Borrowed the Four Island templating system code so as to ease the creation of frontends. index.php and activate.php have already been converted, and install.php will not be converted (because it would be too difficult, and who would want to skin it anyway?) NOTICE: The Four Island Templating system source code is copyrighted by Starla Insigna (c) 2008. All rights reserved. Use of this code in part or in whole apart from the InstaDisc Central Server is a direct violation of copyright law. You have been warned. Refs #25
* Client: Added org.jdesktop-style progressKelly Rauchenberger2008-08-152-3/+51
| | | | Closes #34
* Client: Added shortcuts to JNLPKelly Rauchenberger2008-08-142-25/+2
| | | | Fixes #33
* Client: Spruced up About BoxKelly Rauchenberger2008-08-148-56/+115
| | | | 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
* Client: Added desktop shortcut to JNPLKelly Rauchenberger2008-08-141-0/+3
|
* Client: Fixed up a few thingsKelly Rauchenberger2008-08-142-27/+0
| | | | Fixed up JNLP so that NetBeans would automatically generate the JNLP file and sign the JARs
* Client: Added Java Web Start supportKelly Rauchenberger2008-08-148-37/+501
| | | | This has been discovered to be a much better way of Java distributation. Because of this, the loader script is no longer necessary.
* Client: Wrote loader scriptKelly Rauchenberger2008-08-131-0/+20
| | | | | | | 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.
* Client: Added password protection supportKelly Rauchenberger2008-08-139-24/+522
| | | | Closes #10
* Central: Fixed typosKelly Rauchenberger2008-08-131-1/+1
| | | | Refs #10
* Update: Fixed encryption sequenceKelly Rauchenberger2008-08-131-2/+11
| | | | | | | | | 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
* Central: Added encryption key supportKelly Rauchenberger2008-08-133-5/+12
| | | | See [127]. Refs #10
* Update: Seperated Encryption ID from Verifiction IDKelly Rauchenberger2008-08-131-12/+22
| | | | | | | | 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
* Update: Added #10 support to Subscription FileKelly Rauchenberger2008-08-121-0/+8
| | | | Refs #10
* Update: Added Update-side password protectionKelly Rauchenberger2008-08-121-4/+41
| | | | Refs #10
* Central: Changed interaction portKelly Rauchenberger2008-08-081-1/+1
| | | | Fixes #27
* Client: Changed interaction portKelly Rauchenberger2008-08-081-1/+1
| | | | Refs #27
* Client: Fixed connection reset problemKelly Rauchenberger2008-08-082-41/+87
| | | | 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