log commands.py @ 267:f861a7038ad3

age author description
Mon, 08 Mar 2010 11:08:59 +0100 Charly COSTE added a "--soft" option to the "restart-bridges" command
Sun, 07 Mar 2010 17:06:26 +0100 Charly COSTE (commands) convert unicode to string before passing it to shlex
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