Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
out of the core and into the modules that use them.
|
|
|
|
|
|
|
|
|
|
|
|
to cut back on their code duplication. More work can be done in the future to remove even more of it.
|
|
|
|
|
|
|