]> jfr.im git - irc/rqf/shadowircd.git/blob - libratbox/README
Copied libratbox and related stuff from shadowircd upstream.
[irc/rqf/shadowircd.git] / libratbox / README
1 This is libircd from ircd-ratbox. A few notes about this library:
2
3 1. Most of this code isn't anywhere near threadsafe at this point. Don't
4 hold your breath on this either.
5 2. 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.
9 3. The helper code when transmitting data between helpers, the same 512 byte
10 limit applies there as we recycle the linebuf code for this.