#
# ChangeLog for /
#
# Generated by Trac 1.2.3
# 2025-04-30T13:15:47Z

Thu, 08 Oct 2015 04:59:39 GMT dequis <dx@…> [35a7525]
	* doc/user-guide/quickstart.xml (modified)

	Fix typo


Thu, 08 Oct 2015 04:58:59 GMT dequis <dx@…> [df215a3]
	* protocols/jabber/iq.c (modified)

	jabber: Fix leak in jabber_gmail_handle_new

	From coverity.

	That ...


Thu, 08 Oct 2015 04:58:59 GMT dequis <dx@…> [c2969f9]
	* conf.c (modified)
	* help.c (modified)

	conf, help: Fix minor leaks in error conditions

	From coverity.


Thu, 08 Oct 2015 04:58:59 GMT dequis <dx@…> [3cbf71d]
	* protocols/jabber/conference.c (modified)

	jabber: fix null handling with MUC topics

	From coverity.


Thu, 01 Oct 2015 01:01:48 GMT dequis <dx@…> [355e2ad]
	* Makefile (modified)
	* irc.h (modified)
	* irc_cap.c (added)
	* irc_commands.c (modified)
	* tests/Makefile (modified)

	Move CAP commands to irc_cap.c; use enum for flags


Fri, 11 Sep 2015 02:31:10 GMT dequis <dx@…> [d797fb4]
	* irc_commands.c (modified)

	CAP LIST


Fri, 11 Sep 2015 02:31:10 GMT dequis <dx@…> [b57fed0]
	* irc_commands.c (modified)

	CAP LS


Fri, 11 Sep 2015 02:31:10 GMT dequis <dx@…> [dc96e6e]
	* irc.h (modified)
	* irc_commands.c (modified)

	CAP REQ


Fri, 11 Sep 2015 02:31:10 GMT dequis <dx@…> [0ef1c92]
	* irc.c (modified)
	* irc.h (modified)
	* irc_commands.c (modified)
	* irc_send.c (modified)

	Initial implementation of ircv3 capability negotiation

	Mostly no-op ...


Sun, 06 Sep 2015 02:26:41 GMT anderspapitto <anderspapitto@…> [34d16d5]
	* conf.c (modified)

	Allow setting the plugin dir at runtime

	This enables the use of ...


Mon, 31 Aug 2015 13:58:41 GMT dequis <dx@…> [f5bbaba]
	* configure (modified)

	Improved cross compiler support.

	* Added a configure option for ...


Fri, 28 Aug 2015 02:05:45 GMT dequis <dx@…> [aa3b61e]
	* doc/user-guide/commands.xml (modified)

	user-guide: add help for the jabber 'proxy' setting


Thu, 27 Aug 2015 07:25:07 GMT dequis <dx@…> [b6a3fbf]
	* irc_channel.c (modified)

	irc_channel_name_gen: handle g_convert_with_fallback failures

	First ...


Wed, 26 Aug 2015 05:58:54 GMT dequis <dx@…> [3c23681]
	* protocols/jabber/conference.c (modified)

	jabber: Improvements to the MUC part reason handling

	- Look for a ...


Wed, 26 Aug 2015 05:41:10 GMT dequis <dx@…> [0605498]
	* protocols/jabber/io.c (modified)

	jabber/io: Split input buffer parsing to a jabber_feed_input() ...


Wed, 26 Aug 2015 03:55:32 GMT dequis <dx@…> [3e6cdb6]
	* Makefile (modified)

	Makefile: suggest users to run "make install-dev" after install
 ...


Wed, 19 Aug 2015 03:23:44 GMT dequis <dx@…> [49f1105]
	* conf.c (modified)

	conf: Fix leak of members of conf_t when using -c to specify a config ...


Tue, 18 Aug 2015 03:52:26 GMT dequis <dx@…> [b39859e]
	* irc.c (modified)

	irc: Replace NOTICE AUTH before registration with NOTICE *

	Because ...


