Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/buddy.py
Commit message (Expand)AuthorAgeFilesLines
* Make PS not dependent on buddy-icon.jpg to be around OLPC #10739Simon Schampijer2011-03-221-6/+1
* Remove connection handling now that the Shell takes care of it.Tomeu Vizoso2010-08-111-121/+2
* Don't send the tags property when using Salut #1320Tomeu Vizoso2009-09-111-2/+2
* Deal with unicode nick names (erikos) #889Tomeu Vizoso2009-08-301-1/+4
* Add missing callbackTomeu Vizoso2009-07-291-0/+5
* Add the tags property to the buddy modelTomeu Vizoso2009-07-291-4/+26
* #142: D-Bus method to restart the server_plugin.Morgan Collett2008-12-201-5/+4
* Pylint fixesMorgan Collett2008-11-041-1/+2
* Allow buddies without key. #7581Guillaume Desmottes2008-10-271-4/+0
* Update for gconf change in the profileSimon Schampijer2008-10-111-3/+6
* Revert "#6572: Replace key with hash to reduce avahi TXT size"Morgan Collett2008-03-081-3/+1
* #6572: Replace key with hash to reduce avahi TXT sizeMorgan Collett2008-02-291-1/+3
* Merge commit 'origin/master' into 6299Guillaume Desmottes2008-02-131-18/+1
|\
| * remove the registered property as we don't need it anymoreGuillaume Desmottes2008-02-041-18/+1
* | add the iface in the address-changed signalGuillaume Desmottes2008-02-131-1/+1
|/
* #6142: Don't update buddy properties without a keyMorgan Collett2008-01-301-0/+5
* #5368: Delay setting a buddy's current activity so we have it as a valid acti...Morgan Collett2007-12-221-1/+3
* src/buddy.py: __repr__: encode nick in UTF-8 so we get comprehensible log mes...Simon McVittie2007-11-051-1/+1
* #2412: Improvement to handling CM disconnections from smcv reviewMorgan Collett2007-11-011-1/+1
* #2412: Handle the connection manager disconnecting and closing the connection...Morgan Collett2007-11-011-2/+5
* Actually set registered = True, again (#4537)Simon McVittie2007-10-301-1/+1
* Don't emit spurious CurrentActivityChanged signal when changing from no curre...Simon McVittie2007-09-201-1/+1
* Adapt to presence service API changesMarco Pesenti Gritti2007-09-171-1/+1
* Adapt to sugar.profile API changesMarco Pesenti Gritti2007-09-171-8/+13
* Revert part of morgs' fix for current activity propagation.Simon McVittie2007-09-111-4/+0
* Bug#3327: don't let a slower connection manager delete a current activity adv...Simon McVittie2007-09-111-4/+7
* Set current activity when sharing or joining an activity. Echo this change to...Simon McVittie2007-09-101-6/+8
* When a buddy goes offline, consider them to have left all their activitiesSimon McVittie2007-09-101-0/+5
* #3147: Set _PROP_CURACT for the owner when sharing an activityMorgan Collett2007-09-081-2/+3
* Snapshot a79f7b6488.Marco Pesenti Gritti2007-09-041-0/+1
* Support mutable activity properties (name, tags, color, private).Simon McVittie2007-08-301-0/+10
* Move NotFoundError to psutils; add NotJoinedError and WrongConnectionError.Simon McVittie2007-08-301-3/+3
* Remove wrong usage of byte_arrays=True (should be client-side, not service-side)Dan Williams2007-08-201-2/+1
* #2214: Gracefully handle blank server fieldDan Williams2007-08-011-1/+1
* Cope with arbitrary Unicode in nicknames by making Buddy.props.nick 'object' ...Simon McVittie2007-07-311-1/+6
* Disable SetAvatar and avoid importing gtk.Marco Pesenti Gritti2007-07-271-31/+38
* One-line fix to GetTelepathyHandles() - actually return the collected handlesSimon McVittie2007-07-251-0/+1
* Return buddy properties as a byte array, not an array of bytesDan Williams2007-07-201-1/+2
* don't try to send None over D-Bus. (fixes at least a warning and probably more)Dan Winship2007-07-161-0/+1
* Clear out current activity if we're leaving itDan Williams2007-07-161-0/+5
* Add closing parentheses.Tomeu Vizoso2007-07-151-1/+1
* Fix buddy re-appear by actually forgetting about buddies when they go awayDan Williams2007-07-151-0/+2
* Handle CurrentActivityChanged events from the shell owner objectDan Williams2007-07-151-1/+3
* Disable support for avatars - the cache seems to give us huge performance pro...Simon McVittie2007-07-121-0/+9
* Show conn.object_path in debug logsMorgan Collett2007-07-091-5/+7
* Merge http://people.freedesktop.org/~smcv/git/presence-serviceMorgan Collett2007-07-091-0/+31
|\
| * buddy, activity: cope with missing interfaces gracefullySimon McVittie2007-07-051-0/+31
* | Remove buddy anyway on leaving, works at least partiallyMorgan Collett2007-07-091-0/+3
* | Implement leaving a shared activityMorgan Collett2007-07-031-0/+9
|/
* Try to set owner properties before connection - newer versions of Gabble and ...Simon McVittie2007-06-151-5/+29