Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/telepathy_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Connect to gabble immediatly after registration or when setting a new...sucrose-0.86Simon Schampijer2010-09-221-3/+0
* Connect to gabble immediatly after registration or when setting a new jabber ...Simon Schampijer2010-09-021-0/+3
* #142: D-Bus method to restart the server_plugin.Morgan Collett2008-12-201-0/+2
* Pylint fixesMorgan Collett2008-11-041-5/+4
* Add a _handle_is_channel_specific method so we don't rely only on the roster ...Guillaume Desmottes2008-10-241-1/+5
* catch the InvalidHandle exception and not InspectHandles (too fast completion...Guillaume Desmottes2008-08-081-2/+2
* speak about the Contacts iface instead of the Inspectotron as it's its proper...Guillaume Desmottes2008-08-061-1/+1
* only catch InvalidArgument and InspectHandles exceptions when calling inspect...Guillaume Desmottes2008-08-061-2/+3
* _contacts_online: discard invalid handles if InspectHandles failed (#5618)Guillaume Desmottes2008-08-061-2/+24
* add a channel type arg to the PrivateInvitation signalGuillaume Desmottes2008-06-131-2/+2
* always reset the reconnect timer when disconnectedGuillaume Desmottes2008-04-211-2/+4
* add few debug messagesGuillaume Desmottes2008-04-171-0/+5
* add a want-to-connect signal to tp plugin so presenceservice.py can accept or...Guillaume Desmottes2008-02-131-0/+4
* remove duplicated start method and be sure we are connected to the address-ch...Guillaume Desmottes2008-02-131-3/+6
* add the iface in the address-changed signalGuillaume Desmottes2008-02-131-1/+1
* wait for NewChannel with publish/subscribe lists instead of using RequestChan...Dafydd Harries2007-11-141-29/+34
* Move IP4AddressMonitor object from ServerPlugin to TelepathyPlugin so we can ...Guillaume Desmottes2007-11-141-0/+14
* Use an exponential backoff when trying to reconnect CM (#2522)Guillaume Desmottes2007-11-141-9/+17
* Try to reconnect Gabble if initial attempt failed (#4907)Guillaume Desmottes2007-11-141-1/+2
* #2412: Further improvements to connection watching after smcv reviewMorgan Collett2007-11-011-2/+3
* #2412: Improvements to connection watching after smcv reviewMorgan Collett2007-11-011-5/+8
* #2412: Watch the connection's well-known name on the session bus and stop the...Morgan Collett2007-11-011-1/+19
* Import dbus to get DBusExceptionMorgan Collett2007-11-011-1/+2
* #2412: Better exception handling on closing CM connectionsMorgan Collett2007-11-011-2/+2
* * #3506: LL and server plugins are mutually exclusive for trial-3Dan Williams2007-09-191-2/+11
* Change signature of ActivityInvitation signal to oos (activity, buddy, message)Simon McVittie2007-08-301-9/+30
* Reapply "Rework reconnection logic so RECONNECT_TIME is interpreted as a mini...Morgan Collett2007-07-101-24/+36
* Revert "Rework reconnection logic so RECONNECT_TIME is interpreted as a minim...Morgan Collett2007-07-091-36/+24
* Rework reconnection logic so RECONNECT_TIME is interpreted as a minimum, to a...Simon McVittie2007-07-051-24/+36
* TelepathyPlugin: Cope with CMs with no presence interface.Simon McVittie2007-07-051-13/+19
* telepathy_plugin: add a FIXME for retrying getting contact-list channels.Simon McVittie2007-06-261-0/+2
* Try to set owner properties before connection - newer versions of Gabble and ...Simon McVittie2007-06-151-0/+2
* Improve Salut integration so buddies show up in the shell:Simon McVittie2007-06-121-27/+6
* Hook up Salut to the presence serviceSimon McVittie2007-06-121-28/+30
* Move more code from ServerPlugin to TelepathyPluginSimon McVittie2007-06-121-4/+143
* ServerPlugin: extract superclass TelepathyPluginSimon McVittie2007-06-121-0/+338