Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 989b68429d72b9fbd0a2aaeadc858cb0f24f0cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Snapshot b8d04713ac

* #3380: de-restrict invitations so non-initiator can invite people to an
  activity (only effective if you also have Gabble trial3a 20070912 snapshot)
  (smcv)
* #3369: avoid Gabble invite-only activities disappearing from the
  mesh view when we join them (smcv)
* #3370: fix error reporting in logs by working around dbus-python bug#12403
  (smcv)

Snapshot bff163d57b

* #3328: when we join an activity on Salut, don't stop it from being
  the other participants' current activity (smcv)
* #3327: don't let a slower connection manager delete current activity
  advertised by a faster one (smcv)
* #2299: Be sure buddies keys are converted to string (cassidy)
* #3291: Further improve activity participant tracking (smcv)
* Correctly pick up existing Salut connections (smcv)
* Don't crash if a buddy property is None (smcv)
* #3290: When a buddy goes offline, consider them to have left all their
  activities (smcv)

Snapshot 3ed091301b

* Improve tracking of who's in activities with us (smcv)
* Refactor joining/sharing so we don't claim to have succeeded,
  or try to SetProperties(), until we're actually in the chatroom
  (fixes regression with Salut darcs HEAD) (smcv)

Snapshot 3b1f4a0c42

* #3147: Set _PROP_CURACT to current activity when sharing an activity
  or joining (morgs)

Snapshot a79f7b6488

* Fix non-ASCII activity names (smcv)
* Notify local processes when we change an activity name, so the mesh
  view can update (smcv)
* Fix bug where activities initially had empty title in mesh view (smcv)

Snapshot 25218b4642

* Support invitations and non-public activities (smcv)
* Support mutable name/tags/color/private properties (smcv)

Snapshot 1c58a0be88

* Update LinkLocal plugin's protocol to "local-xmpp"

Snapshot 970ca27db7

* Make buddy-left async (morgs)

Snapshot 8dc589f5b0

* #2214: Gracefully handle blank server field (dcbw)

Snapshot fbc25c93ad

Snapshot bc7fc5f02d

* Cope with arbitrary Unicode in nicknames, bug#2611 (smcv)

Snapshot ce62f752b2

* Text channel creation minor fixes (smcv)
* #2062: Handle trying to register if the server says already registered
  (cassidy)

Snapshot 79251459e5

* Return buddy properties as a byte array, not an array of bytes (dcbw)
* Don't list the owner twice in GetBuddies method (danw)

Snapshot 650c323462

* Don't send None over D-Bus when updating current activity (danw)
* Make locally-originated shared activities disappear when everyone leaves (dcbw)

Snapshot 6c86d827b5

* Set Buddy current-activity property to none if leaving the current activity
* Hook up to owner current activity change signal so current activity changes
  get propagated
* Fix re-appearance of buddies by actually forgetting about the buddy completely
  when a buddy disappears

Snapshot b539f146e9

* Disable avatars. The cache was causing high cpu usage at startup (smcv) 

Snapshot e9c851eb8f

* Reapply (with fix) the patch for Better backoffs with connection
  retries to avoid hogging the CPU (morgs)

Snapshot 6f2584d5eb

* Revert: Better backoffs with connection retries... as it stopped
  the server plugin from connecting (morgs)

Snapshot e26e3c0294

* Better backoffs with connection retries to avoid hogging the CPU (smcv)
* Cope with CMs with no presence interface (smcv)
* Warn if dbus-python is older than 0.82.0 (smcv)
* Implement PS calls to leave a shared activity (morgs)
* Fix buddy-left signals (morgs)
* Fixed regressions from adding salut (smcv, morgs)