Simon Arlott
|
fa2367e3f3
|
librb: remove zstring
rb_zstring_serialized leaks memory while doing nothing with its
arguments... nothing is using zstring so remove it
|
2017-08-06 18:40:24 +01:00 |
|
Simon Arlott
|
4b1cce65ed
|
ircd: send tags on every message
Simplify linebuf by introducing fsnprint to manage a list of printfs.
Add a msgbuf unparse cache for send functions that loop.
|
2017-08-06 16:21:29 +01:00 |
|
Simon Arlott
|
e5c434a2df
|
librb: add rb_snprintf_try_append
For when it might fit, or it might not.
|
2017-07-30 17:04:06 +01:00 |
|
Elizabeth Myers
|
508e25a85b
|
librb: add versions of rb_strcasecmp, rb_strncasecmp, and rb_strcasestr.
The first two are POSIX but not standard (Windows has functions that act
like it, so use them), but the latter is non-standard, full stop.
|
2016-04-05 05:33:43 -05:00 |
|
Matt Ullman
|
c056dba233
|
Remove the rest of the SVN id tags
|
2016-03-23 20:13:12 -04:00 |
|
William Pitcock
|
790e4dce4e
|
librb: add rb_path_to_self(), which provides fairly reliable runtime path detection
|
2016-03-21 21:11:53 -05:00 |
|
William Pitcock
|
c83f2f5e12
|
rename libratbox to librb, since its pretty modified anyway
|
2016-03-06 02:30:20 -06:00 |
|