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
* 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
* Set the resource param for gabble connectionsTomeu Vizoso2010-08-201-0/+3
* Set the key property for buddiesTomeu Vizoso2010-08-201-2/+4
* Create a Jabber account if there isn't one yet. Also fix updating contacts.Tomeu Vizoso2010-08-201-27/+66
* Keep aliases updated and handle buddies going offlineTomeu Vizoso2010-08-201-16/+41
* Remove leftover codeTomeu Vizoso2010-08-201-119/+1
* Create a Salut account if none exists and display buddies and their nicks.Tomeu Vizoso2010-08-201-13/+160
* Add OwnerBuddyModel class so it is dealt with locallyTomeu Vizoso2010-08-201-1/+2
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-4/+4
* let the logger do the formattingSascha Silbe2009-08-241-5/+5
* make pylint happySimon Schampijer2008-10-301-8/+12
* Merge branch '8900'Guillaume Desmottes2008-10-291-3/+21
|\
| * Re-request closed random views (#8900)Guillaume Desmottes2008-10-281-3/+21