Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't compress man page or use configure on FreeBSD | June McEnroe | 2020-05-23 |
| | | | | Also use DESTDIR in install. | ||
* | Use gnu-case-range and gnu-conditional-omitted-operand extensions | June McEnroe | 2020-04-03 |
| | | | | | I'm sad to do this but I just can't stand writing (foo ? foo : bar) anymore. | ||
* | Add /ignore message filtering patterns | June McEnroe | 2020-03-31 |
| | |||
* | Add logging functions | June McEnroe | 2020-03-25 |
| | | | | The mkdir dance is a bit awkward... | ||
* | Add sandman wrapper | June McEnroe | 2020-02-12 |
| | |||
* | Add chroot target | June McEnroe | 2020-02-11 |
| | |||
* | Factor out XDG base directory code | June McEnroe | 2020-02-10 |
| | | | | | And add warnings to configOpen, since that's the only way to be accurate if a weird error occurs. | ||
* | Add install target | June McEnroe | 2020-02-09 |
| | |||
* | Scan messages for URLs | June McEnroe | 2020-02-08 |
| | |||
* | Populate completion with commands | June McEnroe | 2020-02-07 |
| | |||
* | Add simple configure script | June McEnroe | 2020-02-06 |
| | | | | | Mostly motivated by wanting to build with the ncurses in pkgsrc because it supports italics. | ||
* | Use getopt_config to load options | June McEnroe | 2020-02-05 |
| | | | | I'm really getting a lot of use out of this config.c huh. | ||
* | Add extremely basic editing and message sending | June McEnroe | 2020-02-05 |
| | |||
* | Split showing style codes and word wrapping | June McEnroe | 2020-02-04 |
| | |||
* | Remove term.c in favor of more curses APIs | June McEnroe | 2020-02-02 |
| | |||
* | Generate tags file | June McEnroe | 2020-02-01 |
| | |||
* | Implement the beginnings of UI | June McEnroe | 2020-02-01 |
| | | | | It takes so much code to do anything in curses... | ||
* | Add term stuff | June McEnroe | 2020-02-01 |
| | | | | | Copied almost verbatim from existing catgirl... I think I did a better job on that state machine this time tbh. | ||
* | Blindly implement login flow | June McEnroe | 2020-02-01 |