ngircd-tor/src
Scott Perry b90f71ca2a Use strtok_r instead of strchr in IRC_JOIN.
This patch does significant cleanup on the join code by using strtok_r
instead of mangling strchr to parse channel names and keys in parallel when
a JOIN command contains a list of channels and keys.

Also adds an strtok_r implementation to libportab.
2008-05-26 21:20:03 +02:00
..
ipaddr make Listen parameter a comma-seperated list of addresses. 2008-05-19 14:27:35 +02:00
ngircd Use strtok_r instead of strchr in IRC_JOIN. 2008-05-26 21:20:03 +02:00
portab Use strtok_r instead of strchr in IRC_JOIN. 2008-05-26 21:20:03 +02:00
testsuite Add tests for MOTD, VERSION, TIME, USERHOST 2008-05-15 11:13:45 +02:00
tool Moved .cvsignore files to .gitignore 2008-04-09 18:54:52 +02:00
.gitignore Moved .cvsignore files to .gitignore 2008-04-09 18:54:52 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00