Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/model/neighborhood.py
Commit message (Expand)AuthorAgeFilesLines
* uy#1769: 1-to-N FeatureAjay Garg2012-05-171-0/+3
* sl#2955: Ignore Buddy updates before receiving the initial Buddy listAjay Garg2012-04-271-1/+2
* Set the nick name when the buddy properties changes OLPC #10750Simon Schampijer2011-07-241-2/+3
* Group members of a shared activity around it OLPC #10675Simon Schampijer2011-07-241-16/+64
* Gabble: do not add ourself to the model twice OLPC #10965Simon Schampijer2011-07-061-0/+5
* Fully update the salut account information when the nick name changes #10749Simon Schampijer2011-03-311-14/+25
* Construct the published name based on the public key OLPC #10737Simon Schampijer2011-03-291-1/+12
* use dbus.PROPERTIES_IFACE instead of literal valueJames Cameron2011-02-051-1/+1
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-241-12/+20
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-241-36/+34
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-241-0/+4
* style cleanup: move globals before class and method definitionsSascha Silbe2010-11-241-1/+3
* Don't emit buddy-removed if we don't know yet its contact-id #2402Tomeu Vizoso2010-10-041-1/+2
* Don't emit buddy-removed and activity-removed before they have announced #2401Tomeu Vizoso2010-10-041-2/+6
* Don't miss early nick updates from our contacts #2355Tomeu Vizoso2010-09-291-10/+16
* Pass the contact-id to the buddy-removed signal instead of the handle #2349Tomeu Vizoso2010-09-211-1/+2
* Make sure we don't change the owner's colors because of a network event #2348Tomeu Vizoso2010-09-211-0/+4
* Reduce a bit the verbosity of collaboration logging messagesTomeu Vizoso2010-09-171-6/+3
* Properly store and load friends #2331Tomeu Vizoso2010-09-171-5/+19
* Announce file transfer capabilities #1603Tomeu Vizoso2010-09-171-1/+22
* Increase timeout for buddy properties queries #2298Tomeu Vizoso2010-09-071-3/+12
* Set param-register to False after a RegistrationExists error #2296Tomeu Vizoso2010-09-061-1/+22
* Change owner's jid to be hashed_pubkey@server #2279Tomeu Vizoso2010-09-031-14/+13
* Actually update the model when there are Alias or BuddyInfo changesTomeu Vizoso2010-09-031-0/+3
* Listen to changes to the nick and jabber server settings and update MC approp...Tomeu Vizoso2010-08-301-6/+59
* Address several nitpicks from MarcoTomeu Vizoso2010-08-201-1/+1
* Misc. pylint fixesTomeu Vizoso2010-08-201-47/+79
* Pass the activity_id to activities activated by an inviteTomeu Vizoso2010-08-201-0/+6
* Display the proper label in the palette depending on whether the activityTomeu Vizoso2010-08-201-0/+9
* Request again the current activity when we get to know about a newTomeu Vizoso2010-08-201-0/+16
* Don't try to update an activity's properties if we got none.Tomeu Vizoso2010-08-201-1/+2
* Only listen for presence updates in the subscribe contact listTomeu Vizoso2010-08-201-20/+19
* Properly track an account when it has become connected againTomeu Vizoso2010-08-201-27/+41
* Remove buddies and activities when the connection goes downTomeu Vizoso2010-08-201-0/+22
* Manage connections so that we fall back to Salut if cannot connect with GabbleTomeu Vizoso2010-08-201-60/+139
* Implement tracking of buddies inside an activity for FriendsTrayTomeu Vizoso2010-08-201-15/+67
* Announce the local current activityTomeu Vizoso2010-08-201-20/+41
* Turn OwnerBuddyModel a singletonTomeu Vizoso2010-08-201-2/+2
* Track the buddies' current activityTomeu Vizoso2010-08-201-44/+101
* Retrieve activity properties once we know about itTomeu Vizoso2010-08-201-0/+12
* Change Activity.Invite API to receive account_id and contact_id instead of th...Tomeu Vizoso2010-08-201-1/+6
* Make sure we completely remove an activity when the last buddy leavesTomeu Vizoso2010-08-201-4/+23
* Fix the case when we receive a buddy's activities before its propertiesTomeu Vizoso2010-08-201-27/+22
* Split some functionality into _Account out from Neighborhood andTomeu Vizoso2010-08-201-278/+342
* Implement joining a shared activityTomeu Vizoso2010-08-201-10/+51
* The activity id should be a stringTomeu Vizoso2010-08-201-2/+2
* Adapt to changes in the telepathy applications specTomeu Vizoso2010-08-201-14/+57
* Adapt to changes in the ActivityModel APITomeu Vizoso2010-08-201-14/+49
* Split the telepathy client to its own moduleTomeu Vizoso2010-08-201-89/+18
* Start of channel handlingTomeu Vizoso2010-08-201-6/+46