0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
smack 3.0.1 -> 3.1.0
ak_
More... almost 15 years ago
Make connection security clearer, make explicit some defaults and clean up domain/server extraction logic.
ak_
More... almost 15 years ago
Clean up regexp and fix null pointer situation
ak_
More... about 16 years ago
Do what I say, not as I do
ak_
More... about 16 years ago
add "sleep" as an alias for "snooze"
ak_
More... about 16 years ago
Tighten up plus plus bot regexp (thanks to dan erat)
ak_
More... about 16 years ago
When someone leaves, also include how many instances are left in the room. More... about 16 years ago
When leaving a party chat, also display the alias. More... about 16 years ago
Uniquify email addresses and list them in alphabetical order. More... about 16 years ago
Add a /mail command that can be used to generate a list of email address to email. More... about 16 years ago
Add me to the administrators list, and make it slightly less hacky (in an immutable map, should still be moved to a config file). More... over 16 years ago
Clean up /list command and make it show idle time and bot that is used. More... over 16 years ago
Add a /stats command that shows usage stats for the whole service. More... over 16 years ago
Add support for non-Google Talk Jabber servers (specified as @server for the username). More... over 16 years ago
Move the smack-3.0.1 JARs into the lib directory, where the build.xml file looks for them. Also fix build.xml so that the PartyBot target will build if necessary. More... over 16 years ago
Remove doc that were copied over from Bolin's bot but are not relevant. More... over 16 years ago
Plusplusbot bug fixes: - Require at least one letter or digit in target name to skip over unintentional actions - Make targets be case insensitive More... almost 17 years ago
Simple refactoring so that commands that need the user to be in a partyline share a base class. More... almost 17 years ago
Fix generics warning. More... almost 17 years ago
Bugfixes: - Blacklist C++ and c++ in the plusplusbot - Stop after first (and newest) matched message for searc/replace - Reverse reason printing order for /reasons More... almost 17 years ago
added command docs
ak_
More... almost 17 years ago
update admin list
ak_
More... almost 17 years ago
Make log file names strictly increasing
ak_
More... almost 17 years ago
SAVE_STATE should not be flagged as a public command More... almost 17 years ago
fixed a typo in the /help message More... almost 17 years ago
unregistering DelayedInformationProvider, since it refuses to properly parse dates on delayed messages More... almost 17 years ago
oops More... almost 17 years ago
checking in smack-3.0.1, and code changes to use it. I've only tested with echobot so far. More... almost 17 years ago
Refactored PartyBot so /- style commands are all listed under the Command enum. Created a CommandHandler interface that handles the response to a Command. More... almost 17 years ago
state is now saved every 15 minutes instead of once 15 minutes after starting up More... almost 17 years ago