Age | Commit message (Collapse) | Author |
|
|
|
message processing is done
|
|
|
|
by just moving pointers to the core
|
|
cleanup, and allow protocol mods to depend on each
other
|
|
|
|
|
|
|
|
|
|
ircd given value from NICK
|
|
|
|
|
|
|
|
be a bit more C++ ish
|
|
|
|
|
|
|
|
patch from cbiedl
|
|
|
|
last commit
|
|
|
|
made DNS query ids not random as they don't need to be.
|
|
|
|
|
|
|
|
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
|
|
|
|
|
|
|
|
|
|
|
|
admins only
|
|
|
|
|
|
This allows naming commands and having spaces within command names.
|
|
|
|
to translate strings in 3rd party modules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ns_resetpass allow remote-id to get past things such as kill immed.
|
|
|