about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Expand)AuthorAge
* Move sandman build to scripts/MakefileJune McEnroe2022-02-12
* chroot: Factor out and add OpenBSD buildJune McEnroe2021-09-27
* Set MANDIR in chrootJune McEnroe2021-06-25
* Add support for BINDIR, fix default MANDIR, use LDADD varsJune McEnroe2021-05-04
* Rename ignore code to filterJune McEnroe2021-01-16
* Factor buffer out of uiJune McEnroe2020-09-01
* Use ldd to automatically copy libs into chrootJune McEnroe2020-07-31
* Fix path of cert.pem in chrootJune McEnroe2020-07-31
* Bump .so versions in chrootJune McEnroe2020-07-25
* Rewrite configure script for all platformsJune McEnroe2020-07-23
* Inherit PREFIX and MANDIR from env 1.0June McEnroe2020-05-27
* Don't compress man page or use configure on FreeBSDJune McEnroe2020-05-23
* Use gnu-case-range and gnu-conditional-omitted-operand extensionsJune McEnroe2020-04-03
* Add /ignore message filtering patternsJune McEnroe2020-03-31
* Add logging functionsJune McEnroe2020-03-25
* Add sandman wrapperJune McEnroe2020-02-12
* Add chroot targetJune McEnroe2020-02-11
* Factor out XDG base directory codeJune McEnroe2020-02-10
* Add install targetJune McEnroe2020-02-09
* Scan messages for URLsJune McEnroe2020-02-08
* Populate completion with commandsJune McEnroe2020-02-07
* Add simple configure scriptJune McEnroe2020-02-06
* Use getopt_config to load optionsJune McEnroe2020-02-05
* Add extremely basic editing and message sendingJune McEnroe2020-02-05
* Split showing style codes and word wrappingJune McEnroe2020-02-04
* Remove term.c in favor of more curses APIsJune McEnroe2020-02-02
* Generate tags fileJune McEnroe2020-02-01
* Implement the beginnings of UIJune McEnroe2020-02-01
* Add term stuffJune McEnroe2020-02-01
* Blindly implement login flowJune McEnroe2020-02-01
ess there is only one channel listed in the status. 2019-02-22Add /znc commandJune McEnroe Only because 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