summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* check that a line handler hasn't changed whether we need to keep processing ↵epoch2020-03-281-0/+4
| | | | lines
* fixed up support for files that need to be rechecked because of EOFing and ↵epoch2020-01-301-5/+15
| | | | set to not close.
* lol. forgot the stdio header to get FILE typeepoch2020-01-301-0/+1
|
* figured out what to do with files that reach EOF but want to be kept open ↵epoch2020-01-091-22/+28
| | | | without burning the CPU a shitload
* added eof flag for file descriptorsepoch2020-01-091-0/+1
|
* added READMEepoch2019-10-291-0/+1
|
* added double inclusion protection to idc.h. I know there's a real name for ↵epoch2019-07-011-0/+4
| | | | those things... oh well.
* testing out select without readingepoch2019-06-241-4/+4
|
* renamed the global struct to something less conflictyepoch2019-06-243-70/+70
|
* fixed PONGepoch2019-06-081-1/+1
|
* added an exit condition if no fds are needing to be checkedepoch2019-06-081-4/+12
|
* call line_handler with NULL pointer for EOFepoch2019-05-311-6/+10
|
* ircify now sends the first arg as nick. also renamed a couple functions.epoch2019-05-261-8/+12
|
* made install target install ircifyepoch2019-05-261-0/+1
|
* oh god. way too much shit. no good way to break down the commits while ↵epoch2019-05-261-14/+68
| | | | working on it because I tried a lot of stuff that got changed back and forth.
* added two flags to shit structepoch2019-05-261-0/+3
|
* added example usage of ircify as a rot13 botepoch2019-05-262-0/+7
|
* forgot to change an include to idc.h instead of line.hepoch2019-05-191-1/+1
|
* fixed makefile to build ircify without needing to make install firstepoch2019-05-191-1/+1
|
* forgot gitignoreepoch2019-05-191-2/+2
|
* renamed everything to idc from line.epoch2019-05-194-17/+29
|
* it works but it is NOT prettyepoch2019-05-195-0/+342