Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* Fix uninitialized variable tracebackDan Williams2007-05-141-0/+1
* Redo PS connection handling; ensure valid network connection before talking t...Dan Williams2007-05-143-225/+265
* Log the PS getting kicked off the busDan Williams2007-05-141-6/+6
* Quiet error message when unecessaryDan Williams2007-05-141-5/+5
* Fix member name collision with dbus object superclassDan Williams2007-05-141-6/+6
* Fix debug log statementDan Williams2007-05-141-1/+1
* Use ExportedGObject from dbus-python rather than reimplementing itSimon McVittie2007-05-113-25/+21
* Only set our own properties when we're connectedDan Williams2007-05-111-11/+20
* Use the new DataStore and remove the old one.Tomeu Vizoso2007-05-109-754/+1
* Fix server-based registrationDan Williams2007-05-081-1/+1
* Fix retrieval of owner's object pathDan Williams2007-05-071-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-012-15/+222
* Merge branch 'master' of git://dev.laptop.org/sugarDafydd Harries2007-04-304-53/+125
|\
| * Fix split_properties usageDan Williams2007-04-301-4/+6
| * Fix up activity property handlingDan Williams2007-04-301-38/+94
| * Make test buddy attribute randomization optionalDan Williams2007-04-293-15/+29
* | don't return unused value from D-Bus signal callbackDafydd Harries2007-04-301-3/+0
|/
* Fix.Tomeu Vizoso2007-04-271-2/+2
* Use hashlib on python 2.5Dan Williams2007-04-261-2/+10
* Fix for using with python 2.4.Tomeu Vizoso2007-04-261-4/+4