summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Expand)AuthorAge
* Factor out IRC formatting parsingJune McEnroe2018-09-12
* Depend on man.sh for chroot.tar targetJune McEnroe2018-09-10
* Install man page in chrootJune McEnroe2018-09-10
* Install man pageJune McEnroe2018-09-10
* Move event loop to event.cJune McEnroe2018-09-06
* Add uninstall targetJune McEnroe2018-08-20
* Add install targetJune McEnroe2018-08-20
* Name project chatteJune McEnroe2018-08-20
* Add loggingJune McEnroe2018-08-17
* Improve configuration of MakefileJune McEnroe2018-08-13
* Add term.c for extra terminal featuresJune McEnroe2018-08-11
* Become multi-channelJune McEnroe2018-08-10
* Add URL detection, listing and openingJune McEnroe2018-08-09
* Add Homebrew LibreSSL paths to MakefileJune McEnroe2018-08-08
* Factor out line editing to edit.cJune McEnroe2018-08-08
* Populate tab-complete listJune McEnroe2018-08-07
* Use wchar_t strings for all of UIJune McEnroe2018-08-06
* Rename client to ircJune McEnroe2018-08-04
* Copy /usr/share/locale into chrootJune McEnroe2018-08-04
* Add libedit to chrootJune McEnroe2018-08-04
* Split source into several filesJune McEnroe2018-08-04
* Link with -lcurseswJune McEnroe2018-08-03
* Add chroot.tar targetJune McEnroe2018-08-02
* Start IRC clientJune McEnroe2018-08-02
096e0f6178fc9cb8b1679072e75cf7a3e1e&follow=1'>Don't print timestamps for blank lines in bufferListJune McEnroe 2021-01-25Do not copy time to wrapped linesJune McEnroe 2021-01-25Add protocol coverage to non-features listJune McEnroe 2021-01-25Move mention of pledge(2) and unveil(2) to READMEJune McEnroe 2021-01-23Preserve order of filters when removingJune McEnroe 2021-01-23Fix /unignore commandJune McEnroe 2021-01-23Remove use of "%n" to appease de RaadtJune McEnroe 2021-01-23Drop filesystem access iff possibleKlemens Nanni 2021-01-23Drop exec capability iff restrictedKlemens Nanni 2021-01-23Drop network capability after ircConnect()Klemens Nanni 2021-01-23Call pledge(2) after unveil(2)Klemens Nanni 2021-01-23Separate kiosk mode from restrict modeJune McEnroe 2021-01-21Simplify windowUpdate loops and factor out windowTopJune McEnroe 2021-01-21Document that M-l shows timestampsJune McEnroe 2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien 2021-01-19Use Warm heat for manually inserted blank linesJune McEnroe 2021-01-18Add example tmux(1) configKlemens Nanni 2021-01-17Use Warm heat for blank linesJune McEnroe 2021-01-16Add -I highlight option and /highlightJune McEnroemore likely to be 64-bit than size_t anyway, and it eliminates some helper functions. Also don't error when reading an empty save file. 2020-02-11Set self.nick to * initiallyJune McEnroe Allows removing a bunch of checks that self.nick is set, and it's what the server usually calls you before registration. Never highlight notices as mentions. 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe