Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | server_plugin: correct signature of contact-onlineSimon McVittie2007-06-111-2/+1
* | presenceservice: fail to create Activity objects in a correct waySimon McVittie2007-06-111-0/+1
* | presenceservice: cope with self._conn_matches being None, as it is initiallySimon McVittie2007-06-111-2/+3
* | presenceservice: log a warning if the connection is missing one of the interf...Simon McVittie2007-06-111-0/+12
* | activity, presenceservice: add more debug when joining roomsSimon McVittie2007-06-112-4/+14
* | activity: Have a share/join attempt call the callback with no parameter.Simon McVittie2007-06-111-6/+6
* | presenceservice: Only bind to D-Bus signals if the relevant interface is supp...Simon McVittie2007-06-111-17/+19
* | Make PresenceService, rather than ServerPlugin, responsible for watching D-Bu...Simon McVittie2007-06-112-58/+29
* | Make Buddy responsible for initial property lookup when a Tp handle is addedSimon McVittie2007-06-113-84/+79
* | Move avatar handling to Buddy (with a small dispatch function in PresenceServ...Simon McVittie2007-06-113-54/+45
* | Have Buddy track their own Telepathy handles and JIDsSimon McVittie2007-06-113-38/+42
* | Move responsibility for tracking claimed buddy activities from ServerPlugin t...Simon McVittie2007-06-112-43/+24
* | Make PresenceService responsible for tracking handle->activity mapping and ac...Simon McVittie2007-06-114-68/+103
* | activity: Don't leak signal matchesSimon McVittie2007-06-111-5/+19
* | server_plugin: Don't leak D-Bus signal matchesSimon McVittie2007-06-111-12/+34
* | server_plugin: batch "contact online" eventsSimon McVittie2007-06-081-20/+30
* | server_plugin: remove unnecessary _log_error_cbSimon McVittie2007-06-081-6/+2
* | Make GenericOwner responsible for setting its own activity/current-activitySimon McVittie2007-06-083-55/+57