Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence2/presenceservice.py
Commit message (Expand)AuthorAgeFilesLines
* Cut over to new PresenceServiceDan Williams2007-04-091-332/+0
* Current activity has its own signal nowDan Williams2007-03-161-4/+0
* trivial cosmetic changesGuillaume Desmottes2007-03-161-2/+2
* rename some signals to avoid confusionsGuillaume Desmottes2007-03-141-12/+24
* Listen for and respond to Owner property changesDan Williams2007-03-091-2/+2
* Convert Activity objects to gobjects and ensure validity before usingDan Williams2007-03-081-18/+38
* update nick when receive AliasChanged signalGuillaume Desmottes2007-03-081-1/+1
* implement ActivityInvitation and PrivateInvitation signalsGuillaume Desmottes2007-03-071-4/+16
* catch invitations requestGuillaume Desmottes2007-03-071-0/+7
* start to implement join and share activitiesGuillaume Desmottes2007-03-061-6/+24
* create/remove activities according to ActivitiesChanged signalGuillaume Desmottes2007-03-051-11/+72
* Convert buddies to GObjects; ensure signals don't emit before buddy is validDan Williams2007-03-021-16/+24
* PresenceService fixes; request buddy presence when using existing connectionDan Williams2007-03-011-12/+8
* start to use aliasing interface for nickGuillaume Desmottes2007-02-281-1/+3
* start of support of the org.freedesktop.Telepathy.Connection.Interface.OLPC.B...Guillaume Desmottes2007-02-271-0/+11
* new icon cache systemGuillaume Desmottes2007-02-261-7/+10
* only remove the buddy if we don't see it using all CMGuillaume Desmottes2007-02-261-5/+15
* First pass at attempting registration on failureDan Williams2007-02-261-1/+1
* Create separate plugins for connection methodsDan Williams2007-02-261-42/+16
* Clarify commentDan Williams2007-02-231-1/+1
* Clarify commentDan Williams2007-02-231-0/+1
* Find and use an existing gabble connection, if anyDan Williams2007-02-231-14/+36
* Announce appear/disappear buddies according their jabber statusGuillaume Desmottes2007-02-231-14/+30
* create buddy when connectingGuillaume Desmottes2007-02-231-14/+28
* Add buddy and activity classes (guillaume)Dan Williams2007-02-221-8/+33
* Add owner bits and fill out GetOwner, GetBuddies, GetActivitiesDan Williams2007-02-211-3/+33
* Add buddy icon cacheDan Williams2007-02-211-0/+6
* raise errors, not return themDan Williams2007-02-211-4/+4
* Stub out more of the PS objectDan Williams2007-02-211-2/+55
* Skeleton PS classDan Williams2007-02-211-0/+35