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
-
(irclib) created a callback mechanism for join2010-03-07, by Charly COSTE
-
(irclib) minor fix, only show the irc_id once in the debug log2010-03-07, by Charly COSTE
-
(irclib) minor changes to _call_nick_callbacks2010-03-07, by Charly COSTE
-
moved irc_id handling to irclib2010-03-07, by Charly COSTE
-
minor syntax change in bot.py2010-03-07, by Charly COSTE
-
(irclib) minor fixes for 9e494bf91d13f165af272b7bef9422a4ea9100eb (auto-reconnection improvement)2010-03-06, by Charly COSTE
-
(muc) ignore NotConnected exception in leave method2010-03-06, by Charly COSTE
-
minor fix in bridge.py, the "reconnecting" attribute is declared in "init2", no need to do so in "__init__" too2010-03-06, by Charly COSTE
-
created Bridge.say_on_behalf in order to avoid code repetition in participant.py2010-03-06, by Charly COSTE
-
use Bot.get_bridge instead of Bot.get_bridges in Bot._irc_event_handler2010-03-06, by Charly COSTE
-
(irclib) use an explicit leave message when auto-restarting the bot2010-03-06, by Charly COSTE
-
(irclib) when reconnecting, call .disconnect() before .connect()2010-03-06, by Charly COSTE
-
added optionnal "message" argument to Bot.restart()2010-03-06, by Charly COSTE
-
bugfix, we don't delete Bridge.reconnecting since 3518e463b82185bde91a61a810d38dbf58e551472010-02-27, by Charly COSTE
-
auto-reconnect in irclib, restart if bot's IRC connection was lost2010-02-26, by Charly COSTE
-
renamed camelCased functions2010-02-25, by Charly COSTE
-
don't log presence from self2010-02-25, by Charly COSTE
-
log some more things when Bot.debug is False2010-02-25, by Charly COSTE
-
bugfix for previous commit, forgot "self" argument for say_on_XMPP_through_bridge2010-02-25, by Charly COSTE
-
improved an XMPP error handling, created Participant.say_on_XMPP_through_bridge()2010-02-25, by Charly COSTE
-
bugfix, «error» → «event.eventtype()», introduced in 41a4f43330ef9e8b7aa94e35bde3162f1da2d4e72010-02-23, by Charly COSTE
-
bugfix, forgot "importance" argument of Bridge.say() in c5922031a4ac09c95713c4a4a18b1e0a0aad3e542010-02-23, by Charly COSTE
-
fixed Bot.restart_bridges_delayed(), don't send the message to admins more than once2010-02-21, by Charly COSTE
-
minor fix to commands.py that I forgot to stage with the previous commit2010-02-21, by Charly COSTE
-
handle IRC inviteonlychan event, improved error messages2010-02-21, by Charly COSTE
-
check connection in Bridge.say(), use Bridge.say() in Participant.sayOn{IRC,XMPP}()2010-02-21, by Charly COSTE
-
removed buggy exception catch in bridge.py2010-02-21, by Charly COSTE
-
fixed calls to Bot.restart_bridges_delayed(), arguments changed in f52cb2f6e273328e73d75ab4ecf214c8dc9dfe1b2010-02-21, by Charly COSTE
-
minor fixes in bot.py, error messages that weren't flagged as debug2010-02-20, by Charly COSTE
-
handle IRC mode event2010-02-20, by Charly COSTE
-
minor fix in bot.py, removed a buggy test2010-02-20, by Charly COSTE
-
minor fix in participant.py, encoding is handled in irclib since cbaab9cc23f8097dbe647d5ea6d982b1c9e49b192010-02-20, by Charly COSTE
-
added 2 IRC events to ignore, 042 and pubnotice2010-02-19, by Charly COSTE
-
minor fix to Bot.findBridges(), memory usage improvement2010-02-19, by Charly COSTE
-
minor fix in bridge.py, importance was printed twice2010-02-19, by Charly COSTE
-
minor fix in bot.py, a line I forgot to change in the previous patch2010-02-19, by Charly COSTE
-
added a required "importance" argument to Bot.error()2010-02-13, by Charly COSTE
-
handle IRC events cannotsendtochan and notonchannel, send unhandled events to bot admins2010-02-12, by Charly COSTE
-
catch all exceptions in commands.py2010-02-08, by Charly COSTE
-
improved Bot.restart_bridges_delayed(), it can now be used when the IRC server is the problem2010-02-08, by Charly COSTE
-
attach traceback to error message when joining IRC or XMPP fails2010-02-08, by Charly COSTE
-
minor fix in Bridge.addParticipant(), don't rely on Bridge.irc_connection or Bridge.xmpp_room when not necessary2010-02-08, by Charly COSTE
-
moved irc connection interval handling to irclib2010-02-04, by Charly COSTE
-
added "--sort" option to the "connections" command2010-02-03, by Charly COSTE
-
display error when bot creation fails2010-02-01, by Charly COSTE
-
created muc._send(), should have been done ages ago2010-01-30, by Charly COSTE
-
minor fix in bridge.py2010-01-30, by Charly COSTE
-
minor fix of the output of the change-bridges-mode command2010-01-20, by Charly COSTE
-
fixed an infinite loop and an indentation error in irclib2010-01-20, by Charly COSTE
-
some fixes related to IRC nicknames2010-01-20, by Charly COSTE
-
minor fix in irclib, always use exactly the same message when server hung up2010-01-20, by Charly COSTE
-
change ServerConnection.really_connected to False in irclib.ServerConnection.disconnect()2010-01-20, by Charly COSTE
-
fixed irclib.ServerConnection.disconnect()2010-01-19, by Charly COSTE
-
README update for 0.32010-01-19, by Charly COSTE
-
minor fix in start_bots_from_xml_config.py2010-01-19, by Charly COSTE
-
changed the commands that modify bridges2010-01-19, by Charly COSTE
-
fixed IRC.disconnect_all() (added "volontary" argument)2010-01-19, by Charly COSTE
-
added a stop-bot command2010-01-19, by Charly COSTE
-
oops, fix for the halt command2010-01-19, by Charly COSTE
-
fixed the halt command2010-01-17, by Charly COSTE
-
updated README for 0.32010-01-17, by Charly COSTE
-
added a "debug" command to be able to change the value of Bot.debug without restarting the bot2010-01-17, by Charly COSTE