Kevin Easton
8c7d9334dd
Replace uses of sindex() with constant accept strings with strpbrk() / strchr()
...
sindex(), where neither argument is NULL and the accept string does not start with ^, is exactly equivalent
to the standard function strpbrk().
Further, strpbrk() where the accept string is only one character long, is exactly equivalent to strchr().
2017-11-17 16:32:28 +11:00
gdinit
bac141898b
Correct spelling of some client messages, comments and function names
2017-10-20 14:57:17 +11:00
Kevin Easton
95ad004ff0
Remove unused function is_ignored()
2017-02-08 23:56:36 +11:00
Kevin Easton
ce92ddc8fc
Fix typo in unused function is_ignored()
2017-02-05 00:09:51 +11:00
Kevin Easton
27b2f3e939
Change ignore_type() arguments to (const char *, size_t)
...
This just changes the arguments to match the strncmp() calls in the function.
2017-01-21 14:23:57 +11:00
Tim Cava
bfb9dc3d54
Use strlcat, rather than strmcat, in the definition of HANDLE_TYPE().
...
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@401 13b04d17-f746-0410-82c6-800466cd88b0
2013-10-20 18:32:07 +00:00
Tim Cava
faa052b597
Use strlcat, rather than strmcat, in ignore_list().
...
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@400 13b04d17-f746-0410-82c6-800466cd88b0
2013-10-20 18:20:05 +00:00
Kevin Easton
533c3dbcbf
Turn on SVN keyword replacement for $Date$, $Author$, $Revision$, $Id$ for all
...
*.c and *.h files.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/branches/ircii-pana-1.1@3 13b04d17-f746-0410-82c6-800466cd88b0
2008-02-25 09:49:14 +00:00
Kevin Easton
28febcfea9
Initial import of the ircii-pana-1.1-final source tree.
...
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
2008-02-25 09:25:32 +00:00