Age | Commit message (Collapse) | Author |
|
|
|
next ircd-hybrid release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a grammar issue with RPL_WHOISOPERATOR where users would
see "ChanServ is a services on NetworkName".
|
|
Update the dutch language file.
|
|
Also refresh the language files while at it.
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
|
|
|
|
This is causing build errors for some people and i'm unsure why.
This reverts commit a4ab6876c3f4afc087a3db90404bbdeb47525e6e.
|
|
|
|
|
|
|
|
|
|
|
|
- InspIRCd 3 now includes the channel TS in any channel metadata.
This pushes the type and value by one.
- Update the messages sent from this function accordingly.
- Fix retrieval of TopicLock status.
|
|
Thanks to @H7-25 and @genius3000 for reporting this.
|
|
Copied this directly from inspircd12.cpp, which
inspircd20.cpp inherited from.
|
|
- NickServ INFO and GLIST were looking in the wrong module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This legacy compat command was removed in the 1205 protocol.
|
|
This legacy compat command was removed in the 1205 protocol.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also reverted the URLs in the header to the original ones provided by upstream.
|
|
|
|
|