summaryrefslogtreecommitdiff
path: root/src/coremods
AgeCommit message (Expand)Author
2018-12-10Fix overly escaping MOTDs if they are in more than one connect class.Peter Powell
2018-11-15Fix the OnSendWhoLine event being completely broken with WHOX.Peter Powell
2018-11-11Fix the syntax description for the WHO command.Peter Powell
2018-10-01Move <security:userstats> into core_stats.Peter Powell
2018-10-01Move <security:genericoper> into core_whois.Peter Powell
2018-10-01Move <security:hideulinekills> into core_oper.Peter Powell
2018-10-01Move <security:hidekills> into core_oper.Peter Powell
2018-09-23Switch all core modules still using COMMAND_INIT to MODULE_INIT.Peter Powell
2018-08-26Don't update the idle timer when a user replies to a CTCP.Peter Powell
2018-08-26Implement proper CTCP parsing in MessageDetails.Peter Powell
2018-08-22Send the 001-004 numerics and MOTD/LUSERS from core_info.Peter Powell
2018-08-21Fix a few things that should be marked as override but aren't.Peter Powell
2018-08-14Remove the OnInfo event.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-08-13Add an accessor for the last mode change list to ModeParser.Peter Powell
2018-08-12Convert AWAY to use cross-module events and clean up slightly.Peter Powell
2018-08-12Pass the Extensible container to ExtensionItem::free().Peter Powell
2018-07-31Remove support for static modules.Peter Powell
2018-07-30Rename User::fullname to realname and make it private.Peter Powell
2018-07-30Replace most usages of "GECOS" with "real" or "real name".Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-07-20Remove Log() calls made unnecessary by the previous commit.Peter Powell
2018-07-18Initial support for listening on UNIX socket endpoints.Peter Powell
2018-07-18Add the family() member to the sockaddrs union.Peter Powell
2018-07-15Merge branch 'insp20' into master.Peter Powell
2018-07-12Implement support for the WHOX extension.Peter Powell
2018-07-10Switch core_dns validation to use InspIRCd::IsHost.Peter Powell
2018-07-10Add a silent option to <options:restrictbannedusers>.Peter Powell
2018-07-03Use !empty() instead of 'size() > 0' when checking parameter count.B00mX0r
2018-04-16Call OnUserMessageBlocked when a PRIVMSG or a NOTICE is blocked.Peter Powell
2018-04-16Add range checking to ConfigTag::getFloat.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2018-04-11Change some usage of "gecos" to "real name"genius3000
2018-04-09Optimize some behaviour in the core (#1476).Dylan Frank
2018-04-08Include modules/whois.h directly from files that use it.Peter Powell
2018-04-08Move OnStats from the core to a cross-module event.Peter Powell
2018-04-06Refactor m_sqloper to be a full opers.conf replacement (#983).Dylan Frank
2018-03-31Prioritize checking for +ikl last to match previous behavior (#1474).Dylan Frank
2018-03-31Move <security:announceinvites> to core_channel.Peter Powell
2018-03-31Move checking for +ikl from the core to to core_channel.Peter Powell
2018-03-25Do not send unset topics on channel join per RFC (#1469)Dylan Frank
2018-03-25Separate secret and private channels on whois for non-opers (#1447)Dylan Frank
2018-03-10Add Haiku supportPuck Meerburg
2018-02-07Send the ACCEPT and KEYLEN ISUPPORT tokens.Peter Powell
2018-01-20Pass an irc::socket::sockaddrs to SocketEngine::SendTo().Peter Powell
2018-01-06Strip commas from channel keys like Charybdis and others do.Peter Powell
2018-01-06Rework message handling.Peter Powell
2017-12-22Fixed misc. instances of ERR_NOSUCHNICK instead of channel numericsB00mX0r
2017-12-22Rename <security:hidewhois> to <security:hideserver>.Peter Powell
2017-12-19Clarify error message when attempting to /NICK while bannedB00mX0r