| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Search for cert and priv in config dirs | June McEnroe | 2020-02-06 | |
| | | ||||
| * | 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 /window | June McEnroe | 2020-02-05 | |
| | | ||||
| * | Add /quit | June McEnroe | 2020-02-05 | |
| | | ||||
| * | Change prompt depending on command | June McEnroe | 2020-02-05 | |
| | | ||||
| * | Save own username for message echoing | June McEnroe | 2020-02-05 | |
| | | ||||
| * | Add extremely basic editing and message sending | June McEnroe | 2020-02-05 | |
| | | ||||
| * | Split showing style codes and word wrapping | June McEnroe | 2020-02-04 | |
| | | ||||
| * | Add beginnings of input handling | June McEnroe | 2020-02-04 | |
| | | ||||
| * | Use time_t rather than struct tm | June McEnroe | 2020-02-03 | |
| | | ||||
| * | Add sequences for toggling focus/paste modes | June McEnroe | 2020-02-02 | |
| | | ||||
| * | Remove term.c in favor of more curses APIs | June McEnroe | 2020-02-02 | |
| | | ||||
| * | Use tsl/fsl capabilities for title if available | June McEnroe | 2020-02-02 | |
| | | | | | | Also manually fill them if TERM=xterm* because they really should be there. | |||
| * | Save NETWORK, CHANTYPES, PREFIX from ISUPPORT | June McEnroe | 2020-02-02 | |
| | | ||||
| * | Remove style string macros | June McEnroe | 2020-02-02 | |
| | | ||||
| * | Add idColors | June McEnroe | 2020-02-02 | |
| | | ||||
| * | Implement window switching and status line | June McEnroe | 2020-02-02 | |
| | | ||||
| * | Add color hashing function | June McEnroe | 2020-02-02 | |
| | | ||||
| * | 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. | |||
| * | Add IDs and names | June McEnroe | 2020-02-01 | |
| | | ||||
| * | Add -v flag | June McEnroe | 2020-02-01 | |
| | | ||||
| * | Blindly implement login flow | June McEnroe | 2020-02-01 | |