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
* services/presence/: remove. Use projects/presence-service git repo insteadSimon McVittie2007-06-061-1171/+0
* services/presence/server_plugin: special-case the Owner when IDing buddies.Simon McVittie2007-05-301-3/+10
* services/presence/server_plugin: fix thinko - take the right arguments to _su...Simon McVittie2007-05-301-2/+3
* services/presence/: identify Buddies by "key ID" (pubkey hash), not whole key.Simon McVittie2007-05-281-5/+103
* services/presence/server_plugin: Don't watch MembersChanged in activities.Simon McVittie2007-05-281-12/+0
* services/presence/server_plugin: Use set operations to update the subscribe setSimon McVittie2007-05-281-10/+16
* Retry connections when TP connection attempts failDan Williams2007-05-241-10/+8
* services/presence/server_plugin: fix logging of join/share errorSimon McVittie2007-05-241-1/+1
* services/presence/server_plugin: Use telepathy-python helper function request...Simon McVittie2007-05-241-17/+8
* services/presence/server_plugin: Call _handle_connection_status_change with a...Simon McVittie2007-05-241-12/+12
* services/presence/server_plugin: various cosmetic cleanupsSimon McVittie2007-05-241-88/+157
* services/presence/server_plugin: delete unused InvalidBuddyErrorSimon McVittie2007-05-241-2/+0
* services/presence/server_plugin: reformat, document signal definitionsSimon McVittie2007-05-241-24/+56
* services/presence/server_plugin: remove trailing whitespaceSimon McVittie2007-05-241-60/+61
* services/presence/server_plugin: make bytes_to_string() unnecessary by reques...Simon McVittie2007-05-241-3/+1
* services/presence/server_plugin: reorder importsSimon McVittie2007-05-241-9/+12
* services/presence/server_plugin: Use more conventional conditional import for...Simon McVittie2007-05-241-8/+7
* services/presence/server_plugin: error_handler always takes exactly 1 argument.Simon McVittie2007-05-241-13/+13
* services/presence/server_plugin: Use non-deprecated handle type constants.Simon McVittie2007-05-241-19/+20
* services/presence/server_plugin: implement _new_channel_cb asynchronouslySimon McVittie2007-05-241-14/+42
* services/presence/server_plugin: Stop using private API of telepathy-python a...Simon McVittie2007-05-241-2/+2
* services/presence/server_plugin: Fix error logging for RequestHandlesSimon McVittie2007-05-241-1/+1
* services/presence/server_plugin: When creating a room, make it non-anonymous.Simon McVittie2007-05-241-7/+40
* services/presence/: keep track of the owner's Telepathy handlesSimon McVittie2007-05-241-2/+3
* services/presence/server_plugin: Initialize attributes with empty valuesSimon McVittie2007-05-241-0/+6
* services/presence/server_plugin.py: Ensure _conn always exists (even if None)Simon McVittie2007-05-181-0/+1
* 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