Mercurial > xib
graph
-
in Participant, test isinstance(self.muc, xmpp.muc) before using self.muc2010-03-08, by Charly COSTE
-
catch ServerNotConnectedError in Participant.say_on_irc_to2010-03-08, by Charly COSTE
-
make sure Bot.error doesn't raise a transcoding exception and uses repr() when there is a problem2010-03-08, by Charly COSTE
-
fix for Participant say_on_xmpp* functions, really check we are in the room before sending message2010-03-08, by Charly COSTE
-
(muc) minor change in NotConnected error message2010-03-08, by Charly COSTE
-
ignore "noorigin" IRC event2010-03-08, by Charly COSTE
-
ignore IRC server-wide events not received on bot connection2010-03-08, by Charly COSTE
-
ignore IRC "topic" event2010-03-08, by Charly COSTE
-
fix for Bridge.remove_participant, bug introduced in d875cbf0a544e6ad0c640f3afedbc2c87fb4db9c2010-03-08, by Charly COSTE
-
added a "--soft" option to the "restart-bridges" command2010-03-08, by Charly COSTE
-
some more fixes for Bot._irc_event_handler2010-03-08, by Charly COSTE
-
created Bridge.soft_restart2010-03-08, by Charly COSTE
-
minor fixes in bot.py2010-03-07, by Charly COSTE
-
(irclib) tried to fix nick callbacks2010-03-07, by Charly COSTE
-
tried to fix Bridge.remove_participant2010-03-07, by Charly COSTE
-
improved Bot._xmpp_message_handler2010-03-07, by Charly COSTE
-
fix for 48ad162772b79740e8ff580bde2c250b9957c126, we do need arguments in nick callbacks2010-03-07, by Charly COSTE
-
reorganized and fixed many things in Bot._irc_event_handler2010-03-07, by Charly COSTE
-
added optional "action" argument to Participant.say_on_xmpp_to and muc.say_to2010-03-07, by Charly COSTE
-
removed TODO, we don't need to lock self.bridges because lists don't pose concurrency problems2010-03-07, by Charly COSTE
-
(commands) convert unicode to string before passing it to shlex2010-03-07, by Charly COSTE
-
switch to IRC join callbacks in bridge.py and participant.py2010-03-07, by Charly COSTE