Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-161-18/+45
|\ \ | |/ | | | | | | | | Conflicts: services/presence/server_plugin.py
| * 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
| | | | | | | | | | | | | | | | This avoids unnecessary attempts to look up the buddy properties of channel-specific handles (which doesn't work) by only looking up the buddy properties of people we're subscribed to. Also, this approves subscription requests that come in while we're online, rather than handling them when we next go from offline to online.
* | 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
|/ | | | | | | | | | | This causes events in the log to be annotated with the module that emitted the message. Before: DEBUG - root: Starting up... After: DEBUG - s-p-s.server_plugin: Starting up... I've used a log domain of "sugar.presence..." for the client library and e.g. "s-p-s.activity" for the service internals.
* 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
|
*