Age | Commit message (Expand) | Author |
2018-04-16 | Call OnUserMessageBlocked when a PRIVMSG or a NOTICE is blocked. | Peter Powell |
2018-04-16 | Add range checking to ConfigTag::getFloat. | Peter Powell |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2018-04-11 | Change some usage of "gecos" to "real name" | genius3000 |
2018-04-09 | Optimize some behaviour in the core (#1476). | Dylan Frank |
2018-04-08 | Include modules/whois.h directly from files that use it. | Peter Powell |
2018-04-08 | Move OnStats from the core to a cross-module event. | Peter Powell |
2018-04-06 | Refactor m_sqloper to be a full opers.conf replacement (#983). | Dylan Frank |
2018-03-31 | Prioritize checking for +ikl last to match previous behavior (#1474). | Dylan Frank |
2018-03-31 | Move <security:announceinvites> to core_channel. | Peter Powell |
2018-03-31 | Move checking for +ikl from the core to to core_channel. | Peter Powell |
2018-03-25 | Do not send unset topics on channel join per RFC (#1469) | Dylan Frank |
2018-03-25 | Separate secret and private channels on whois for non-opers (#1447) | Dylan Frank |
2018-03-10 | Add Haiku support | Puck Meerburg |
2018-02-07 | Send the ACCEPT and KEYLEN ISUPPORT tokens. | Peter Powell |
2018-01-20 | Pass an irc::socket::sockaddrs to SocketEngine::SendTo(). | Peter Powell |
2018-01-06 | Strip commas from channel keys like Charybdis and others do. | Peter Powell |
2018-01-06 | Rework message handling. | Peter Powell |
2017-12-22 | Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics | B00mX0r |
2017-12-22 | Rename <security:hidewhois> to <security:hideserver>. | Peter Powell |
2017-12-19 | Clarify error message when attempting to /NICK while banned | B00mX0r |
2017-12-11 | Don't allow users to set a zero channel limit. | Peter Powell |
2017-12-10 | Extract RFC modes from the core to core_channel and core_user. | Peter Powell |
2017-12-09 | Clean up numeric usage in WHOIS and WHOWAS. | Peter Powell |
2017-11-28 | Use ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS in USER. | Peter Powell |
2017-11-25 | Convert the remaining things away from the caller/handler API. | Peter Powell |
2017-11-25 | Fix a minor typo in core_channel. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-17 | Improve LIST and implement more extended list features. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-11-12 | Merge tag 'v2.0.25' into master. | Peter Powell |
2017-11-06 | Add support for setting the unset rank in ModeHandler. | Peter Powell |
2017-10-31 | Make core_hostname_lookup redo the lookup when a user's IP changes. | Peter Powell |
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2017-10-22 | Move Shutter to former contributors & thank genius3000, Sheogorath. | Peter Powell |
2017-10-21 | Tweak the module flags in MODULES slightly. | Peter Powell |
2017-10-21 | Add a helper function for calling the OnCheckExemption event. | Peter Powell |
2017-10-15 | Remove an outdated comment in cmd_user. | Peter Powell |
2017-10-12 | Merge the latest changes from insp20 into master. | Peter Powell |
2017-09-12 | Store the server endpoint as a sockaddrs in ListenSocket. | Peter Powell |
2017-09-11 | Move operquit out of the core and into core_user. | Peter Powell |
2017-09-06 | Change the numerics used by /COMMANDS to avoid a collision. | Peter Powell |
2017-09-06 | Improve the /MODULES output. | Peter Powell |
2017-08-27 | Remove module file extensions from user-visible messages. | Peter Powell |
2017-07-27 | Merge pull request #1271 from SaberUK/master+exemption | Peter Powell |
2017-07-24 | Replace the deprecated MAXBANS token with MAXLIST. | Peter Powell |
2017-07-12 | cmd_kill: deduplicate logic | Adam |
2017-07-12 | cmd_kill: log all kills from or to remote users | Adam |
2017-07-12 | cmd_kill: correct notices to show as a remote kill when a remote oper kills a... | Adam |
2017-07-12 | cmd_kill: rename u to target | Adam |