Age | Commit message (Expand) | Author |
2021-06-11 | Open save file with "a+" | C. McEnroe |
2021-06-11 | OpenBSD: Drop now unneeded file system access for save file | Klemens Nanni |
2021-06-11 | Open save file once in uiLoad() and keep it open until uiSave() | Klemens Nanni |
2021-06-11 | Rename file to saveFile | Klemens Nanni |
2021-06-11 | OpenBSD: Hoist loading save file to drop filesystem read-access | Klemens Nanni |
2021-06-11 | Match gemini URLs | C. McEnroe |
2021-06-10 | Avoid trailing comma in whois channels lists | C. McEnroe |
2021-06-10 | Move unveilAll back into main | C. McEnroe |
2021-06-10 | Only explicitly load the default CA file on OpenBSD | C. McEnroe |
2021-06-10 | OpenBSD: Drop now unneeded promise from initial pledge | Klemens Nanni |
2021-06-10 | OpenBSD: Remove now obsolete unveil code | Klemens Nanni |
2021-06-10 | Hoist loading default root certificates into ircConfig() | Klemens Nanni |
2021-06-09 | Avoid creating out-of-bounds pointer when checking for seprintf truncation | Michael Forney |
2021-06-09 | Remove catf | C. McEnroe |
2021-06-09 | Replace catf with seprintf | C. McEnroe |
2021-06-09 | Add seprintf | C. McEnroe |
2021-06-09 | OpenBSD: pledge minimum promises from the start | Klemens Nanni |
2021-06-09 | OpenBSD: unveil after ncurses(3) init to support TERMINFO | Klemens Nanni |
2021-06-09 | OpenBSD: hoist -o/printCert code to simplify | Klemens Nanni |
2021-06-06 | Pad kiosk username with zero, not space | C. McEnroe |
2021-06-06 | OpenBSD: unveil XDG directories only when needed | Klemens Nanni |
2021-06-05 | Nickname defaults to system's username not IRC username | Klemens Nanni |
2021-06-05 | Avoid writing past the end of the status bar | Michael Forney |
2021-05-28 | List windows with /window 1.8 | C. McEnroe |
2021-05-28 | Improve missing param behavior for /msg, /whois, /ns, /cs | C. McEnroe |
2021-05-28 | Use | for /window | /num command | C. McEnroe |
2021-05-28 | Prefix = for options with No in manual | C. McEnroe |
2021-05-27 | Tag config options in manual | Klemens Nanni |
2021-05-27 | Document channel key parameters | C. McEnroe |
2021-05-27 | Set username from SSH_CLIENT in chroot | C. McEnroe |
2021-05-27 | Hash the username in kiosk mode | C. McEnroe |
2021-05-27 | Log nick and ssh connection in chroot-prompt | C. McEnroe |
2021-05-25 | Clarify -H hash option | C. McEnroe |
2021-05-25 | Use reverse video not colors for topic change when disabled | Klemens Nanni |
2021-05-25 | Use color enum instead of hardcoded value | Klemens Nanni |
2021-05-20 | Don't require 4 parameters to ERR_USERONCHANNEL | C. McEnroe |
2021-05-19 | Replace freenode with tilde.chat | C. McEnroe |
2021-05-04 | Remove no longer needed advice about mandir | C. McEnroe |
2021-05-04 | Ignore messages in reply to previously ignored messages | C. McEnroe |
2021-05-04 | Add support for BINDIR, fix default MANDIR, use LDADD vars | C. McEnroe |
2021-04-27 | Reset formatting after realnames | C. McEnroe |
2021-04-16 | Set id color from completion in /msg | C. McEnroe |
2021-04-16 | Always show 341 RPL_INVITING | C. McEnroe |
2021-04-02 | Skip STATUSMSG prefixes | C. McEnroe |
2021-03-18 | Fix README typo 1.7 | C. McEnroe |
2021-03-17 | Add C-z keys for directly inserting most color codes | C. McEnroe |
2021-03-17 | Reset style after newline in input | C. McEnroe |
2021-03-17 | Show where too-long-messages will be automatically split | C. McEnroe |
2021-03-14 | Allow multi-line /me and split long /me messages | C. McEnroe |
2021-03-13 | Refer to glob(7) not sh(1) | Klemens Nanni |