log libpurple/protocols/bonjour/bonjour.c @ 21437:db7fa42845f6

age author description
Mon, 12 Nov 2007 03:37:14 +0000 Daniel Atallah Patch from some Intel folks to implement file transfer in Bonjour using XEP-0096 and 0065. This hopefully will work with Gaijm (haven't yet tested) and, of course, between libpurple instances; it will not work with Adium or iChat.
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, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Fri, 12 Oct 2007 00:19:12 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head f33ba0034c79d8e37a70d664ec534356fa361608)
Tue, 09 Oct 2007 13:42:15 +0000 Will Thompson Remove explicit setting of wants_to_die from prpls.
Fri, 05 Oct 2007 16:50:54 +0000 Will Thompson Add reasons to a couple of new errors (and to a commented-out one, for
Fri, 05 Oct 2007 15:50:17 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head 294731552d0baf5f1f37a45e0c119b2188f34ba8)
Fri, 19 Oct 2007 18:14:53 +0000 Luke Schierer applied changes from e56db1b8a7bb8729e30fb3bf99a94ff7887fe4ec
Fri, 19 Oct 2007 17:10:04 +0000 Luke Schierer applied changes from fbb7ffaf4075cf690cc3ff9d171e56320e9af8da
Tue, 18 Sep 2007 16:32:01 +0000 Will Thompson Fix up Bonjour to use 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.
Thu, 06 Sep 2007 06:51:29 +0000 Mark Doliner We have got an empty fullname, set it to NULL so that we fall back to
Tue, 04 Sep 2007 19:00:57 +0000 Daniel Atallah Lookup the default First and Last name values for bonjour on win32 in a thread to avoid delays when the plugin is being loaded. Apparently for some people the delay is quite significant when they're part of a domain, but the domain server isn't accessible.
Sun, 02 Sep 2007 17:54:44 +0000 Daniel Atallah Fix a couple potential leaks and prevent the avahi record resolver from being freed multiple times.
Thu, 09 Aug 2007 22:37:06 +0000 Daniel Atallah Add data to the bonjour tooltip.
Thu, 09 Aug 2007 22:10:44 +0000 Daniel Atallah Show bonjour status messages in the buddy list.
Wed, 08 Aug 2007 01:50:01 +0000 Daniel Atallah Some more minor mdns implementation abstraction tweaks and implementation of setting buddy icons for the win32 bonjour implementation.
Fri, 20 Jul 2007 22:24:10 +0000 Daniel Atallah Bonjour only works on Windows2000 or newer, so we don't need to indirectly access the Net* functions. Avoid doing an unnecessary domain query to find the Domain Controller (which was causing a several second delay at startup). Also, try harder to avoid empty default names and falling back to "Purple Person".
Fri, 08 Jun 2007 15:28:00 +0000 Daniel Atallah Close conversation connections when logging out of the Bonjour account. This also fixes leakage.
Fri, 08 Jun 2007 06:04:06 +0000 Daniel Atallah Cleanup, fix a leak and prevent the inbound xml from being parsed twice for every message.
Wed, 06 Jun 2007 03:22:06 +0000 Daniel Atallah Improve Bonjour error handling when there are errors "connecting".
Tue, 05 Jun 2007 22:13:10 +0000 Daniel Atallah Clean up Bonjour service publishing and improve XEP-0174 compliance.
Tue, 05 Jun 2007 03:38:22 +0000 Daniel Atallah This is a patch from Chris Davies to make Bonjour work on Windows using the Apple Bonjour framework. It turns out that the actual DNS-SD library is (3 clause) BSD licensed, so we can use it.
Sat, 05 May 2007 19:08:07 +0000 Richard Laager s/Jabber/XMPP in user-visible places.
Wed, 02 May 2007 11:54:27 +0000 Evan Schoenberg The last name from /etc/passwd may have additional comma-delimited data which we should ignore when determining the default Bonjour name. Fixes #477
Tue, 01 May 2007 14:11:35 +0000 Luke Schierer disapproval of revision 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
Tue, 01 May 2007 05:53:57 +0000 Richard Laager s/Jabber/XMPP/ in user-visible places.
Mon, 30 Apr 2007 07:11:51 +0000 Mark Doliner Add padding to silc and bonjour to get rid of a bunch of warnings.
Mon, 26 Mar 2007 04:59:53 +0000 Mark Doliner Minor cleanup
Sun, 25 Mar 2007 17:04:27 +0000 Mark Doliner Fix some reads of invalid memory when shutting down bonjour when there
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 17 Mar 2007 17:48:34 +0000 Stu Tomlinson Mark "Away" for translation
Tue, 30 Jan 2007 06:53:23 +0000 Sean Egan Emblems in the blist
Sat, 27 Jan 2007 11:41:32 +0000 Sean Egan This should be the last of the string changes
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/