#
# ChangeLog for /
#
# Generated by Trac 1.2.3
# 2025-06-26T18:04:08Z

Sat, 21 Nov 2015 03:01:05 GMT dequis <dx@…> [fa8f57b]
	* doc/user-guide/commands.xml (modified)
	* protocols/jabber/iq.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/jabber/jabber.h (modified)
	* protocols/jabber/message.c (modified)

	jabber: Implement carbons (XEP-0280)

	"Message carbons" (XEP-0280) ...


Fri, 20 Nov 2015 16:13:35 GMT dequis <dx@…> [8fdeaa5]
	* irc_cap.c (modified)

	IRCv3 cap-3.2/sasl-3.2 capabilities (just send sasl mechanism list)
 ...


Fri, 20 Nov 2015 15:51:45 GMT dequis <dx@…> [80c2f3c]
	* irc.h (modified)
	* irc_cap.c (modified)
	* irc_im.c (modified)
	* irc_send.c (modified)

	IRCv3 away-notify capability

	Neat lightweight notifications of the ...


Sun, 15 Nov 2015 23:19:13 GMT dequis <dx@…> [0d8a9bb0]
	* irc_send.c (modified)

	irc_send_whois: Refactor out a get_status_message() function
 ...


Mon, 09 Nov 2015 12:21:46 GMT dequis <dx@…> [d6e2aa8]
	* protocols/jabber/conference.c (modified)
	* protocols/nogaim.c (modified)
	* protocols/nogaim.h (modified)

	Nuke imcb_clean_handle(), which was merging handles accidentally
 ...


Sun, 08 Nov 2015 08:16:15 GMT dequis <dx@…> [d63f37c]
	* irc.h (modified)
	* irc_cap.c (modified)
	* irc_send.c (modified)

	IRCv3 extended-join capability

	Not very useful for the account ...


Sun, 08 Nov 2015 08:14:20 GMT dequis <dx@…> [37c9653]
	* doc/user-guide/commands.xml (modified)

	Update twitter's "help set mode" to mention that DMs are now fetched


Sun, 08 Nov 2015 00:21:35 GMT dequis <dx@…> [3d365b4]
	* otr.c (modified)

	otr_filter_colors: Also remove \x02 (irc bold)


Sun, 08 Nov 2015 00:19:25 GMT dequis <dx@…> [0a5d03c]
	* otr.c (modified)

	Do not use NOTICE for OTR messages for a given user

	Because they ...


Tue, 03 Nov 2015 11:43:04 GMT dequis <dx@…> [c467adc]
	* unix.c (modified)

	sighandler_crash: Mark irc socket as blocking before writing

	Just ...


Fri, 30 Oct 2015 13:15:33 GMT dequis <dx@…> [abf4717]
	* doc/README (modified)

	Remove some dust from the old (very old) doc/README

	There were some ...


Fri, 30 Oct 2015 13:13:19 GMT dequis <dx@…> [b5cc87e]
	* README.md (modified)

	A bunch of completely arbitrary changes to the README


Fri, 30 Oct 2015 10:44:37 GMT dequis <dx@…> [9516bb6]
	* tests/check.c (modified)

	tests: Define a stub sighandler_shutdown_setup() to allow linking
 ...


Fri, 30 Oct 2015 10:31:09 GMT dequis <dx@…> [2e99039]
	* bitlbee.c (modified)
	* bitlbee.h (modified)
	* unix.c (modified)

	Avoid propagating shutdown signal to all subprocesses

	This was a ...


Fri, 30 Oct 2015 10:31:09 GMT dequis <dx@…> [ad8a810]
	* protocols/jabber/message.c (modified)

	jabber: Don't reply XEP-0184 receipts sent over MUCs

	XEP-0184 ...


Fri, 30 Oct 2015 10:31:09 GMT dequis <dx@…> [129e282]
	* ipc.c (modified)

	ipc: Fix strict aliasing warnings

	Turned out to be as simple as ...


Fri, 30 Oct 2015 10:31:09 GMT dequis <dx@…> [0edc2fb]
	* log.c (modified)

	log: Refactor log_link() to be less redundant.

	"I didn't feel like ...


Fri, 30 Oct 2015 10:28:32 GMT dequis <dx@…> [884577f]
	* protocols/msn/ns.c (modified)

	MSN: self message support

	This is straightforward, like receiving a ...


Fri, 30 Oct 2015 10:28:32 GMT dequis <dx@…> [fb2338d]
	* protocols/jabber/conference.c (modified)

	jabber: Self message handling (echo removal) in MUCs

	XMPP MUCs ...


