log libpurple/protocols/jabber/jutil.c @ 32672:3828a61c44da

age author description
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().
Sun, 06 Mar 2011 22:38:45 +0000 Paul Aurich jabber: if (foo) g_free(foo) -> g_free(foo)
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Thu, 17 Jun 2010 21:21:30 +0000 Paul Aurich jabber: Exclude ASCII 127 (Delete) from allowed SASLprep characters
Mon, 22 Mar 2010 22:23:35 +0000 Marcus Lundblad jabber: Use a 129 byte buffer to fit the hex output of SHA-512 (including \0)
Mon, 22 Mar 2010 21:34:17 +0000 Marcus Lundblad jabber: Validate the hash on incoming BoB objects (in case the CID is on the
Sun, 07 Mar 2010 18:47:09 +0000 Paul Aurich jabber: Oops. Make jabber_saslprep have a hope of not locking the program if built without IDN support.
Mon, 15 Feb 2010 06:04:51 +0000 Paul Aurich jabber: Oops, crashing bad.
Mon, 15 Feb 2010 05:35:56 +0000 Paul Aurich jabber: Move those functions to jutil.[ch]
Wed, 10 Feb 2010 05:56:53 +0000 Paul Aurich jabber: Cleanup (and drop that unnormalized find function)!
Wed, 10 Feb 2010 05:06:36 +0000 Paul Aurich jabber: Document jabber_find_unnormalized_im_conv (and my guess as to why
Sun, 06 Dec 2009 01:01:20 +0000 Paul Aurich Tighter scoping and slightly less memory usage.
Thu, 03 Dec 2009 05:39:00 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 4185001f1d8e8d7c894fa194202f7051f06cb59f)
Tue, 01 Dec 2009 21:26:58 +0000 Marcus Lundblad jabber: When getting info on a "bare" domain JID, interpret the value of "last"
Mon, 30 Nov 2009 20:34:54 +0000 Paul Aurich jabber: Add SASLprep and the username substitution called for in draft-ietf-sasl-scram-10 5.1.
Wed, 09 Sep 2009 19:56:39 +0000 Paul Aurich Fix a crash when attempting to validate a JID with an invalid resource.
Mon, 31 Aug 2009 03:39:34 +0000 Paul Aurich jabber: Properly handle adding buddies that contain a resource. Closes #10151.
Sat, 29 Aug 2009 02:38:28 +0000 Paul Aurich jabber: Use a better method for dealing with terminating slashes in JIDs.
Sat, 22 Aug 2009 06:00:18 +0000 Paul Aurich jabber: Strip the '/' off of a JID in jabber_normalize.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Mon, 20 Jul 2009 18:16:36 +0000 Paul Aurich Oops, it helps to set the resource.
Sun, 19 Jul 2009 23:45:13 +0000 Paul Aurich Move the IDN support into the DNS routines.
Fri, 17 Jul 2009 21:11:25 +0000 Paul Aurich When GNU Libidn is available, use it for XMPP stringprep operations.
Wed, 15 Jul 2009 22:41:52 +0000 Paul Aurich For JIDs, do strdown before normalization.
Sat, 11 Jul 2009 07:55:03 +0000 Paul Aurich Save one traversal of the domain for IPv6 validation.
Sat, 11 Jul 2009 07:47:07 +0000 Paul Aurich Validate IPv6 identifiers in the domain portion of a JID.
Sat, 11 Jul 2009 01:57:14 +0000 Paul Aurich XMPP domains can also be IPv4 or IPv6 addresses
Sat, 11 Jul 2009 00:49:25 +0000 Paul Aurich XMPP allows for internationalized domain names.
Sat, 11 Jul 2009 00:05:43 +0000 Mark Doliner Doh, small typo. Tests pass now. Yay.
Fri, 10 Jul 2009 23:58:36 +0000 Mark Doliner Be more restrictive in the characters allowed by jabber_nameprep_validate()
Fri, 10 Jul 2009 23:05:20 +0000 Mark Doliner Of course, these should be >= and <=
Fri, 10 Jul 2009 18:41:56 +0000 Mark Doliner Change jabber_id_new() to iterate byte by byte instead of character
Fri, 10 Jul 2009 06:37:13 +0000 Mark Doliner Check in a version of jabber_id_new() that is hopefully more efficient.
Wed, 08 Jul 2009 20:47:08 +0000 Mark Doliner I accidentally checked this in as 4fcb9258ad826a7ff163b0f374e70b4b556ef25c
Wed, 08 Jul 2009 20:11:07 +0000 Mark Doliner Use the ui_info hash table instead of prefs when passing the clientstring
Fri, 29 May 2009 20:56:46 +0000 Paul Aurich Allow incoming stanzas to match 'our account' if they come from our resource.
Sat, 23 May 2009 17:42:34 +0000 Paul Aurich Add two helper functions useful for matching the 'from' attribute on packets to either our server or our account.
Sun, 17 May 2009 21:45:21 +0000 Paul Aurich jabber_id_new() needs to be case-folding the node and domain.
Thu, 11 Dec 2008 08:08:02 +0000 Paul Aurich Fix up the XMPP User Avatar SHA1 hashing so that we don't mess up the checksum
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Sat, 24 Mar 2007 20:06:21 +0000 Stu Tomlinson Re-arrange #includes so 'make check' stands a chance of passing during
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/