Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adapt to sugar.profile API changesMarco Pesenti Gritti2007-09-171-8/+13
* De-restrict invitations, if Gabble supports it (fixes #3380 if Gabble support...Simon McVittie2007-09-121-0/+1
* Avoid Gabble invite-only activities disappearing from the mesh view when we j...Simon McVittie2007-09-121-1/+7
* Fix error reporting in logs by adding throw_into_callback(), a workaround for...Simon McVittie2007-09-122-18/+38
* Revert part of morgs' fix for current activity propagation.Simon McVittie2007-09-111-4/+0
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceSimon McVittie2007-09-111-1/+2
|\
| * Be sure buddies keys are converted to stringGuillaume Desmottes2007-09-111-1/+2
* | Bug#3327: don't let a slower connection manager delete a current activity adv...Simon McVittie2007-09-111-4/+7
|/
* Make server_plugin _OBJ_PATH_PREFIX consistent with linklocal_plugin (review ...Simon McVittie2007-09-111-1/+1
* activity.Activity: keep track of channel-specific-handle <-> Buddy mapping.Simon McVittie2007-09-111-24/+51
* Set current activity when sharing or joining an activity. Echo this change to...Simon McVittie2007-09-102-8/+9
* linklocal_plugin: Correctly pick up existing Salut connectionsSimon McVittie2007-09-101-1/+1
* When a buddy goes offline, consider them to have left all their activitiesSimon McVittie2007-09-101-0/+5
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceSimon McVittie2007-09-102-2/+5
|\
| * #3147: Set _PROP_CURACT for the owner when sharing an activityMorgan Collett2007-09-082-2/+5
* | Activity.NewChannel: correct misleading docstring, emit debug messageSimon McVittie2007-09-101-6/+2
* | Stop believing buddies when they say they've left a room, but we're in the ro...Simon McVittie2007-09-101-3/+0
* | activity: Further refactoring to make nearly all D-Bus calls asynchronousSimon McVittie2007-09-101-35/+48
* | activity: Refactor joining/sharing so we don't claim to have succeeded (or tr...Simon McVittie2007-09-101-91/+59
* | Raise error if we try to join a non-local activity without knowing what its r...Simon McVittie2007-09-101-4/+7
* | Fix some more commentsSimon McVittie2007-09-101-1/+2
* | Remove now-misleading commentSimon McVittie2007-09-101-3/+0
|/
* Snapshot a79f7b6488.Marco Pesenti Gritti2007-09-041-0/+1
* Make activities private by default, completing support for invite-only activi...Simon McVittie2007-09-041-1/+1
* * Notify local processes when we change an activity name, so the meshSimon McVittie2007-08-312-18/+27
* Change signature of ActivityInvitation signal to oos (activity, buddy, message)Simon McVittie2007-08-302-15/+42
* Fix typo in SetProperties(), enabling support for mutable propertiesSimon McVittie2007-08-301-1/+1
* Support mutable activity properties (name, tags, color, private).Simon McVittie2007-08-303-38/+312
* When an activity becomes valid, emit the "missing" BuddyJoined signals; when ...Simon McVittie2007-08-301-1/+11
* Fix a bug where buddies would appear to leave activities that are on Gabble w...Simon McVittie2007-08-301-1/+2
* Move NotFoundError to psutils; add NotJoinedError and WrongConnectionError.Simon McVittie2007-08-304-43/+48
* Update LinkLocal plugin's protocol to "local-xmpp"Guillaume Desmottes2007-08-281-1/+1
* Set the "private" activity propertyGuillaume Desmottes2007-08-281-0/+1
* Undo removal of properties in _share_activityMorgan Collett2007-08-231-1/+2
* PresenceService API Change to support sharing by invitation onlyMorgan Collett2007-08-222-13/+42
* Remove wrong usage of byte_arrays=True (should be client-side, not service-side)Dan Williams2007-08-201-2/+1
* Cleanup _text_channel_closed_cbMorgan Collett2007-08-101-10/+8
* Make Buddy-left async through moving code to _text_channel_closed_cbMorgan Collett2007-08-101-24/+17
* #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