Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "#6142: Don't update buddy properties without a key" for Update.1Morgan Collett2008-02-121-5/+0
* pstest.py: remove set_registeredGuillaume Desmottes2008-02-121-4/+0
* add some words about the register flagGuillaume Desmottes2008-02-121-1/+5
* set register param to False if connection failed because of a not authenticat...Guillaume Desmottes2008-02-121-8/+10
* s/authentification/authenticationGuillaume Desmottes2008-02-121-4/+4
* remove the registered property as we don't need it anymoreGuillaume Desmottes2008-02-121-18/+1
* try opportunistic registration if authentication fails (#6295)Guillaume Desmottes2008-02-121-14/+13
* #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 act...Morgan Collett2008-01-301-1/+3
* Add SyncFriends methodDafydd Harries2008-01-302-3/+80
* Only approve subscriptions coming from a trusted server (#4993)Guillaume Desmottes2007-12-181-2/+33
* #4920: Harden _add_buddies to cope with no handle when calling BuddyHandleJoinedMorgan Collett2007-12-181-4/+13
* apply patch by Guillaume so that subscribe/presence channel tracking is not d...Dafydd Harries2007-11-191-1/+14
* #4920: Replace % with , to not make logger cryMorgan Collett2007-11-161-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceRobert McQueen2007-11-142-45/+54
|\
| * wait for NewChannel with publish/subscribe lists instead of using RequestChan...Dafydd Harries2007-11-142-45/+54
* | Enable old-style SSL (on port 5223) with no certificate verification, so we canRobert McQueen2007-11-141-0/+4
|/
* Move IP4AddressMonitor object from ServerPlugin to TelepathyPlugin so we can ...Guillaume Desmottes2007-11-142-9/+16
* Use an exponential backoff when trying to reconnect CM (#2522)Guillaume Desmottes2007-11-141-9/+17
* Try to reconnect Gabble if initial attempt failed (#4907)Guillaume Desmottes2007-11-141-1/+2
* Fix regression when sharing an activity (#4660)Guillaume Desmottes2007-11-121-2/+2
* Merge branch '4660'Simon McVittie2007-11-122-24/+41
|\
| * Disallow setting color property in ShareActivity properties dict, as per revi...Simon McVittie2007-11-091-6/+0
| * When calling ShareActivity(), allow private, tags, color to be set by putting...Simon McVittie2007-11-081-16/+39
| * pstest: stop using unsupported properties, use ShareActivity instead of _shar...Simon McVittie2007-11-081-8/+8
* | Don't put activity sharer in 'private' property (correcting a wrong part of t...Simon McVittie2007-11-082-6/+8
|/
* Re-implement unique-name watching so it actually makes sense (#4585, the return)Simon McVittie2007-11-052-10/+41
* src/buddy.py: __repr__: encode nick in UTF-8 so we get comprehensible log mes...Simon McVittie2007-11-051-1/+1
* Revert "#4585 Watch activity unique names on D-Bus for disappearances"Simon McVittie2007-11-051-35/+12
* #4585 Watch activity unique names on D-Bus for disappearancesMorgan Collett2007-11-021-12/+35
* #2412: Further improvements to connection watching after smcv reviewMorgan Collett2007-11-011-2/+3
* #2412: Improvements to connection watching after smcv reviewMorgan Collett2007-11-011-5/+8
* #2412: Watch the connection's well-known name on the session bus and stop the...Morgan Collett2007-11-011-1/+19
* #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
* Import dbus to get DBusExceptionMorgan Collett2007-11-011-1/+2
* #2412: Better exception handling on closing CM connectionsMorgan Collett2007-11-011-2/+2
* Actually set registered = True, again (#4537)Simon McVittie2007-10-301-1/+1
* Associate activity debug messages with the relevant activity (#4027)Simon McVittie2007-10-161-48/+67
* Revert to using BuddyLeft only not BuddyHandleLeft as there is no need to rep...Morgan Collett2007-10-151-36/+10
* Emit BuddyLeft not BuddyHandleLeft when we didn't track the handleMorgan Collett2007-10-151-1/+6
* Implement BuddyHandleJoined/Left which signals the handles as well as buddy o...Morgan Collett2007-10-151-23/+37
* Emit BuddyHandleJoined when BuddyJoined emitted so sugar.presence will be abl...Morgan Collett2007-10-151-0/+28
* Remove dbus from self._dbus_tubes_channel - tubes channel supports any tubes ...Morgan Collett2007-10-151-12/+13
* Add DBus tubes channel in join processMorgan Collett2007-10-151-6/+25
* Bug#3683: don't use (potentially long) user-supplied nickname in mDNS instanc...Simon McVittie2007-09-241-1/+1
* Don't emit spurious CurrentActivityChanged signal when changing from no curre...Simon McVittie2007-09-201-1/+1
* Don't keep invite-only activities in the mesh view after we leave them (#3465)Simon McVittie2007-09-201-0/+15
* * #3506: LL and server plugins are mutually exclusive for trial-3Dan Williams2007-09-192-2/+20
* Adapt to presence service API changesMarco Pesenti Gritti2007-09-171-1/+1