Fri, 30 Oct 2015 10:27:20 GMT dequis <dx@…> [345577b]
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* irc.h (modified)
	* irc_im.c (modified)
	* irc_util.c (modified)
	* protocols/bee.h (modified)
	* protocols/bee_chat.c (modified)
	* protocols/bee_user.c (modified)
	* protocols/nogaim.h (modified)

	IRC self-message support (messages sent by yourself from other ...


Mon, 26 Oct 2015 08:28:10 GMT dequis <dx@…> [0db6618]
	* lib/http_client.c (modified)
	* lib/ssl_gnutls.c (modified)
	* lib/ssl_nss.c (modified)
	* lib/ssl_openssl.c (modified)
	* protocols/jabber/jabber.c (modified)
	* protocols/oscar/conn.c (modified)

	Use proxy_disconnect() in http, ssl, jabber, oscar

	Twitter and MSN ...


Mon, 26 Oct 2015 03:42:15 GMT dequis <dx@…> [4e365ce]
	* lib/proxy.c (modified)
	* lib/proxy.h (modified)

	Add proxy_disconnect() to interrupt possibly pending connections
 ...


Mon, 26 Oct 2015 03:42:12 GMT dequis <dx@…> [f710673]
	* lib/proxy.c (modified)

	proxy: Turn phb_close() into phb_free(), use it for all g_free(phb)
 ...


Sun, 25 Oct 2015 22:37:56 GMT dequis <dx@…> [5756890]
	* lib/proxy.c (modified)

	proxy: Use an array of function pointers for proxy_connect_*

	Just ...


Sun, 25 Oct 2015 05:16:52 GMT dequis <dx@…> [e4c3041]
	* protocols/purple/purple.c (modified)

	purple: Fix certificate cache dir after changing user dir

	This ...


Sun, 25 Oct 2015 03:17:09 GMT dequis <dx@…> [d7969a1]
	* doc/user-guide/commands.xml (modified)

	Update 'help set show_users' to mention special and the new default
 ...


Thu, 22 Oct 2015 08:05:26 GMT dequis <dx@…> [b0da3b8]
	* tests/check_jabber_util.c (modified)

	check_jabber_util: adapt to new behavior of GET_BUDDY_EXACT

	I can't ...


Wed, 21 Oct 2015 13:14:17 GMT dequis <dx@…> [12f041d]
	* conf.c (modified)
	* lib/proxy.c (modified)
	* lib/proxy.h (modified)
	* lib/url.c (modified)
	* lib/url.h (modified)
	* protocols/purple/purple.c (modified)

	socks4a proxy support (like socks4 with remote DNS)

	Fixes trac ...


Wed, 21 Oct 2015 11:40:58 GMT dequis <dx@…> [3314ced]
	* protocols/jabber/jabber.c (modified)

	jabber: set BEE_USER_NOOTR flag to _xmlconsole

	Fixes trac ticket ...


Wed, 21 Oct 2015 11:40:11 GMT dequis <dx@…> [09f7ec1]
	* otr.c (modified)
	* protocols/bee.h (modified)

	Add a per-user version of OPT_NOOTR, BEE_USER_NOOTR


Wed, 21 Oct 2015 09:50:08 GMT dequis <dx@…> [2b0c05c]
	* protocols/yahoo/yahoo.c (modified)

	yahoo: call callback on connect error to fix memleak

	Passing NULL ...


Wed, 21 Oct 2015 08:46:02 GMT dequis <dx@…> [72d661e]
	* protocols/yahoo/yahoo.c (modified)

	yahoo: Fix handling of proxy connection failures

	Fixes trac ticket ...


Wed, 21 Oct 2015 06:24:08 GMT dequis <dx@…> [5307e88]
	* protocols/jabber/message.c (modified)

	jabber: Fix XEP85 detection (typing) between two bitlbee users
 ...


Wed, 21 Oct 2015 06:05:17 GMT dequis <dx@…> [0c78bb7]
	* protocols/jabber/jabber.c (modified)

	jabber: Fix outgoing google talk typing notifications

	Since bare ...


Wed, 21 Oct 2015 06:05:01 GMT dequis <dx@…> [e4145d9]
	* protocols/jabber/jabber_util.c (modified)

	jabber: Fix incoming google talk typing notifications
 ...


Wed, 14 Oct 2015 16:31:07 GMT dequis <dx@…> [532efdf]
	* protocols/msn/ns.c (modified)

	msn: Don't reconnect on wsse:FailedAuthentication errors

	That ...


Wed, 14 Oct 2015 16:28:52 GMT dequis <dx@…> [12442ed]
	* protocols/msn/soap.c (modified)

	msn: Better error messages on 'location blocked'

	This is what the ...


Tue, 13 Oct 2015 05:05:36 GMT dequis <dx@…> [0b1ae59]
	* otr.c (modified)

	otr: fix trailing whitespace issues with 'otr forget key'

	Fixes ...


Tue, 13 Oct 2015 05:05:22 GMT dequis <dx@…> [64bed24]
	* protocols/skype/skype.c (modified)
	* protocols/skype/t/groupchat-invite-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-invite-skyped.mock (modified)
	* protocols/skype/t/groupchat-invited-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-leave-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-leave-skyped.mock (modified)
	* protocols/skype/t/groupchat-msg-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-msg-skyped.mock (modified)
	* protocols/skype/t/groupchat-topic-bitlbee.mock (modified)

	skype: create groupchat as soon as a message is received

	Before ...


Tue, 13 Oct 2015 04:24:12 GMT dequis <dx@…> [fdc6d84]
	* protocols/skype/t/groupchat-invite-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-invited-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-leave-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-msg-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-topic-bitlbee.mock (modified)

	skype tests: adjust channel length limit to fix tests...

	The diff ...


Tue, 13 Oct 2015 04:23:59 GMT dequis <dx@…> [fa41a75]
	* protocols/skype/t/add-yes-bitlbee.mock (modified)
	* protocols/skype/t/added-no-bitlbee.mock (modified)
	* protocols/skype/t/added-yes-bitlbee.mock (modified)
	* protocols/skype/t/away-set-bitlbee.mock (modified)
	* protocols/skype/t/call-bitlbee.mock (modified)
	* protocols/skype/t/call-failed-bitlbee.mock (modified)
	* protocols/skype/t/called-no-bitlbee.mock (modified)
	* protocols/skype/t/called-yes-bitlbee.mock (modified)
	* protocols/skype/t/ctcp-help-bitlbee.mock (modified)
	* protocols/skype/t/filetransfer-bitlbee.mock (modified)
	* protocols/skype/t/group-add-bitlbee.mock (modified)
	* protocols/skype/t/group-read-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-invite-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-invited-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-leave-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-msg-bitlbee.mock (modified)
	* protocols/skype/t/groupchat-topic-bitlbee.mock (modified)
	* protocols/skype/t/info-bitlbee.mock (modified)
	* protocols/skype/t/login-bitlbee.mock (modified)
	* protocols/skype/t/msg-bitlbee.mock (modified)
	* protocols/skype/t/set-mood-text-bitlbee.mock (modified)

	skype: fix tests to expect NOTICE * instead of NOTICE AUTH

	Forgot ...


Tue, 13 Oct 2015 04:23:49 GMT dequis <dx@…> [6ea8782]
	* protocols/skype/skype.c (modified)

	skype: use g_vsnprintf() instead of vsnprintf()

	More prefixes = ...


Tue, 13 Oct 2015 04:23:46 GMT dequis <dx@…> [b87e5dc]
	* protocols/skype/skype.c (modified)

	skype: use ssl_sockerr_again() instead of sockerr_again()

	Found the ...


Fri, 09 Oct 2015 02:41:01 GMT dequis <dx@…> [bbff22d]
	* protocols/twitter/twitter.c (modified)
	* protocols/twitter/twitter_http.c (modified)
	* protocols/twitter/twitter_lib.c (modified)

	twitter: Fix some nitpicky issues reported by coverity

	Mostly minor ...


Thu, 08 Oct 2015 10:25:37 GMT dequis <dx@…> [c4e61db]
	* irc_commands.c (modified)

	irc_sasl_plain_parse: fix size of the parts array

	Oddly enough it ...


Thu, 08 Oct 2015 09:38:15 GMT dequis <dx@…> [e1bea35]
	* irc_im.c (modified)

	Fix use-after-free when leaving invited (temporary) channels

	Trac ...


Thu, 08 Oct 2015 08:38:47 GMT dequis <dx@…> [c788e15]
	* irc_commands.c (modified)

	The SASL PLAIN RFC says that the first part can be empty

	So use the ...


Thu, 08 Oct 2015 08:34:18 GMT dequis <dx@…> [58b63de6]
	* irc.h (modified)
	* irc_cap.c (modified)
	* irc_commands.c (modified)
	* root_commands.c (modified)

	IRCv3 SASL capability + PLAIN method

	Only plain, no other methods. ...


Thu, 08 Oct 2015 07:43:45 GMT dequis <dx@…> [2f73692]
	* irc_send.c (modified)

	irc_send_who: move the iu->flags check after iu has a value...
 ...


Thu, 08 Oct 2015 05:25:56 GMT dequis <dx@…> [687ec88]
	* irc.h (modified)
	* irc_cap.c (modified)
	* irc_channel.c (modified)
	* irc_send.c (modified)

	IRCv3 multi-prefix... but mostly just adding prefixes to WHO

	We ...


Thu, 08 Oct 2015 05:10:19 GMT dequis <dx@…> [0b0bb4c]
	* lib/http_client.c (modified)

	Allow NULL callback functions in http_dorequest

	Check callback ...


Thu, 08 Oct 2015 05:09:14 GMT dequis <dx@…> [098b430]
	* lib/misc.c (modified)

	Replace <br/> and <br /> with \n in strip_html


Thu, 08 Oct 2015 05:09:12 GMT dequis <dx@…> [872e017]
	* configure (modified)

	Add missing space in configure


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