Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence/Service.py
Commit message (Expand)AuthorAgeFilesLines
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-93/+93
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
* Fix get_published_values to actually return the dict.Marco Pesenti Gritti2006-10-131-0/+1
* Use asynchronous service resolution to capture service updates tooDan Williams2006-09-191-12/+17
* Refcount tracked service types; ensure only the process that registers a serv...Dan Williams2006-09-151-3/+44
* Fix getting published service valuesDan Williams2006-07-261-1/+1
* Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to po...Marco Pesenti Gritti2006-07-251-1/+1
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-231-3/+4
* Make the PresenceService stuff start to workDan Williams2006-07-231-1/+31
* Switch sugar/presence module over to a thin API wrapper around the PresenceSe...Dan Williams2006-07-191-387/+18
* Get one-to-one chat to actually work...Marco Pesenti Gritti2006-06-221-5/+14
* Stop abusing ZeroConf by overloading the service type field; overload the ser...Dan Williams2006-06-221-59/+56
* pylint fixesDan Williams2006-06-201-1/+0
* clarify addressesDan Williams2006-06-201-0/+2
* When serializing an activity, allow using the owner's nick name for the servi...Dan Williams2006-06-191-2/+5
* Ensure properties arguments are local encoding (for now)Dan Williams2006-06-191-5/+15
* Improve some debug outputMarco Pesenti Gritti2006-06-191-1/+1
* Ensure that deserialized Service arguments are not in Unicode (for the moment...Dan Williams2006-06-191-2/+12
* Add serialize/deserialize functions for Service objectsDan Williams2006-06-181-0/+32
* Empty addresses are valid, meaning the buddy own address.Marco Pesenti Gritti2006-06-181-4/+9
* Remove debug printsDan Williams2006-06-161-1/+0
* - Clarify when a service type is supposed to be full/network, and when it's s...Dan Williams2006-06-161-21/+30
* Remove unused functionDan Williams2006-06-161-22/+0
* Validate options for compose_service_typeDan Williams2006-06-151-0/+4
* More fixes for sharing activitiesDan Williams2006-06-151-10/+20
* MergeMarco Pesenti Gritti2006-06-151-0/+15
* Fixed a bunch of issues reported by pylintMarco Pesenti Gritti2006-06-151-15/+0
* Generalize activity publishing code for > 1 activity per processDan Williams2006-06-151-0/+15
* Switch from Groups to grouping services based on activity UIDDan Williams2006-06-141-23/+48
* Clean up tracking of service advertisements and conversion to Service objects.Dan Williams2006-06-131-5/+18
* More presence service reworkDan Williams2006-06-121-7/+73
* Main bits of presence service refactorDan Williams2006-06-091-0/+208