Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This code is incredibly error prone and it just duplicates behaviour
that CMake already implements with depend.make files.
|
|
|
|
|
|
|
|
|
|
|
|
- If referring to the specific piece of software use "Anope".
- If referring to services in general use "services".
|
|
|
|
|
|
|
|
Also clear up warnings that this exposed.
|
|
|
|
|
|
|
|
|
|
I can't see any places this might be called on a null pointer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
|
|
|
|
This is not being used currently but will be soon.
|
|
|
|
|
|
|
|
|
|
This allows any error that might have been sent to the IRCd to
actually be sent.
|
|
|
|
|
|
The call to UnAssign() erases the channel from the set which
invalidates the iterator in this loop. Handle this in the same
manner as the NickCore dtor.
|
|
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|