0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverted last change - code compiles fine in 1.6 and did not have any cleanup for inputstream More... over 15 years ago
Added a deploy task to the build.xml. It stops tomcat copies the war file into the webapps directory and restarts tomcat. It expects CATAINA_HOME to be defined. More... over 16 years ago
Fixed a bug in PropertiesConfiguration.java where it required an InputStream but was trying to load from a BufferedReader. More... over 16 years ago
Updated copyright More... almost 17 years ago
Missed from last commit More... about 17 years ago
Added comments describing each elements' purpose More... about 17 years ago
Updated comments More... about 17 years ago
Moved to WebContent More... about 17 years ago
Sysdeo config More... about 17 years ago
Now includes tomcat project nature More... about 17 years ago
Updated to include new classpath entries More... about 17 years ago
Moved to WebContent/WEB-INF/lib More... about 17 years ago
First commit of web content side of application More... about 17 years ago
Refactored from OpenLubbsServer - can now be initialised in the container, and started via a page request More... about 17 years ago
Updated references from OpenLubbsServer to CoreController in web package More... about 17 years ago
Loads properties from the class path instead (direct file access without container control is a no no for j2ee systems) More... about 17 years ago
Refactored to use CoreController in web package More... about 17 years ago
Update to Spring 2.0 from 1.2.7 More... about 17 years ago
Added handling for socket timeouts and better logging More... about 17 years ago
Moved canpage from openlubbsserver More... about 17 years ago
Updated with new method call names More... about 17 years ago
Added fail safe idle connection timeout More... about 17 years ago
Added unfinished location lookup More... about 17 years ago
Added small optimisation More... about 17 years ago
Updated with new method "size" call instead of "count" (hashtable base class call instead of wrapper method) More... about 17 years ago
Refactored slightly to inherit from hashtable which is synchronised which reduced the sync methods to minimum here. More... about 17 years ago
Moved logoff method Sessions (where logon is) More... about 17 years ago
Moved methods to PagerCommands, Sessions and DSC as they really shouldn't be here More... about 17 years ago
Removed unused methods variable/method. Changed print error to err stream. More... about 17 years ago
Fix for user list not working, and username validation during signup More... about 17 years ago