Tue, 11 Aug 2015 06:48:25 GMT dequis <dx@…> [86fd261]
	* otr.c (modified)

	otr: add otr_filter_colors, replaces '\x03' with '?' for "security"
 ...


Tue, 11 Aug 2015 06:48:15 GMT dequis <dx@…> [654112d4]
	* otr.c (modified)

	otr: color multiline messages

	Fixes trac ticket 710.

	Incoming ...


Sat, 08 Aug 2015 04:31:56 GMT dequis <dx@…> [666722e]
	* protocols/jabber/jabber.c (modified)

	jabber_logout: avoid null jd->buddies warnings in
	jabber_buddy_remove_all


Sat, 08 Aug 2015 04:29:54 GMT dequis <dx@…> [83f179d6]
	* protocols/jabber/conference.c (modified)

	jabber: Show MUC kick/ban/leave reasons


Sat, 08 Aug 2015 04:29:49 GMT dequis <dx@…> [6b56512]
	* irc_im.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_chat.c (modified)

	Pass 'reason' values around in
	imcb_chat_remove_buddy/chat_remove_user


Sat, 08 Aug 2015 02:16:59 GMT dequis <dx@…> [4850065]
	* .travis.yml (modified)

	travis: Switch to container based infrastructure

	This means faster ...


Sat, 08 Aug 2015 00:12:36 GMT dequis <dx@…> [a59bd11]
	* configure (modified)

	configure: use pkg-config for libotr


