log libpurple/protocols/irc/parse.c @ 24296:c204239bef48

age author description
Fri, 31 Oct 2008 14:51:11 +0000 Marcos Garc«ża Ochoa Strip multiple leading mode characters from incoming nicknames.
Sun, 27 Jul 2008 13:29:26 +0000 Ethan Blanton This adds an "auto-detect UTF-8" option to IRC which, when enabled,
Mon, 21 Jul 2008 20:33:29 +0000 Vladislav Guberinic /ctcp command for IRC
Thu, 26 Jun 2008 09:07:56 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
Thu, 05 Jun 2008 22:36:21 +0000 Ethan Blanton Make the IRC "unknown message" debugging messages UTF-8 safe.
Fri, 30 May 2008 04:33:44 +0000 Sadrul Habib Chowdhury Remove an unnecessary strdup when sending messages over IRC.
Thu, 19 Jun 2008 03:11:47 +0000 Daniel Atallah applied changes from 904a276588f7de13ba13b578905c82c0493184ce
Sat, 12 Apr 2008 22:59:33 +0000 Ethan Blanton Handle IRC ban lists in-channel. Channels which are not joined are
Sun, 30 Dec 2007 18:46:56 +0000 John Bailey Added /notice support for IRC. If I didn't do this properly, feel free
Thu, 29 Nov 2007 15:47:24 +0000 Ethan Blanton Allow for non-ASCII usernames in WHOWAS for IRC
Sun, 14 Oct 2007 21:08:42 +0000 Will Thompson Rename:
Sun, 07 Oct 2007 10:28:32 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 017296ee954fb91349806c809983c916842603da)
Fri, 05 Oct 2007 18:33:27 +0000 Will Thompson Sprinkle gc->wants_to_die = TRUE liberally around connection errors that really
Fri, 19 Oct 2007 17:59:00 +0000 Luke Schierer applied changes from 6c08c628ee64e16c824829c25befc0ca09338f9d
Tue, 18 Sep 2007 21:56:56 +0000 Will Thompson Move prpl-irc to purple_connection_error_reason.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Mon, 28 May 2007 17:52:04 +0000 Ethan Blanton This performs mIRC formatting code stripping for the room list, as
Mon, 14 May 2007 23:45:14 +0000 Richard Laager More strcasecmp() replacements.
Mon, 14 May 2007 23:11:30 +0000 Ethan Blanton strcasecmp is post-C89, so use the glib equivalent
Tue, 08 May 2007 02:46:50 +0000 Ethan Blanton Handle channel joins when registration is required more gracefully.
Wed, 25 Apr 2007 16:03:24 +0000 Ethan Blanton /whowas for IRC. Thanks, achris.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 28 Jan 2007 17:02:31 +0000 Ethan Blanton This should fix up IRC logins for servers which do not provide an
Sun, 28 Jan 2007 06:31:19 +0000 Ethan Blanton Recognize non-standard mode characters communicated in an 005 numeric for IRC
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/