123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- 2008-09-11 Keltus <keltus@users.sourceforge.net>
-
-
- 2008-08-29 Keltus <keltus@users.sourceforge.net>
-
-
-
-
-
- 2006-03-09 Keltus <keltus@users.sourceforge.net>
-
-
- 2005-12-24 Keltus <keltus@users.sourceforge.net>
-
-
-
-
- Preparations for version 0.4.6.
-
- 2005-12-23 Keltus <keltus@users.sourceforge.net>
-
-
-
-
-
-
-
-
- Code modernization - String methods used instead of deprecated
- string functions, keyword 'in' used for membership testing instead
- of 'has_key' method, etc.
-
- 2005-12-06 Keltus <keltus@users.sourceforge.net>
-
- 2005-05-28. This is strange because there was a bug before and
- now it's gone. Either python changed something, or the IRC
- networks changed something. Confirmed by peter.
-
- 2005-11-03 Keltus <keltus@users.sourceforge.net>
-
- to currenttopic (the message when "/topic <chan>" is sent), so it
- doesn't collide with TOPIC (the message when the topic is set).
-
- 2005-08-27 Keltus <keltus@users.sourceforge.net>
-
- recursive calls when disconnecting with a failed connection. Bug
- reported by Erik Max Francis.
-
- 2005-08-18 Keltus <keltus@users.sourceforge.net>
-
- changed some functions to use it instead of quit. Previously,
- disconnect would ignore the quit message, but now it sends a quit
- message and disconnect. Suggestion by Erik Max Francis.
-
- ServerConnection.quit as well.
-
- 2005-05-28 Keltus <keltus@users.sourceforge.net>
-
- to return a list rather than a list of a list. Patch from peter.
-
- 2005-05-18 Keltus <keltus@users.sourceforge.net>
-
-
-
- to be able to process events when ServerConnection is not
- connected to a socket. Patch from alst.
-
-
-
- Preparations for version 0.4.5.
-
- 2005-04-26 Keltus <keltus@users.sourceforge.net>
-
- irc.process_forever(). Suggestion by olecom.
-
- 2005-04-17 Keltus <keltus@users.sourceforge.net>
-
- translation code.
-
- because it breaks jump_server().
-
-
- 2005-04-03 Keltus <keltus@users.sourceforge.net>
-
- Patch from Adam Mikuta.
-
- Patch from Adam Mikuta.
-
- 2005-02-23 Keltus <keltus@users.sourceforge.net>
-
-
-
-
- Preparations for version 0.4.4.
-
- 2005-01-28 Keltus <keltus@users.sourceforge.net>
-
- self.irclibobj._remove_connection call from close() to
- disconnect(). Patch from Alexey Nezhdanov.
-
- 2005-01-25 Keltus <keltus@users.sourceforge.net>
-
- connection does not occur
-
- "Changing servers" (more ubiquitous quit phrase)
-
- 2005-01-23 Keltus <keltus@users.sourceforge.net>
-
-
- now compatible with Python 1.6 and above.
-
-
- 2005-01-20 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- 2005-01-19 Joel Rosdahl <joel@rosdahl.net>
-
-
-
- 2005-01-19 Keltus <keltus@users.sourceforge.net>
-
-
-
- 2005-01-17 Joel Rosdahl <joel@rosdahl.net>
-
-
- IRCDict. Patch from Keltus.
- (SingleServerIRCBot.on_ctcp): Corrected default decoding of CTCP
- DCC CHAT. Patch from Keltus.
-
-
-
- Preparations for version 0.4.3.
-
-
- in Debian now.
-
-
- about arguments to the function. Patch from Keltus.
- (Channel.has_allow_external_messages): Renamed from
- has_message_from_outside_protection. Patch from Keltus.
-
-
- IRC servers' treat QUIT messages. Patch from Keltus.
-
-
- behaviour. Patch from Keltus.
-
- 2004-08-04 Joel Rosdahl <joel@rosdahl.net>
-
-
- event that is triggered on CTCP ACTION messages.
-
- 2004-07-09 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
-
-
-
-
- Preparations for version 0.4.2.
-
-
- (ServerConnection.send_raw): Fix bug #922446, "Raise
- IllegalStateException in send_raw when disconnected".
-
- 2003-10-30 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- in Debian.
-
-
-
- 2003-10-29 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
-
-
-
-
-
-
- welcome message is sent to trap nickname change triggered in a
- nicknameinuse callback.
-
-
- Connection.get_nickname instead of relying on self._nickname.
- (SingleServerIRCBot._on_kick): Likewise.
- (SingleServerIRCBot._on_part): And here too.
- (SingleServerIRCBot._on_nick): No need to remember nickname change
- here.
-
- 2003-08-31 Joel Rosdahl <joel@rosdahl.net>
-
-
-
- Implemented DCC support (based on patches from Adam Langley and
- Marco Bettio):
-
-
- (DCCConnectionError): New class.
- (DCCConnection): New class.
- (SimpleIRCClient.__init__): Added dcc_connections attribute.
- (SimpleIRCClient._dcc_disconnect): New method.
- (SimpleIRCClient.connect): Added localaddress and
- localport parameters. The socket will be bound accordingly before
- connecting.
- (SimpleIRCClient.dcc_connect): New method.
- (SimpleIRCClient.dcc_listen): New method.
- (ip_numstr_to_quad): New function.
- (ip_quad_to_numstr): New function.
-
-
- the on_dccchat method.
-
-
- initiating DCC chats via a "dcc" command.
-
-
-
-
-
-
-
- Other changes:
-
-
-
-
- Send USER command according to RFC 2812.
- (ServerConnection.connect): Added localaddress and
- localport parameters. The socket will be bound accordingly before
- connecting.
- (ServerConnection.process_data): Ignore empty lines from the
- server. (Patch by Jason Wies.)
- (ServerConnection._get_socket): Simplified.
- (ServerConnection.remove_global_handler): Added. (Patch from
- Brandon Beck.)
-
-
- with VERSION. (Patch from Andrew Gaul.)
-
-
-
-
-
- 2002-03-01 Joel Rosdahl <joel@rosdahl.net>
-
-
-
- Corrected problems spotted by Markku Hänninen <hmm@iki.fi>:
-
-
- (IRCCat.on_join): Likewise.
- (IRCCat.on_disconnect): Likewise.
-
-
- instead of commas.
-
-
- argument default to the empty string.
-
-
- tracereconnect, tryagain, invitelist, endofinvitelist, exceptlist,
- endofexceptlist, unavailresource, nochanmodes, banlistfull,
- restricted and uniqopprivsneeded.
-
- 2002-02-17 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- pythondoc. Use pydoc instead.
-
-
-
-
-
-
- python-irclib-*.
-
- Changed license from GPL 2 to LGPL 2.1:
-
-
-
-
-
- 2001-10-21 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- mode parsing code bailed out if a unary mode character didn't have
- a corresponding argument.
-
-
- in the alphabet used by irc_lower().
-
-
-
-
-
-
-
-
-
- 2000-12-11 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- select() on Windows systems.
-
-
-
- 2000-11-26 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
-
-
-
-
- get_nick_name.
- (ServerConnection._get_socket): Return None if not connected.
-
- 2000-11-25 Joel Rosdahl <joel@rosdahl.net>
-
-
- instead of allrawmessages.
- (IRC._handle_event): Added "all_events" event type.
- (nm_to_n): Renamed from nick_from_nickmask.
- (nm_to_uh): Renamed from userhost_from_nickmask.
- (nm_to_h): Renamed from host_from_nickmask.
- (nm_to_u): Renamed from user_from_nickmask.
- (SimpleIRCClient): Created.
-
- 2000-11-22 Joel Rosdahl <joel@rosdahl.net>
-
-
- (ServerConnection.process_data): Split non-RFC-compliant lines a
- bit more intelligently.
- (ServerConnection.process_data): Removed unnecessary try/except
- block.
- (ServerConnection.get_server_name): Return empty server if
- unknown.
- (_rfc_1459_command_regexp): Tweaked a bit.
-
-
-
- 2000-11-21 Joel Rosdahl <joel@rosdahl.net>
-
-
- more often.
-
- 2000-10-29 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- distribution.
-
-
-
-
-
-
-
- 2000-10-02 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- for Python >= 1.6.
-
- 2000-09-26 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- string.
-
- 2000-09-24 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
- track of nick name).
- (IRC.process_once): New method.
- (ServerConnection.process_data): Bug fix.
- (IRC.disconnect_all): Created.
- (IRC.exit): Removed.
- (ServerConnection.exit): Removed.
- (ServerConnection.connect): Follow RFC closer.
- (ServerConnection.user): Follow RFC closer.
-
-
-
-
-
-
-
-
-
- 1999-08-21 Joel Rosdahl <joel@rosdahl.net>
-
-
-
-
-
-
-
-
- checks every minute that it is connected. If it's not, it
- reconnects.
-
-
- Made the code for handling disconnection hopefully more robust.
- Renamed connect() to sconnect().
-
- 1999-06-19 Joel Rosdahl <joel@rosdahl.net>
-
-
|