Fri, 07 Aug 2015 21:53:25 GMT Veres Lajos <vlajos@…> [e88fe7da]
	* dcc.c (modified)
	* doc/CHANGES (modified)
	* doc/HACKING (modified)
	* doc/user-guide/Installation.xml (modified)
	* doc/user-guide/commands.xml (modified)
	* doc/user-guide/misc.xml (modified)
	* lib/misc.c (modified)
	* otr.c (modified)
	* protocols/ft.h (modified)
	* protocols/jabber/s5bytestream.c (modified)
	* protocols/jabber/si.c (modified)
	* protocols/oscar/aim.h (modified)
	* protocols/oscar/auth.c (modified)
	* protocols/oscar/conn.c (modified)
	* protocols/oscar/im.c (modified)
	* protocols/oscar/misc.c (modified)
	* protocols/oscar/msgcookie.c (modified)
	* protocols/oscar/oscar.c (modified)
	* protocols/oscar/rxhandlers.c (modified)
	* protocols/oscar/rxqueue.c (modified)
	* protocols/oscar/service.c (modified)
	* protocols/oscar/tlv.c (modified)
	* protocols/oscar/txqueue.c (modified)
	* protocols/skype/README (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/yahoo/libyahoo2.c (modified)
	* protocols/yahoo/yahoo2_callbacks.h (modified)
	* tests/check_user.c (modified)

	typofix - https://github.com/vlajos/misspell_fixer


Mon, 03 Aug 2015 21:56:05 GMT Wilmer van der Gaast <wilmer@…> [e11216c]
	* debian/changelog (modified)
	* debian/source/options (modified)

	Merge remote-tracking branch 'origin/release-3.4.1'


Mon, 03 Aug 2015 21:54:58 GMT Wilmer van der Gaast <wilmer@…> [d567b58]
	* debian/changelog (modified)
	* debian/source/options (modified)

	3.4.1-1 Debian package.


Thu, 30 Jul 2015 03:20:30 GMT dequis <dx@…> [91dd19c]
	* protocols/jabber/sasl.c (modified)

	Only try DIGEST-MD5 if there's no SSL/TLS or if PLAIN isn't supported ...


Thu, 30 Jul 2015 03:18:02 GMT dequis <dx@…> [adec749]
	* doc/user-guide/commands.xml (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/s5bytestream.c (modified)
	* protocols/jabber/sasl.c (modified)

	Merge branch 'develop'


Wed, 29 Jul 2015 22:43:15 GMT Wilmer van der Gaast <wilmer@…> [4966712a]
	* configure (modified)

	Replace `backticks` with $(something better) in configure script.


Tue, 28 Jul 2015 23:41:24 GMT Wilmer van der Gaast <wilmer@…> [24de9fa]
	* irc_channel.c (modified)
	* irc_im.c (modified)

	Restore old autojoin logic and a hopefully better fix for the problem ...


Sat, 04 Jul 2015 21:25:16 GMT dequis <dx@…> [73dd021]
	* doc/user-guide/commands.xml (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/sasl.c (modified)

	jabber: Add SASL ANONYMOUS support (XEP-0175)

	Use "account jabber ...


Mon, 29 Jun 2015 01:38:15 GMT dequis <dx@…> [632a232]
	* protocols/jabber/s5bytestream.c (modified)

	jabber/s5bytestream: add G_GNUC_PRINTF to jabber_bs_abort


Wed, 17 Jun 2015 22:50:15 GMT Wilmer van der Gaast <wilmer@…> [77ed9b7]
	* lib/json.c (modified)

	Fix NULL pointer dereference in lib/json.c. (#1220)


Tue, 16 Jun 2015 22:56:37 GMT Wilmer van der Gaast <wilmer@…> [2f99f23]
	* doc/CHANGES (modified)

	Update changelog with date and other bits.


Sun, 14 Jun 2015 23:06:07 GMT dequis <dx@…> [9613dec]
	* bitlbee.h (modified)
	* doc/CHANGES (modified)
	* doc/user-guide/misc.xml (modified)

	3.4.1 release notes


Sat, 13 Jun 2015 23:34:05 GMT dequis <dx@…> [53c7799]
	* protocols/oscar/oscar.c (modified)

	oscar: Fix some more g_source_remove warnings


Mon, 08 Jun 2015 03:42:11 GMT dequis <dx@…> [1201fcb]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_lib.c (modified)
	* protocols/twitter/twitter_lib.h (modified)

	twitter: show full url in the url command, with username

	By asking ...


Mon, 08 Jun 2015 03:25:18 GMT dequis <dx@…> [61e7e02]
	* protocols/twitter/twitter.c (modified)

	twitter: fix leak of the letter "s" in twitter_url_len_diff

	Yeah, ...


Thu, 04 Jun 2015 17:13:22 GMT dequis <dx@…> [56c8a4f]
	* sock.h (modified)

	sock.h: Add EAGAIN check to sockerr_again()


Thu, 04 Jun 2015 17:13:22 GMT dequis <dx@…> [3a27896]
	* nick.c (modified)

	nick_gen: retry g_convert_with_fallback without //TRANSLIT if it ...


Thu, 04 Jun 2015 17:13:22 GMT dequis <dx@…> [1cef55f]
	* configure (modified)
	* doc/user-guide/Makefile (modified)
	* doc/user-guide/genhelp.py (modified)

	configure: allow specifying location of python executable

	Because ...


Thu, 04 Jun 2015 17:13:22 GMT dequis <dx@…> [fd45e859]
	* doc/Makefile (modified)
	* doc/user-guide/Makefile (modified)
	* doc/user-guide/genhelp.py (modified)

	Allow building docs from any directory

	Also just remove the .git ...


Mon, 01 Jun 2015 17:37:19 GMT zer0def <zer0def@…> [81d40fe]
	* debian/control (modified)

	Revert "Provides" "fix" in debian control file.


Sun, 31 May 2015 05:48:40 GMT dequis <dx@…> [1d8cbc9]
	* configure (modified)

	configure: bsd sed doesn't support \+ without -r, use * instead
 ...


Sun, 31 May 2015 05:25:30 GMT dequis <dx@…> [c984ee3]
	* configure (modified)

	configure: 'sed -r' doesn't work in mac os x


Sun, 31 May 2015 04:53:01 GMT dequis <dx@…> [e28c449]
	* configure (modified)

	configure: handle 'git describe' failures when no tags are reachable
 ...


Sun, 31 May 2015 02:38:55 GMT dequis <dx@…> [2ca933c]
	* protocols/twitter/twitter.c (modified)

	twitter: add twitter_log_local_user back (oops)

	Accidentally nuked ...


Sun, 31 May 2015 02:31:24 GMT dequis <dx@…> [73f0a01]
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* protocols/twitter/twitter.c (modified)

	Move twitter_parse_id() to parse_int64() in misc.c


Sun, 31 May 2015 02:29:44 GMT dequis <dx@…> [6e21525]
	* configure (modified)

	configure: workaround for branch names with slashes in them...


Sun, 31 May 2015 00:11:20 GMT dequis <dx@…> [0f7eccff]
	* debian/control (modified)
	* doc/user-guide/commands.xml (modified)
	* nick.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_user.c (modified)
	* protocols/jabber/conference.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/jabber_util.c (modified)
	* protocols/jabber/presence.c (modified)
	* protocols/msn/msn.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/purple/purple.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Merge branch 'develop'


Fri, 29 May 2015 22:17:50 GMT dequis <dx@…> [c42d991]
	* .travis.yml (modified)
	* protocols/skype/Makefile (modified)

	skyped: add _SRCDIR_ to makefile, test build in travis


Thu, 28 May 2015 18:14:35 GMT dequis <dx@…> [f453a7f]
	* Makefile (modified)

	Merge branch 'master' into develop


Thu, 28 May 2015 18:14:09 GMT dequis <dx@…> [d304445]
	* Makefile (modified)

	Makefile: don't call 'doc' target of skype...


Thu, 28 May 2015 17:46:23 GMT dequis <dx@…> [bef322e]
	* protocols/skype/Makefile (modified)

	Merge branch 'master' into develop


Thu, 28 May 2015 17:45:49 GMT dequis <dx@…> [08a9323]
	* protocols/skype/Makefile (modified)

	skyped: fix make install-doc target


Thu, 28 May 2015 07:45:09 GMT zer0def <zer0def@…> [6191263]
	* debian/control (modified)

	Fixes 'Provides' in debian control file


Thu, 28 May 2015 05:26:30 GMT dequis <dx@…> [b38f655]
	* doc/user-guide/commands.xml (modified)
	* protocols/bee_user.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/msn/msn.c (modified)
	* protocols/purple/purple.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Rename mail notification related settings for consistency

	- GMail ...


Thu, 28 May 2015 05:26:30 GMT dequis <dx@…> [0864a52]
	* protocols/bee.h (modified)
	* protocols/bee_user.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/purple/purple.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	imcb_notify_email: change parameters to take a format string

	Saves ...


Thu, 28 May 2015 05:26:30 GMT dequis <dx@…> [faeb521]
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.c (modified)

	Simplify display of gmail notifications

	- Add ...


Thu, 28 May 2015 05:26:24 GMT dequis <dx@…> [dd43c62]
	* doc/user-guide/commands.xml (modified)
	* protocols/bee.h (modified)
	* protocols/bee_user.c (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/msn/msn.c (modified)
	* protocols/msn/ns.c (modified)
	* protocols/purple/purple.c (modified)
	* protocols/yahoo/yahoo.c (modified)

	Gmail notifications support through new imcb_notify_email() API


Thu, 28 May 2015 04:10:55 GMT dequis <dx@…> [3d31618]
	* protocols/jabber/conference.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/jabber_util.c (modified)

	jabber: Refactor conference message handling

	- Improve handling of ...


Thu, 28 May 2015 04:04:54 GMT dequis <dx@…> [24f113b]
	* protocols/jabber/presence.c (modified)

	Lowering xmpp presence priority on away.

	When user set's away lower ...


Thu, 28 May 2015 04:03:28 GMT dequis <dx@…> [fe63ed3]
	* nick.c (modified)

	teach nick_lc to handle # and other non-letters correctly


Mon, 18 May 2015 02:23:56 GMT dequis <dx@…> [09bd226]
	* .travis.yml (modified)
	* configure (modified)
	* debian/control (modified)
	* protocols/skype/Makefile (modified)
	* protocols/skype/skyped.1 (added)

	Include prebuilt skyped manpage, remove asciidoc dependency


Sun, 17 May 2015 04:32:33 GMT dequis <dx@…> [8cbe2b6]
	* .travis.yml (modified)

	travis: remove some deps


Sun, 17 May 2015 04:22:33 GMT dequis <dx@…> [965127b]
	* debian/bitlbee-common.docs (modified)

	debian: remove user-guide.{txt,html} from bitlbee-common


Sun, 17 May 2015 04:13:30 GMT dequis <dx@…> [beb0f54]
	* configure (modified)

	configure: Replace xmlto/xsltproc checks with a python>=2.5 check
 ...


Sun, 17 May 2015 03:41:41 GMT dequis <dx@…> [baa09cc]
	* doc/user-guide/Makefile (modified)

	Build only help.txt (with genhelp.py), create 'user-guide' target
 ...


Sun, 17 May 2015 03:41:31 GMT dequis <dx@…> [ad678a4]
	* doc/user-guide/genhelp.py (modified)

	genhelp.py: take input/output parameters


Sat, 16 May 2015 18:50:49 GMT dequis <dx@…> [d6acf79]
	* doc/user-guide/genhelp.py (modified)

	genhelp.py: Comments!


Sat, 16 May 2015 04:55:14 GMT dequis <dx@…> [9740ce9]
	* doc/user-guide/genhelp.py (added)

	Add python script to generate help.txt, replacing xslt stuff

	This ...


Fri, 15 May 2015 03:20:42 GMT dequis <dx@…> [2c81d15]
	* otr.c (modified)

	otr: Fix 'otr info' display problems

	Patch by 'anonymous' from trac ...


Thu, 14 May 2015 07:45:41 GMT dequis <dx@…> [a6bed1a]
	* protocols/msn/ns.c (modified)

	msn: took me way too long to realize i broke the build


Wed, 13 May 2015 08:05:01 GMT dequis <dx@…> [99fe030]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)

	msn: Implement sending typing notifications

	Also remove some old ...


Wed, 13 May 2015 07:43:24 GMT dequis <dx@…> [a733669]
	* protocols/msn/msn.c (modified)
	* protocols/msn/msn.h (modified)

	msn: Remove nudges


Wed, 13 May 2015 07:01:28 GMT dequis <dx@…> [2730c79]
	* protocols/msn/ns.c (modified)

	msn: Fix "ADL/RML command with invalid modification" errors

	The ...


Sat, 09 May 2015 19:37:03 GMT dequis <dx@…> [5014380]
	* debian/control (modified)

	Merge branch 'master' into develop


Sat, 09 May 2015 07:42:16 GMT Wilmer van der Gaast <wilmer@…> [70e68cf]
	* debian/control (modified)

	Make the bitlbee-libpurple package provide the bitlbee package, so ...


Fri, 08 May 2015 02:02:14 GMT dequis <dx@…> [088b070]
	* protocols/msn/gw.c (modified)
	* protocols/msn/ns.c (modified)

	msn: fix use-after-free when the server sends OUT

	Also fix a leak ...


Thu, 07 May 2015 23:12:06 GMT dequis <dx@…> [5535a47]
	* irc_im.c (modified)
	* lib/oauth2.c (modified)
	* protocols/jabber/jabber.c (modified)
	* unix.c (modified)

	More coverity fixes!

	CID 18634: 'Logically dead code' in ...


Thu, 07 May 2015 23:12:06 GMT dequis <dx@…> [81a15da]
	* protocols/oscar/ssi.c (modified)

	oscar/ssi.c: fix "same on both sides" in condition

	Fixes trac ...


Thu, 07 May 2015 23:12:06 GMT dequis <dx@…> [33528bd]
	* protocols/twitter/twitter.c (modified)

	twitter: split length check function into twitter_message_len
 ...


Thu, 07 May 2015 20:53:19 GMT dequis <dx@…> [b71f599]
	* configure (modified)

	Merge branch 'master' into develop


Wed, 06 May 2015 10:32:54 GMT dequis <dx@…> [041777e]
	* configure (modified)

	configure: fix spoofed BITLBEE_VERSION env variable handling


Tue, 05 May 2015 15:14:01 GMT dequis <dx@…> [2d93f113]
	* irc_send.c (modified)

	irc_send_join: send topic before names

	Also don't send modes - ...


Tue, 05 May 2015 15:05:20 GMT dequis <dx@…> [cc8cf75]
	* lib/events_glib.c (modified)

	events_glib: fix parameter type warnings in event_debug() calls


Tue, 05 May 2015 15:04:13 GMT dequis <dx@…> [31169ee]
	* bitlbee.h (modified)
	* protocols/yahoo/yahoo2.h (modified)

	Remove some compatibility macros that referenced nonexistent
	functions


Mon, 04 May 2015 21:21:57 GMT Wilmer van der Gaast <wilmer@…> [5ca1416]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Merge branch 'wilmer-twitter'


Sun, 03 May 2015 22:43:33 GMT dequis <dx@…> [70ec7ab]
	* configure (modified)

	configure: change version number format, add --dump-version


Sun, 03 May 2015 16:47:19 GMT Wilmer van der Gaast <wilmer@…> [c43146d]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter.h (modified)
	* protocols/twitter/twitter_lib.c (modified)

	Make replies to self work in Twitter.

	Difficult because there's no ...


Sat, 02 May 2015 22:26:29 GMT Wilmer van der Gaast <wilmer@…> [cd60710]
	* protocols/twitter/twitter_lib.c (modified)

	Parsing of "retweets with comment". Not documented by Twitter so good ...


Sat, 02 May 2015 21:03:35 GMT Wilmer van der Gaast <wilmer@…> [9ed8175]
	* doc/user-guide/commands.xml (modified)
	* protocols/twitter/twitter.c (modified)

	Add "url" command to Twitter module to get web URL for a Tweet.


Tue, 28 Apr 2015 13:47:48 GMT dequis <dx@…> [40cfbc5]
	* protocols/jabber/Makefile (modified)
	* protocols/jabber/hipchat.c (added)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/sasl.c (modified)

	hipchat: Basic implementation: Auth, profile and mention names

	This ...


Fri, 24 Apr 2015 20:52:55 GMT dequis <dx@…> [1493c4b]
	* lib/oauth.c (modified)

	oauth: fix use-after-free of the ->next of the list

	Third time's ...


Tue, 21 Apr 2015 03:47:57 GMT dequis <dx@…> [71074ac]
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)

	jabber: Register "hipchat" protocol (only minimal support for now)
 ...


Sun, 19 Apr 2015 06:13:57 GMT dequis <dx@…> [2fe8297]
	* protocols/msn/ns.c (modified)

	msn: don't prevent reconnections on OUT OTH

	The servers send them ...


Sun, 12 Apr 2015 15:27:31 GMT dequis <dx@…> [951aefd]
	* protocols/msn/gw.c (modified)
	* protocols/msn/msn.h (modified)
	* protocols/msn/ns.c (modified)

	msn/gw.c: ensure that the im_connection still exists in callbacks


Sat, 11 Apr 2015 19:36:13 GMT dequis <dx@…> [5fbf815]
	* protocols/msn/ns.c (modified)

	msn: rename all old 'handler' variables to 'md' for consistency

	I ...