]> jfr.im git - irc/rqf/shadowircd.git/blame - libratbox/README
Copied libratbox and related stuff from shadowircd upstream.
[irc/rqf/shadowircd.git] / libratbox / README
CommitLineData
b57f37fb
WP
1This is libircd from ircd-ratbox. A few notes about this library:
2
31. Most of this code isn't anywhere near threadsafe at this point. Don't
4 hold your breath on this either.
52. The linebuf code is designed to deal with pretty much 512 bytes per line
6 and that is it. Anything beyond that length unless in raw mode, gets
7 discard. For some non-irc purposes, this can be a problem, but for
8 ircd stuff its fine.
93. The helper code when transmitting data between helpers, the same 512 byte
94b4fbf9 10 limit applies there as we recycle the linebuf code for this.