2018-10-21 05:44:39 +02:00
|
|
|
0.9.7 (2018-10-21) "Business as Usual"
|
2018-08-01 09:36:25 +02:00
|
|
|
|
|
|
|
* kike: fix wildcard handling in WHOIS
|
|
|
|
|
|
|
|
* kike: properly handle STATS without parametetrs
|
|
|
|
|
|
|
|
* kike: abort earlier when an invalid mode character is detected while
|
|
|
|
processing channel MODE messages
|
|
|
|
|
|
|
|
* kike: do not send NICK notifications when the nickname doesn't really change
|
|
|
|
|
|
|
|
* kike: fix hostname string verification (only used for "server_name")
|
|
|
|
|
|
|
|
|
2018-06-22 00:59:41 +02:00
|
|
|
0.9.6 (2018-06-22) "I've Been Sitting Here All This Time"
|
|
|
|
|
|
|
|
* Code has been relicensed to 0BSD and moved to a private git hosting
|
2018-06-21 22:30:10 +02:00
|
|
|
|
|
|
|
* Fix LibreSSL compatibility
|
|
|
|
|
|
|
|
* degesch: a second /disconnect cuts the connection by force
|
|
|
|
|
|
|
|
* degesch: send a QUIT message to the IRC server on Ctrl-C
|
|
|
|
|
|
|
|
* degesch: add a Slack plugin (even though the gateway's now defunct)
|
|
|
|
|
|
|
|
* degesch: show an error message on log write failure
|
|
|
|
|
|
|
|
* degesch: fix parsing of literal IPv6 addresses with port numbers
|
|
|
|
|
|
|
|
* degesch: fix some error messages
|
|
|
|
|
2018-06-22 00:59:41 +02:00
|
|
|
* degesch: workaround a Readline bug in the fancy-prompt.lua plugin
|
|
|
|
|
2018-06-21 22:30:10 +02:00
|
|
|
* kike: fix two memory leaks
|
|
|
|
|
|
|
|
* kike: improve error handling for incoming connections
|
|
|
|
|
|
|
|
* kike: disable TLS session reuse
|
|
|
|
|
|
|
|
|
2016-12-30 08:15:44 +01:00
|
|
|
0.9.5 (2016-12-30) "It's Time"
|
2016-10-28 12:46:12 +02:00
|
|
|
|
|
|
|
* Better support for the KILL command
|
|
|
|
|
|
|
|
* degesch: export many more fields to the Lua API, add a prompt hook
|
|
|
|
|
|
|
|
* degesch: show channel user count in the prompt
|
|
|
|
|
|
|
|
* degesch: allow hiding join/part messages and other noise (Meta-Shift-H)
|
|
|
|
|
2016-12-30 07:49:10 +01:00
|
|
|
* degesch: allow autojoining channels with keys
|
|
|
|
|
|
|
|
* degesch: rejoin channels with keys on reconnect
|
|
|
|
|
2016-12-28 12:40:47 +01:00
|
|
|
* degesch: make /query without arguments just open the buffer
|
|
|
|
|
2016-10-28 12:46:12 +02:00
|
|
|
* degesch: add a censor plugin
|
|
|
|
|
|
|
|
* degesch: die on configuration parse errors
|
|
|
|
|
2016-12-30 07:49:10 +01:00
|
|
|
* degesch: request channel modes also on rejoin
|
|
|
|
|
|
|
|
* degesch: don't show remembered channel modes on parted channels
|
|
|
|
|
2016-10-28 12:46:12 +02:00
|
|
|
* degesch: fix highlight detection in colored text
|
|
|
|
|
|
|
|
* degesch: fix CTCP handling for the real world and don't decode X-QUOTEs
|
|
|
|
|
2016-12-28 12:40:47 +01:00
|
|
|
* degesch: add support for OpenSSL 1.1.0
|
|
|
|
|
2016-10-28 12:46:12 +02:00
|
|
|
|
2016-04-28 23:40:38 +02:00
|
|
|
0.9.4 (2016-04-28) "Oops"
|
2016-04-03 04:06:56 +02:00
|
|
|
|
|
|
|
* degesch: fix crash on characters invalid in Windows-1252
|
|
|
|
|
2016-04-28 23:40:38 +02:00
|
|
|
* degesch: add an auto-rejoin plugin
|
|
|
|
|
|
|
|
* degesch: better date change messages with customizable formatting;
|
|
|
|
now also used in the backlog, so it looks closer to regular output
|
|
|
|
|
2016-04-03 04:06:56 +02:00
|
|
|
* ZyklonB: add a calc plugin providing a basic Scheme REPL
|
|
|
|
|
2016-04-28 23:40:38 +02:00
|
|
|
* ZyklonB: add a seen plugin
|
|
|
|
|
2016-04-03 04:06:56 +02:00
|
|
|
* kike, ZyklonB: use pledge(2) on OpenBSD
|
|
|
|
|
|
|
|
|
2016-03-26 22:03:57 +01:00
|
|
|
0.9.3 (2016-03-27) "Doesn't Even Suck"
|
2015-12-09 00:53:56 +01:00
|
|
|
|
|
|
|
* Use TLS Server Name Indication when connecting to servers
|
|
|
|
|
2016-01-15 05:08:54 +01:00
|
|
|
* degesch: now we erase the screen before displaying buffers
|
|
|
|
|
2016-03-26 22:03:57 +01:00
|
|
|
* degesch: implemented word wrapping in buffers
|
|
|
|
|
2016-01-04 22:06:29 +01:00
|
|
|
* degesch: added autocomplete for /topic
|
|
|
|
|
2016-01-09 10:25:17 +01:00
|
|
|
* degesch: Lua API was improved and extended
|
|
|
|
|
|
|
|
* degesch: added a basic last.fm "now playing" plugin
|
|
|
|
|
2016-01-15 03:49:24 +01:00
|
|
|
* degesch: backlog limit was made configurable
|
|
|
|
|
2016-03-12 14:38:19 +01:00
|
|
|
* degesch: allow changing the list of IRC capabilities to use if available
|
2016-02-01 21:57:43 +01:00
|
|
|
|
2016-01-31 20:07:20 +01:00
|
|
|
* degesch: optimize buffer memory usage
|
|
|
|
|
2016-02-09 05:10:41 +01:00
|
|
|
* degesch: added logging of messages sent from /quote and plugins
|
|
|
|
|
2016-03-26 13:10:23 +01:00
|
|
|
* degesch: M-! and M-a to go to the next buffer in order with
|
2016-03-08 22:27:59 +01:00
|
|
|
a highlight or new activity respectively
|
|
|
|
|
2016-03-12 14:28:17 +01:00
|
|
|
* degesch: added --format for previewing things like MOTD files
|
|
|
|
|
2016-03-26 22:03:57 +01:00
|
|
|
* degesch: added /buffer goto supporting case insensitive partial matches
|
2016-03-21 00:30:59 +01:00
|
|
|
|
2016-01-31 20:06:45 +01:00
|
|
|
* kike: add support for IRCv3.2 server-time
|
|
|
|
|
2016-03-07 23:15:57 +01:00
|
|
|
* ZyklonB: plugins now run in a dedicated data directory
|
|
|
|
|
|
|
|
* ZyklonB: added a factoids plugin
|
|
|
|
|
2016-01-16 04:02:52 +01:00
|
|
|
* Remote addresses are now resolved asynchronously
|
|
|
|
|
2016-01-09 10:25:17 +01:00
|
|
|
* Various bugfixes
|
2015-12-09 00:53:56 +01:00
|
|
|
|
|
|
|
|
2015-12-31 23:46:06 +01:00
|
|
|
0.9.2 (2015-12-31)
|
2015-11-15 16:32:52 +01:00
|
|
|
|
2015-11-21 14:08:14 +01:00
|
|
|
* degesch: added rudimentary support for Lua scripting
|
|
|
|
|
2015-11-15 16:32:52 +01:00
|
|
|
* degesch: added detection of pasting, so that it doesn't trigger other
|
|
|
|
keyboard shortcuts, such as for autocomplete
|
|
|
|
|
2015-11-22 23:04:51 +01:00
|
|
|
* degesch: added auto-away capability
|
|
|
|
|
2015-11-15 16:32:52 +01:00
|
|
|
* degesch: added an /oper command
|
|
|
|
|
|
|
|
* degesch: libedit backend works again
|
|
|
|
|
2015-12-25 04:21:18 +01:00
|
|
|
* degesch: added capability to edit the input line using VISUAL/EDITOR
|
|
|
|
|
2015-12-31 03:55:32 +01:00
|
|
|
* degesch: added Meta-Tab to switch to the last used buffer
|
|
|
|
|
2015-11-15 16:32:52 +01:00
|
|
|
* degesch: correctly respond to stopping and resuming (SIGTSTP)
|
|
|
|
|
|
|
|
* degesch: fixed decoding of text formatting
|
|
|
|
|
|
|
|
* degesch: unseen PMs now show up as highlights
|
|
|
|
|
|
|
|
* degesch: various bugfixes
|
|
|
|
|
|
|
|
|
2015-09-25 17:12:29 +02:00
|
|
|
0.9.1 (2015-09-25)
|
2015-08-13 00:33:27 +02:00
|
|
|
|
|
|
|
* All "ssl" options have been renamed to "tls"
|
|
|
|
|
|
|
|
* The project now builds on OpenBSD
|
|
|
|
|
|
|
|
* Pulled in kqueue support
|
|
|
|
|
|
|
|
* degesch: added backlog/scrollback functionality using less(1)
|
|
|
|
|
|
|
|
* degesch: made showing the entire set of channel mode user prefixes optional
|
|
|
|
|
|
|
|
* degesch: nicknames in /names are now ordered
|
|
|
|
|
|
|
|
* degesch: nicknames now use the 256-color terminal palette if available
|
|
|
|
|
|
|
|
* degesch: now we skip entries in the "addresses" list that can't be resolved
|
|
|
|
to an address, along with displaying a more helpful message
|
|
|
|
|
|
|
|
* degesch: joins, parts, nick changes and quits don't count as new buffer
|
|
|
|
activity anymore
|
|
|
|
|
2015-11-15 16:32:52 +01:00
|
|
|
* degesch: added Meta-H to open the full log file
|
2015-08-13 00:33:27 +02:00
|
|
|
|
|
|
|
* degesch: various bugfixes and little improvements
|
|
|
|
|
|
|
|
|
|
|
|
0.9.0 (2015-07-23)
|
|
|
|
|
|
|
|
* Initial release
|
|
|
|
|