aboutsummaryrefslogtreecommitdiffstats
path: root/libathemecore/string.c
Commit message (Expand)AuthorAgeFilesLines
* libathemecore/function.c/validtopic and libathemecore/string.c/strip_ctrl sho...Gravatar Ben C2016-03-281-0/+1
* alis: Strip mirc colour/control codes from topics.•••The expectation is that ircd will do the same with /list and that ircd may then allow colours in topics without making channel listings ugly. Alternatively, ircd may disallow colours in topics entirely and this change will have no effect. Gravatar Jilles Tjoelker2012-04-291-0/+40
* Remove broken inet_ntop() stub, mowgli has a better one on Windows.Gravatar William Pitcock2012-03-231-25/+0
* Add strcasestr() for systems which lack it.Gravatar William Pitcock2012-02-191-0/+62
* Fix up inet_ntop() wannabe.Gravatar William Pitcock2012-02-191-1/+11
* libathemecore: add an ipv4-only inet_ntop() stub for OSes which lack itGravatar William Pitcock2012-02-191-0/+15
* Add strtok_r() wrapper for platforms which lack strtok_r().Gravatar William Pitcock2012-02-191-0/+84
* libathemecore: remove strlcpy()/strlcat() stubsGravatar William Pitcock2011-08-301-33/+0
* Make the Atheme core a library and add a stub for the services executable.Gravatar William Pitcock2010-12-141-0/+79