Age | Commit message (Expand) | Author |
2018-02-02 | Add names for a bunch of numerics. | Peter Powell |
2018-01-29 | Add ERR_INVALIDMODEPARAM for responding to invalid mode params. | Peter Powell |
2018-01-20 | Pass an irc::socket::sockaddrs to SocketEngine::SendTo(). | Peter Powell |
2018-01-20 | Pass an irc::socket::sockaddrs to SocketEngine::Connect(). | Peter Powell |
2018-01-14 | Fix some minor Doxygen errors. | Peter Powell |
2018-01-06 | Rework message handling. | Peter Powell |
2018-01-03 | Fix m_chanhistory sending the history notice directly to the user. | Peter Powell |
2018-01-03 | Make InspIRCd::Format return std::string instead of const char*. | Peter Powell |
2017-12-23 | Get rid of InspIRCd::QuickExit. | Peter Powell |
2017-12-22 | Improve and modernize the SQL system API. | 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-21 | Add SHUN as a /filter action | B00mX0r |
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-12-03 | Move OnSync{Channel,Network,User} to ServerEventListener. | Peter Powell |
2017-12-03 | Rename the spanningtree module header to server. | Peter Powell |
2017-11-25 | Convert the remaining things away from the caller/handler API. | Peter Powell |
2017-11-25 | Convert GenRandom to std::function. | Peter Powell |
2017-11-25 | Convert IsChannel to std::function. | Peter Powell |
2017-11-25 | Convert IsIdent to std::function. | Peter Powell |
2017-11-25 | Convert IsNick to std::function. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-11-16 | Add events which are fired when a service is added or deleted. | Attila Molnar |
2017-11-13 | Add a class which encapsulates the concept of token lists. | Peter Powell |
2017-11-13 | Unite SSL service providers and SSL profile classes | Attila Molnar |
2017-11-12 | Merge tag 'v2.0.25' into master. | Peter Powell |
2017-11-09 | Implement support for draft-brocklesby-irc-isupport-03 escapes. | Peter Powell |
2017-11-06 | Enable using m_customprefix to alter core prefix modes. | Peter Powell |
2017-11-06 | Move depriv from m_customprefix into PrefixMode. | Peter Powell |
2017-11-06 | Add support for setting the unset rank in ModeHandler. | Peter Powell |
2017-10-29 | Add support to IOHook for retrieving the hostname sent via SNI. | Peter Powell |
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2017-10-27 | Change SetClientIP to take a C++ string instead of a char array. | Peter Powell |
2017-10-22 | Deduplicate error handling in the socket engines. | Peter Powell |
2017-10-22 | Convert GetMaxFds() to size_t and deduplicate setting code. | Peter Powell |
2017-10-21 | Remove CMD_EPERM as it is not used anywhere. | 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-18 | Add a constructor to OperInfo and use it to set the type name. | Peter Powell |
2017-10-18 | Clean up OnCleanup. | Peter Powell |
2017-10-17 | Clean up the command disabling logic. | Peter Powell |
2017-10-16 | Fix the command table not being case insensitive. | Peter Powell |
2017-10-12 | Merge the latest changes from insp20 into master. | Peter Powell |
2017-10-04 | Fix RPL_SERVERVERSION treating the modes as a single parameter. | Peter Powell |
2017-09-18 | Convert Disabled[CU]Modes to use a bitset instead of a char array. | Peter Powell |
2017-09-18 | Add ModeParser::IsModeChar to standardise mode validation. | Peter Powell |
2017-09-14 | Raise the default listmode limit to 100 from 64. | Peter Powell |
2017-09-12 | Change FailedPortList to store a sockaddrs/int instead of string. | Peter Powell |