Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | color is required for a valid buddyDan Williams2007-03-031-3/+1
| * | Give dbus-python a hint to icon return typeDan Williams2007-03-031-1/+1
* | | Some more examples for the journal.Tomeu Vizoso2007-03-021-0/+22
| |/ |/|
* | Hack Dan's DataStore for doing what we need for 6th March demo.Tomeu Vizoso2007-03-023-56/+108
|/
* Convert buddies to GObjects; ensure signals don't emit before buddy is validDan Williams2007-03-024-87/+131
* Stop sqlite3.decoding the data from the db.Tomeu Vizoso2007-03-011-1/+1
* Clue dbus-python into the return type of get_data()Dan Williams2007-03-011-1/+1
* Use sqlite3.Row in the datastore.Tomeu Vizoso2007-03-011-0/+1
* get object path correctlyDan Williams2007-03-011-1/+1
* Use cursor parameters instead of SQL injection.Tomeu Vizoso2007-03-011-20/+21
* Update data store to new dbus-python bindings API and sqlite3Dan Williams2007-03-013-67/+77
* 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-013-73/+52
* Add fixme for avatar optimizationDan Williams2007-02-281-0/+2
* start to use aliasing interface for nickGuillaume Desmottes2007-02-283-12/+26
* Upload avatar; try to get and set BuddyInfo propertiesDan Williams2007-02-281-6/+73
* explicitely set the BuddyInfo interfaceGuillaume Desmottes2007-02-272-4/+6
* 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-272-18/+34
|/
* 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-264-71/+92
* only remove the buddy if we don't see it using all CMGuillaume Desmottes2007-02-263-7/+16
* First pass at attempting registration on failureDan Williams2007-02-262-9/+28
* MergeDan Williams2007-02-2610-1736/+1
|\
| * Get rid of the old nm appletMarco Pesenti Gritti2007-02-2510-1736/+1
| * replace _connect_to_server with a protocol/cm independent equivalentGuillaume Desmottes2007-02-231-10/+13
* | Add link local pluginDan Williams2007-02-261-0/+23
* | Create separate plugins for connection methodsDan Williams2007-02-265-238/+247
* | Clarify commentDan Williams2007-02-231-1/+1
* | Clarify commentDan Williams2007-02-231-0/+1
|/
* Handle contact approval and request presence when using existing connectionDan Williams2007-02-231-1/+11
* Find and use an existing gabble connection, if anyDan Williams2007-02-231-14/+36
* Announce appear/disappear buddies according their jabber statusGuillaume Desmottes2007-02-233-23/+75
* Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-02-233-5/+3
|\
| * Rename IconColor to XoColor.Tomeu Vizoso2007-02-233-5/+3
* | create buddy when connectingGuillaume Desmottes2007-02-233-30/+60
|/
* Add telepathy glue bits (guilllaume)Dan Williams2007-02-221-0/+139
* Revert "Fix presence service starter script"Dan Williams2007-02-221-139/+0
* Fix presence service starter scriptDan Williams2007-02-221-1/+1
* Fix presence service starter scriptDan Williams2007-02-221-0/+139
* Add buddy and activity classes (guillaume)Dan Williams2007-02-224-8/+328
* Use the new icons for object types.Tomeu Vizoso2007-02-221-7/+7
* Add owner bits and fill out GetOwner, GetBuddies, GetActivitiesDan Williams2007-02-211-3/+33
* Add buddy icon cacheDan Williams2007-02-213-1/+86
* raise errors, not return themDan Williams2007-02-211-4/+4