Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make PS not dependent on buddy-icon.jpg to be around OLPC #10739Simon Schampijer2011-03-221-6/+1
* Remove connection handling now that the Shell takes care of it.Tomeu Vizoso2010-08-116-448/+66
* fail gracefully if system DBus unreachable (#1401)Sascha Silbe2010-03-092-9/+28
* Release 0.85.3v0.85.3Tomeu Vizoso2009-09-181-0/+2
* Don't send the tags property when using Salut #1320Tomeu Vizoso2009-09-111-2/+2
* Deal with unicode nick names (erikos) #889Tomeu Vizoso2009-08-301-1/+4
* Add missing callbackTomeu Vizoso2009-07-291-0/+5
* Add the tags property to the buddy modelTomeu Vizoso2009-07-291-4/+26
* #142: D-Bus method to restart the server_plugin.Morgan Collett2008-12-203-5/+18
* #6248: Port NetworkManager watcher code to NM 0.7's D-Bus APIMorgan Collett2008-11-251-64/+82
* Pylint fixesMorgan Collett2008-11-045-36/+29
* Allow buddies without key. #7581Guillaume Desmottes2008-10-271-4/+0
* 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-243-1/+27
* Update for gconf change in the profileSimon Schampijer2008-10-112-7/+10
* catch the InvalidHandle exception and not InspectHandles (too fast completion...Guillaume Desmottes2008-08-081-2/+2
* Display PS version in log. #7849Guillaume Desmottes2008-08-074-2/+6
* 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
* return a tuple if route commande failed. Fix #7451Guillaume Desmottes2008-07-141-1/+1
* move ListChannels directly to the D-Bus methodGuillaume Desmottes2008-07-041-15/+12
* Add Activity.ListChannels() D-Bus method (import the patch attached to #4757)Guillaume Desmottes2008-07-021-0/+36
* add a channel type arg to the PrivateInvitation signalGuillaume Desmottes2008-06-132-6/+6
* always reset the reconnect timer when disconnectedGuillaume Desmottes2008-04-211-2/+4
* add few debug messagesGuillaume Desmottes2008-04-171-0/+5
* #6576: Make join/share error message more informativeMorgan Collett2008-03-261-13/+26
* #6690: Fix sync_friends mangling the JIDsMorgan Collett2008-03-131-8/+1
* Revert "#6572: Replace key with hash to reduce avahi TXT size"Morgan Collett2008-03-081-3/+1
* #6572: Replace key with hash to reduce avahi TXT sizeMorgan Collett2008-02-291-1/+3
* server_plugin: emit the want-to-connect signal instead of directly start the ...Guillaume Desmottes2008-02-131-1/+1
* linklocal_plugin: emit the want-to-connect signal instead of directly start t...Guillaume Desmottes2008-02-131-2/+2
* add a want-to-connect signal to tp plugin so presenceservice.py can accept or...Guillaume Desmottes2008-02-132-0/+18
* Merge commit 'origin/master' into 6299Guillaume Desmottes2008-02-133-40/+24
|\
| * Merge commit 'cassidy/6295'Morgan Collett2008-02-123-40/+24
| |\
| | * pstest.py: remove set_registeredGuillaume Desmottes2008-02-111-4/+0
| | * 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
| | * remove the registered property as we don't need it anymoreGuillaume Desmottes2008-02-041-18/+1
| | * try opportunistic registration if authentication fails (#6295)Guillaume Desmottes2008-02-041-14/+13
* | | disconnect Salut when msh0 got an not LL IP (#6299)Guillaume Desmottes2008-02-131-1/+29
* | | disconnect the Salut plugin if it's connected while Gabble is already runningGuillaume Desmottes2008-02-131-1/+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-134-18/+18
|/ /
* | Add python shebangMarco Pesenti Gritti2008-02-111-0/+1
* | Do not use SUGAR_PREFIX, sugar is not defining it anymore.Marco Pesenti Gritti2008-02-114-35/+55
|/
* #6142: Don't update buddy properties without a keyMorgan Collett2008-01-301-0/+5
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-serviceDafydd Harries2008-01-031-1/+3
|\
| * #5368: Delay setting a buddy's current activity so we have it as a valid acti...Morgan Collett2007-12-221-1/+3