Mercurial > xib
graph
-
(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
-
removed automatic switching to limited mode (created Bridge.show_participants_list_on())2010-01-17, by Charly COSTE
-
oops, forgot to modify Bot.new_bridge() in the previous commit2010-01-17, by Charly COSTE
-
new bridge attribute "irc_connection_interval" (in seconds)2010-01-17, by Charly COSTE
-
Revert "strip events' properties"2010-01-17, by Charly COSTE
-
strip events' properties2010-01-17, by Charly COSTE
-
moved exception handling in IRC thread from process_data() to process_forever() where it belongs2010-01-17, by Charly COSTE
-
minor fix in Participant.changeNickname()2010-01-17, by Charly COSTE
-
added an IRC event to ignore2010-01-17, by Charly COSTE
-
added 3 commands: connections, irc-connections and xmpp-connections2010-01-17, by Charly COSTE
-
minor fix in commands (unbound variable)2010-01-17, by Charly COSTE
-
minor fix2010-01-17, by Charly COSTE
-
little fix in irclib concerning ServerConnection.socket2010-01-17, by Charly COSTE
-
fixed minimal→*limited mode changing2010-01-16, by Charly COSTE
-
fixed a DeprecationWarning in irclib2010-01-16, by Charly COSTE
-
reduced duplication of error messages2010-01-16, by Charly COSTE
-
handle irclib.ServerNotConnectedError2010-01-16, by Charly COSTE
-
handle xmpp.muc.RemoteServerNotFound2010-01-16, by Charly COSTE
-
moved commands to a separate file2010-01-15, by Charly COSTE
-
added change-bridge-mode command2010-01-15, by Charly COSTE
-
handle more mode changing cases (added bridge.createDuplicatesOn())2010-01-15, by Charly COSTE
-
added irclib.ServerConnection.left_channels2010-01-15, by Charly COSTE
-
minor fixes2010-01-15, by Charly COSTE
-
tried to fix the halt command (added Bot.stop())2010-01-15, by Charly COSTE
-
minor fixes in irclib2010-01-14, by Charly COSTE
-
bot → Bot2010-01-14, by Charly COSTE
-
isinstance(participant, participant) → isinstance(participant, Participant)2010-01-14, by Charly COSTE
-
code cleaning2010-01-13, by Charly COSTE
-
Code refactoring (new method participant.set_both_sides())2010-01-13, by Charly COSTE
-
bug fixes2010-01-13, by Charly COSTE
-
Restart all bridges connected to a MUC server when it goes down2010-01-13, by Charly COSTE
-
bugfix related to the bypass mode2009-12-05, by Charly COSTE
-
cleanup2009-12-03, by Charly COSTE
-
new mode bypass and new method bridge.changeMode2009-11-28, by Charly COSTE
-
REAME update2009-11-28, by Charly COSTE
-
split long messages when sending on IRC2009-11-28, by Charly COSTE
-
minor fix2009-11-28, by Charly COSTE
-
stop bridge on error instead of removing it2009-11-27, by Charly COSTE
-
handle XMPP remote-server-not-found2009-11-27, by Charly COSTE
-
new stop-bridge command2009-11-25, by Charly COSTE
-
Minor fixes2009-11-22, by Charly COSTE
-
XMPP room deletion (and server shut down) handling2009-11-22, by Charly COSTE
-
Updated README for 0.22009-11-21, by Charly COSTE
-
Updated example_config.xml2009-11-21, by Charly COSTE
-
Handle MUC error messages2009-11-21, by Charly COSTE
-
Oops, forgot to add this file in the new command system commit2009-11-21, by Charly COSTE
-
New command system2009-11-21, by Charly COSTE
-
In minimal mode, display the participants' list on XMPP when someone joins on IRC2009-11-20, by Charly COSTE
-
Minor fixes/improvements2009-11-20, by Charly COSTE
-
Reconnect when a connection is closed2009-10-04, by Charly COSTE
-
Don't try to remove a participant that does not exist2009-10-04, by Charly COSTE
-
Code cleaning, participant.changeNickname improvement, added participant.__str__2009-10-04, by Charly COSTE
-
bridge.addParticipant improvements2009-10-04, by Charly COSTE
-
Code cleaning2009-10-04, by Charly COSTE
-
Improved /me handling2009-09-29, by Charly COSTE
-
Tried to fix participant.changeNickname2009-09-26, by Charly COSTE
-
XMPP kick and ban handling2009-09-22, by Charly COSTE
-
Better handling of IRC kick2009-09-22, by Charly COSTE
-
Tried to fix XMPP «Replaced by new connection» problem2009-09-20, by Charly COSTE
-
Tried to improve XMPP disconnections handling2009-09-20, by Charly COSTE
-
Better format stripping for IRC messages2009-09-15, by Charly COSTE
-
Handle IRC "kill" event2009-09-07, by Charly COSTE
-
Better color stripping for IRC messages2009-09-06, by Charly COSTE
-
First hack at an error notification system2009-09-06, by Charly COSTE
-
Fixed callbacks in bridge.py2009-09-05, by Charly COSTE
-
Fixed callbacks, addParticipant, removeParticipant and __del__ in bridge.py2009-09-05, by Charly COSTE
-
Leave chan only if (really) connected2009-09-05, by Charly COSTE
-
Fixed callbacks in participant.py2009-09-05, by Charly COSTE
-
Fixed muc.py2009-09-05, by Charly COSTE
-
Fixed irclib "part" method2009-09-05, by Charly COSTE
-
Fixed the XMPP loop (release the lock)2009-09-04, by Charly COSTE
-
Fixed IRC quit event handling2009-09-04, by Charly COSTE
-
Fixed IRC namreply handling2009-09-03, by Charly COSTE
-
Fixed IRC strip_formatting_re2009-09-03, by Charly COSTE
-
First hack at pings2009-09-03, by Charly COSTE
-
Strip bold character from IRC messages2009-09-02, by Charly COSTE
-
Handle /me the XMPP to IRC way2009-09-02, by Charly COSTE
-
Better handling of participants2009-09-02, by Charly COSTE
-
Dots are forbidden in IRC nicknames2009-08-30, by Charly COSTE
-
Prevent unjustified switching to limited mode2009-08-30, by Charly COSTE
-
Strip colors from IRC messages2009-08-30, by Charly COSTE
-
Fixed IRC nick callback2009-08-30, by Charly COSTE
-
Don't ever do copy/paste ...2009-08-30, by Charly COSTE
-
Encoding issue2009-08-30, by Charly COSTE
-
Some fault tolerance2009-08-30, by Charly COSTE
-
Handle IRC "nickcollision" event2009-08-29, by Charly COSTE
-
Fixed unjustified switching to limited mode2009-08-29, by Charly COSTE
-
Added bridge.hasParticipant() and fixed participant.changeNickname()2009-08-29, by Charly COSTE
-
Don't create an XMPP duplicate for ChanServ2009-08-29, by Charly COSTE
-
Fixed a little bug in bridge.py2009-08-28, by Charly COSTE
-
Fixed participant.changeNickname()2009-08-28, by Charly COSTE
-
Handle bannedfromchan IRC event2009-08-27, by Charly COSTE
-
Some thread safety for irclib.py2009-08-27, by Charly COSTE
-
Fixed encoding issues2009-08-27, by Charly COSTE
-
I'm stupid ...2009-08-26, by Charly COSTE
-
Fixed a bug introduced in previous commit2009-08-26, by Charly COSTE
-
Handle kick (by simply rejoining) on IRC side2009-08-26, by Charly COSTE
-
Fixed XMPP connection closing and the XMPP loop2009-08-26, by Charly COSTE
-
Tried to improve the XMPP loop, again.2009-08-25, by Charly COSTE
-
Ignore messages sent by self2009-08-25, by Charly COSTE
-
Tried to improve thread-safety during XMPP connection closing.2009-08-25, by Charly COSTE
-
lower() for "join" and "namreply" IRC events2009-08-24, by Charly COSTE
-
Reduce latency.2009-08-24, by Charly COSTE
-
Removed unnecessary and buggy test2009-08-24, by Charly COSTE
-
Lower before comparing strings.2009-08-24, by Charly COSTE
-
Fixed XMPP infinite loop and a debug message that wasn't flagged as a debug one.2009-08-24, by Charly COSTE
-
Minor change to irclib.py2009-08-24, by Charly COSTE
-
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