All releases tagged Minor


Release Notes: This is primarily a bugfix release. UTF-8 glitches in the input bar have been fixed, and cursors and backspace now handle UTF-8 correctly. A double-free crash (Bug #18) has been fixed. Some documentation has been updated. The Makefile has been partially cleaned up.


Release Notes: This release fixes a bug in the 'netsplit merge' feature: when merging more than two lines, only the last two were shown.


Release Notes: This release fixes a few bugs (mainly cosmetic) and adds merging of join/part/quit messages. For example, a series of consecutive joins will get merged into a single line like this: "=foo=bar=baz= have joined #metasyntactic". This is particularly useful in the event of netsplits. One problem to note is that of timestamps; the timestamp shown will be that of the most recent join (or part, or quit) in the merged block. As a workaround, quIRC refuses to merge lines whose timestamps differ by more than 5 seconds (this should be a long enough time to capture an entire netsplit event).


Release Notes: This release fixes several minor UI bugs, such as escaping backslashes during tab completion and the accidental bolding of the input line. It also fixes an error in logging which caused unprintables to be written as "\377777777" instead of "\377" if the char was signed.


Release Notes: This release fixes a bug with /reconnect introduced in the previous version, as well as a double free on exit.


Release Notes: This release fixed several bugs and addsed a /ping command, which sends a CTCP ping (as well as recognising and decoding the response), and a --no-indent option to disable the hanging indent of text.


Release Notes: This release fixes several serious bugs in 0.8.3, chiefly to do with keymapping.


Release Notes: This version can be run under non-ANSI terminals, since it uses terminfo to determine the required escape sequences. Some non-standard input keys (such as Ctrl-cursors) still default to a hard-coded string, but you can still re-map them with ~/.quirc/keys.


Release Notes: This release adds asynchronous name lookups with getaddrinfo_a(), preventing interface lockout while resolving server names. For systems without getaddrinfo_a (which is a glibc extension), the macro ASYNCH_NL in osconf.h can be used to disable its use.


Release Notes: This release fixes several bugs in the mode handling introduced in 0.8.0, and adds more mode-related features.