index
:
libirc.git
master
IRC protocol handling library
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fixed Makefile to use install instead of cp, to use ld instead of assuming, ↵
epochqwert
2019-03-12
1
-4
/
+6
|
|
|
|
and optional PREFIX override.
*
changed recv to read and stuff
epochqwert
2018-12-29
2
-14
/
+17
|
*
added ||s to link.c for what it will try to send JOIN after.
epochqwert
2016-06-11
1
-1
/
+1
|
*
added a more descriptive recv error message.
epochqwert
2016-06-03
1
-1
/
+6
|
*
makefile now actually rebuild libirc.so if libirc.c is changed.
epochqwert
2016-06-03
1
-3
/
+1
|
*
nick is now set by environment variable NICK
epochqwert
2016-05-29
1
-1
/
+3
|
*
added NICK hack to the URC side to get it working.
epochqwert
2016-05-29
1
-8
/
+7
|
*
derp
epochqwert
2016-05-29
1
-7
/
+17
|
*
updated link.c to better handle ACTIONs and made presence be notices instead ↵
epochqwert
2016-05-16
2
-13
/
+16
|
|
|
|
of PM.
*
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
2
-70
/
+99
|
|
|
|
update to link example bot to use line_cutter
*
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
3
-89
/
+38
|
*
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
|
|
|
|
or maybe eventually segserver=|OTR
*
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
|
*
added user struct to irc.h
epochqwert
2015-03-31
1
-0
/
+7
|
*
initial commit after splitting from segfault's repo.
epochqwert
2015-03-31
7
-0
/
+416