Timeline



2015-02-22:

22:44 Changeset [570f183] by dequis <dx@…>
irc_send_motd: the return value of read() is signed From coverity. …
22:44 Changeset [05816dd] by dequis <dx@…>
coverity: Fix some (harmless?) use-after-free with g_slist_remove() …
22:44 Changeset [91f06e5] by dequis <dx@…>
Add coverity_scan addon to .travis.yml
21:19 Changeset [552c8a5] by dequis <dx@…>
twitter_parse_id function, with better error handling than sscanf() …
21:19 Changeset [273949d] by dequis <dx@…>
Don't hard-fail when building docs and dependencies are missing
21:19 Changeset [d5c55ac] by dequis <dx@…>
storage_xml: replace hackish code with a GHashTableIter
21:17 Changeset [5ff4618] by dequis <dx@…>
purple: cleanup, remove one usage of static local_bee Shouldn't …
21:16 Ticket #1122 (Bitlbee segfaults on incoming jabber file transfer) closed by dx
fixed: Should be fixed by …
18:53 Changeset [9216eff] by dequis <dx@…>
s5bytestream: fix segfault (cleanup before trying next streamhost) …
18:53 Changeset [da6f167] by dequis <dx@…>
s5bytestream: refactor some copypasted code into functions - …
17:13 Changeset [56b57b1a] by Wilmer van der Gaast <wilmer@…>
oauth2.c now uses parson. Twitter does not yet and I will fix that later.
17:01 Changeset [ee170a1] by Wilmer van der Gaast <wilmer@…>
Added json_object_get_tuple() which helps with implementing a JSON …
16:15 Changeset [989f431] by Wilmer van der Gaast <wilmer@…>
json_parse_first() which lets me find out where it stopped parsing, …
16:12 Changeset [782a6ee] by Wilmer van der Gaast <wilmer@…>
Remove old JSON library, replace it with Parson. No other code changes …
14:59 Changeset [90adf84] by Wilmer van der Gaast <wilmer@…>
Add /bitlbee@?\.service/ to .gitignore so "git add ." won't keep …
14:49 Changeset [3d45471] by Wilmer van der Gaast <wilmer@…>
Remove a few stale functions from struct prpl.

2015-02-21:

06:18 Changeset [0e4c3dd] by dequis <dx@…>
Add hipchat support to the jabber module
06:16 Changeset [59c1fe7] by dequis <dx@…>
jabber: Improve handling of unknown "from" in chats [v2] Try a bit …
06:14 Changeset [eee3a5a] by dequis <dx@…>
Preset topic in groupchat if it's in irc_channel already
06:12 Changeset [75ad761] by dequis <dx@…>
Use imcb_buddy_nick_hint to suggest jabber nicknames Also grab …
06:10 Changeset [7733b8c] by dequis <dx@…>
Add the concept of jabber sub-protocols Currently including: jabber …

2015-02-20:

