Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix the integration test | Přemysl Eric Janouch | 2023-07-05 | 1 | -1/+3 | |
| | | | | | | IRCv3 capabilities broke it a bit. Also change it so that it doesn't destroy existing configuration. | |||||
* | Update README.adoc | Přemysl Eric Janouch | 2023-07-04 | 1 | -2/+3 | |
| | ||||||
* | Move project version to file, add xS manual page | Přemysl Eric Janouch | 2023-07-04 | 7 | -25/+73 | |
| | | | | | | | | So far Go applications remain independent to handle Nix's inability to easily combine them with the CMake part. There is also no "install" target, because any packagers will want to adjust installation paths manually, and there is no configure step. | |||||
* | xC: fix an OpenBSD build warning | Přemysl Eric Janouch | 2023-07-04 | 1 | -1/+1 | |
| | | | | sys/cdefs.h makes _XOPEN_SOURCE cause _POSIX_C_SOURCE to be overriden. | |||||
* | README.adoc: update package information | Přemysl Eric Janouch | 2023-07-01 | 1 | -2/+4 | |
| | ||||||
* | Fix the static analysis test | Přemysl Eric Janouch | 2023-06-16 | 1 | -2/+10 | |
| | | | | Adjust its query so that it doesn't cause a particular false positive. | |||||
* | xC: fix a harmless copy-paste error | Přemysl Eric Janouch | 2023-06-13 | 1 | -1/+1 | |
| | ||||||
* | xC: improve the --format mode | Přemysl Eric Janouch | 2023-05-22 | 1 | -3/+18 | |
| | | | | | | | Avoid having formatting spill over the rest of the line, by placing the automatic formatting reset before newlines. Also handle longer lines properly. | |||||
* | xP: highlight hovered buffer list items | Přemysl Eric Janouch | 2023-04-14 | 1 | -0/+3 | |
| | | | | To make it apparent which one would be closed by a middle click. | |||||
* | xP: make middle click close buffers | Přemysl Eric Janouch | 2023-04-13 | 1 | -0/+8 | |
| | | | | As if they were tabs, to save pointless typing. | |||||
* | xP: make the buffer list selectable by Vimium | Přemysl Eric Janouch | 2023-04-05 | 2 | -4/+5 | |
| | ||||||
* | xP: render date changes as they happen | Přemysl Eric Janouch | 2023-01-25 | 1 | -0/+14 | |
| | ||||||
* | xP: use the correct log function | Přemysl Eric Janouch | 2023-01-25 | 1 | -1/+1 | |
| | ||||||
* | xC: fully synchronize input history with frontends | Přemysl Eric Janouch | 2022-10-05 | 1 | -20/+96 | |
| | | | | | | | | The missing parts were: - frontends to client - client to frontends after the initial sync - frontend to other frontends | |||||
* | xP: fix ESC H detection on Macintosh systems | Přemysl Eric Janouch | 2022-10-04 | 1 | -0/+7 | |
| | ||||||
* | xP: disable WebSocket compression on Safari | Přemysl Eric Janouch | 2022-10-04 | 1 | -4/+13 | |
| | | | | Wildly known to be broken. | |||||
* | xC: clean up | Přemysl Eric Janouch | 2022-09-30 | 1 | -2/+0 | |
| | ||||||
* | Bump liberty, improve fallback manual page output | Přemysl Eric Janouch | 2022-09-30 | 2 | -2/+3 | |
| | ||||||
* | xC/xP: send buffer input history during sync | Přemysl Eric Janouch | 2022-09-30 | 3 | -1/+82 | |
| | | | | | This transfer is currenly quite simplistic, but it paves the way for further extensions. | |||||
* | Move protocol code generators to liberty | Přemysl Eric Janouch | 2022-09-30 | 8 | -1406/+13 | |
| | | | | This part of the project is now more or less stable. | |||||
* | Clean up protocol code generators | Přemysl Eric Janouch | 2022-09-30 | 6 | -43/+67 | |
| | ||||||
* | xP: fix automatic scrolling down | Přemysl Eric Janouch | 2022-09-28 | 1 | -7/+7 | |
| | | | | | Showing channel logs cancelled the AbortController forever. Thus store it within vnodes. | |||||
* | xC/xP: fix unseen message counting | Přemysl Eric Janouch | 2022-09-28 | 2 | -20/+16 | |
| | | | | | | | | xC: advance unread message counters even with leaked messages, and don't unnecessarily set the highlighted flag. Plus clean up. xP: make leaked non-unimportant messages advance the counter for unimportant messages, so that the buffer doesn't get emboldened. | |||||
* | xS: parse project version from CMakeLists.txt | Přemysl Eric Janouch | 2022-09-27 | 5 | -10/+24 | |
| | ||||||
* | xD: use SHA-256 for certificate fingerprints | Přemysl Eric Janouch | 2022-09-26 | 3 | -6/+8 | |
| | | | | Just like xS. 2.0.0 is the ideal time for such a breaking change. | |||||
* | Update README | Přemysl Eric Janouch | 2022-09-26 | 1 | -1/+5 | |
| | ||||||
* | Update documentation, clean up | Přemysl Eric Janouch | 2022-09-26 | 10 | -17/+41 | |
| | ||||||
* | Merge hid IRCd from haven as xS | Přemysl Eric Janouch | 2022-09-26 | 4 | -0/+3800 | |
|\ | | | | | | | | | Given that this project already contains a Go binary, it only makes sense to put the IRCds back together. | |||||
| * | hid: rename to xS before merge into xK | Přemysl Eric Janouch | 2022-09-26 | 4 | -26/+25 | |
| | | ||||||
| * | hid: bump the FD limit | Přemysl Eric Janouch | 2022-08-02 | 1 | -0/+8 | |
| | | ||||||
| * | hid: make note of a deprecation | Přemysl Eric Janouch | 2022-03-16 | 1 | -0/+1 | |
| | | ||||||
| * | hid: add WebIRC support | Přemysl Eric Janouch | 2022-03-15 | 1 | -5/+45 | |
| | | | | | | | | | | | | | | Such clients can only be identified through STATS L. It's a bit weird to abuse the "port" field this way, but right now, it serves its purpose. | |||||
| * | hid: implement WALLOPS | Přemysl Eric Janouch | 2022-02-05 | 1 | -0/+20 | |
| | | ||||||
| * | hid: reflect the original project's new name | Přemysl Eric Janouch | 2021-08-06 | 1 | -1/+1 | |
| | | | | | | | | Better keep all schizophreny in my own head, rather than all projects. | |||||
| * | Name change | Přemysl Eric Janouch | 2020-08-01 | 2 | -2/+2 | |
| | | ||||||
| * | hid: mention Go 1.12 alternative to TLS autodetection | Přemysl Janouch | 2019-02-27 | 1 | -0/+4 | |
| | | ||||||
| * | hid: clean up/finalize logging | Přemysl Janouch | 2018-08-06 | 1 | -27/+26 | |
| | | ||||||
| * | hid: move off of the log package | Přemysl Janouch | 2018-08-06 | 1 | -34/+32 | |
| | | | | | | | | We don't spam with useless messages without -debug any longer. | |||||
| * | hid: port logging facilities | Přemysl Janouch | 2018-08-06 | 1 | -0/+99 | |
| | | | | | | | | | | Though the regular mode now has timestamps and a new mode for systemd has been added. | |||||
| * | hid: cleanups | Přemysl Janouch | 2018-08-06 | 1 | -12/+15 | |
| | | | | | | | | No functional changes. | |||||
| * | hid: port IRC tests from liberty, fix tag parsing | Přemysl Janouch | 2018-08-06 | 2 | -1/+30 | |
| | | ||||||
| * | hid: rename connCloseWrite to connCloseWriter | Přemysl Janouch | 2018-08-06 | 1 | -11/+11 | |
| | | ||||||
| * | hid: add the first tests | Přemysl Janouch | 2018-08-06 | 1 | -0/+139 | |
| | | | | | | | | This has actually revealed a problem in the SSL 2.0 detection. | |||||
| * | hid: fix SSL 2.0 autodetection | Přemysl Janouch | 2018-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | hid: add support for customized replies | Přemysl Janouch | 2018-08-03 | 1 | -5/+41 | |
| | | ||||||
| * | hid: unify exit codes with the flag package | Přemysl Janouch | 2018-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | hid: cleanups | Přemysl Janouch | 2018-08-03 | 1 | -22/+31 | |
| | | ||||||
| * | hid: fix listener shutdown | Přemysl Janouch | 2018-08-03 | 1 | -1/+8 | |
| | | ||||||
| * | hid: fix nickname verification in the user MODE message | Přemysl Janouch | 2018-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | hid: port default formatting strings to fmt | Přemysl Janouch | 2018-08-02 | 1 | -4/+4 | |
| | |