Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adapt to presence service API changestrial-3Marco 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
* 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