Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
| * Retry connections when TP connection attempts failDan Williams2007-05-241-10/+8
* | services/presence/buddy: Stop treating server, key_hash, registered as GObjec...Simon McVittie2007-05-251-9/+0
* | services/presence/psutils: Re-order imports conventionally, without dbus.glib.Simon McVittie2007-05-251-1/+3
* | services/presence/buddy: remove trailing whitespace, wrap long linesSimon McVittie2007-05-251-74/+84
* | services/presence/activity: wrap long lines, remove trailing whitespaceSimon McVittie2007-05-251-86/+112
|/
* services/presence/server_plugin: fix logging of join/share errorSimon McVittie2007-05-241-1/+1
* services/presence/presenceservice: check against None with 'is'Simon McVittie2007-05-241-2/+2
* services/presence/presenceservice: add some missing in_signature argumentsSimon McVittie2007-05-241-4/+8
* services/presence/presenceservice: don't use deprecated dbus.glibSimon McVittie2007-05-241-3/+2
* services/presence/: Move internal_get_activity to TestPresenceServiceSimon McVittie2007-05-242-6/+4
* services/presence/: separate test code into a separate moduleSimon McVittie2007-05-244-322/+331
* services/presence/activity: Document constructor argumentsSimon McVittie2007-05-241-6/+23
* services/presence/presenceservice: fix broken syntaxSimon McVittie2007-05-241-3/+3
* 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/presenceservice: various cosmetic cleanupsSimon McVittie2007-05-241-29/+49
* services/presence/server_plugin: remove trailing whitespaceSimon McVittie2007-05-241-60/+61
* services/presence/psutils: Remove bytes_to_string - no longer neededSimon McVittie2007-05-241-15/+0
* services/presence/presenceservice: Make bytes_to_string() unnecessary by requ...Simon McVittie2007-05-241-2/+3
* 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-242-2/+10
* services/presence/buddy.py: Don't allow the Owner to disappear, even if they ...Simon McVittie2007-05-241-1/+2
* services/presence/: move more of the handle tracking into the Buddy objectSimon McVittie2007-05-242-10/+70
* services/presence/server_plugin: Initialize attributes with empty valuesSimon McVittie2007-05-241-0/+6
* Revert "services/presence/: move more of the handle tracking into the Buddy o...Simon McVittie2007-05-242-70/+10
* Fix syntaxSimon McVittie2007-05-211-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-211-4/+13
|\
| * Merge commit 'origin' into submitSimon McVittie2007-05-211-4/+13
| |\
| | * Correctly send IPv4 address when NM already has a connectionDan Williams2007-05-171-3/+5
| | * Don't try to shove None through dbusDan Williams2007-05-171-1/+8
* | | services/presence/: move more of the handle tracking into the Buddy objectSimon McVittie2007-05-182-10/+70
* | | services/presence/server_plugin.py: Ensure _conn always exists (even if None)Simon McVittie2007-05-181-0/+1
* | | services/presence: buddy: add mapping to/from Telepathy handlesSimon McVittie2007-05-171-0/+38
|/ /
* | 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
* | services/presence: Stop using deprecated keyword argument named_serviceSimon McVittie2007-05-151-2/+2
* | sugar.presence.presenceservice, services/presence: Use named loggers.Simon McVittie2007-05-156-72/+89
|/