index
:
libirc.git
master
IRC protocol handling library
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libirc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
commented out an un-needed (but possibly needed later) extern struct
epoch
2019-06-24
1
-1
/
+1
*
added an EOF check for irc_handler. fixed PONG
epoch
2019-06-08
1
-3
/
+8
*
added some dumb use of globals and made libidc do the hard part
epoch
2019-05-26
1
-95
/
+40
*
fix a warn on Linux fixed with the first line of libirc.c
epochqwert
2019-03-12
1
-1
/
+2
*
changed recv to read and stuff
epochqwert
2018-12-29
1
-7
/
+7
*
added a more descriptive recv error message.
epochqwert
2016-06-03
1
-1
/
+6
*
made a select fail not kill the whole program
epochqwert
2015-12-07
1
-2
/
+7
*
fixed up some of runem that hadn't been made for multiple fds.
epochqwert
2015-10-05
1
-22
/
+84
*
added a check that there was at least ONE fd in the fd list passed to runem
epochqwert
2015-06-21
1
-3
/
+1
*
fileno(stdios) instead of 0 and 1 used in dup2()s. thx duper.
epochqwert
2015-06-07
1
-2
/
+2
*
cleaned up some stuff in runem().
epochqwert
2015-06-05
1
-82
/
+37
*
added IPv6 and hostname support to serverConnect();
epochqwert
2015-05-21
1
-64
/
+50
*
added support for middle-man scripts, like... export segserver=|ssl_connect :)
epochqwert
2015-05-16
1
-40
/
+66
*
I don't remember.
epochqwert
2015-03-31
1
-9
/
+1
*
took the struct out of libirc.c and make it include irc.h
epochqwert
2015-03-31
1
-6
/
+1
*
initial commit after splitting from segfault's repo.
epochqwert
2015-03-31
1
-0
/
+261