Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
Commit message (Expand)AuthorAgeFilesLines
* Don't traceback when somebody doesn't advertise their colorDan Williams2006-08-241-0/+2
* Convert PS bindings instantiation into a singleton to cut resource usageDan Williams2006-08-231-0/+8
* Add a color property and access to Buddy objectsDan Williams2006-08-231-0/+3
* Cache activity idDan Williams2006-08-171-1/+6
* Use dbus activation to start the presence serviceMarco Pesenti Gritti2006-08-121-0/+5
* Rework to not use protected APIMarco Pesenti Gritti2006-08-071-0/+3
* add service unregistrationDan Williams2006-08-021-0/+3
* Some fixes, adapt the presence view to the new apiMarco Pesenti Gritti2006-07-261-1/+1
* Fix getting published service valuesDan Williams2006-07-261-1/+1
* Make shareActivity workDan Williams2006-07-262-8/+10
* Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to po...Marco Pesenti Gritti2006-07-254-11/+11
* Make dbus service properties publicDan Williams2006-07-241-8/+11
* Fix dbus_bindings import namespaceDan Williams2006-07-241-4/+4
* Fix get_icon_pixbuf()Dan Williams2006-07-241-2/+7
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-234-55/+91
* Make the PresenceService stuff start to workDan Williams2006-07-232-2/+36
* Switch sugar/presence module over to a thin API wrapper around the PresenceSe...Dan Williams2006-07-195-1163/+337
* Get rid of pygtk.require. It doesn't make a lot of senseMarco Pesenti Gritti2006-07-162-4/+3
* Bunch of fixes, sharing should be back to workMarco Pesenti Gritti2006-07-151-1/+1
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-232-11/+15
|\
| * Get one-to-one chat to actually work...Marco Pesenti Gritti2006-06-222-7/+16
| * Merge branch 'master' of git+ssh://crank.laptop.org/git/sugarMarco Pesenti Gritti2006-06-223-176/+147
| |\
| * | Some work getting the one-to-one chat backMarco Pesenti Gritti2006-06-222-6/+2
* | | Make activities emit an ActivityShared dbus signal; and have the shell & pres...Dan Williams2006-06-231-0/+4
| |/ |/|
* | Stop abusing ZeroConf by overloading the service type field; overload the ser...Dan Williams2006-06-223-177/+149
|/
* Get back mesh chat (for the everyone tab)Marco Pesenti Gritti2006-06-221-0/+8
* pylint fixesDan Williams2006-06-202-4/+0
* Fix some typosDan Williams2006-06-201-1/+1
* Use the service's _publisher_ address for buddy service verification, since t...Dan Williams2006-06-201-4/+5
* Make get_activity_service() actually workDan Williams2006-06-201-4/+11
* 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
* Don't share an activity if it's name doesn't match our owner's nicknameDan Williams2006-06-191-0/+2
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-191-1/+1
|\
| * Do not assign {} to properties, if you do apparentlyMarco Pesenti Gritti2006-06-191-1/+1
* | Ensure properties arguments are local encoding (for now), and tell the python...Dan Williams2006-06-191-1/+14
* | Ensure properties arguments are local encoding (for now)Dan Williams2006-06-191-5/+15
|/
* Improve some debug outputMarco Pesenti Gritti2006-06-192-4/+2
* Make the presence service resolve all shared activity services by default; it...Dan Williams2006-06-192-52/+63
* Ensure that deserialized Service arguments are not in Unicode (for the moment...Dan Williams2006-06-191-2/+12
* Get chat back to work. Well except it get very confusedMarco Pesenti Gritti2006-06-181-1/+1
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-181-0/+1
|\
| * Some work to make group chat work againMarco Pesenti Gritti2006-06-181-0/+1
* | 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-183-7/+20
* Setup python logging and use it in the PresenceServiceMarco Pesenti Gritti2006-06-171-14/+10
* Add presence service-scope signals when new services appear on buddies, so th...Dan Williams2006-06-171-1/+9
* More fixes, not-presence worksMarco Pesenti Gritti2006-06-171-0/+1
* Validate service type and check for uid-based services firstDan Williams2006-06-171-3/+8
* don't try to resolve a service more than onceDan Williams2006-06-171-9/+19