irc

IRC client based on c9x.me/irc client
git clone git://git.codemadness.org/irc
Log | Files | Refs | README | LICENSE

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