Mercurial > xib
graph
-
Thread safety for bot.close_xmpp_connection().2009-08-24, by Charly COSTE
-
Fixed IRC "nick" event handling. Fixed bot's XMPP infinite loop.2009-08-24, by Charly COSTE
-
Tried to get thread safety and handle disconnections in muc.py2009-08-23, by Charly COSTE
-
Improved debug output.2009-08-23, by Charly COSTE
-
Initialize bridge.irc_connections_limit to -1.2009-08-23, by Charly COSTE
-
Cosmetics.2009-08-23, by Charly COSTE
-
Removed a done item from the todo list in the README.2009-08-23, by Charly COSTE
-
Switched from Lock() to RLock().2009-08-22, by Charly COSTE
-
Fixed XMPP message handling and removed disconnect handler.2009-08-22, by Charly COSTE
-
Fixed a dumb error.2009-08-22, by Charly COSTE
-
Changed participant's IRC nickname callback function.2009-08-21, by Charly COSTE
-
Fixed IRC leaving events handling.2009-08-21, by Charly COSTE
-
Fixed nickname change.2009-08-20, by Charly COSTE
-
Added documentation for the "say_level" attribute.2009-08-20, by Charly COSTE
-
Fixed XMPP message handling, again.2009-08-20, by Charly COSTE
-
Fixed participant's "say" functions.2009-08-20, by Charly COSTE
-
Added an XMPP disconnect handler, fixed XMPP message handling.2009-08-20, by Charly COSTE
-
First hack at locks for thread safety. Some other minor changes.2009-08-20, by Charly COSTE
-
Minor fixes.2009-08-20, by Charly COSTE
-
Introduced a bridge's "say" attribute to offer more flexibility in what the bot says.2009-08-20, by Charly COSTE
-
Fixed a little bug in exception handling.2009-08-20, by Charly COSTE
-
Fixed bot.respond(), boosted XMPP thread to lower latency, fixed mode notice.2009-08-19, by Charly COSTE
-
Rewrote/modified many things, multiple bridges should now work and are preferred over multiple bots.2009-08-19, by Charly COSTE
-
Added warning about different bots using the same nickname2009-08-17, by Charly COSTE
-
Fixed a "copy/paste" bug2009-08-17, by Charly COSTE
-
Fixed bug that prevented the bot from connecting to freenode and all other servers that don't send "umode"2009-08-17, by Charly COSTE
-
Added optional parameter to start_bots_from_xml_config.py2009-08-17, by Charly COSTE
-
Fixed bridge mode-switching2009-08-16, by Charly COSTE
-
Introduced the command mechanism and fixed a bug2009-08-16, by Charly COSTE
-
No comment.2009-08-16, by Charly COSTE
-
Fixed multi-line message bug2009-08-16, by Charly COSTE
-
Added some help in README2009-08-16, by Charly COSTE
-
Removed a self._check() in muc.py2009-08-16, by Charly COSTE
-
Added warning about debug attribute in example_config.xml2009-08-16, by Charly COSTE
-
Prevent bot from trying to connect on IRC with a nickname containing one or more white space character(s)2009-08-16, by Charly COSTE
-
Added IRC "part" event handling2009-08-16, by Charly COSTE
-
Fixed interpretation of IRC "namreply"2009-08-16, by Charly COSTE
-
Add dependencies to README2009-08-16, by Charly COSTE
-
Initial commit, version 0.12009-08-15, by Charly COSTE