Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence
Commit message (Expand)AuthorAgeFilesLines
* services/presence/: remove. Use projects/presence-service git repo insteadSimon McVittie2007-06-0613-3895/+0
* services/presence/server_plugin: special-case the Owner when IDing buddies.Simon McVittie2007-05-301-3/+10
* services/presence/server_plugin: fix thinko - take the right arguments to _su...Simon McVittie2007-05-301-2/+3
* services/presence/presenceservice: look up buddies by key-ID if we don't know...Simon McVittie2007-05-301-0/+5
* services/presence/presenceservice: weakly reference Buddy objects in _buddiesSimon McVittie2007-05-301-18/+32
* services/presence/buddy: Fix thinko - register Owner with correct objidSimon McVittie2007-05-302-2/+4
* services/presence/: Have joined Activities track membership via group interface.Simon McVittie2007-05-302-24/+176
* services/presence/buddyiconcache: remove unused import of sugar.utilSimon McVittie2007-05-301-1/+0
* services/presence/: Make Activities responsible for tracking their members.Simon McVittie2007-05-292-9/+19
* services/presence/psutils.py: don't bother using sugar.util, it's easier to u...Simon McVittie2007-05-291-3/+6
* services/presence/test_psutils: trivial check for pubkey_to_keyid()Simon McVittie2007-05-291-1/+5
* services/presence/Makefile.am: Include test_psutils.py in "make check"Simon McVittie2007-05-291-2/+9
* services/presence/: identify Buddies by "key ID" (pubkey hash), not whole key.Simon McVittie2007-05-284-49/+166
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-282-1/+4
|\
| * Fix non-NM IP4 address detectionDan Williams2007-05-261-0/+3
| * Fix syntax errorDan Williams2007-05-261-1/+1
* | services/presence/server_plugin: Don't watch MembersChanged in activities.Simon McVittie2007-05-281-12/+0
* | services/presence/server_plugin: Use set operations to update the subscribe setSimon McVittie2007-05-281-10/+16
* | services/presence/pstest: Add Red Hat/Collabora GPL v2+ noticeSimon McVittie2007-05-281-0/+17
* | services/presence/psutils: Add pubkey_to_keyid() and escape_identifier()Simon McVittie2007-05-282-0/+65
* | services/presence/activity: Validate object path earlySimon McVittie2007-05-251-2/+3
|/
* services/presence/: Pass the SessionBus around, instead of a BusName object.Simon McVittie2007-05-254-39/+52
* services/presence/buddy: Improve docstring; remove unused property _object_idSimon McVittie2007-05-251-4/+4
* services/presence/buddy: Set attributes more concisely, improve docstringsSimon McVittie2007-05-251-14/+7
* services/presence/psutils, buddy: Track NameOwnerChanged in IP4AddressMonitorSimon McVittie2007-05-252-26/+12
* services/presence/buddy: Use add_signal_receiver to connect signals.Simon McVittie2007-05-251-36/+10
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-05-251-10/+8
|\
| * Retry connections when TP connection attempts failDan Williams2007-05-241-10/+8
* | services/presence/buddy: Stop treating server, key_hash, registered as GObjec...Simon McVittie2007-05-251-9/+0
* | services/presence/psutils: Re-order imports conventionally, without dbus.glib.Simon McVittie2007-05-251-1/+3
* | services/presence/buddy: remove trailing whitespace, wrap long linesSimon McVittie2007-05-251-74/+84
* | services/presence/activity: wrap long lines, remove trailing whitespaceSimon McVittie2007-05-251-86/+112
|/
* services/presence/server_plugin: fix logging of join/share errorSimon McVittie2007-05-241-1/+1
* services/presence/presenceservice: check against None with 'is'Simon McVittie2007-05-241-2/+2
* services/presence/presenceservice: add some missing in_signature argumentsSimon McVittie2007-05-241-4/+8
* services/presence/presenceservice: don't use deprecated dbus.glibSimon McVittie2007-05-241-3/+2
* services/presence/: Move internal_get_activity to TestPresenceServiceSimon McVittie2007-05-242-6/+4
* services/presence/: separate test code into a separate moduleSimon McVittie2007-05-244-322/+331
* services/presence/activity: Document constructor argumentsSimon McVittie2007-05-241-6/+23
* services/presence/presenceservice: fix broken syntaxSimon McVittie2007-05-241-3/+3
* services/presence/server_plugin: Use telepathy-python helper function request...Simon McVittie2007-05-241-17/+8
* services/presence/server_plugin: Call _handle_connection_status_change with a...Simon McVittie2007-05-241-12/+12
* services/presence/server_plugin: various cosmetic cleanupsSimon McVittie2007-05-241-88/+157
* services/presence/server_plugin: delete unused InvalidBuddyErrorSimon McVittie2007-05-241-2/+0
* services/presence/server_plugin: reformat, document signal definitionsSimon McVittie2007-05-241-24/+56
* services/presence/presenceservice: various cosmetic cleanupsSimon McVittie2007-05-241-29/+49
* services/presence/server_plugin: remove trailing whitespaceSimon McVittie2007-05-241-60/+61
* services/presence/psutils: Remove bytes_to_string - no longer neededSimon McVittie2007-05-241-15/+0
* services/presence/presenceservice: Make bytes_to_string() unnecessary by requ...Simon McVittie2007-05-241-2/+3
* services/presence/server_plugin: make bytes_to_string() unnecessary by reques...Simon McVittie2007-05-241-3/+1