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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
|
telepathy-idle 0.2.2 (2020-11-01)
=================================
Enhancements:
• Port tests to Python 3
• Adjust code Meson to use Python 3
Fixes:
• Fix twisted tests for Meson
telepathy-idle 0.2.1 (2020-11-01)
==================================
Enhancements:
• Port build tools to Python 3 (Michael Catanzaro)
• Add meson build system (Jan Tojnar)
Fixes:
• Properly handle long IRC messages (polari#147, Michael Catanzaro)
• Fix a critical message from GLib on disconnecting (Guillaume, Diane Trout)
• Fix message corruption on accident bling removal (Florian Muellner)
• Update the certificate for tests (Diane Trout)
• Fix "Invalid utf8" test for Python 3 (Diane Trout)
• Properly handle channels with a '!' at the start of name (Daniel Landau)
• Properly handle modechars (Daniel Landau)
telepathy-idle 0.2.0 (2013-10-03)
=================================
This is a new stable branch, recommended for GNOME 3.10-based distributions.
No code changes since 0.1.17.
telepathy-idle 0.1.17 (2013-09-18)
==================================
This is a release candidate for telepathy-idle 0.2, recommended for
use with GNOME 3.10.
Dependencies:
• GLib ≥ 2.32
• telepathy-glib ≥ 0.21
Fixes:
• Don't crash when a channel with multiple requests fails (Sjoerd)
• Add handle-name to RoomList properties (fd.o #65614, Xavier)
• kill async read when disconnecting (fd.o #64923, Lionel Landwerlin)
• Fix tests with automake 1.13 (fd.o #69258, Guillaume)
• Stop using deprecated telepathy-glib API (fd.o #64122 and #69311, Guillaume)
telepathy-idle 0.1.16 (2013-05-01)
==================================
The "smörgåsbord of crashes" release.
Enhancements:
• Add support for interactive TLS certificate validation, fixing the
regression in 0.1.15 that self-signed certificates could not be used
any more. (fd.o #57130; Sjoerd, Will)
telepathy-idle 0.1.15 (2013-04-24)
==================================
The “secure by default“ release.
Fixes:
• Validate TLS certificates properly, preventing man-in-the-middle attacks.
(CVE-2007-6746, fd.o#63810; Simon)
This will be a regression for users of IRC-over-SSL servers/proxies that
do not have a certificate trusted by system-wide CA configuration; they
will no longer be able to connect. If someone implements fd.o #57130, that
will provide the ability for those users to approve additional
certificates.
• Fix compilation and regression tests with GLib 2.36 (Simon)
telepathy-idle 0.1.14 (2012-11-16)
==================================
Wow, what a small number of fixes!
Fixes:
• Parse PONG replies more leniently. bip's PONGs were rejected by
0.1.13.
telepathy-idle 0.1.13 (2012-11-14)
==================================
Wow, what a lot of fixes!
Enhancements:
• fd.o#23005: initial support for listing rooms. (Jonathon Jongsma)
It would be better to have support for one of the extensions which
lets you search rooms rather than getting the entire list from the
server. If someone wants to work on adding this to Idle and Empathy,
go for it!
• fd.o#24614: chat room channels now respawn if you Close() them. This
means that if empathy-chat (or your friendly neighbourhood chat UI)
crashes, it pops right back up with your channels in it, rather than
you getting kicked out of all your channels.
If your UI is using Close() to leave channels, you'll need to change
it to use RemoveMembers with the SelfHandle property from the Group
interface. empathy-chat has done this for literally years, and
tp_channel_leave_async() in telepathy-glib and
Tp::Channel::requestLeave in telepathy-qt4 do the right thing.
Fixes:
• fd.o#54016: fix for "make -j" safety (Dan Winship)
• fd.o#30741: sending well-formed but invalid UTF-8 no longer gets Idle
kicked off the bus.
• fd.o#56589: Idle now disconnects if it doesn't get a reply to its pings after
a while.
• fd.o#49163: don't wedge and stop sending messages in a situation we believe
was triggered by a short-lived GIO bug.
telepathy-idle 0.1.12 (2012-08-02)
==================================
The “Menomale che Silvio c’è” release.
Dependencies:
• GLib 2.30 is now required. (fd.o#49600)
Fixes:
• Implement the the ActorHandle property on the Subject interface, to fix
showing who changed the topic in Empathy. (sjoerd)
• fd.o#48084: Idle no longer gets stuck in a 100% CPU loop when the connection
is lost in some situations. (wjt)
• fd.o#49600: Get rid of deprecated things. (smcv)
• fd.o#51906: Renamed variables to avoid warnings with "-Werror=shadow".
(Thomas Thurman)
telepathy-idle 0.1.11 (2011-10-28)
==================================
The “Flugufrelsarinn” release.
Enhancements:
• fd.o#21168: Idle now implements the Contacts interface (which has
officially been mandatory for a while). (wjt)
• fd.o#37145: Rather than using its own home-grown network code, Idle
now uses GIO. This should make it more robust and maintainable.
(rishi)
• fd.o#40734: The new Subject interface is now implemented. The old
Properties interface is no longer supported, and hence various other
aspects of room configuration are no longer exposed. In future, they
should be reincarnated on the RoomConfig interface. (wjt)
telepathy-idle 0.1.10 (2011-05-11)
==================================
The “Wanna go to the beach?” release.
Enhancements:
* The ContactInfo interface is now implemented, allowing you to discover
contacts' real names and other attributes exposed via /whois in the IRC
protocol. (fd.o#34796, rishi)
Fixes:
* Should send keep-alive packets to detect dropped connections
(fd.o#35058, rishi)
* Use AM_PATH_PYTHON to check for more Python versions instead of check for
each binary (fd.o#36624, ioni)
* NewChannels fired twice when connecting to a bip account (fd.o#28918, rishi)
* Pass the message type to tp_cm_message_new_text (fd.o#37038, sjoerd)
telepathy-idle 0.1.9 (2011-04-11)
=================================
Fixes:
* Correctly implement Destroyable to avoid Idle eating 100% CPU if there
is no text handler (fd.o#34166, wjt)
* Correctly quote message in PART commands (fd.o#34812, glassrose)
* Don't truncate room names at ! in the parser (fd.o #28371, #31343,
#30609, rishi)
* Using an underscore '_' in IRC login name causes network error
(fd.o#33913, rishi)
* The 'username' parameter is now validated for its conformance to RFC 2812
(fd.o#35239, rishi)
* Additionally, the human-readable information from ERROR messages is now
exposed in the ConnectionError signal's Details dictionary, as
server-message. (also fd.o#35239, rishi)
* Compile on platforms which don't have strnlen, such as NetBSD-5.1.
(fd.o#23351, Thomas Klausner)
* Include <netinet/in.h> to fix build failure on DragonFlyBSD
(fd.o#23352, Hasso Tapper)
* Add Messages properties to immutable properties (Guillaume)
* Add the password-prompt to the manager file (Guillaume)
* Set the 'message-sender-id' key in messages (Guillaume)
telepathy-idle 0.1.8 (2011-02-11)
=================================
Enhancements:
* Implements SASL channel. (Jonny)
Fixes:
* Properly advertise that text channels implement Messages. (Guillaume)
telepathy-idle 0.1.7 (2010-12-07)
=================================
The “You touched it last!” release.
Dependencies:
* telepathy-glib 0.11.3
Enhancements:
* Implement the Messages interface. (cassidy)
* Implement Protocol objects. (smcv)
* Stop using tp_get_bus. (smcv)
Fixes:
* Fix a buffer overrun in channel name validation. (wjt)
* Fix the handling of the +t channel flag. (sjoerd)
* Fix free of invalid size using g_slice. (sjoerd)
telepathy-idle 0.1.6 (2010-02-19)
=================================
The “No. Some of it's Cointreau.” release.
Dependencies:
* telepathy-glib 0.8.0
Enhancements:
* Implement IDLE_LOGFILE to divert output to a file. (cassidy)
* Implement Debug interface. (cassidy)
Fixes:
* Add username parameter to the manager file. (cassidy)
* Fix some memory leaks. (jonner)
* Add ourself to remote-pending when creating a room channel.
(fd.o #25039, cassidy)
* Flag password parameter as secret (fd.o #24559, smcv)
telepathy-idle 0.1.5 (2009-09-14)
=================================
Enhancements:
* Use automake 1.11's silent build option. Use --enable-silent-rules
to enable it. (wjt)
* Implement Destroyable for IM channels. (wjt)
* Implement o.fd.Tp.Connection.Interface.Requests. (jonner & wjt)
* Allow parting MUCs with RemoveMembers. (wjt)
Fixes:
* fd.o #22291: Define _GNU_SOURCE not __USE_GNU to get strnlen(3),
which was causing a build failure on openSUSE, which has a glibc
from the future. (Vincent Untz)
* fd.o #22958: Don't explicitly return void in void functions as Sun's
C compiler doesn't support this. (Elaine Xiong)
telepathy-idle 0.1.4 (2009-05-28)
=================================
The "Caberdrone" release.
Enhancements:
* Added a connection parameter for "username" (fd.o #16499).
* Removed the default quit message advertising Idle (fd.o #20916).
Fixes:
* Parses nicknames in incoming messages more liberally, to allow
nicknames like "-bip" which are illegal but appear in the wild.
* Uniquify connections' object paths to permit two connections to the
same server with the same username (fd.o #17430).
telepathy-idle 0.1.3 (2009-02-17)
=================================
Dependencies:
* telepathy-glib 0.7.15
Enhancements:
* Added automated test infrastructure
Fixes:
* Fixed a bunch of memory leaks reported by valgrind
* handle buggy servers that don't quit properly
* Fix parsing error that resulting in not receiving any messages that started
with a leading space (Bug #17390)
* Handle user renames in room channels properly
* Validate nicknames properly when attempting to create a new connection
* Fix bug where data was lost due to improper splitting of long messages
(Bug #17392)
* Don't split utf-8 codepoints in half when splitting long messages (Bug #13532)
* Fix bug where a user named 'foo' that was a member of a channel of the same
name ('#foo') would have private messages delivered to both the private chat
and the group chat (Bug #19766)
* Fix some infinite loop failures when connections fail
* Fixed various warnings
|