log libpurple/protocols/jabber/jabber.c @ 24614:641fe4c2b2a5

age author description
Mon, 08 Dec 2008 02:22:59 +0000 Sadrul Habib Chowdhury Use g_free instead of free.
Wed, 03 Dec 2008 05:31:52 +0000 Ka-Hing Cheung darkrain again
Sat, 29 Nov 2008 23:53:50 +0000 John Bailey Avoid needlessly calling gethostname() if __HOSTNAME__ doesn't appear in the
Sat, 29 Nov 2008 18:20:58 +0000 John Bailey Revert the part of 280dc76b which broke XMPP resources such that only those
Sat, 29 Nov 2008 01:52:36 +0000 Ka-Hing Cheung me likes this better, References #5565
Fri, 28 Nov 2008 02:42:47 +0000 John Bailey Allow blank resources on XMPP when creating/modifying accounts. This works
Fri, 28 Nov 2008 02:19:42 +0000 Jonathan Sailor Some improvements to XMPP resource handling:
Mon, 17 Nov 2008 00:41:45 +0000 Richard Laager I don't know why we'd want the TUNE status to be saveable.
Fri, 31 Oct 2008 07:59:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
Sun, 19 Oct 2008 21:46:38 +0000 Marcus Lundblad merge of '014e1f90f8ee8c07fa6d5bef545016ecfafda630'
Thu, 16 Oct 2008 19:26:15 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 50ca054a04cd66fc08b411e7237a486ebb13fe4d)
Thu, 02 Oct 2008 01:28:52 +0000 Daniel Atallah Set the connection display name to the server-assigned full jid for XMPP
Sun, 19 Oct 2008 21:45:39 +0000 Marcus Lundblad Register the /buzz command using PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS.
Sun, 12 Oct 2008 17:38:32 +0000 Marcus Lundblad Allow the /buzz command without argument (sends attention to the JID of the
Wed, 01 Oct 2008 22:25:36 +0000 Marcus Lundblad Updated to new namespace for XEP-0224.
Thu, 25 Sep 2008 20:08:53 +0000 Marcus Lundblad Updated support for XEP-0224.
Sat, 27 Sep 2008 06:33:42 +0000 Sadrul Habib Chowdhury Start hiding blist.h internals in prpls.
Fri, 05 Sep 2008 21:55:09 +0000 Marcus Lundblad Updated to use latest spec. in XEP-0231
Thu, 04 Sep 2008 21:27:33 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head e685599ddcc769d157547685b5498df0662de8a2)
Sat, 09 Aug 2008 01:58:27 +0000 Daniel Atallah Restrict buddy icon downloads from arbitrary urls to 200kB.
Sun, 27 Jul 2008 22:46:49 +0000 Daniel Atallah Fix a stupid mistake in the previous commit.
Sun, 27 Jul 2008 22:34:32 +0000 Daniel Atallah Add support for using multiple "xmpp-client" records on a domain, by trying the
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Wed, 11 Jun 2008 15:20:16 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 7be65dacd56b6536cf745747e39a29f4f7f2644b)
Sun, 01 Jun 2008 20:55:54 +0000 Marcus Lundblad Custom smileys for XMPP according to XEP 0231. Refs #5627.
Mon, 30 Jun 2008 22:58:18 +0000 Mark Doliner Only check for EAGAIN if read returned less than 0. This fixes a bug
Thu, 26 Jun 2008 09:07:56 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
Wed, 18 Jun 2008 03:16:28 +0000 Daniel Atallah We only allow one keepalive timeout, so simplify this.
Wed, 18 Jun 2008 03:14:47 +0000 Daniel Atallah Cleanup some duplication and simplify this.
Wed, 04 Jun 2008 23:05:31 +0000 Mark Doliner Don't crash if the given jabber id is invalid. For example,
Mon, 02 Jun 2008 09:52:30 +0000 Mark Doliner The status type says that mood and moodtext are strings, so we don't
Sun, 25 May 2008 21:56:36 +0000 Richard Laager Use "email" and "Email" consistently. This is potentially controversial,
Thu, 19 Jun 2008 03:10:50 +0000 Daniel Atallah applied changes from f3703d89403f9f8e8b927beeb2f2ac05628c371d
Wed, 14 May 2008 05:11:32 +0000 Ka-Hing Cheung patch from Andrew Gaul to fix another memleak
Thu, 03 Apr 2008 23:38:59 +0000 Mark Doliner Correct some help strings for Jabber slash commands
Tue, 11 Mar 2008 22:58:36 +0000 Evan Schoenberg Only allow one keepalive_timeout at a time. This prevents us from starting a
Sat, 08 Mar 2008 17:17:57 +0000 Ethan Blanton Increase XMPP ping timeout from 20s to 120s
Tue, 26 Feb 2008 13:53:22 +0000 Stu Tomlinson Use connect server as FQDN for SASL auth except when it is an IP address.
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
Sun, 13 Jan 2008 22:44:01 +0000 John Bailey This adds accessor and mutator API for the PurpleAttentionType struct.
Tue, 08 Jan 2008 00:22:48 +0000 Andreas Monitzer Now checking the hostname supplied by the user, or the host-part of the JID when no host name is given against the CN of the domain. This makes libpurple comply to the RFC. Fixes http://trac.adiumx.com/ticket/8787
Sat, 05 Jan 2008 11:08:48 +0000 Sadrul Habib Chowdhury Utility functions to set and format song information. Closes #4398.
Thu, 03 Jan 2008 18:31:58 +0000 Stu Tomlinson Fixes for incorrectly displaying user tune emblem and empty current media.
Wed, 02 Jan 2008 14:01:15 +0000 Will Thompson Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not
Wed, 02 Jan 2008 06:36:35 +0000 Evan Schoenberg Keep track of the keepalive timeout source so it can be removed when the account disconnects. This prevents a possible crash if the timeout fired after the account disconnected.
Fri, 28 Dec 2007 05:54:50 +0000 Evan Schoenberg purple_timeout_remove(), not g_source_remove(), must be used to remove a timeout added by purple_timeout_add(). The latter works when the glib run loop is being used but not when any other eventloop implementation is in use.
Tue, 18 Dec 2007 07:33:32 +0000 Sean Egan Send XMPP Pings to the server instead of whitespace for our keepalives. Timeout the connection if there's no response in 20 seconds
Tue, 11 Dec 2007 01:34:18 +0000 Andreas Monitzer Fixed http://trac.adiumx.com/ticket/8529
Wed, 21 Nov 2007 05:22:39 +0000 Daniel Atallah Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Mon, 19 Nov 2007 08:05:36 +0000 Evan Schoenberg The Jabber registration process depends upon having a non-NULL cbdata->who,
Mon, 19 Nov 2007 06:15:29 +0000 Evan Schoenberg merge of '114c116bf552647586c41688811808aec9d2ed28'
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Fri, 16 Nov 2007 02:41:37 +0000 Daniel Atallah Fix #3669
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Wed, 24 Oct 2007 14:48:58 +0000 Will Thompson Having read the XMPP SASL specification, these errors seem more accurate.
Mon, 15 Oct 2007 10:45:46 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)
Sun, 14 Oct 2007 21:08:42 +0000 Will Thompson Rename:
Fri, 12 Oct 2007 23:26:11 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head 4018add8ebbf0e7dfc0fa002ebaeedb7048a26a6)
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'