Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-06 | Never consider notices hot | C. McEnroe | |
2020-02-06 | Handle mentions | C. McEnroe | |
2020-02-06 | Route own query messages correctly | C. McEnroe | |
2020-02-06 | Send CAP END if CAP LS doesn't list anything good | C. McEnroe | |
2020-02-06 | Handle TOPIC and replies | C. McEnroe | |
2020-02-06 | Handle PART | C. McEnroe | |
2020-02-06 | Send self.join without colon | C. McEnroe | |
If someone is weird enough to use channel keys, they can -j '#foo key'. | |||
2020-02-05 | Handle ERROR | C. McEnroe | |
2020-02-05 | Save own username for message echoing | C. McEnroe | |
2020-02-05 | Align MOTD after - | C. McEnroe | |
2020-02-04 | Align join messages after nick | C. McEnroe | |
2020-02-04 | Set self.color | C. McEnroe | |
2020-02-04 | Align word wrapping with tab character | C. McEnroe | |
Also fixes handling whitespace directly after control codes. | |||
2020-02-03 | Use time_t rather than struct tm | C. McEnroe | |
2020-02-02 | Remove services TODO | C. McEnroe | |
Two goals: 1. Messages should always be routed to the same place. 2. You should be able to see your messages to *Serv and its responses together. | |||
2020-02-02 | Check queries against chanTypes | C. McEnroe | |
2020-02-02 | Save NETWORK, CHANTYPES, PREFIX from ISUPPORT | C. McEnroe | |
2020-02-02 | Handle notices and actions | C. McEnroe | |
2020-02-02 | Add extremely basid handlePrivmsg | C. McEnroe | |
2020-02-02 | Remove style string macros | C. McEnroe | |
2020-02-02 | Add idColors | C. McEnroe | |
2020-02-02 | Implement window switching and status line | C. McEnroe | |
2020-02-02 | Handle nickname errors | C. McEnroe | |
2020-02-02 | Parse time tag | C. McEnroe | |
2020-02-01 | Implement the beginnings of UI | C. McEnroe | |
It takes so much code to do anything in curses... | |||
2020-02-01 | Fix CapNames array indices | C. McEnroe | |
2020-02-01 | Blindly implement login flow | C. McEnroe | |