0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 21 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
trying to get cmdtstgetTime() to show up in the list of commands... More... almost 23 years ago
Adding some skeleton functions to be implemented later. Added additional notes for developers. Made minor tweaks. Synchronizing my own development directory with the src directory. More... almost 23 years ago
My very own bajjer. More... almost 23 years ago
MAJOR IMPROVEMENTS HERE! (This is apparently the file I thought I lost.) More... almost 23 years ago
Don't forget to add your "package line shane". More... almost 23 years ago
merged some changes Matt made (xml_logging feature) with misc changes I made More... almost 23 years ago
Moved changes from /src/shanerg to /src. More... almost 23 years ago
JabClient now creates shanes_xml.log in the pwd look in JabClient.java for the MessageReciever constructor to disable this More... almost 23 years ago
blah More... almost 23 years ago
added versioning system and some unnecessary System.out.println calls. More... almost 23 years ago
Fixed a bug that didn't allow basic messages to work. More... almost 23 years ago
fixed the end-of line character issue that was adding the "enter chaaracter" to certain strings. More... almost 23 years ago
not sure what is going tohappen More... almost 23 years ago
Added "tst" to all the commands that are currently unusable. This sorts them nicely in the /commands list. More... almost 23 years ago
Added ability to use commandline args for commands. (In the next version, I will have removed the space that gets put before the args.) This upload is especially for Dick. More... almost 23 years ago
added batch files that perform same function as ant.sh, except for windows. More... almost 23 years ago
no message More... almost 23 years ago
Just the FAQ...Added the intended use of bajjer. More... almost 23 years ago
Here's how to add options to JabClient. More... almost 23 years ago
removed the package name so that it would compile. More... almost 23 years ago
Major update. This now parses commands well. (But it still needs to be cleaned up a bit. More... almost 23 years ago
Looking pretty smooth. Removed a lot of debug info so that it's easier to do actual chatting. Also added a call to the cmdcommands() method upon startup of the client so that new users will know the commands available. More... almost 23 years ago
FINALLY WHIPPED THE FINITE STATE MACHINE!!! It parses commands correctly using Introspection. Nice.... More... almost 23 years ago
Continuing to work on the finite state machine for command parsing. A few noticible bugs persist, but I'm uploading this for Dick. More... almost 23 years ago
Finished implementing the reflection feature /commands! More... almost 23 years ago
saving a copy in preparation for cleaning house -- planning to remove old if-elseif-else code for executing commands (now taken care of through java.lang.reflect.*) More... almost 23 years ago
This version has segfault problems. I think this is caused when something is sent to the server even though there isn't a connection to the server. More... almost 23 years ago
merely testing CVS More... almost 23 years ago
Uses java.lang.reflect.* (introspection) to determine whether a command has been implemented and to call that command. Additionally, certain connection variables were made static to make them easier to access from various functions. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago