Timeline



2015-10-13:

06:47 Ticket #556 (Extra Characters in Jabber Messages) closed by dx
notabug: Trimming these messages isn't something bitlbee should do. The real …
06:34 Ticket #239 (Logging support) closed by dx
duplicate: Duplicate of #576, which is newer, but has more comments. Also the …
06:25 Ticket #271 (SASL support) closed by dx
fixed: Implemented in …
06:19 Ticket #455 (Excessive Yahoo ping problem affecting reliability) closed by dx
obsolete: Closing since this is old, works for me, and I haven't heard …
06:17 Ticket #475 (return in void functions) closed by dx
invalid: Closing since this seems a non-issue to me.
06:01 Ticket #647 (GMail new mail notification) closed by dx
fixed: This got merged at some point before 3.4.1
05:52 Ticket #1091 ("stack overflow in function dccs_send_start" on XMPP file transfer) closed by dx
moreinfo: welp, closing.
05:47 Ticket #742 (Adding jabber account without server results in 'Glib-Critical' warnings) closed by dx
fixed: >Can reproduce it in 3.2.2, FWIW. Well, that's weird. Just looked at …
05:40 Ticket #797 (No configure test for OTR headers) closed by dx
fixed: [[https://github.com/bitlbee/bitlbee/commit/a59bd116198bb52a2e7a4ef2127
05:38 Ticket #911 (Skype group chats appearing as individual messages) closed by dx
fixed: [[https://github.com/bitlbee/bitlbee/commit/64bed24b810fa3c44d23132b2aa
05:31 Ticket #895 (Support for the count option in the Twitter API) closed by dx
fixed: Closing this one since 3.4 additionally skips repeated tweets between …
05:26 Ticket #932 (Skype plugin should support typing notices) closed by dx
notmyfault: >Let's hope they'll do this, though a statement from 2007 saying …
05:23 Ticket #1089 ('otr forget key' fails if given the full key as argument) closed by dx
fixed: Fixed in 0b1ae595647712ecd9f69a74f210d58f570e74b9 (just a …
05:18 Ticket #1075 (PGP support for Jabber (XEP-0027)) closed by dx
wontfix: Well, I'm certainly not going to work on this, and I doubt anyone else …
05:11 Ticket #1029 (crash in ssl_read when doing "identify password" with Skype account) closed by dx
fixed: I never managed to reproduce this exact issue, but …
05:05 Changeset [0b1ae59] by dequis <dx@…>
otr: fix trailing whitespace issues with 'otr forget key' Fixes trac …
05:05 Changeset [64bed24] by dequis <dx@…>
skype: create groupchat as soon as a message is received Before this …
04:24 Changeset [fdc6d84] by dequis <dx@…>
skype tests: adjust channel length limit to fix tests... The diff …
04:23 Changeset [fa41a75] by dequis <dx@…>
skype: fix tests to expect NOTICE * instead of NOTICE AUTH Forgot to …
04:23 Changeset [6ea8782] by dequis <dx@…>
skype: use g_vsnprintf() instead of vsnprintf() More prefixes = …
04:23 Changeset [b87e5dc] by dequis <dx@…>
skype: use ssl_sockerr_again() instead of sockerr_again() Found the …
04:22 Ticket #1039 (No new buffer by receiving a new private message.) closed by dx
invalid: Well the ticket doesn't mention what the NOTICE is to track it down, …
01:15 Ticket #1163 (Conditionalize support for libotr 3 and 4 (to support both)) closed by dx
fixed: Not sure why I didn't close this before.
01:06 Ticket #1078 (BZR log widget on bitlbee.org does not update) closed by dx
fixed: This one was fixed a while ago when we moved to a git hook thing.

2015-10-09:

02:41 Changeset [bbff22d] by dequis <dx@…>
twitter: Fix some nitpicky issues reported by coverity Mostly minor …

2015-10-08:

10:25 Changeset [c4e61db] by dequis <dx@…>
irc_sasl_plain_parse: fix size of the parts array Oddly enough it …
09:43 Ticket #1229 (Use-after-free when leaving invited (temporary) channels) closed by dx
fixed: Applied my original patch idea in …
09:38 Changeset [e1bea35] by dequis <dx@…>
Fix use-after-free when leaving invited (temporary) channels Trac …
08:38 Changeset [c788e15] by dequis <dx@…>
The SASL PLAIN RFC says that the first part can be empty So use the …
08:34 Changeset [58b63de6] by dequis <dx@…>
IRCv3 SASL capability + PLAIN method Only plain, no other methods. We …
07:43 Changeset [2f73692] by dequis <dx@…>
irc_send_who: move the iu->flags check after iu has a value... Moving …
07:33 Ticket #1230 (Support for Steam chat in official release) closed by dx
invalid
05:25 Changeset [687ec88] by dequis <dx@…>
IRCv3 multi-prefix... but mostly just adding prefixes to WHO We can't …
05:10 Changeset [0b0bb4c] by dequis <dx@…>
Allow NULL callback functions in http_dorequest Check callback …
05:09 Changeset [098b430] by dequis <dx@…>
Replace <br/> and <br /> with \n in strip_html
05:09 Changeset [872e017] by dequis <dx@…>
Add missing space in configure
04:59 Changeset [35a7525] by dequis <dx@…>
Fix typo
04:58 Changeset [df215a3] by dequis <dx@…>
jabber: Fix leak in jabber_gmail_handle_new From coverity. That …
04:58 Changeset [c2969f9] by dequis <dx@…>
conf, help: Fix minor leaks in error conditions From coverity.
04:58 Changeset [3cbf71d] by dequis <dx@…>
jabber: fix null handling with MUC topics From coverity.

2015-10-05:

21:41 Ticket #1232 (Docker images) created by wilmer
Docker's all the rage, so I've created a BitlBee role account: …

2015-10-01:

01:01 Changeset [355e2ad] by dequis <dx@…>
Move CAP commands to irc_cap.c; use enum for flags

2015-09-17:

22:29 Ticket #1231 (Steam on testing.bitlbee.org:6667) created by mudi
is it possible to implement steam on testing server? thanks

2015-09-16:

05:31 Ticket #1228 (Unicode chars in Hipchat names are removed) closed by dx
worksforme: Cool, thanks for confirming.

2015-09-13:

09:25 Ticket #1230 (Support for Steam chat in official release) created by redman
Is it possible to implement https://github.com/jgeboski/bitlbee-steam
08:39 Ticket #1229 (Use-after-free when leaving invited (temporary) channels) created by dx
Originally reported by belak, with hipchat, but probably happens to …
01:57 Ticket #1228 (Unicode chars in Hipchat names are removed) reopened by dx
Note: See TracTimeline for information about the timeline view.