Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence/server_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-161-18/+45
|\
| * Retry getting buddy properties a few timesDan Williams2007-05-161-8/+17
| * Some PS reliability fixesDan Williams2007-05-151-10/+28
* | services/presence/server_plugin.py: Handle presence more correctly.Simon McVittie2007-05-161-4/+49
* | sugar.presence.presenceservice, services/presence: Use named loggers.Simon McVittie2007-05-151-31/+33
|/
* Set alias twice so server actually gets itDan Williams2007-05-151-0/+5
* Don't drop buddies on failure to retrieve their activity listDan Williams2007-05-141-1/+2
* Fix setting owner OLPC propertiesDan Williams2007-05-141-3/+2
* Make reconnection to the jabber server work againDan Williams2007-05-141-1/+29
* Make deferred connection actually workDan Williams2007-05-141-2/+3
* Redo PS connection handling; ensure valid network connection before talking t...Dan Williams2007-05-141-54/+70
* Only set our own properties when we're connectedDan Williams2007-05-111-11/+20
* Fix server-based registrationDan Williams2007-05-081-1/+1
* Ignore network properties for the owner when their jabber contact comes onlineDan Williams2007-05-031-0/+7
* Fix argumentsDan Williams2007-05-031-1/+1
* Add buddy ip4-address property (temporary)Dan Williams2007-05-011-1/+6
* don't return unused value from D-Bus signal callbackDafydd Harries2007-04-301-3/+0
* Use hashlib on python 2.5Dan Williams2007-04-261-2/+10
* Fix for using with python 2.4.Tomeu Vizoso2007-04-261-4/+4
* Initial documentation for psutils and server_pluginMike's Primary Account2007-04-211-2/+144
* Initial documentation of presence service overview.Mike's Primary Account2007-04-201-1/+1
* Work around server not figuring out conference server addressDan Williams2007-04-171-1/+3
* Always set key; new buddy properties replace old onesDan Williams2007-04-171-4/+3
* Fix debug output; print handleDan Williams2007-04-171-2/+2
* Query non-local activity properties on discoveryDan Williams2007-04-131-9/+19
* Correctly handle blank activity listDan Williams2007-04-131-4/+0
* Fix traceback when sharing activityDan Williams2007-04-131-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-131-1/+1
|\
| * implement org.laptop.Sugar.Presence.GetPreferredConnectionGuillaume Desmottes2007-04-131-1/+1
* | Asynchronize activity join/share in the PSDan Williams2007-04-131-15/+41
|/
* Asynchronize set_activity_propertiesDan Williams2007-04-121-4/+4
* Asynchronize setting owner propertiesDan Williams2007-04-121-38/+69
* Ignore invalid handles on avatar updatesDan Williams2007-04-121-0/+4
* Create test owner for presence serviceDan Williams2007-04-121-19/+34
* Make contact-online handler async; print -> logging.debugDan Williams2007-04-101-42/+54
* PS fixes; use correct type on public keys and hide invalid buddiesDan Williams2007-04-101-10/+4
* More new PS fixesDan Williams2007-04-091-0/+13
* Cut over to new PresenceServiceDan Williams2007-04-091-0/+518