Age | Commit message (Expand) | Author |
2020-08-04 | Say "OpenSSL" in additional permission notices | C. McEnroe |
2020-06-24 | Bump ParamCap to 254 | C. McEnroe |
2020-06-08 | Add additional permission for linking with LibreSSL | C. McEnroe |
2020-05-18 | Revert "Send blank line after 10 minutes idle" | C. McEnroe |
2020-04-02 | Use a for loop for getopt | C. McEnroe |
2020-04-02 | Generate short option string with a loop | C. McEnroe |
2020-03-31 | Add /ignore message filtering patterns | C. McEnroe |
2020-03-30 | Replace some declaration; while loops with for loops | C. McEnroe |
2020-03-30 | Add text macros | C. McEnroe |
2020-03-25 | Add logging functions | C. McEnroe |
2020-03-23 | Assume worst case for unknown user and host in splitMessage | C. McEnroe |
2020-03-17 | Send blank line after 10 minutes idle | C. McEnroe |
2020-02-16 | Various small cleanups | C. McEnroe |
2020-02-15 | Set defaults for various types of modes | C. McEnroe |
2020-02-15 | Replace small integers in size_t with uint | C. McEnroe |
2020-02-15 | Separate network info from self | C. McEnroe |
2020-02-13 | Add /exec | C. McEnroe |
2020-02-13 | Rename procPipe to utilPipe | C. McEnroe |
2020-02-13 | Add -g for generating certificates | C. McEnroe |
2020-02-13 | Explicitly close the TLS connection | C. McEnroe |
2020-02-12 | Add -N flag for notifications | C. McEnroe |
2020-02-13 | Implement source address selection | multiplexd |
2020-02-12 | Allow for arguments to open/copy utilities | C. McEnroe |
2020-02-11 | Add -R restricted flag | C. McEnroe |
2020-02-11 | Add startup GPLv3 note and URL | C. McEnroe |
2020-02-11 | Set self.nick to * initially | C. McEnroe |
2020-02-10 | Synthesize a QUIT message to handle on exit | C. McEnroe |
2020-02-10 | Factor out XDG base directory code | C. McEnroe |
2020-02-10 | Add -s to save and load buffers | C. McEnroe |
2020-02-10 | Add -H | C. McEnroe |
2020-02-09 | Add /help | C. McEnroe |
2020-02-08 | Add /copy | C. McEnroe |
2020-02-08 | Allow overriding the /open utility | C. McEnroe |
2020-02-08 | Set FDs CLOEXEC | C. McEnroe |
2020-02-08 | Add procPipe for subprocesses | C. McEnroe |
2020-02-08 | Handle SIGCHLD | C. McEnroe |
2020-02-08 | Check signals after file descriptors | C. McEnroe |
2020-02-07 | Populate completion with commands | C. McEnroe |
2020-02-06 | Search for cert and priv in config dirs | C. McEnroe |
2020-02-05 | Handle errors from getopt | C. McEnroe |
2020-02-05 | Use getopt_config to load options | C. McEnroe |
2020-02-05 | Add /quit | C. McEnroe |
2020-02-05 | Fix SIGWINCH handling | C. McEnroe |
2020-02-05 | Reflow text on window resize | C. McEnroe |
2020-02-04 | Split showing style codes and word wrapping | C. McEnroe |
2020-02-04 | Only check revents if nfds > 0 | C. McEnroe |
2020-02-04 | Handle signals in poll loop | C. McEnroe |
2020-02-04 | Add beginnings of input handling | C. McEnroe |
2020-02-02 | Save NETWORK, CHANTYPES, PREFIX from ISUPPORT | C. McEnroe |
2020-02-02 | Add idColors | C. McEnroe |