2020-07-25 11:00 | update README | Hiltjo Posthuma | 2 | +10 | -6 |
2017-07-31 16:28 | dial: freeaddrinfo on failure on reconnect | Hiltjo Posthuma | 1 | +19 | -9 |
2017-06-09 14:18 | add LICENSE for clarity: public domain | Hiltjo Posthuma | 1 | +1 | -0 |
2017-06-08 19:19 | fix crash on reconnect: loosen pledge(2) for reconnect | Hiltjo Posthuma | 1 | +0 | -4 |
2017-05-26 11:12 | use libtls, remove raw OpenSSL code | Hiltjo Posthuma | 2 | +14 | -22 |
2017-05-26 11:07 | align nicknames to the right | Hiltjo Posthuma | 1 | +2 | -2 |
2017-05-26 11:05 | OpenBSD pledge(2) | Hiltjo Posthuma | 1 | +18 | -0 |
2017-05-26 11:00 | use / as prefix for commands | Hiltjo Posthuma | 1 | +2 | -4 |
2017-01-23 01:47 | default nick to user | Quentin Carbonneaux | 1 | +4 | -2 |
2017-01-19 16:39 | use terminal colors for main window | Quentin Carbonneaux | 1 | +1 | -0 |
2017-01-19 16:26 | get rid of spurious continue | Quentin Carbonneaux | 1 | +0 | -1 |
2017-01-19 16:10 | tentative reconnection support | Quentin Carbonneaux | 1 | +94 | -51 |
2017-01-18 23:00 | style nit | Quentin Carbonneaux | 1 | +0 | -1 |
2017-01-18 22:53 | oops, unguarded ssl stuff segfaults | Quentin Carbonneaux | 1 | +7 | -4 |
2017-01-18 22:50 | more glorious feature macros | Quentin Carbonneaux | 1 | +1 | -1 |
2017-01-18 22:39 | ssl support, thanks xcko shrdlu! | Quentin Carbonneaux | 2 | +44 | -15 |
2016-06-09 18:54 | add PASS support | Hiltjo Posthuma | 1 | +4 | -1 |
2017-01-18 20:12 | privmsg support, thanks Evil_Bob! | Quentin Carbonneaux | 1 | +17 | -6 |
2016-11-13 07:39 | ctrl-w deletes one word | xcko shrdlu | 1 | +12 | -0 |
2016-11-21 21:27 | minor tweaks for compiler warnings | Quentin Carbonneaux | 3 | +2 | -3 |
2016-11-06 08:47 | allow ctrl-h as backspace | xcko shrdlu | 1 | +1 | -0 |
2016-08-09 23:35 | add ipv6 support, thanks Evil_Bob | Quentin Carbonneaux | 1 | +25 | -21 |
2016-05-07 14:04 | this is horrible, build on openbsd | Quentin Carbonneaux | 1 | +1 | -1 |
2016-05-05 02:41 | do not print non-printable characters | Quentin Carbonneaux | 1 | +11 | -7 |
2016-05-05 02:17 | support in-channel unicode | Quentin Carbonneaux | 2 | +96 | -13 |
2016-05-04 01:54 | remove meaningless logic, handle tiny screens | Quentin Carbonneaux | 1 | +5 | -13 |
2016-05-04 01:32 | do not panic | Quentin Carbonneaux | 1 | +0 | -2 |
2016-05-04 01:31 | style change | Quentin Carbonneaux | 1 | +282 | -219 |
2016-04-28 00:57 | Adjust indent. | Quentin Carbonneaux | 1 | +1 | -1 |
2016-04-24 16:32 | Add nickname and new message indicator. | Hiltjo Posthuma | 1 | +20 | -8 |
2016-04-24 14:29 | Highlight nickname by prefixing message with >. | Hiltjo Posthuma | 2 | +8 | -4 |
2016-04-24 13:59 | Allow logging to a file with -l logfile. | Hiltjo Posthuma | 1 | +22 | -4 |
2016-04-27 15:27 | Sanitize Makefile. | Quentin Carbonneaux | 1 | +9 | -4 |
2016-04-27 15:23 | Get rid of com line. | Quentin Carbonneaux | 1 | +0 | -2 |
2016-04-24 13:05 | Add Makefile. | Hiltjo Posthuma | 1 | +6 | -0 |
2016-04-27 15:22 | Add README. | Quentin Carbonneaux | 1 | +42 | -0 |
2016-04-24 13:04 | Redefine CTRL macro, make it build on OpenBSD. | Hiltjo Posthuma | 1 | +3 | -0 |
2015-04-03 03:03 | Cosmetic changes in pushl. | Quentin Carbonneaux | 1 | +8 | -9 |
2015-04-02 22:47 | Add clean output for long lines. | Quentin Carbonneaux | 1 | +30 | -6 |
2012-03-25 08:41 | Added option parsing. | Quentin Carbonneaux | 1 | +35 | -7 |
2012-03-17 21:37 | Fix uparse to deal explicitely with empty lines. | Quentin Carbonneaux | 1 | +1 | -1 |
2012-03-14 23:42 | Zero all the hints before calling getaddrinfo. | Quentin Carbonneaux | 1 | +1 | -2 |
2012-03-14 23:18 | Removed a useless reminiscent from the past. | Quentin Carbonneaux | 1 | +0 | -1 |
2012-03-14 23:03 | Cosmetic modifications. | Quentin Carbonneaux | 1 | +20 | -15 |
2012-03-14 22:46 | Display joined channels in status bar. | Quentin Carbonneaux | 1 | +33 | -4 |
2012-03-12 08:40 | Heavy surgery on tgetch. | Quentin Carbonneaux | 1 | +42 | -20 |
2012-03-11 22:54 | Test the result of ioctl (TIOCGWINSZ). | Quentin Carbonneaux | 1 | +2 | -1 |
2012-03-11 22:46 | Cosmetic modifications. | Quentin Carbonneaux | 1 | +12 | -13 |
2012-03-11 22:10 | Use ioctl to retreive screen's size in tresize. | Quentin Carbonneaux | 1 | +8 | -3 |
2012-03-11 21:03 | Handle terminal resizes. | Quentin Carbonneaux | 1 | +26 | -8 |
2012-03-10 16:13 | Fixed the 'r' command. | Quentin Carbonneaux | 1 | +2 | -1 |
2012-03-10 16:01 | Factoring of pushf and pushm, plus minor changes. | Quentin Carbonneaux | 1 | +33 | -37 |
2012-03-10 12:23 | Initial import in Git. | Quentin Carbonneaux | 3 | +524 | -0 |