Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-27 | Make copyright headers consistent | Curtis McEnroe | |
2019-02-25 | Move nick and tag coloring to color.c | Curtis McEnroe | |
2018-09-14 | Remove word handling from formatParse | Curtis McEnroe | |
2018-09-14 | Apply consecutive formatting codes at once | Curtis McEnroe | |
Fixes the failing splits test. | |||
2018-09-14 | Add tests for formatParse | Curtis McEnroe | |
With one currently failing so you know they're worth it. | |||
2018-09-13 | Move color selection to format.c | Curtis McEnroe | |
2018-09-13 | Fix len for format->split at end of string | Curtis McEnroe | |
2018-09-13 | Add IRCDefault to colors enum | Curtis McEnroe | |
2018-09-13 | Return a format->split even at the end of the string | Curtis McEnroe | |
2018-09-12 | Use formatParse split to position input cursor | Curtis McEnroe | |
2018-09-12 | Factor out IRC formatting parsing | Curtis McEnroe | |