]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Change ServerInfo::gecos to description
[user/henk/code/inspircd.git] / include /
2018-04-11 genius3000Change ServerInfo::gecos to description
2018-04-08 B00mX0rFix an invalid mode parameters numeric upon attempting...
2018-04-08 Peter PowellInclude modules/whois.h directly from files that use it.
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2018-04-07 Daniel VassdalSQL: Add HasColumn() to check if a result contains...
2018-03-31 Peter PowellMove <security:announceinvites> to core_channel.
2018-03-29 Dylan FrankIgnore expired or invalid client certificates (#1468).
2018-03-25 Dylan FrankSeparate secret and private channels on whois for non...
2018-02-17 Peter PowellFix building on Windows (mostly).
2018-02-02 Peter PowellAdd names for a bunch of numerics.
2018-01-29 Peter PowellAdd ERR_INVALIDMODEPARAM for responding to invalid...
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::SendTo().
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::Connect().
2018-01-14 Peter PowellFix some minor Doxygen errors.
2018-01-06 Peter PowellRework message handling.
2018-01-03 Peter PowellFix m_chanhistory sending the history notice directly...
2018-01-03 Peter PowellMake InspIRCd::Format return std::string instead of...
2017-12-23 Peter PowellGet rid of InspIRCd::QuickExit.
2017-12-22 Peter PowellImprove and modernize the SQL system API.
2017-12-22 Peter PowellMerge pull request #1446 from B00mX0r/master+wrongnumeric
2017-12-22 B00mX0rFixed misc. instances of ERR_NOSUCHNICK instead of...
2017-12-22 Peter PowellRename <security:hidewhois> to <security:hideserver>.
2017-12-22 Peter PowellMerge pull request #1443 from B00mX0r/master+filtershun
2017-12-21 B00mX0rAdd SHUN as a /filter action
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-12-09 Peter PowellClean up numeric usage in WHOIS and WHOWAS.
2017-12-03 Peter PowellMove OnSync{Channel,Network,User} to ServerEventListener.
2017-12-03 Peter PowellRename the spanningtree module header to server.
2017-11-25 Peter PowellConvert the remaining things away from the caller/handl...
2017-11-25 Peter PowellConvert GenRandom to std::function.
2017-11-25 Peter PowellConvert IsChannel to std::function.
2017-11-25 Peter PowellConvert IsIdent to std::function.
2017-11-25 Peter PowellConvert IsNick to std::function.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-16 Attila MolnarAdd events which are fired when a service is added...
2017-11-13 Peter PowellAdd a class which encapsulates the concept of token...
2017-11-13 Attila MolnarUnite SSL service providers and SSL profile classes
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-09 Peter PowellImplement support for draft-brocklesby-irc-isupport...
2017-11-06 Peter PowellMerge pull request #1359 from genius3000/insp20+sasl_no...
2017-11-06 Peter PowellEnable using m_customprefix to alter core prefix modes.
2017-11-06 Peter PowellMove depriv from m_customprefix into PrefixMode.
2017-11-06 Peter PowellAdd support for setting the unset rank in ModeHandler.
2017-10-29 Peter PowellAdd support to IOHook for retrieving the hostname sent...
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-27 Peter PowellChange SetClientIP to take a C++ string instead of...
2017-10-22 Peter PowellDeduplicate error handling in the socket engines.
2017-10-22 Peter PowellConvert GetMaxFds() to size_t and deduplicate setting...
2017-10-21 Peter PowellRemove CMD_EPERM as it is not used anywhere.
2017-10-21 Peter PowellTweak the module flags in MODULES slightly.
2017-10-21 Peter PowellAdd a helper function for calling the OnCheckExemption...
2017-10-18 Peter PowellAdd a constructor to OperInfo and use it to set the...
2017-10-18 Peter PowellClean up OnCleanup.
2017-10-17 Peter PowellClean up the command disabling logic.
2017-10-16 Peter PowellFix the command table not being case insensitive.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-10-04 Peter PowellFix RPL_SERVERVERSION treating the modes as a single...
2017-09-18 Peter PowellConvert Disabled[CU]Modes to use a bitset instead of...
2017-09-18 Peter PowellAdd ModeParser::IsModeChar to standardise mode validation.
2017-09-14 Peter PowellRaise the default listmode limit to 100 from 64.
2017-09-12 Peter PowellChange FailedPortList to store a sockaddrs/int instead...
2017-09-12 Peter PowellStore the server endpoint as a sockaddrs in ListenSocket.
2017-09-12 Peter PowellGet rid of irc::sockets::satoap().
2017-09-11 Peter PowellMove operquit out of the core and into core_user.
2017-09-08 Peter PowellImplement support for configurable casemapping & defaul...
2017-09-06 Peter PowellMove RPL_SYNTAX to 650 to prevent a collision with...
2017-09-06 Peter PowellConvert uncontroversial anonymous numerics to use const...
2017-09-06 Peter PowellChange the numerics used by /COMMANDS to avoid a collision.
2017-09-03 Peter PowellAdd support for length arguments in getString.
2017-09-03 Peter PowellMove <dns:timeout> out of the core.
2017-09-03 Peter PowellAdd a ConfigTag* parameter to the ServerPaths constructor.
2017-08-27 Peter PowellUpdate a bunch of references to the old command modules.
2017-08-26 Peter PowellUse DLLManager::RetrieveLastError() on all platforms.
2017-08-26 Peter PowellRemove some outdated documentation from the SocketEngin...
2017-08-26 Peter PowellFix a bunch of Doxygen warnings.
2017-08-13 Peter PowellRemove <alias:matchcase> and associated code.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-24 Peter PowellMerge pull request #1221 from SaberUK/master+isupport...
2017-07-24 Peter PowellReplace the deprecated MAXBANS token with MAXLIST.
2017-07-24 Peter PowellAdd DEFAULT_LIST_SIZE for the default list mode size.
2017-07-24 Peter PowellMerge pull request #1232 from Adam-/master+kill
2017-07-13 Peter PowellImprove the numerics we send in response to MAP.
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
2017-07-12 Peter PowellMerge pull request #1337 from SaberUK/master+merge
2017-07-12 Peter PowellMerge pull request #1356 from SISheogorath/master+issue...
2017-07-11 Attila MolnarMerge pull request #1310 from rburchell/master
2017-07-11 Robin BurchellImprove and centralize socket engine event counters.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-07-09 Attila MolnarMerge pull request #1302 from Adam-/master+txt
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2017-05-17 Attila MolnarMerge pull request #1269 from Adam-/insp20+saslhost
2017-05-17 Attila MolnarMerge pull request #1230 from SaberUK/insp20+ipcache
next