Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #2214: Gracefully handle blank server fieldDan Williams2007-08-013-4/+10
* 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
* Actually emit NewChannel for activities when the text channel is createdSimon McVittie2007-07-251-0/+1
* Fix Activity.GetChannels() - avoid trying to include the text channel object-...Simon McVittie2007-07-251-2/+4
* One-line fix to GetTelepathyHandles() - actually return the collected handlesSimon McVittie2007-07-251-0/+1
* Try to connect without the register flag if we received the "name in use" err...Guillaume Desmottes2007-07-251-2/+22
* Return buddy properties as a byte array, not an array of bytesDan Williams2007-07-201-1/+2
* Don't list the owner twice in GetBuddies. #1839Dan Winship2007-07-201-1/+1
* don't try to send None over D-Bus. (fixes at least a warning and probably more)Dan Winship2007-07-161-0/+1
* Get notified of the disappearance of activities the local user shares tooDan Williams2007-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-152-0/+3
* 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-122-2/+19
* Fix 'Rework reconnection logic' patch to actually start server_pluginMorgan Collett2007-07-101-2/+2
* Reapply "Rework reconnection logic so RECONNECT_TIME is interpreted as a mini...Morgan Collett2007-07-103-33/+50
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceMorgan Collett2007-07-092-11/+86
|\
| * Show conn.object_path in debug logsMorgan Collett2007-07-091-5/+7
| * Merge http://people.freedesktop.org/~smcv/git/presence-serviceMorgan Collett2007-07-096-47/+116
| |\
| * | Remove buddy anyway on leaving, works at least partiallyMorgan Collett2007-07-092-0/+7
| * | Implement leaving a shared activityMorgan Collett2007-07-032-6/+72
* | | Revert "Rework reconnection logic so RECONNECT_TIME is interpreted as a minim...Morgan Collett2007-07-093-50/+33
| |/ |/|
* | Rework reconnection logic so RECONNECT_TIME is interpreted as a minimum, to a...Simon McVittie2007-07-053-33/+50
* | TelepathyPlugin: Cope with CMs with no presence interface.Simon McVittie2007-07-051-13/+19
* | presenceservice: warn if dbus-python is too old for watch_name_owner() to wor...Simon McVittie2007-07-051-0/+5
* | buddy, activity: cope with missing interfaces gracefullySimon McVittie2007-07-052-0/+40
* | ServerPlugin: fix unbound local in _connected_cb()Simon McVittie2007-07-051-1/+2
|/
* telepathy_plugin: add a FIXME for retrying getting contact-list channels.Simon McVittie2007-06-261-0/+2
* presenceservice: Produce a more informative warning when failing to do variou...Simon McVittie2007-06-261-1/+5
* activity: Don't try to send "custom properties" to the CM.Simon McVittie2007-06-261-4/+0
* activity: Don't set properties if the CM doesn't support it (Salut doesn't).Simon McVittie2007-06-261-5/+8
* activity: Add more debug messages; correctly generate BuddyLeft, not BuddyJoi...Simon McVittie2007-06-261-3/+12
* Merge double definition of ServerPlugin._connected_cb, fixing the registratio...Simon McVittie2007-06-211-7/+4
* server_plugin: Hard-code connection to conference.<server> again.Simon McVittie2007-06-211-0/+9
* server_plugin.py: fix _publish_members_changed_cbMorgan Collett2007-06-191-1/+3
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceMarco Pesenti Gritti2007-06-181-1/+1
|\
| * presenceservice: fix GetPreferredConnection which was failing silentlyMorgan Collett2007-06-181-1/+1
* | Install in datadir/sugar-presence-serviceMarco Pesenti Gritti2007-06-182-2/+2
|/
* server_plugin: fix reference to subscribe channelSimon McVittie2007-06-151-1/+2
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceSimon McVittie2007-06-151-1/+6
|\
| * Use SUGAR_PREFIX to figure installation dirMarco Pesenti Gritti2007-06-151-1/+6
* | Try to set owner properties before connection - newer versions of Gabble and ...Simon McVittie2007-06-152-5/+31
* | presenceservice: If a buddy has no key (i.e. not an XO) don't put them in _bu...Simon McVittie2007-06-121-1/+2
* | linklocal_plugin: retrieve key as byte array so it's in the right form for pu...Simon McVittie2007-06-121-1/+1
* | buddy: Don't emit validity-changed twiceSimon McVittie2007-06-121-6/+14
* | buddy: Minor code simplificationSimon McVittie2007-06-121-10/+2
* | Improve Salut integration so buddies show up in the shell:Simon McVittie2007-06-126-90/+146
* | presenceservice: Allow "export PRESENCE_SERVICE_DEBUG=disable-gabble,disable-...Simon McVittie2007-06-121-1/+7