summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare releasetelepathy-gabble-0.7.7Simon McVittie2008-07-311-1/+3
* Bump version to 0.7.7Simon McVittie2008-07-311-2/+2
* Bump GLib, GObject, libdbus, dbus-glib dependencies to match those in telepat...Simon McVittie2008-07-311-2/+2
* Require automake 1.9 - same reasoning as for telepathy-glib, we don't want to...Simon McVittie2008-07-312-7/+7
* Add Guillaume's recent bugfix to NEWSSimon McVittie2008-07-311-0/+3
* NEWS: we need tp-glib 0.7.13, not .10Simon McVittie2008-07-311-1/+1
* Add NEWS so far for Gabble 0.7.7Simon McVittie2008-07-301-0/+48
* vcard-manager: cache_entry_complete_requests: copy the pending_requests list ...Guillaume Desmottes2008-07-311-6/+6
* vcard-manager: cache_entry_complete_requests: copy the next element from the ...Guillaume Desmottes2008-07-311-8/+7
* vcard-manager: cache_entry_complete_requests: stop to iterate if the entry wa...Guillaume Desmottes2008-07-311-1/+8
* Nicer code as per dafs commentsSjoerd Simons2008-07-302-8/+6
* Don't assign things if not using the informationSjoerd Simons2008-07-301-1/+1
* Ensure we clean up after a raised assertion tooSjoerd Simons2008-07-301-6/+5
* Don't do assignments if we're not using the valuesSjoerd Simons2008-07-301-2/+2
* Update coding style and use addBoth instead of addCallbacks, as per dafs reviewSjoerd Simons2008-07-301-5/+2
* Test both SimplePresence and PresenceSjoerd Simons2008-07-301-11/+39
* Clean up after a test has runSjoerd Simons2008-07-301-6/+22
* Test that we get signals from both Presence and SimplePresenceSjoerd Simons2008-07-301-7/+22
* Test that we get signals from both Presence and SimplePresenceSjoerd Simons2008-07-301-4/+16
* Test that we get signals from both Presence and SimplePresenceSjoerd Simons2008-07-301-2/+5
* Fix conflictsSjoerd Simons2008-07-242-4/+2
* Small code layout fixSjoerd Simons2008-07-241-0/+1
* don't emit presences-updated when no presences are updatedSjoerd Simons2008-07-241-2/+4
* More clear debug messageSjoerd Simons2008-07-241-1/+1
* Use DBUS_TYPE_G_UINT_ARRAY instead of G_POINTER in presences-updatedSjoerd Simons2008-07-241-1/+8
* Flush olpc info when a contact becomes unavailableSjoerd Simons2008-07-241-2/+2
* Use GABBLE_PRESENCE_LAST_UNAVAILABLE instead of checking for specific presencesSjoerd Simons2008-07-241-1/+1
* Use GABBLE_PRESENCE_LAST_UNAVAILABLE to mark the last presence that's unavail...Sjoerd Simons2008-07-241-0/+1
* Update to the new tp-glib simple presence function naming schemeSjoerd Simons2008-07-232-2/+3
* Cope with the internal presence type enum being changedSjoerd Simons2008-07-211-3/+3
* Fix coding style bugSjoerd Simons2008-07-211-1/+1
* Hook conn-olpc the new presences-updated signalSjoerd Simons2008-07-211-3/+19
* Change presence to unknown for all muc members when leaving the mucSjoerd Simons2008-07-211-0/+9
* Hook to the new presences-updated signalSjoerd Simons2008-07-211-5/+5
* Make it possible to update the presence cache of multiple handles at the same...Sjoerd Simons2008-07-212-9/+76
* Set status to error on errors and to either unknown or offline depending if w...Sjoerd Simons2008-07-211-3/+15
* Remove resources and capabilities that gone into either unknown, offline or e...Sjoerd Simons2008-07-211-2/+1
* If handles are not in the presence cache set them as unknown or offline depen...Sjoerd Simons2008-07-211-2/+11
* Add unknown and error status typesSjoerd Simons2008-07-212-0/+6
* Don't use non-existing C operatorsSjoerd Simons2008-07-181-1/+1
* Implement SimplePresenceSjoerd Simons2008-06-163-0/+18
* GabbleMucFactory: document disco_requestsSimon McVittie2008-07-281-0/+1
* GabblePrivateTubesFactory: remove useless connecting/connected/disconnected c...Simon McVittie2008-07-281-21/+0
* GabbleImFactory: remove unnecessary forward-declarationSimon McVittie2008-07-281-2/+0
* GabbleIMChannel: use tp_text_mixin_has_pending_messages (requires telepathy-g...Simon McVittie2008-07-241-25/+3
* Require telepathy-glib 0.7.13 (for Requests-related functions)Simon McVittie2008-07-291-1/+1
* Add assert to args checking and use nicer variable namesSjoerd Simons2008-07-291-5/+5
* port test-set-status-idempotence to the new test APISjoerd Simons2008-07-291-40/+28
* push out new MUC presences when the global presence is changedRobert McQueen2008-07-272-0/+17
* test that closing the MUC results in sending unavailable presence to itRobert McQueen2008-07-271-0/+7