Sat, 17 Aug 2013 23:27:20 +0530 Ankit Vani Renamed prpl.[ch] to protocol.[ch] soc.2013.gobjectification.plugins file | diff | annotate
Thu, 22 May 2014 18:33:12 +0200 Tomasz Wasilczyk Add purple_conversation_write_system_message file | diff | annotate
Wed, 07 May 2014 11:07:45 +0200 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Tue, 06 May 2014 19:38:50 +0200 Tomasz Wasilczyk Fix some CWE-252 coverity warnings release-2.x.y file | diff | annotate
Sat, 21 Sep 2013 16:41:50 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Thu, 12 Sep 2013 19:08:48 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sat, 07 Sep 2013 00:10:19 +0530 Ankit Vani Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API soc.2013.gobjectification file | diff | annotate
Fri, 06 Sep 2013 20:04:16 +0530 Ankit Vani Use g_object_{ref|unref} instead of purple_roomlist_{ref|unref} soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 04:37:14 +0530 Ankit Vani Renamed chat buddies to chat users, and IM conversation typing state to IM typing state. soc.2013.gobjectification file | diff | annotate
Thu, 27 Jun 2013 01:26:35 +0530 Ankit Vani Updated protocols for the API changes soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 21:45:33 +0530 Ankit Vani Refactored the jabber protocol to use GObject-based PurpleConversation soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 15:23:44 +0530 Ankit Vani Global replace - renamed functions and types according to GObject-based PurpleConversation API soc.2013.gobjectification file | diff | annotate
Sat, 21 Sep 2013 11:54:03 +0200 Tomasz Wasilczyk Notify API: extend purple_notify_message with PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 13:06:10 +0200 Tomasz Wasilczyk Request API refactoring: introduce PurpleRequestCommonParameters and switch purple_request_input to it file | diff | annotate
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads. cpw.qulogic.gtk3 file | diff | annotate
Tue, 30 Aug 2011 19:11:26 +0000 Andrew Victor Convert jabber prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data(). file | diff | annotate
Tue, 23 Aug 2011 05:43:51 +0000 Mark Doliner Some struct hiding. What a pain. file | diff | annotate
Sun, 06 Mar 2011 23:03:47 +0000 Paul Aurich jabber: Support for requesting limited history when joining a MUC. file | diff | annotate
Sun, 20 Feb 2011 02:25:23 +0000 Thijs Alkemade jabber: Treat the presence storm on joining a room as not new arrivals. file | diff | annotate
Sat, 31 Jul 2010 20:18:59 +0000 Paul Aurich jabber: Avoid an assertion warning file | diff | annotate
Thu, 18 Feb 2010 04:39:28 +0000 Paul Aurich jabber: Kick by in-room nick, not JID. Reduces code, but is still in-spec (and seems to be the preferred method) file | diff | annotate
Tue, 01 Dec 2009 16:46:57 +0000 Paul Aurich strchr() is safe when searching for an ASCII character in UTF8 strings. file | diff | annotate
Fri, 27 Nov 2009 17:07:19 +0000 Paul Aurich jabber: More namespaces! This is a good stopping point for now. file | diff | annotate
Sat, 24 Oct 2009 00:59:12 +0000 Paul Aurich jabber: Reject invalid chat nicks in /nick command. Fixes #10532. file | diff | annotate
Sat, 17 Oct 2009 00:37:04 +0000 Paul Aurich jabber: Improved support for XEP-0249 (and document the legacy stuff). file | diff | annotate
Thu, 15 Oct 2009 16:25:09 +0000 Paul Aurich jabber: Remove useless jabber_normalize calls now that the data in the hash table file | diff | annotate
Thu, 15 Oct 2009 16:13:00 +0000 Paul Aurich jabber: Reduce these from assertions to checks. file | diff | annotate
Mon, 12 Oct 2009 18:24:37 +0000 Paul Aurich jabber: Use the newly refactored code to simplify "Initiate Chat". file | diff | annotate
Mon, 12 Oct 2009 18:11:32 +0000 Paul Aurich jabber: Refactor the chat-joining code file | diff | annotate
Thu, 24 Sep 2009 16:58:31 +0000 Paul Aurich jabber: Don't crash when adding a buddy without a node (no '@'). Closes #10261. file | diff | annotate
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl. file | diff | annotate
Wed, 12 Aug 2009 05:51:51 +0000 Paul Aurich jabber: Fix "Invalid Server" breaking roomlist dialog. Closes #8143. file | diff | annotate
Fri, 07 Aug 2009 04:29:55 +0000 Paul Aurich Set XMPP chat topic when it contains a < followed by a character. Closes #5712. file | diff | annotate
Sat, 11 Jul 2009 07:47:07 +0000 Paul Aurich Validate IPv6 identifiers in the domain portion of a JID. file | diff | annotate
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in. file | diff | annotate
Wed, 13 May 2009 20:29:03 +0000 Marcus Lundblad Support custom smileys in MUCs (when all participants support BoB and a maximum file | diff | annotate
Sun, 03 May 2009 19:53:53 +0000 Paul Aurich Add ability to list roles/affiliations in a chat via slash-commands and file | diff | annotate
Sun, 26 Apr 2009 00:06:30 +0000 Paul Aurich Fix XMPP prpl->set_chat_topic with an empty string (or NULL) file | diff | annotate
Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers. cpw.darkrain42.xmpp.iq-handlers file | diff | annotate
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's file | diff | annotate
Fri, 05 Sep 2008 21:55:09 +0000 Marcus Lundblad Updated to use latest spec. in XEP-0231 xmpp.custom_smiley file | diff | annotate
Thu, 04 Sep 2008 21:27:33 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 15804a3ac8c4722e36b4728e1ff9171544495044) xmpp.custom_smiley file | diff | annotate
Sun, 01 Jun 2008 20:55:54 +0000 Marcus Lundblad Custom smileys for XMPP according to XEP 0231. Refs #5627. xmpp.custom_smiley file | diff | annotate
Fri, 13 Jun 2008 04:19:31 +0000 Daniel Atallah Return the real JID (if available) from the xmpp get_cb_real_name function. file | diff | annotate
Sun, 01 Jun 2008 18:08:14 +0000 Sadrul Habib Chowdhury Fix the chat-room rejoining bug where the list appears empty. file | diff | annotate
Wed, 21 May 2008 02:09:00 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 30d72058bc490f83305daeee85021c44bb1197ce) next.minor file | diff | annotate
Wed, 30 Apr 2008 21:09:59 +0000 Evan Schoenberg The key and value need to be g_stdup()'d before adding to the hash table next.minor file | diff | annotate
Wed, 30 Apr 2008 14:06:03 +0000 Evan Schoenberg g_hash_table_ref() / g_hash_table_unref() were added in too recent a glib version per Mark. Copy data to chat->components rather than using those. next.minor file | diff | annotate
Wed, 30 Apr 2008 06:29:16 +0000 Evan Schoenberg As discussed on the devel list, purple_serv_got_join_chat_failed() and the next.minor file | diff | annotate
Tue, 13 May 2008 00:12:38 +0000 Etan Reisner Close up scope of a variable, I'm just cleaning up my tree some. file | diff | annotate
Tue, 29 Apr 2008 03:59:28 +0000 Evan Schoenberg applied changes from feb2303b4209e0eeb4e20beaf151b1e4368c4e03 next.minor file | diff | annotate
Tue, 29 Apr 2008 03:47:38 +0000 Evan Schoenberg merge of 'b1f1418d745af5c2633eaa262d22fb129d3f0143' file | diff | annotate
Tue, 29 Apr 2008 03:34:53 +0000 Evan Schoenberg disapproval of revision '20759043085fc3fd38598d160c76af4a202860c7' file | diff | annotate
Tue, 29 Apr 2008 03:56:43 +0000 Evan Schoenberg disapproval of revision '0e29be02e15240937cc5a6f14a05bfce82f97c9f' file | diff | annotate
Tue, 29 Apr 2008 02:58:23 +0000 John Bailey * Renamespace serv_got_chat_join_failed to purple_serv_got_chat_join_failed file | diff | annotate
Tue, 29 Apr 2008 01:46:40 +0000 Evan Schoenberg Added "chat-join-failed" signal, emitted by a new serv_got_join_chat_failed() file | diff | annotate
Mon, 28 Apr 2008 06:40:48 +0000 Mark Doliner Fix a small memory leak when failing to join a jabber conference file | diff | annotate
Sun, 13 Apr 2008 16:54:33 +0000 Sadrul Habib Chowdhury Do not crash from commands in a disconnected chat. Fixes #5208 file | diff | annotate
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk. file | diff | annotate
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of 'c6d76b49c2061450fff921250d48097d8e50eeab' file | diff | annotate
(0) -60 tip

mercurial