Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/server_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Remove connection handling now that the Shell takes care of it.Tomeu Vizoso2010-08-111-74/+3
* Pylint fixesMorgan Collett2008-11-041-12/+9
* make the regexp global so we don't have to compile it each timeGuillaume Desmottes2008-10-241-2/+2
* Add a _handle_is_channel_specific method so we don't rely only on the roster ...Guillaume Desmottes2008-10-241-0/+18
* Update for gconf change in the profileSimon Schampijer2008-10-111-4/+4
* #6690: Fix sync_friends mangling the JIDsMorgan Collett2008-03-131-8/+1
* server_plugin: emit the want-to-connect signal instead of directly start the ...Guillaume Desmottes2008-02-131-1/+1
* Merge commit 'origin/master' into 6299Guillaume Desmottes2008-02-131-18/+23
|\
| * add some words about the register flagGuillaume Desmottes2008-02-071-1/+5
| * set register param to False if connection failed because of a not authenticat...Guillaume Desmottes2008-02-071-8/+10
| * s/authentification/authenticationGuillaume Desmottes2008-02-071-4/+4
| * try opportunistic registration if authentication fails (#6295)Guillaume Desmottes2008-02-041-14/+13
* | add the iface in the address-changed signalGuillaume Desmottes2008-02-131-2/+2
|/
* Add SyncFriends methodDafydd Harries2007-12-101-3/+75
* Only approve subscriptions coming from a trusted server (#4993)Guillaume Desmottes2007-11-211-2/+33
* apply patch by Guillaume so that subscribe/presence channel tracking is not d...Dafydd Harries2007-11-191-1/+14
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceRobert McQueen2007-11-141-16/+20
|\
| * wait for NewChannel with publish/subscribe lists instead of using RequestChan...Dafydd Harries2007-11-141-16/+20
* | Enable old-style SSL (on port 5223) with no certificate verification, so we canRobert McQueen2007-11-141-0/+4
|/
* Move IP4AddressMonitor object from ServerPlugin to TelepathyPlugin so we can ...Guillaume Desmottes2007-11-141-9/+2
* Make server_plugin _OBJ_PATH_PREFIX consistent with linklocal_plugin (review ...Simon McVittie2007-09-111-1/+1
* #2214: Gracefully handle blank server fieldDan Williams2007-08-011-1/+3
* Try to connect without the register flag if we received the "name in use" err...Guillaume Desmottes2007-07-251-2/+22
* Fix 'Rework reconnection logic' patch to actually start server_pluginMorgan Collett2007-07-101-2/+2
* Reapply "Rework reconnection logic so RECONNECT_TIME is interpreted as a mini...Morgan Collett2007-07-101-4/+5
* Revert "Rework reconnection logic so RECONNECT_TIME is interpreted as a minim...Morgan Collett2007-07-091-5/+4
* Rework reconnection logic so RECONNECT_TIME is interpreted as a minimum, to a...Simon McVittie2007-07-051-4/+5
* ServerPlugin: fix unbound local in _connected_cb()Simon McVittie2007-07-051-1/+2
* Merge double definition of ServerPlugin._connected_cb, fixing the registratio...Simon McVittie2007-06-211-7/+4
* server_plugin: Hard-code connection to conference.<server> again.Simon McVittie2007-06-211-0/+9
* server_plugin.py: fix _publish_members_changed_cbMorgan Collett2007-06-191-1/+3
* server_plugin: fix reference to subscribe channelSimon McVittie2007-06-151-1/+2
* Improve Salut integration so buddies show up in the shell:Simon McVittie2007-06-121-2/+41
* Hook up Salut to the presence serviceSimon McVittie2007-06-121-16/+14
* server_plugin: prune now-unnecessary importsSimon McVittie2007-06-121-19/+3
* Move more code from ServerPlugin to TelepathyPluginSimon McVittie2007-06-121-143/+12
* ServerPlugin: extract superclass TelepathyPluginSimon McVittie2007-06-121-291/+16
* Batch together online/offline events. Implement a queue for initial buddy ins...Simon McVittie2007-06-121-48/+45
* server_plugin: correct "re-using InspectHandles" minor optimization so it wor...Simon McVittie2007-06-111-1/+1
* server_plugin: correct signature of contact-onlineSimon McVittie2007-06-111-2/+1
* Make PresenceService, rather than ServerPlugin, responsible for watching D-Bu...Simon McVittie2007-06-111-55/+0
* Make Buddy responsible for initial property lookup when a Tp handle is addedSimon McVittie2007-06-111-80/+16
* Move avatar handling to Buddy (with a small dispatch function in PresenceServ...Simon McVittie2007-06-111-49/+1
* Have Buddy track their own Telepathy handles and JIDsSimon McVittie2007-06-111-3/+9
* Move responsibility for tracking claimed buddy activities from ServerPlugin t...Simon McVittie2007-06-111-41/+0
* Make PresenceService responsible for tracking handle->activity mapping and ac...Simon McVittie2007-06-111-37/+2
* server_plugin: Don't leak D-Bus signal matchesSimon McVittie2007-06-111-12/+34
* server_plugin: batch "contact online" eventsSimon McVittie2007-06-081-20/+30
* server_plugin: remove unnecessary _log_error_cbSimon McVittie2007-06-081-6/+2
* Make GenericOwner responsible for setting its own activity/current-activitySimon McVittie2007-06-081-49/+0