summaryrefslogtreecommitdiff
path: root/modules/protocol/inspircd3.cpp
AgeCommit message (Collapse)Author
2019-09-23Remove the TOPIC command handler.Peter Powell
This legacy compat command was removed in the 1205 protocol.
2019-09-23Remove the JOIN command handler.Peter Powell
This legacy compat command was removed in the 1205 protocol.
2019-09-23Use the SINFO command instead of the old VERSION command.Peter Powell
2019-09-23Use NUM instead of PUSH for sending numerics to clients.Peter Powell
2019-09-23Require the 1205 (3.0+) server protocol.Peter Powell
2019-09-23Remove the dependency on the inspircd12 module.Peter Powell
2019-09-23Mark inspircd3 as being the InspIRCd 3 module.Peter Powell
2019-09-23Make a copy of the InspIRCd v2 module for v3.Peter Powell