aboutsummaryrefslogtreecommitdiff
path: root/irc.c (follow)
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
* irc.c: Add top comments and adjust default variablesRunxi Yu2024-06-191-3/+10
* eye candyQuentin Carbonneaux2024-04-121-2/+2
* ping the server regularlyQuentin Carbonneaux2024-04-121-1/+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
* ssl support, thanks xcko shrdlu!Quentin Carbonneaux2017-01-181-14/+43
* 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-211-1/+1
* allow ctrl-h as backspacexcko shrdlu2016-11-061-0/+1
* add ipv6 support, thanks Evil_BobQuentin Carbonneaux2016-08-091-21/+25
* do not print non-printable charactersQuentin Carbonneaux2016-05-041-7/+11
* support in-channel unicodeQuentin Carbonneaux2016-05-041-12/+95
* 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-271-3/+7
* Allow logging to a file with -l logfile.Hiltjo Posthuma2016-04-271-4/+22
* Get rid of com line.Quentin Carbonneaux2016-04-271-2/+0
* 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
* Cosmetic modifications.Quentin Carbonneaux2012-03-111-13/+12
* Use ioctl to retreive screen's size in tresize.Quentin Carbonneaux2012-03-111-3/+8
* Handle terminal resizes.Quentin Carbonneaux2012-03-111-8/+26
* Fixed the 'r' command.Quentin Carbonneaux2012-03-101-1/+2
* Factoring of pushf and pushm, plus minor changes.Quentin Carbonneaux2012-03-101-37/+33
* Initial import in Git.Quentin Carbonneaux2012-03-101-0/+520