log commands.py @ 216:d527d7b75f56

age author description
Sat, 06 Mar 2010 22:55:47 +0100 Charly COSTE merged Bot.find_bridges and Bot.get_bridges into Bot.iter_bridges, btw we don't need to lock Bot.bridges because lists don't raise RuntimeError
Thu, 25 Feb 2010 23:29:39 +0100 Charly COSTE renamed camelCased functions
Sun, 21 Feb 2010 15:40:57 +0100 Charly COSTE minor fix to commands.py that I forgot to stage with the previous commit
Sat, 13 Feb 2010 16:32:28 +0100 Charly COSTE added a required "importance" argument to Bot.error()
Mon, 08 Feb 2010 18:55:36 +0100 Charly COSTE catch all exceptions in commands.py
Wed, 03 Feb 2010 18:40:47 +0100 Charly COSTE added "--sort" option to the "connections" command
Wed, 20 Jan 2010 17:44:51 +0100 Charly COSTE minor fix of the output of the change-bridges-mode command
Tue, 19 Jan 2010 09:28:11 +0100 Charly COSTE changed the commands that modify bridges
Tue, 19 Jan 2010 07:43:26 +0100 Charly COSTE added a stop-bot command
Sun, 17 Jan 2010 23:24:00 +0100 Charly COSTE fixed the halt command
Sun, 17 Jan 2010 22:55:26 +0100 Charly COSTE added a "debug" command to be able to change the value of Bot.debug without restarting the bot
Sun, 17 Jan 2010 12:31:59 +0100 Charly COSTE added 3 commands: connections, irc-connections and xmpp-connections
Sun, 17 Jan 2010 11:41:56 +0100 Charly COSTE minor fix in commands (unbound variable)
Fri, 15 Jan 2010 23:11:25 +0100 Charly COSTE moved commands to a separate file