root/trunk/jjigw/ircsession.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @165 [165] 06/04/06 22:26:40 jajcus - addresses updated
(edit) @160 [160] 05/21/05 12:12:28 jajcus - AWAY message handling
(edit) @159 [159] 05/21/05 12:08:54 jajcus - basic password support (network configuration -- for single user setups …
(edit) @157 [157] 05/19/05 11:58:32 jajcus - updated for recent PyXMPP
(edit) @138 [138] 09/18/04 20:37:57 jajcus - fixed support for multiple servers (round-robin and failover) - allow …
(edit) @135 [135] 09/18/04 20:18:56 jajcus - updated for recent PyXMPP changes (stanza constructors keyword arguments …
(edit) @131 [131] 08/30/04 14:57:12 jajcus - debug messages switched to 'logging' module
(edit) @125 [125] 07/23/04 21:35:51 jajcus - encode quit reason in network encoding
(edit) @123 [123] 07/23/04 21:28:07 jajcus - show warning instead dumping an exception on bad channel name in …
(edit) @122 [122] 07/23/04 21:25:27 jajcus - return error instead of dumping exception on message to a wrong JID
(edit) @115 [115] 07/21/04 12:25:37 jajcus - ignore socket errors when disconnecting
(edit) @112 [112] 07/21/04 10:14:46 jajcus - cosmetics
(edit) @108 [108] 07/21/04 09:38:31 jajcus - make copy of login/message/etc request stanzas when putting them to a …
(edit) @106 [106] 07/05/04 14:18:43 jajcus - show error message instead of traceback when wrong prefix/nickname is …
(edit) @104 [104] 06/29/04 13:42:23 jajcus - 'private' messages fixed
(edit) @102 [102] 06/26/04 12:01:18 jajcus - handle EOF gracefully instead of eating 100% of CPU time
(edit) @100 [100] 06/25/04 15:31:13 jajcus - don't use two (or more) different IRCUser instances for one Jabber user …
(edit) @95 [95] 06/03/04 22:59:21 jajcus - don't send presence update in WHOREPLY handler - IRCUser.who_reply …
(edit) @94 [94] 06/03/04 22:51:17 jajcus - use 'Quit' as QUIT reason when closing connection after leaving all …
(edit) @90 [90] 05/30/04 15:17:16 jajcus - profiling support added (--profile option) and 100% CPU consumption …
(edit) @86 [86] 05/26/04 21:33:21 jajcus - do not be so strict about nicknames received from server, allow other …
(edit) @82 [82] 05/16/04 16:43:43 jajcus - cosmetics
(edit) @79 [79] 05/15/04 18:19:23 jajcus - remove channel from active channel list after leaving or being kicked
(edit) @74 [74] 05/09/04 18:56:53 jajcus - raw channel ("#" conference room) - for debuging - gateway status …
(edit) @71 [71] 05/05/04 21:23:12 jajcus - code reformated so 4 spaces are used for indenting
(add) @66 [66] 05/04/04 16:58:44 jajcus - code split into several modules - copyright info added into each …
Note: See TracRevisionLog for help on using the revision log.