Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence/presenceservice.py
Commit message (Expand)AuthorAgeFilesLines
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-3/+3
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-231-6/+6
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-231-0/+2
* Fix running multiple instances of Browse by adapting to API changes #2404Tomeu Vizoso2010-10-051-1/+5
* Don't try to share the activity if we couldn't find a suitable connection #2217Tomeu Vizoso2010-09-101-0/+6
* sugar.presence: Remove dead code and make clear which methonds are deprecatedTomeu Vizoso2010-08-301-142/+21
* Address comments from Simon's reviewTomeu Vizoso2010-08-201-175/+2
* Address several nitpicks from MarcoTomeu Vizoso2010-08-201-1/+1
* Wrap lines with more than 80 charsTomeu Vizoso2010-08-201-10/+18
* Remove some unused importsTomeu Vizoso2010-08-201-3/+1
* No need to dispose the buddies currently in the activity, as it is informatio...Tomeu Vizoso2010-08-201-1/+0
* Correctly use the connections from ConnectionManagerTomeu Vizoso2010-08-201-2/+5
* Log when we fail to find a share activity for a given idTomeu Vizoso2010-08-201-1/+4
* Handle invitations using Mission Control 5.Tomeu Vizoso2010-08-201-0/+18
* Restore use of ActivityProperties.GetActivityTomeu Vizoso2010-08-201-7/+10
* Pass the account path to the Activity on creationTomeu Vizoso2010-08-201-9/+12
* Identify buddies and activities by their account and ids insteadTomeu Vizoso2010-08-201-4/+14
* Implement inviting buddies to a private activityTomeu Vizoso2010-08-201-24/+25
* Replace enough of the old PS so we can share an activity instance publicallyTomeu Vizoso2010-08-201-49/+50
* Replace enough of the old PS so we can join an activity instance on the network.Tomeu Vizoso2010-08-201-133/+34
* PEP8 white space and long line fixesSascha Silbe2009-08-251-67/+58
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-43/+43
* let the logger do the formattingSascha Silbe2009-08-241-2/+2
* Log an error message when GetPreferredConnection failsTomeu Vizoso2008-12-091-0/+2
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-1/+5
* fix weird change in _share_activity_cb causing all activity sharing failsGuillaume Desmottes2008-09-181-1/+1
* Disable the few remaining pylint messagesMarco Pesenti Gritti2008-09-071-1/+2
* Several pylint fixes.Marco Pesenti Gritti2008-08-101-5/+10
* PrivateInvitation now have a channel type argGuillaume Desmottes2008-06-131-5/+5
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+597