Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace chain of if statements with &&HEADmaster | Runxi Yu | 2024-06-19 | 1 | -11/+14 |
* | Use the Linux code style | Runxi Yu | 2024-06-19 | 1 | -101/+81 |
* | Makefile: CC0-1.0, and note to stop using GCC extensions | Runxi Yu | 2024-06-19 | 1 | -0/+3 |
* | irc.c: Add top comments and adjust default variables | Runxi Yu | 2024-06-19 | 1 | -3/+10 |
* | LICENSE: CC0-1.0 | Runxi Yu | 2024-06-19 | 1 | -0/+122 |
* | README: fork init | Runxi Yu | 2024-06-19 | 1 | -4/+6 |
* | eye candy | Quentin Carbonneaux | 2024-04-12 | 1 | -2/+2 |
* | ping the server regularly | Quentin Carbonneaux | 2024-04-12 | 1 | -1/+12 |
* | use LDLIBS instead of LDFLAGS | Quentin Carbonneaux | 2023-02-02 | 1 | -1/+1 |
* | install/uninstall targets | thebenraskin | 2021-03-02 | 1 | -0/+10 |
* | update README | Quentin Carbonneaux | 2017-06-13 | 1 | -34/+12 |
* | default nick to user | Quentin Carbonneaux | 2017-01-22 | 1 | -2/+4 |
* | use terminal colors for main window | Quentin Carbonneaux | 2017-01-19 | 1 | -0/+1 |
* | get rid of spurious continue | Quentin Carbonneaux | 2017-01-19 | 1 | -1/+0 |
* | tentative reconnection support | Quentin Carbonneaux | 2017-01-19 | 1 | -51/+94 |
* | style nit | Quentin Carbonneaux | 2017-01-18 | 1 | -1/+0 |
* | oops, unguarded ssl stuff segfaults | Quentin Carbonneaux | 2017-01-18 | 1 | -4/+7 |
* | more glorious feature macros | Quentin Carbonneaux | 2017-01-18 | 1 | -1/+1 |
* | ssl support, thanks xcko shrdlu! | Quentin Carbonneaux | 2017-01-18 | 2 | -15/+44 |
* | add PASS support | Hiltjo Posthuma | 2017-01-18 | 1 | -1/+4 |
* | privmsg support, thanks Evil_Bob! | Quentin Carbonneaux | 2017-01-18 | 1 | -6/+17 |
* | ctrl-w deletes one word | xcko shrdlu | 2016-11-21 | 1 | -0/+12 |
* | minor tweaks for compiler warnings | Quentin Carbonneaux | 2016-11-21 | 3 | -3/+2 |
* | allow ctrl-h as backspace | xcko shrdlu | 2016-11-06 | 1 | -0/+1 |
* | add ipv6 support, thanks Evil_Bob | Quentin Carbonneaux | 2016-08-09 | 1 | -21/+25 |
* | this is horrible, build on openbsd | Quentin Carbonneaux | 2016-05-07 | 1 | -1/+1 |
* | do not print non-printable characters | Quentin Carbonneaux | 2016-05-04 | 1 | -7/+11 |
* | support in-channel unicode | Quentin Carbonneaux | 2016-05-04 | 2 | -13/+96 |
* | remove meaningless logic, handle tiny screens | Quentin Carbonneaux | 2016-05-03 | 1 | -13/+5 |
* | do not panic | Quentin Carbonneaux | 2016-05-03 | 1 | -2/+0 |
* | style change | Quentin Carbonneaux | 2016-05-03 | 1 | -219/+282 |
* | Adjust indent. | Quentin Carbonneaux | 2016-04-28 | 1 | -1/+1 |
* | Add nickname and new message indicator. | Hiltjo Posthuma | 2016-04-27 | 1 | -8/+20 |
* | Highlight nickname by prefixing message with >. | Hiltjo Posthuma | 2016-04-27 | 2 | -4/+8 |
* | Allow logging to a file with -l logfile. | Hiltjo Posthuma | 2016-04-27 | 1 | -4/+22 |
* | Sanitize Makefile. | Quentin Carbonneaux | 2016-04-27 | 1 | -4/+9 |
* | Get rid of com line. | Quentin Carbonneaux | 2016-04-27 | 1 | -2/+0 |
* | Add Makefile. | Hiltjo Posthuma | 2016-04-27 | 1 | -0/+6 |
* | Add README. | Quentin Carbonneaux | 2016-04-27 | 1 | -0/+42 |
* | Redefine CTRL macro, make it build on OpenBSD. | Hiltjo Posthuma | 2016-04-27 | 1 | -0/+3 |
* | Cosmetic changes in pushl. | Quentin Carbonneaux | 2015-04-03 | 1 | -9/+8 |
* | Add clean output for long lines. | Quentin Carbonneaux | 2015-04-02 | 1 | -6/+30 |
* | Added option parsing. | Quentin Carbonneaux | 2012-03-25 | 1 | -7/+35 |
* | Fix uparse to deal explicitely with empty lines. | Quentin Carbonneaux | 2012-03-17 | 1 | -1/+1 |
* | Zero all the hints before calling getaddrinfo. | Quentin Carbonneaux | 2012-03-15 | 1 | -2/+1 |
* | Removed a useless reminiscent from the past. | Quentin Carbonneaux | 2012-03-15 | 1 | -1/+0 |
* | Cosmetic modifications. | Quentin Carbonneaux | 2012-03-15 | 1 | -15/+20 |
* | Display joined channels in status bar. | Quentin Carbonneaux | 2012-03-14 | 1 | -4/+33 |
* | Heavy surgery on tgetch. | Quentin Carbonneaux | 2012-03-12 | 1 | -20/+42 |
* | Test the result of ioctl (TIOCGWINSZ). | Quentin Carbonneaux | 2012-03-11 | 1 | -1/+2 |