| Age | Commit message (Collapse) | Author |
|
So not it can show who's on the channel, yay. Though, no showing ops
|
|
Now users can query each other
Plus, server info and creation date can be changed without recompiling
using configuration file in IRC message format which is loaded on
startup
TODO: since readcfg uses IRC logic, handle() now should be able to deal
with commands ending with simply \n
|
|
Now ircd responds with all replies up to 4
Plus memchr was wrong, yep
|
|
Now there can't be single \r or \n in the message, erroneous nicks and
channel names are rejected, and usernames are stripped on '@'
|
|
Then I should make some logic for pinging others...
|
|
Yay, adding some validation to the data ^^
|
|
|
|
So, now there're all modes listed in RFC 2812. The only what they
do now, though, is a +r restricting user from changing their nick
|
|
|
|
Overall, this solution looks better. Also, now macro is better
|
|
Though they don't have modes, and JOIN/PART must be able to parse
comma separated list of channels
|