Thu, 11 Mar 2010 14:15:31 +0100 |
Charly COSTE |
(muc) created "state" attribute to replace the "connected" one
|
Sat, 13 Mar 2010 14:40:32 +0100 |
Charly COSTE |
(muc) removed "participants" attribute since it isn't used
|
Sat, 13 Mar 2010 14:25:34 +0100 |
Charly COSTE |
(muc) auto_reconnect must be set in join() not in __init__() because we turn it to False in leave()
|
Mon, 08 Mar 2010 18:29:41 +0100 |
Charly COSTE |
(muc) minor change in NotConnected error message
|
Sun, 07 Mar 2010 22:12:25 +0100 |
Charly COSTE |
added optional "action" argument to Participant.say_on_xmpp_to and muc.say_to
|
Sat, 06 Mar 2010 23:19:17 +0100 |
Charly COSTE |
(muc) ignore NotConnected exception in leave method
|
Sat, 06 Mar 2010 19:26:35 +0100 |
Charly COSTE |
(muc) added "auto_reconnect" attribute (defaults to True, turns to False when "leave" is called), created NotConnected exception
|
Sat, 06 Mar 2010 19:05:07 +0100 |
Charly COSTE |
created Bridge.say_on_behalf in order to avoid code repetition in participant.py
|
Thu, 25 Feb 2010 23:29:39 +0100 |
Charly COSTE |
renamed camelCased functions
|
Sat, 30 Jan 2010 14:34:43 +0100 |
Charly COSTE |
created muc._send(), should have been done ages ago
|
Fri, 27 Nov 2009 22:47:27 +0100 |
Charly COSTE |
handle XMPP remote-server-not-found
|
Sun, 20 Sep 2009 11:56:03 +0200 |
Charly COSTE |
Tried to improve XMPP disconnections handling
|
Sat, 05 Sep 2009 20:01:31 +0200 |
Charly COSTE |
Fixed muc.py
|
Sun, 23 Aug 2009 22:35:24 +0200 |
Charly COSTE |
Tried to get thread safety and handle disconnections in muc.py
|
Thu, 20 Aug 2009 01:00:54 +0200 |
Charly COSTE |
Rewrote/modified many things, multiple bridges should now work and are preferred over multiple bots.
|
Sun, 16 Aug 2009 21:28:02 +0200 |
Charly COSTE |
Removed a self._check() in muc.py
|
Sun, 16 Aug 2009 17:59:00 +0200 |
Charly COSTE |
Added support for IRC "nick" event, fixed participant.changeNickname(), fixed handling of IRC "namreply" event, removed muc._check() because waiting does not solve the problem if it is blocking incoming messages handling
|
Sun, 16 Aug 2009 01:47:03 +0200 |
Charly COSTE |
Initial commit, version 0.1
|