Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/server_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make GenericOwner responsible for setting its own properties.Simon McVittie2007-06-081-141/+9
* server_plugin, activity: Move remaining activity-joining mechanics from serve...Simon McVittie2007-06-081-42/+4
* activity, server_plugin: Inline ServerPlugin.set_activity_properties() into A...Simon McVittie2007-06-081-12/+0
* activity, server_plugin: inline ServerPlugin.update_activity_properties() int...Simon McVittie2007-06-071-12/+0
* activity, server_plugin: drop redundant information from join callbackSimon McVittie2007-06-071-4/+1
* activity, server_plugin: move responsibility for creating Channel and setting...Simon McVittie2007-06-071-20/+3
* activity, server_plugin: move responsibility for actually setting room proper...Simon McVittie2007-06-071-25/+4
* activity, server_plugin: simplify successful join handlingSimon McVittie2007-06-071-9/+3
* server_plugin: simplify error handling during joinSimon McVittie2007-06-071-17/+4
* activity, server_plugin: separate success and error callbacks for joinSimon McVittie2007-06-071-20/+21
* activity, server_plugin: communicate activity join result via a callback rath...Simon McVittie2007-06-071-45/+40
* server_plugin: Emit activity-invitation with correct argumentsSimon McVittie2007-06-071-1/+1
* server_plugin: Emit activity-joined with correct argumentsSimon McVittie2007-06-071-3/+3
* server_plugin: Emit activity-properties-changed with correct argumentsSimon McVittie2007-06-071-1/+1
* Now that there is no activity-shared signal, remove the signal param througho...Simon McVittie2007-06-071-20/+20
* Remove most of the distinction between joining and sharing - only the Activit...Simon McVittie2007-06-071-22/+5
* server_plugin: make cleanup() actually clear cachesSimon McVittie2007-06-071-2/+2
* Pass room handle to Activity constructor if the Activity was found on the net...Simon McVittie2007-06-071-3/+4
* server_plugin: when an activity ID is emitted in a signal, include the handle...Simon McVittie2007-06-071-8/+19
* presenceservice, server_plugin: share the icon cache now it can handle multip...Simon McVittie2007-06-071-3/+2