Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This is the minimum version that supports CMAKE_CXX_STANDARD=17.
|
|
|
|
|
|
|
|
https://github.com/solanum-ircd/solanum/commit/4cac091255d972b0131ffbf0cd278f984bd892d4
|
|
This allows any error that might have been sent to the IRCd to
actually be sent.
|
|
|
|
This allows older servers which use a module that provides custom
casemapping (e.g. the ascii module) to link.
|
|
|
|
|
|
|
|
#270
|
|
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' {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This avoids the id being shown on the logout event.
|
|
Also, send the account id first so it shows on the ACCOUNT message.
|
|
|
|
|
|
|
|
|
|
|
|
This breaks the `killprotect' functionality, because a user is expected to turn into guest after the specified amount of time.
Also new users that register their nicknames will wonder why they can't join a +R channel but they didn't change their nick to Guest*
|
|
|
|
|
|
Fixes a build error on C++17 compilers.
|
|
|
|
next ircd-hybrid release
|
|
|
|
|
|
|
|
|
|
|
|
|