log libpurple/protocols/irc/irc.c @ 25504:e556eb2f38d2

age author description
Sun, 10 Jun 2007 18:06:26 +0000 Yoshiki Yazawa - add hankaku kana support to irc.
Sat, 07 Mar 2009 01:23:51 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Sun, 02 Nov 2008 06:41:34 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 56f8f1ef1ec93d71fadc9152a3ca7d9a6d4f8057)
Sat, 29 Nov 2008 18:46:49 +0000 Paul Aurich The Add Buddy dialog should not blindly create a duplicate buddy in a group
Fri, 31 Oct 2008 14:51:11 +0000 Marcos Garc«ża Ochoa Strip multiple leading mode characters from incoming nicknames.
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Sun, 27 Jul 2008 13:29:26 +0000 Ethan Blanton This adds an "auto-detect UTF-8" option to IRC which, when enabled,
Fri, 25 Jul 2008 16:33:24 +0000 Ethan Blanton Escape IRC hostnames beginning with : in the USER command. This
Sun, 13 Jul 2008 18:01:57 +0000 Sadrul Habib Chowdhury Add purple_get_host_name to get the hostname of the machine.
Wed, 21 May 2008 02:09:00 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3)
Wed, 14 May 2008 23:36:37 +0000 Evan Schoenberg When calling serv_got_chat_in() after sending a group chat message (to let
Mon, 05 May 2008 06:55:00 +0000 Sadrul Habib Chowdhury Patch from Jaywalker to let prpls add some helpful text for some account
Mon, 05 May 2008 06:19:46 +0000 Sadrul Habib Chowdhury Use up the last padding for PurplePluginProtocolInfo in a way that allows
Thu, 15 May 2008 15:22:04 +0000 Stu Tomlinson Fix irc nick collision handling, as requested by that demanding user elb.
Wed, 23 Jan 2008 23:28:38 +0000 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
Tue, 04 Dec 2007 20:27:06 +0000 Ethan Blanton Do not allow ISON requests to stack in IRC
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Sun, 14 Oct 2007 21:08:42 +0000 Will Thompson Rename:
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Tue, 09 Oct 2007 13:42:15 +0000 Will Thompson Remove explicit setting of wants_to_die from prpls.
Sat, 06 Oct 2007 12:05:22 +0000 Will Thompson Split the "you don't have SSL support" meaning of
Fri, 05 Oct 2007 18:33:27 +0000 Will Thompson Sprinkle gc->wants_to_die = TRUE liberally around connection errors that really
Tue, 02 Oct 2007 17:16:16 +0000 Will Thompson Rename PURPLE_REASON_INVALID_USERNAME to PURPLE_REASON_INVALID_SETTINGS, so it
Wed, 19 Sep 2007 15:06:26 +0000 Will Thompson Get rid of an unused PurpleDisconnectReason variable from switching to using
Wed, 19 Sep 2007 15:01:47 +0000 Will Thompson Use purple_connection_ssl_error in prpl-irc
Tue, 18 Sep 2007 22:04:20 +0000 Will Thompson Remove commented-out calls to purple_connection_error.
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, 03 Sep 2007 23:22:54 +0000 Ethan Blanton Whitespace fix
Mon, 03 Sep 2007 23:15:11 +0000 Ethan Blanton Handle the case where gethostname() fails or returns a null hostname.