0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Got rid of commented out code. More... almost 17 years ago
Got rid of commented out code. More... almost 17 years ago
Changed SupportFiles reference to SupportLib for log4j.jar More... almost 17 years ago
Moved jar files to SupportLib. More... almost 17 years ago
Removed references to CaptainNode. Used CaptainSessionManager instead of CaptainManager. More... almost 17 years ago
Added isLoggedIn and getAllLoggedIn methods. More... almost 17 years ago
Removed methods isLoggedIn and getAllLoggedIn as they moved to CaptainSessionManager. More... almost 17 years ago
Removed CaptainNode as wrapping Captain is no longer necessary. More... almost 17 years ago
Added connectedToChat and lastUpdate fields with @Transient annotation. More... almost 17 years ago
Removed all references to SessionTracker and CaptainNode. Added "Hashtable<String,Captain> captains" reference. Added isLoggedIn and getAllLoggedIn methods. More... almost 17 years ago
Removed reference to SessionTracker and CaptainNode. Removed getAllLoggedin and isLoggedIn methods since they have been moved to CaptainSessionManagerBean. More... almost 17 years ago
Removed SessionTracker as all methods have been moved into SessionManagerBean. More... almost 17 years ago
Removed reference to jar files that are now in other plugins. Made reference to other plugins as Buddies. More... almost 17 years ago
Added reference to Log4jPlugin and JBossAllPlugin. More... almost 17 years ago
Removed all references to jar files that have been moved into other plugins. More... almost 17 years ago
Moved jar files to SupportLib More... almost 17 years ago
Fire UpdateListeners when editing Captain is committed. More... almost 17 years ago
Initial Revision More... almost 17 years ago
Added support for UpdateListeners. More... almost 17 years ago
isLoggedIn method is part of CaptainSessionManager and not CaptainManager anymore. More... almost 17 years ago
Changed order of operations in doLogout method so that chat disconnect happens before session logout. More... almost 17 years ago
Call interrupt on MessageReceiveThread instance since waiting for a message blocks. More... almost 17 years ago
Refactored to remove CaptainNode code and have the model based on just Captain. Made separate chat and update listener objects to be added and removed within login listener events. Better cleanup after thread death of ChangeThread. Perform check in updateList method in case user has already logged out. Change setRunning method in ChangeThread to shutdown. More... almost 17 years ago
Refactored to remove CaptainNode code and have the model based on just Captain. More... almost 17 years ago
Initial Revision More... almost 17 years ago
Initial Revision More... almost 17 years ago