aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace chain of if statements with &&HEADmasterRunxi Yu2024-06-191-11/+14
* Use the Linux code styleRunxi Yu2024-06-191-101/+81
* Makefile: CC0-1.0, and note to stop using GCC extensionsRunxi Yu2024-06-191-0/+3
* irc.c: Add top comments and adjust default variablesRunxi Yu2024-06-191-3/+10
* LICENSE: CC0-1.0Runxi Yu2024-06-191-0/+122
* README: fork initRunxi Yu2024-06-191-4/+6
* eye candyQuentin Carbonneaux2024-04-121-2/+2
* ping the server regularlyQuentin Carbonneaux2024-04-121-1/+12
* use LDLIBS instead of LDFLAGSQuentin Carbonneaux2023-02-021-1/+1
* install/uninstall targetsthebenraskin2021-03-021-0/+10
* update READMEQuentin Carbonneaux2017-06-131-34/+12
* default nick to userQuentin Carbonneaux2017-01-221-2/+4
* use terminal colors for main windowQuentin Carbonneaux2017-01-191-0/+1
* get rid of spurious continueQuentin Carbonneaux2017-01-191-1/+0
* tentative reconnection supportQuentin Carbonneaux2017-01-191-51/+94
* style nitQuentin Carbonneaux2017-01-181-1/+0
* oops, unguarded ssl stuff segfaultsQuentin Carbonneaux2017-01-181-4/+7
* more glorious feature macrosQuentin Carbonneaux2017-01-181-1/+1
* ssl support, thanks xcko shrdlu!Quentin Carbonneaux2017-01-182-15/+44
* add PASS supportHiltjo Posthuma2017-01-181-1/+4
* privmsg support, thanks Evil_Bob!Quentin Carbonneaux2017-01-181-6/+17
* ctrl-w deletes one wordxcko shrdlu2016-11-211-0/+12
* minor tweaks for compiler warningsQuentin Carbonneaux2016-11-213-3/+2
* allow ctrl-h as backspacexcko shrdlu2016-11-061-0/+1
* add ipv6 support, thanks Evil_BobQuentin Carbonneaux2016-08-091-21/+25
* this is horrible, build on openbsdQuentin Carbonneaux2016-05-071-1/+1
* do not print non-printable charactersQuentin Carbonneaux2016-05-041-7/+11
* support in-channel unicodeQuentin Carbonneaux2016-05-042-13/+96
* remove meaningless logic, handle tiny screensQuentin Carbonneaux2016-05-031-13/+5
* do not panicQuentin Carbonneaux2016-05-031-2/+0
* style changeQuentin Carbonneaux2016-05-031-219/+282
* Adjust indent.Quentin Carbonneaux2016-04-281-1/+1
* Add nickname and new message indicator.Hiltjo Posthuma2016-04-271-8/+20
* Highlight nickname by prefixing message with >.Hiltjo Posthuma2016-04-272-4/+8
* Allow logging to a file with -l logfile.Hiltjo Posthuma2016-04-271-4/+22
* Sanitize Makefile.Quentin Carbonneaux2016-04-271-4/+9
* Get rid of com line.Quentin Carbonneaux2016-04-271-2/+0
* Add Makefile.Hiltjo Posthuma2016-04-271-0/+6
* Add README.Quentin Carbonneaux2016-04-271-0/+42
* Redefine CTRL macro, make it build on OpenBSD.Hiltjo Posthuma2016-04-271-0/+3
* Cosmetic changes in pushl.Quentin Carbonneaux2015-04-031-9/+8
* Add clean output for long lines.Quentin Carbonneaux2015-04-021-6/+30
* Added option parsing.Quentin Carbonneaux2012-03-251-7/+35
* Fix uparse to deal explicitely with empty lines.Quentin Carbonneaux2012-03-171-1/+1
* Zero all the hints before calling getaddrinfo.Quentin Carbonneaux2012-03-151-2/+1
* Removed a useless reminiscent from the past.Quentin Carbonneaux2012-03-151-1/+0
* Cosmetic modifications.Quentin Carbonneaux2012-03-151-15/+20
* Display joined channels in status bar.Quentin Carbonneaux2012-03-141-4/+33
* Heavy surgery on tgetch.Quentin Carbonneaux2012-03-121-20/+42
* Test the result of ioctl (TIOCGWINSZ).Quentin Carbonneaux2012-03-111-1/+2