about summary refs log tree commit diff
path: root/handle.c (unfollow)
Commit message (Expand)Author
2021-11-22Support custom pkg-config executable namesAlyssa Ross
2021-11-19Cycle between adding colon suffix and not in tab completeJune McEnroe
2021-11-16Make the /ops response more flavourfulJune McEnroe
2021-11-10Handle RPL_WHOISSPECIALJune McEnroe
2021-10-28Parse IRC formatting in timestamp stringJune McEnroe
2021-10-26Fix strptime decode for musl libcpsykose
2021-10-17Increment replies for list modes with /modeJune McEnroe
2021-10-16Import refactored xdg.c from pounceJune McEnroe
2021-09-27chroot: Factor out and add OpenBSD buildJune McEnroe
2021-09-20Request znc.in/self-message if availableJune McEnroe
2021-09-09Correct handling of colons in SASL PLAINJune McEnroe
2021-08-26Match id names case-insensitivelyJune McEnroe
2021-08-25Remove trailing tabJune McEnroe
2021-08-15Handle tags without values 1.9aJune McEnroe
2021-08-09Fix missing include for flock(2)June McEnroe
2021-08-09Silence maybe uninitialized warningJune McEnroe
2021-07-26Use (bright) red for \com text macro 1.9June McEnroe
2021-07-20chroot: Avoid passing paths to -sJune McEnroe
2021-07-20FreeBSD: Revert caph_enter(3) call to cap_enter(2)June McEnroe
2021-07-20Don't apply uiThreshold to Network and DebugJune 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 mainJune McEnroe
2021-07-13Move all UI initialization togetherJune 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)June 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 manualJune McEnroe
2021-07-13Use CS command for paramless /op and /voiceJune McEnroe
2021-07-13Condense markup for ignore/highlight formatJune McEnroe
2021-07-13Point out precedence of multiple files and flagsJune McEnroe
2021-07-13Zero out server password after sendingJune McEnroe
2021-07-13Make -o/printCert not load any files, pledge even earlierKlemens Nanni
2021-07-13Attempt to keep "security" in README accurateJune 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 /joinJune McEnroe
2021-06-28Move security to the features listJune McEnroe
2021-06-28OpenBSD: unveil the log directory specificallyJune McEnroe
2021-06-28FreeBSD: Use capsicum_helpers.hJune McEnroe
2021-06-25Set MANDIR in chrootJune McEnroe
2021-06-25FreeBSD: Limit rights on log directoryJune McEnroe
2021-06-25FreeBSD: Limit rights on save fileJune McEnroe
2021-06-25FreeBSD: Limit rights on stdio and socketJune McEnroe
2021-06-25Remove explicit tls_handshake(3) from ircConnectJune McEnroe
2021-06-25Move setting CLOEXEC on socket to ircConnectJune McEnroe
cause ZNC tells you to use it and expects it to work. 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe