log libpurple/protocols/irc/msgs.c @ 22822:f09acca60066

age author description
Mon, 05 May 2008 14:56:36 +0000 Ethan Blanton Patch from sadrul to fix IRC servers which neglect to send RPL_LISTSTART
Sun, 04 May 2008 01:43:00 +0000 Ethan Blanton Fix IRC handling of PART without a part message on Undernet IRCds.
Fri, 25 Apr 2008 18:01:50 +0000 Daniel Atallah Avoid allocating and freeing stuff unnecessarily.
Fri, 25 Apr 2008 16:08:48 +0000 Daniel Atallah Use g_strdup to match the subsequent g_free.
Sat, 12 Apr 2008 22:59:33 +0000 Ethan Blanton Handle IRC ban lists in-channel. Channels which are not joined are
Sat, 12 Apr 2008 19:40:06 +0000 Ethan Blanton Strip mIRC formatting codes from PART and QUIT messages.
Tue, 26 Feb 2008 14:17:12 +0000 Stu Tomlinson Give IRC channel owners the founder icon on networks that report supporting
Tue, 04 Dec 2007 20:27:06 +0000 Ethan Blanton Do not allow ISON requests to stack in IRC
Tue, 20 Nov 2007 18:54:55 +0000 Ka-Hing Cheung another patch from my coworker Andrew Gaul that plugged a leak, I fixed it
Sun, 14 Oct 2007 21:08:42 +0000 Will Thompson Rename:
Tue, 09 Oct 2007 13:42:15 +0000 Will Thompson Remove explicit setting of wants_to_die from prpls.
Sun, 07 Oct 2007 10:28:32 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 017296ee954fb91349806c809983c916842603da)
Fri, 05 Oct 2007 15:50:17 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)
Fri, 19 Oct 2007 17:59:00 +0000 Luke Schierer applied changes from 6c08c628ee64e16c824829c25befc0ca09338f9d
Fri, 19 Oct 2007 16:54:41 +0000 Ethan Blanton applied changes from 26c05ed157a02643cbb12b04045422b123312bcf
Tue, 02 Oct 2007 17:16:16 +0000 Will Thompson Rename PURPLE_REASON_INVALID_USERNAME to PURPLE_REASON_INVALID_SETTINGS, so it
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
Wed, 23 May 2007 18:29:23 +0000 Ethan Blanton This should suppress an annoying 477 numeric on channel joins if you
Tue, 15 May 2007 17:19:47 +0000 Ethan Blanton Oops; I made some errors in the last commit. This is a fix of my
Tue, 15 May 2007 17:13:00 +0000 Ethan Blanton Fix up IRC connections with dircproxy by allowing 376 to indicate success.
Tue, 08 May 2007 02:46:50 +0000 Ethan Blanton Handle channel joins when registration is required more gracefully.
Thu, 03 May 2007 22:07:59 +0000 Ethan Blanton Fix broken IRC servers which do not send a 255 numeric
Wed, 25 Apr 2007 16:03:24 +0000 Ethan Blanton /whowas for IRC. Thanks, achris.
Sat, 14 Apr 2007 16:32:42 +0000 Stu Tomlinson Make non-standard mode characters support connection-specific instead of
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 28 Jan 2007 21:48:58 +0000 Ethan Blanton This makes IRC /names handling generally more robust, as well as
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
Mon, 22 Jan 2007 09:27:02 +0000 Sean Egan I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/