aboutsummaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Add a simple IRC notifier utilityPřemysl Eric Janouch2024-04-031-0/+2
|
* Add a Cocoa frontend for xCPřemysl Eric Janouch2023-09-011-0/+2
| | | | | Some work remains to be done to get it to be even as good as the Win32 frontend, but it's generally usable.
* Add a Win32 frontend for xCPřemysl Eric Janouch2023-07-151-0/+2
| | | | | | | This has been more of an exercise. The performance of Msftedit.dll is rather abysmal, and its interface isn't the most accomodating. That said, the frontend is quite usable, at least on Windows 10+.
* xD: use SHA-256 for certificate fingerprintsPřemysl Eric Janouch2022-09-261-0/+2
| | | | Just like xS. 2.0.0 is the ideal time for such a breaking change.
* Update documentation, clean upPřemysl Eric Janouch2022-09-261-0/+2
|
* Give up on the X11 frontend for nowPřemysl Eric Janouch2022-09-211-3/+1
| | | | | | | | | There seem to be only a few things it could bring to the table, compared to xP, making it barely worth the effort: - saner keyboard controls, - GVIM integration, - slightly improved resource usage.
* xC: improve Readline completionPřemysl Eric Janouch2022-09-181-0/+3
| | | | | | | | The autocomplete for /set used to be extremely annoying, and menu-complete-display-prefix also prevents mistaken highlights. One downside is that using plain Tab in channels no longer just inserts the last-talking nickname, one needs to press it twice.
* xC: make terminal attributes abstractPřemysl Eric Janouch2022-09-111-1/+5
| | | | | | | | And translate them for frontends. This is very long overdue, and a rather significant cleanup. Bump liberty.
* xC: don't autoactivate buffers on forced JOINsPřemysl Eric Janouch2022-09-071-0/+2
|
* Start X11 and web frontends for xCPřemysl Eric Janouch2022-09-051-3/+9
| | | | | | | | | | | | | | | For this, we needed a wire protocol. After surveying available options, it was decided to implement an XDR-like protocol code generator in portable AWK. It now has two backends, per each of: - xF, the X11 frontend, is in C, and is meant to be the primary user interface in the future. - xP, the web frontend, relies on a protocol proxy written in Go, and is meant for use on-the-go (no pun intended). They are very much work-in-progress proofs of concept right now, and the relay protocol is certain to change.
* xC: deal with conflicts when renaming buffersPřemysl Eric Janouch2022-08-291-0/+2
|
* xC: normalize BSD Editline's history behaviourPřemysl Eric Janouch2022-08-271-0/+2
| | | | Now it's a realistically useful frontend.
* xC: general.save_on_quit -> general.autosavePřemysl Eric Janouch2022-08-271-0/+2
| | | | | Power outages and similar situations make the former unreliable, so get rid of any false promise it might seem to give.
* xC: revise configuration optionsPřemysl Eric Janouch2022-08-271-1/+5
| | | | | | | | | | | This commit constitutes a breaking change to old configurations. All behaviour.* options have now become general.*, with the following few renames as exceptions: - editor_command -> editor - backlog_helper -> pager - backlog_helper_strip_formatting -> pager_strip_formatting
* xC: improve backlog helper capabilitiesPřemysl Eric Janouch2022-08-141-0/+2
| | | | | | | | | | | | | | | | | | | Snippets now receive positional parameters in the form of the buffer's name in the locale encoding, and a filename if applicable (we keep passing stdin along with the filename, which happens to work out well for less(1)). The default value of the configuration option also no longer uses the "long prompt", which used to unhelpfully tell position in terms of lines, but rather sets its own prompt that counts pages, and makes sure to indicate the source buffer. The main motivation behind this change is to make the 'v' command work in less(1). LESSSECURE must be omitted from the snippet for this to work. Bump liberty to receive a config parser that allows for less convoluted escaping.
* xC, xD: add basic WALLOPS supportPřemysl Eric Janouch2022-02-041-0/+7
|
* Bump version, update NEWSv1.5.0Přemysl Eric Janouch2021-12-211-3/+3
|
* utm-filter.lua: add Facebook to the filterPřemysl Eric Janouch2021-12-201-0/+2
|
* Update NEWSPřemysl Eric Janouch2021-10-301-0/+13
|
* Bump version, update NEWSv1.4.0Přemysl Eric Janouch2021-10-061-1/+1
|
* xD: bump the soft file descriptor limitPřemysl Eric Janouch2021-09-231-0/+2
| | | | | | | By default it's a mere thousand connections, which is unnecessarily crippling our advertised ability to handle lots of them. Thanks for the advice, Lennart.
* xC: abandon Freenode, embrace IRCnetPřemysl Eric Janouch2021-08-291-0/+3
| | | | | You're not fucking supposed to require a fucking registration on fucking IRC networks.
* xC: fix displaying IRC colours above 16Přemysl Eric Janouch2021-08-281-0/+2
| | | | | | | First, we indexed the colour array without a required offset. Second, the data type was too small and overflowed negative. Detected during a refactor, which this is a part of.
* xC: respect text formatting when autosplittingPřemysl Eric Janouch2021-08-281-0/+5
|
* Bump version, update NEWSv1.3.0Přemysl Eric Janouch2021-08-071-2/+3
|
* xB: fix up the special IPC command's namePřemysl Eric Janouch2021-08-061-1/+3
| | | | To reflect the new disorder.
* Come up with sillier names for the binariesPřemysl Eric Janouch2021-08-061-95/+97
| | | | | | | | I'm not entirely sure, but it looks like some people might not like jokes about the Holocaust. On a more serious note, the project has become more serious over the 7 or so years of its existence.
* NEWS: improve wordingPřemysl Eric Janouch2021-07-241-1/+1
| | | | The phrase "input line" has already been used once in the file.
* degesch: never bump our own chanuserPřemysl Eric Janouch2021-07-241-1/+1
| | | | | | | | | With IRCv3.2 echo-message, each successfully sent message would move us to the front of the list used for chanuser autocomplete. Such behaviour seems useless. Also abandon the idea of bumping on other kinds of messages.
* degesch: order nick autocomplete by timePřemysl Eric Janouch2021-07-231-0/+5
|
* NEWS: fix a garbled up entryPřemysl Eric Janouch2021-07-081-1/+1
| | | | Try not to commit, push and tag releases tired.
* Bump version, update NEWSv1.2.0Přemysl Eric Janouch2021-07-081-1/+4
|
* degesch: make /ban and /unban respect EXTBANPřemysl Eric Janouch2021-06-171-0/+2
|
* degesch: make "/help /command" workPřemysl Eric Janouch2021-06-161-0/+2
| | | | Works for aliases as well. Resolves a TODO entry.
* degesch: implement -=/+= for multiple valuesPřemysl Eric Janouch2021-06-141-0/+2
| | | | | | | It didn't make sense to have these unimplemented, though perhaps += shouldn't enforce a set. Sadly, autocomplete is fairly difficult for -= of multiple items.
* degesch: make /deop and /devoice default to selfPřemysl Eric Janouch2021-06-031-0/+2
| | | | It's pretty annoying to type `/mode -o <user>`, for little reason.
* censor.lua: strip colours, configurable formattingPřemysl Eric Janouch2021-06-031-0/+3
| | | | Colour parsing code taken from prime.lua, and modified to strip.
* degesch: add support for IRCv3 chghostPřemysl Eric Janouch2021-05-301-0/+2
| | | | This is somewhat similar to a nick change.
* degesch: add trivial SASL EXTERNAL supportPřemysl Eric Janouch2021-05-281-0/+3
| | | | Just set `tls_cert`, and add `sasl` to `capabilities`.
* degesch: support CAP DEL, request cap-notifyPřemysl Eric Janouch2021-05-281-1/+1
| | | | | It doesn't require much effort to cancel capabilities, plus with the newer version we get the respective notification anyway.
* degesch: IRCv3.2 capability negotiationPřemysl Eric Janouch2021-05-281-0/+2
| | | | We can receive and display capability values now.
* degesch: add a /squery command for IRCnetPřemysl Eric Janouch2021-05-281-0/+5
|
* Bump version, update NEWSv1.1.0Přemysl Eric Janouch2020-10-311-0/+9
|
* Bump version, update NEWSv1.0.0Přemysl Eric Janouch2020-10-291-0/+31
|
* Update NEWS, bump versionv0.9.8Přemysl Eric Janouch2020-09-021-0/+10
|
* Update NEWS, bump versionv0.9.7Přemysl Janouch2018-10-211-1/+1
|
* Update NEWSPřemysl Janouch2018-10-211-0/+14
|
* Update NEWS, bump versionv0.9.6Přemysl Janouch2018-06-221-1/+5
|
* Prepare NEWS for the next releasePřemysl Janouch2018-06-211-0/+23
|
* Bump versionv0.9.5Přemysl Janouch2016-12-301-1/+1
|