0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Mar 03, 2025 — Mar 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated sign on process to conform to TOC2 specs More... about 20 years ago
update version to 1.0.. the next big release! More... over 22 years ago
Added a command framework. Currently, only three commands are implemented, while others still use the legacy command format. Once all commands are migrated to the new framework, the supporting code for the old format can be removed.
David M. Carr
as davidmc24
More... over 22 years ago
Add message logging and error logging capability.
David M. Carr
as davidmc24
More... over 22 years ago
renamed variables More... over 22 years ago
changed VERSION to 0.1.4 More... over 22 years ago
Add timestamps, as well as a bunch of code cleanup
David M. Carr
as davidmc24
More... over 22 years ago
Added beep on message receipt feature, as well as some misc. cleanup
David M. Carr
as davidmc24
More... over 22 years ago
Add maven project files
David M. Carr
as davidmc24
More... over 22 years ago
Add eclipse project files
David M. Carr
as davidmc24
More... over 22 years ago
auto-responses are now sent every five minutes, instead of every time an im comes in More... almost 23 years ago
add_buddy can now process groups with spaces in them More... almost 23 years ago
fixed comments More... almost 23 years ago
Save the buddy list config Add support for commands add_buddy and remove_buddy More... almost 23 years ago
irrelevant More... almost 23 years ago
removed excessive "prompt" display that caused two password prompts to be displayed More... almost 23 years ago
cleaned up comments More... almost 23 years ago
changed version constant to 0.1.3 More... almost 23 years ago
connect after asking for the username/password More... almost 23 years ago
Add some checks to prevent adding a person to the permit/deny list twice More... almost 23 years ago
remove some old code More... almost 23 years ago
Add permit/deny commands More... almost 23 years ago
import the SimpleAIM classes More... almost 23 years ago
- added new html that didn't get added last checkin - had to regenerate index-files. no real content changes there. - added link to javadoc from main doc pages More... almost 23 years ago
- Don't need the template anymore. I'm going to replace templates with clean CSS. More... almost 23 years ago
- forgot to add the actual javadoc html files from the last checkin. More... almost 23 years ago
- added javadoc, will remove javadoc module shortly - removed templating from index.htm, CommandList/index.htm, and UsersGuide/TOC.htm. I'd like to do this with cleaner CSS and handcoding. More... almost 23 years ago
---------------------------------------------------------------------- - Moved all classes except SimpleAIM to package net.sourceforge.simpleaim. - Declared Operations.DEBUG as public to allow setting of this flag by SimpleAIM.java More... almost 23 years ago
The permit/deny list and permit/deny status are now parsed and saved. After the buddy list is parsed, the permit/deny list is sent to the server. More... almost 23 years ago
debug output More... almost 23 years ago