summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-11-16Make the /ops response more flavourfulC. McEnroe
2021-11-10Handle RPL_WHOISSPECIALC. McEnroe
2021-10-28Parse IRC formatting in timestamp stringC. McEnroe
2021-10-26Fix strptime decode for musl libcpsykose
2021-10-17Increment replies for list modes with /modeC. McEnroe
2021-10-16Import refactored xdg.c from pounceC. McEnroe
2021-09-27chroot: Factor out and add OpenBSD buildC. McEnroe
2021-09-20Request znc.in/self-message if availableC. McEnroe
2021-09-09Correct handling of colons in SASL PLAINC. McEnroe
2021-08-26Match id names case-insensitivelyC. McEnroe
2021-08-25Remove trailing tabC. McEnroe
2021-08-15Handle tags without values 1.9aC. McEnroe
2021-08-09Fix missing include for flock(2)C. McEnroe
2021-08-09Silence maybe uninitialized warningC. McEnroe
2021-07-26Use (bright) red for \com text macro 1.9C. McEnroe
2021-07-20chroot: Avoid passing paths to -sC. McEnroe
2021-07-20FreeBSD: Revert caph_enter(3) call to cap_enter(2)C. McEnroe
2021-07-20Don't apply uiThreshold to Network and DebugC. McEnroe
2021-07-20Add -q/quiet option to raise default message visibility thresholdKlemens Nanni
2021-07-15chat.tmux.conf: Fix base-index settingKlemens Nanni
2021-07-15Use /ns in manual exampleKlemens Nanni
2021-07-13Move platform-dependent sandboxing code out of mainC. McEnroe
2021-07-13Move all UI initialization togetherC. McEnroe
2021-07-13Perform TLS handshake after final pledgeKlemens Nanni
2021-07-13Explicitly clear TLS secrets afer handshakeKlemens Nanni
2021-07-13Revert "Remove explicit tls_handshake(3) from ircConnect"Klemens Nanni
2021-07-13FreeBSD: Avoid caph_stream_rights(3)C. McEnroe
2021-07-13Disable /exec in Kiosk mode (as documented)Klemens Nanni
2021-07-13/whois takes an optional nick argumentKlemens Nanni
2021-07-13Reword and clarify parts of the manualC. McEnroe
2021-07-13Use CS command for paramless /op and /voiceC. McEnroe
2021-07-13Condense markup for ignore/highlight formatC. McEnroe
2021-07-13Point out precedence of multiple files and flagsC. McEnroe
2021-07-13Zero out server password after sendingC. McEnroe
2021-07-13Make -o/printCert not load any files, pledge even earlierKlemens Nanni
2021-07-13Attempt to keep "security" in README accurateC. McEnroe
2021-07-13OpenBSD: merge unveil and pledge logic a bitKlemens Nanni
2021-07-13OpenBSD: unveil logs regardless of restrict modeKlemens Nanni
2021-07-02Save invited channel for /joinC. McEnroe
2021-06-28Move security to the features listC. McEnroe
2021-06-28OpenBSD: unveil the log directory specificallyC. McEnroe
2021-06-28FreeBSD: Use capsicum_helpers.hC. McEnroe
2021-06-25Set MANDIR in chrootC. McEnroe
2021-06-25FreeBSD: Limit rights on log directoryC. McEnroe
2021-06-25FreeBSD: Limit rights on save fileC. McEnroe
2021-06-25FreeBSD: Limit rights on stdio and socketC. McEnroe
2021-06-25Remove explicit tls_handshake(3) from ircConnectC. McEnroe
2021-06-25Move setting CLOEXEC on socket to ircConnectC. McEnroe
2021-06-25FreeBSD: Enter capabilities mode if restrictedC. McEnroe
2021-06-25Keep log directory open, use mkdirat(2) and openat(2)C. McEnroe