23:16 Changeset [0b9daac] by dequis <dx@…>
Reorganize include files to avoid conflicts with other libs - Change …
22:50 Changeset [5ebff60] by dequis <dx@…>
Reindent everything to K&R style with tabs Used uncrustify, with the …
22:49 Changeset [af359b4] by dequis <dx@…>
Add uncrustify configuration file to ./doc/
22:47 Changeset [0ca1d79] by dequis <dx@…>
Revert "Twitter format strings" This reverts commit …
12:57 Ticket #1197 (jabber multilogins not possible from two different bitlbee-accounts) closed by wilmer
notabug: That is exactly how Jabber servers are supposed to behave. If you want …
12:53 Ticket #1197 (jabber multilogins not possible from two different bitlbee-accounts) created by Daniel.Jung@…
If i run connect to bitlbee from two different bitlbee-accounts (even …

2015-02-17:

09:02 Ticket #1196 ([ssi.c:65] possible cut'n'paste error ?) created by dcb314@…
[ssi.c:65]: (style) Same expression on both sides of '&&'. …

2015-02-13:

09:00 Ticket #1195 (bitlbee sends invalid IRC messages by failing to remove whitespace ...) created by maethor@…
This bug is quite similar to …

2015-02-03:

01:08 Ticket #1154 ([Jabber] Display message from unknown participants as normal messages) closed by dx
fixed: We applied a patch based on this idea here: …

2015-02-01:

02:31 Ticket #1149 (provide a way to reply to a tweet without requiring that it starts ...) closed by dx
fixed: Patch applied here: https://github.com/bitlbee/bitlbee/commit/dfaa46d3

2015-01-31:

23:58 Changeset [34afea7] by dequis <dx@…>
Use glib's GChecksum for md5/sha1 This changes behavior slightly: - …
13:44 Ticket #1194 (Bind to multiple addresses on OpenBSD 5.6) created by soeren+bitlbee@…
BitlBee doesn't seem to be able to bind to more than one IP address on …

2015-01-30:

04:40 Ticket #1193 (Google Hangouts support) closed by dx
wontfix: Hi! Sorry! Closing this ticket because we don't track feature requests …
04:07 Changeset [e41cc40] by dequis <dx@…>
purple: Implement /kick

2015-01-29:

19:24 Changeset [7821ee8] by jgeboski <jgeboski@…>
irc_commands: implemented KICK support With similar commands being …

2015-01-28:

19:21 Ticket #1193 (Google Hangouts support) created by davr
The newer "Google Hangouts" supports more features that are not …
17:06 Changeset [7b8238d] by jgeboski <jgeboski@…>
irc-channel: implemented a special mode for show_users This allows …
05:13 Changeset [1fa5109] by dequis <dx@…>
debian: bitlbee-dev depends either bitlbee or bitlbee-libpurple

2015-01-27:

14:07 BadContent edited by wilmer
Spammer still didn't die. Such a shame. (diff)

2015-01-26:

20:46 Changeset [12fe5ea] by Wilmer van der Gaast <github@…>
Merge pull request #5 from seirl/purple_title purple: add topic and …
13:43 Ticket #1192 (Add a way to show a PurpleStoredImage in libpurple) created by seirl
libpurple abstracts the way clients receive an image via the different …
13:20 Changeset [fd213fe] by Antoine Pietri <antoine.pietri@…>
purple: add NULL guard around topic and name hint
07:50 Changeset [ce402b2] by dequis <dx@…>
Twitter format strings Allow users to specify how tweets should be …
07:50 Changeset [dfaa46d] by dequis <dx@…>
twitter: Add raw reply support By default, "reply" prepends the …
03:46 Changeset [73ee390] by jgeboski <jgeboski@…>
twitter: implemented filter based group chats Filter group chats …
03:27 Changeset [5eab298f] by dequis <dx@…>
random_bytes: Use /dev/urandom only, don't bother trying /dev/random …
02:43 Changeset [11e7828] by dequis <dx@…>
Fix whatsapp local contact lists Had to move the code that adds …
02:43 Changeset [fcb2c2e] by dequis <dx@…>
jabber: Account-wide display_name setting, for groupchats This sets …
02:43 Changeset [be1efa3] by dequis <dx@…>
Add handle_is_self() prpl function to fix JID mismatch confusion bugs …
02:43 Changeset [8519f45] by dequis <dx@…>
Silence some oscar compilation warnings And that's enough editing of …

2015-01-25:

21:30 Changeset [95e17fc] by Jelmer Vernooij <jelmer@…>
Run 'make check' from travis.
20:45 Changeset [36ee8c6] by Antoine Pietri <antoine.pietri@…>
purple: add topic and name_hint to groupchats
05:00 Changeset [e26aa72] by dequis <dx@…>
Add git specific stuff! - A few build system tweaks - A fancy …

2015-01-24:

17:04 Ticket #1191 (msn transport doesn't remember I have answered questions) created by Matěj Cepl <mcepl@…>
I contact to MSN account and I get two questions to answer. I do, …
Note: See TracTimeline for information about the timeline view.