| Age | Commit message (Collapse) | Author |
|
Also remove hostname argument from the cli. It'd be better to have it
in a config file rather than passing through an argument, it was like
that since times config file didn't exist, but time has changed
|
|
SETOPER is a command for config, OPER is the one to authorize a user
|
|
For configuration it's important to allow IRC messages to end with \n.
This also fixes a TODO from a previous commit and allows to connect to
ircd using netcat
|
|
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
|