Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence2/server_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Cut over to new PresenceServiceDan Williams2007-04-091-518/+0
* Hook up current activity bitsDan Williams2007-03-161-0/+30
* Ignore owner property updates from the network; handled locallyDan Williams2007-03-161-4/+18
* Trivial debug message cleanupsDan Williams2007-03-161-1/+5
* use new activity properties changed signal nameGuillaume Desmottes2007-03-151-1/+1
* rename some signals to avoid confusionsGuillaume Desmottes2007-03-141-12/+33
* Listen for and respond to Owner property changesDan Williams2007-03-091-30/+43
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-03-081-3/+0
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-03-071-4/+10
| |\
| * | Remove some erroneous error handler codeDan Williams2007-03-071-3/+0
* | | update nick when receive AliasChanged signalGuillaume Desmottes2007-03-081-6/+3
| |/ |/|
* | implement ActivityInvitation and PrivateInvitation signalsGuillaume Desmottes2007-03-071-4/+10
|/
* catch invitations requestGuillaume Desmottes2007-03-071-1/+18
* catch the closed signalGuillaume Desmottes2007-03-071-1/+5
* move dirty hacks to declare interfaces in init_connections to avoid warningsGuillaume Desmottes2007-03-061-6/+4
* start to implement join and share activitiesGuillaume Desmottes2007-03-061-4/+30
* create/remove activities according to ActivitiesChanged signalGuillaume Desmottes2007-03-051-3/+12
* upload our avatar only if neededGuillaume Desmottes2007-03-051-12/+27
* Don't traceback on cleanup when disconnected alreadyDan Williams2007-03-031-0/+3
* Attempt periodic reconnection on connect error, traceback less on server prob...Dan Williams2007-03-031-3/+34
* Convert buddies to GObjects; ensure signals don't emit before buddy is validDan Williams2007-03-021-2/+2
* Don't use the _alias_changed_cb while we use vcard to store the aliasGuillaume Desmottes2007-03-011-1/+3
* PresenceService fixes; request buddy presence when using existing connectionDan Williams2007-03-011-48/+30
* Add fixme for avatar optimizationDan Williams2007-02-281-0/+2
* start to use aliasing interface for nickGuillaume Desmottes2007-02-281-10/+22
* Upload avatar; try to get and set BuddyInfo propertiesDan Williams2007-02-281-6/+73
* explicitely set the BuddyInfo interfaceGuillaume Desmottes2007-02-271-0/+2
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-02-271-3/+0
|\
| * Remove a bit of debugging codeDan Williams2007-02-271-3/+0
* | start of support of the org.freedesktop.Telepathy.Connection.Interface.OLPC.B...Guillaume Desmottes2007-02-271-18/+23
|/
* Add a Server section in the config file and use it to register only when neededGuillaume Desmottes2007-02-271-3/+16
* always register the jid when connectingDan Williams2007-02-261-13/+5
* minor connection setup cleanupsDan Williams2007-02-261-14/+12
* new icon cache systemGuillaume Desmottes2007-02-261-7/+25
* only remove the buddy if we don't see it using all CMGuillaume Desmottes2007-02-261-1/+0
* First pass at attempting registration on failureDan Williams2007-02-261-8/+27
* Create separate plugins for connection methodsDan Williams2007-02-261-0/+225