Changelog for
quirc-debugsource-0.9.2-1.1.i586.rpm :
Thu May 24 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 0.9.2:
* fixes a bug with /reconnect introduced in the previous version
* fixes a double free on exit
- changes from 0.9.1:
* fixes several bugs
* adds a /ping command, which sends a CTCP ping (as well as recognising and
decoding the response)
* adds a --no-indent option to disable the hanging indent of text
Sun Mar 18 13:00:00 2012 pascal.bleserAATTopensuse.org
- update to 0.9.0:
* significant changes to the internals of buffer rendering; has already made
most display options retroactive (e.g., maxnicklen, nick prefixes, quiet
mode) and will make further UI improvements easier; however, it\'s likely
that a few regressions and papercuts have slipped through the testing, so
this release is considered unstable.
Thu Mar 1 13:00:00 2012 pascal.bleserAATTopensuse.org
- update to 0.8.4:
* fixes several serious bugs in 0.8.3, chiefly to do with keymapping
- changes from 0.8.3:
* can now 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
- changes from 0.8.2:
* adds asynchronous name lookups with getaddrinfo_a(), preventing interface
lockout while resolving server names
Mon Dec 26 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to 0.8.1:
* fixes several bugs in the mode handling introduced in 0.8.0, and adds more
mode-related features
- changes from 0.8.0:
* understands modes (mostly, anyway) and the Prefix parameter of ISUPPORT
(numeric 005)
Sun Oct 23 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 0.7.12:
* fixes several small issues
* fixes dealing with SIGWINCH
* adds an option to suppress setting the window title (in case you\'re not in
an xterm)
* fixing some configuration options relating to username and fullname
* adds support for server passwords, with the option --pass=
(and
corresponding entries in ~/.quirc/rc)
Sat Jul 23 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 0.7.10:
* adds configurable keymapping (ie. interpretation of escape sequences sent
by the terminal) by means of the file \'~/.quirc/keys\'
- changes from 0.7.9:
* fixes a bug where /sort would leave a different tab selected
* fixes an edge case where tabs could be rendered with zero width
* new features:
+ Conference Mode (/set conf +) hides joins, parts, quits, etc. (which is
useful for busy channels)
+ messages beginning with \"/\" can now be sent with \"//\"
- dropped patches, have been merged upstream
Mon May 23 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 0.7.6:
* the generated config code was improved, including a new generated reference
table (in HTML)
* the /away and /afk commands were added
* some minor display glitches were fixed, as well as an error that produced
spurious \"read on a dead tab\" messages
* the rc (configuration) file was moved from ~/.quirc to ~/.quirc/rc, in
preparation for scripts (which will be stored in ~/.quirc/)
Mon Apr 11 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 0.7.5:
* significant changes were made to the rendering back-end (storing of
unprocessed logical lines), allowing display settings to act retroactively
* the -n option was added to /msg
* some minor text bugs were fixed
* configuration handling was generalized with generated code
* display of timestamps (in a variety of formats) was added with /set ts and
/set utc
* quiet mode was added, which suppresses many informational messages and
minor diagnostics
* the output from \"quirc --help\" is more informative
Tue Dec 28 13:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.6.3:
* some crash bugs were fixed
* a -f (force) switch was added to the /cmd command (sends even if quIRC
thinks a tab is dead)
* /me can now be used in private messaging tabs
* some bugs with .quirc config file handling were fixed
* a \'start_buffer\' was added for storing messages produced at start time
until the buffers have been initialized (so the messages can be written to
buffer 0)
Mon Sep 27 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.6.1:
* fixes a crash bug with the /sort command.
* add private messaging tabs support
- changes from 0.5.11:
* some crash bugs were fixed
* the delete key now acts as expected
* dropped and half-open connections are better handled (periodic pings are
sent if connection is idle)
* CTCP responses (NOTICEs) are handled correctly
* nick lists from ambiguous tab-completion are alphabetically sorted
* some minor display/layout changes were made
- changes from 0.5.7:
* adds \"urgent alerts\" (when your nick is mentioned, the tab flashes)
* adds input editing and history
* several minor issues were fixed
Sat Sep 11 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.5.1:
* fixes a severe memory leak
* fixes some crash bugs related to parsing options
- changes from 0.5.0:
* the configuration file (.quirc) can now contain multiple servers and
associated channels to auto-join on startup
* global and server-level /ignore can also be automated in this manner
* new commands /left and /right were added to reposition entries on the tab
strip
- changes from 0.4.17:
* fixes case mapping and recognizes the CASEMAPPING parameter of the 005
RPL_ISUPPORT numeric
* fixes display in narrow terminals, down to a minimum of 30 columns
* the top status bar is now \'smarter\' and displays as much information as it
has room for
Fri Sep 3 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.4.16:
* adds the /amsg command (send a message to all connected channels)
* adds a status bar at the top of the terminal
* tab completion has been improved
* improved the line-breaking algorithm (thus fixing the corruption of ASCII
art due to strings of spaces being folded)
Thu Sep 2 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.4.14:
* adds the /ignore command and fixes several bugs
* when tabs are disconnected (e.g. from being kicked or the connection being
dropped), instead of closing they simply become \'dead\', thus retaining the
scrollback buffer
* /rejoin and /reconnect commands have been added
Sun Aug 22 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.4.12:
* adds handling for channel Topics and server MOTDs
* \"crushing\" of long nicks and server names to fit in tight spaces was
improved
* low-level quoting was implemented, to correctly handle embedded \
, \\r, and
\\0
* escaping of input (\
, \\r, \\\\, \\ooo) and color highlighting of escape
sequences as they are typed were also added
Thu Aug 19 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.4.8:
* fixes plenty of bugs, including some issues with nickname tracking (e.g.
for tab completion)
* other changes include the \'/set\' command (for runtime reconfiguration)
Fri Jul 30 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 0.4.5:
- implements native scrolling with Ctrl-up/down/end
- introduces the /set command to set various options
- bugfixes
Thu Jul 29 14:00:00 2010 pascal.bleserAATTopensuse.org
- initial version (0.4.3)