Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clear out current activity if we're leaving itDan Williams2007-07-161-0/+5
* Add closing parentheses.Tomeu Vizoso2007-07-151-1/+1
* Fix buddy re-appear by actually forgetting about buddies when they go awayDan Williams2007-07-152-0/+3
* Handle CurrentActivityChanged events from the shell owner objectDan Williams2007-07-151-1/+3
* Disable support for avatars - the cache seems to give us huge performance pro...Simon McVittie2007-07-122-2/+19
* Fix 'Rework reconnection logic' patch to actually start server_pluginMorgan Collett2007-07-101-2/+2
* Reapply "Rework reconnection logic so RECONNECT_TIME is interpreted as a mini...Morgan Collett2007-07-103-33/+50
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceMorgan Collett2007-07-092-11/+86
|\
| * Show conn.object_path in debug logsMorgan Collett2007-07-091-5/+7
| * Merge http://people.freedesktop.org/~smcv/git/presence-serviceMorgan Collett2007-07-096-47/+116
| |\
| * | Remove buddy anyway on leaving, works at least partiallyMorgan Collett2007-07-092-0/+7
| * | Implement leaving a shared activityMorgan Collett2007-07-032-6/+72
* | | Revert "Rework reconnection logic so RECONNECT_TIME is interpreted as a minim...Morgan Collett2007-07-093-50/+33
| |/ |/|
* | Rework reconnection logic so RECONNECT_TIME is interpreted as a minimum, to a...Simon McVittie2007-07-053-33/+50
* | TelepathyPlugin: Cope with CMs with no presence interface.Simon McVittie2007-07-051-13/+19
* | presenceservice: warn if dbus-python is too old for watch_name_owner() to wor...Simon McVittie2007-07-051-0/+5
* | buddy, activity: cope with missing interfaces gracefullySimon McVittie2007-07-052-0/+40
* | ServerPlugin: fix unbound local in _connected_cb()Simon McVittie2007-07-051-1/+2
|/
* telepathy_plugin: add a FIXME for retrying getting contact-list channels.Simon McVittie2007-06-261-0/+2
* presenceservice: Produce a more informative warning when failing to do variou...Simon McVittie2007-06-261-1/+5
* activity: Don't try to send "custom properties" to the CM.Simon McVittie2007-06-261-4/+0
* activity: Don't set properties if the CM doesn't support it (Salut doesn't).Simon McVittie2007-06-261-5/+8
* activity: Add more debug messages; correctly generate BuddyLeft, not BuddyJoi...Simon McVittie2007-06-261-3/+12
* Merge double definition of ServerPlugin._connected_cb, fixing the registratio...Simon McVittie2007-06-211-7/+4
* server_plugin: Hard-code connection to conference.<server> again.Simon McVittie2007-06-211-0/+9
* server_plugin.py: fix _publish_members_changed_cbMorgan Collett2007-06-191-1/+3
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceMarco Pesenti Gritti2007-06-181-1/+1
|\
| * presenceservice: fix GetPreferredConnection which was failing silentlyMorgan Collett2007-06-181-1/+1
* | Install in datadir/sugar-presence-serviceMarco Pesenti Gritti2007-06-182-2/+2
|/
* server_plugin: fix reference to subscribe channelSimon McVittie2007-06-151-1/+2
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceSimon McVittie2007-06-151-1/+6
|\
| * Use SUGAR_PREFIX to figure installation dirMarco Pesenti Gritti2007-06-151-1/+6
* | Try to set owner properties before connection - newer versions of Gabble and ...Simon McVittie2007-06-152-5/+31
* | presenceservice: If a buddy has no key (i.e. not an XO) don't put them in _bu...Simon McVittie2007-06-121-1/+2
* | linklocal_plugin: retrieve key as byte array so it's in the right form for pu...Simon McVittie2007-06-121-1/+1
* | buddy: Don't emit validity-changed twiceSimon McVittie2007-06-121-6/+14
* | buddy: Minor code simplificationSimon McVittie2007-06-121-10/+2
* | Improve Salut integration so buddies show up in the shell:Simon McVittie2007-06-126-90/+146
* | presenceservice: Allow "export PRESENCE_SERVICE_DEBUG=disable-gabble,disable-...Simon McVittie2007-06-121-1/+7
* | presenceservice: Correct a now-misleading commentSimon McVittie2007-06-121-1/+2
* | linklocal_plugin: Don't start up unless Avahi is on the system bus.Simon McVittie2007-06-121-0/+25
* | Hook up Salut to the presence serviceSimon McVittie2007-06-125-90/+240
* | server_plugin: prune now-unnecessary importsSimon McVittie2007-06-121-19/+3
* | Move more code from ServerPlugin to TelepathyPluginSimon McVittie2007-06-122-147/+155
* | src/Makefile.am: include telepathy_plugin in installationSimon McVittie2007-06-121-1/+2
* | ServerPlugin: extract superclass TelepathyPluginSimon McVittie2007-06-122-291/+354
* | Batch together online/offline events. Implement a queue for initial buddy ins...Simon McVittie2007-06-123-130/+168
* | buddy: make sure we have _activities_by_connection entry before setting activ...Simon McVittie2007-06-121-1/+2
* | Use RequestAvatars rather than RequestAvatar, for increased asynchronousnessSimon McVittie2007-06-112-22/+25
* | server_plugin: correct "re-using InspectHandles" minor optimization so it wor...Simon McVittie2007-06-111-1/+1