]> jfr.im git - solanum.git/blame - librb/README
rename libratbox to librb, since its pretty modified anyway
[solanum.git] / librb / README
CommitLineData
db137867
AC
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
3202e249 10 limit applies there as we recycle the linebuf code for this.