Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/PresenceService
Commit message (Expand)AuthorAgeFilesLines
* Move the presence service out of the shellMarco Pesenti Gritti2006-09-157-1747/+0
* Fix dead code errorDan Williams2006-09-121-2/+2
* Fix traceback in logging printDan Williams2006-09-121-1/+1
* spacing cleanups; refactor service addition so that service address checks ar...Dan Williams2006-09-121-10/+26
* Cosmetic spacing fixDan Williams2006-09-121-0/+1
* Rework PS owner service handling to use avahi flags for local servicesDan Williams2006-09-123-95/+83
* Add some more error log messagesMarco Pesenti Gritti2006-09-111-0/+2
* Export the color in the env and initialize the buddy with itMarco Pesenti Gritti2006-09-111-0/+2
* Add PropertyChanged signal for Buddy objects because color and address can ch...Dan Williams2006-09-081-2/+12
* Add Owner to buddy listDan Williams2006-09-081-0/+1
* Create placeholder Owner object when PS starts, fill in services laterDan Williams2006-09-062-21/+47
* Make conf private, expose the nick name from envMarco Pesenti Gritti2006-09-041-2/+1
* Start implementing invites...Marco Pesenti Gritti2006-09-041-7/+5
* fix the problem with registering services with the same stype inside differen...Marco Pesenti Gritti2006-09-041-8/+11
* Fix array signature for mdns call propertiesDan Williams2006-08-291-1/+1
* Automatically read the profile (lazily)Marco Pesenti Gritti2006-08-261-1/+0
* Get rid of env.get_nick_name, that comes from the profile nowMarco Pesenti Gritti2006-08-261-2/+2
* Remove obsolete gtk import and code and save 1.7MiB writeable. Whee\!Dan Williams2006-08-251-13/+3
* Fix buddy & activity visibility leaks if they are not yet valid; add Activity...Dan Williams2006-08-253-13/+71
* Don't traceback when somebody doesn't advertise their colorDan Williams2006-08-241-1/+3
* Add a color property and access to Buddy objectsDan Williams2006-08-231-0/+6
* Fixup distcheck, release 0.19Marco Pesenti Gritti2006-08-211-0/+4
* Fix bug in get_services; self._services.values() is a list of lists of servicesDan Williams2006-08-171-1/+6
* Enable traceback debugging in the PSDan Williams2006-08-171-0/+6
* Don't allow PS to be started twiceDan Williams2006-08-161-0/+6
* Fix service unregistration; the service will get cleaned up when Avahi notice...Dan Williams2006-08-161-2/+0
* Fix up .service installationMarco Pesenti Gritti2006-08-131-1/+1
* Use dbus activation to start the presence serviceMarco Pesenti Gritti2006-08-121-0/+4
* Install service files for the presence serviceMarco Pesenti Gritti2006-08-122-0/+11
* Use dbus-launch with the --exit-with-session. dbus not exiting still not full...Marco Pesenti Gritti2006-08-111-4/+5
* Fix log message argsDan Williams2006-08-091-1/+1
* add service unregistrationDan Williams2006-08-022-1/+28
* Fix for dbus 0.61Marco Pesenti Gritti2006-07-281-1/+1
* Load the current page when joining an active.Marco Pesenti Gritti2006-07-261-1/+1
* Add back the ip check, ipv6 needs to be disabled in the avahi daemonMarco Pesenti Gritti2006-07-261-2/+1
* Get private chat to show, not working yetMarco Pesenti Gritti2006-07-261-2/+3
* Get chat to work againMarco Pesenti Gritti2006-07-261-0/+2
* Some fixes, adapt the presence view to the new apiMarco Pesenti Gritti2006-07-261-1/+2
* Separate a service's address into source address and the service address, and...Dan Williams2006-07-263-38/+71
* Make shareActivity workDan Williams2006-07-264-38/+45
* Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to po...Marco Pesenti Gritti2006-07-251-2/+2
* Don't import gtk, just use gobjectDan Williams2006-07-241-2/+2
* Add initial non-working bits of ShareActivityDan Williams2006-07-241-0/+31
* More build fixes. Add a script for presence service.Marco Pesenti Gritti2006-07-241-1/+1
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-231-0/+11
* More PS fixesDan Williams2006-07-232-35/+32
* Make the PresenceService stuff start to workDan Williams2006-07-232-27/+27
* More PS bitsDan Williams2006-07-223-49/+329
* Install the new PresenceService stuffMarco Pesenti Gritti2006-07-191-0/+7
* Fix up signal decorator arguments and some undefined variablesDan Williams2006-07-194-18/+19