]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Add PackageInfo directives for Debian.
[user/henk/code/inspircd.git] / src /
2017-10-21 Peter PowellAdd PackageInfo directives for Debian.
2017-10-21 Peter PowellAdd a helper function for calling the OnCheckExemption...
2017-10-20 Peter PowellSwitch the default datetime format to something easier...
2017-10-19 Peter PowellSwitch from std::stringstream to irc::spacesepstream.
2017-10-18 Peter PowellAdd a constructor to OperInfo and use it to set the...
2017-10-18 Peter PowellClean up OnCleanup.
2017-10-18 Peter PowellIgnore <module> tags for modules that are already loaded.
2017-10-17 Peter PowellClean up the command disabling logic.
2017-10-15 Peter PowellUn-constify the private fields of WebIRCHost.
2017-10-15 attilamolnarClean up the initialization of ConnectClass and ServerC...
2017-10-15 Peter PowellRewrite the configuration documentation for m_cgiirc.
2017-10-15 Peter PowellAdd support for WEBIRC blocks authenticating using...
2017-10-15 Peter PowellShow the gateway, realhost, and realip in WHOIS for...
2017-10-15 Peter PowellClean up the WEBIRC command handler.
2017-10-15 Peter PowellAdd support for hashed WebIRC passwords to m_cgiirc.
2017-10-15 Peter PowellRewrite the m_cgiirc configuration handling.
2017-10-15 Peter PowellRemove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.
2017-10-15 Peter PowellRemove an outdated comment in cmd_user.
2017-10-12 Peter PowellRelease v3.0.0 alpha 2.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-10-12 Peter PowellMerge pull request #1361 from genius3000/master+rline_IP
2017-10-12 Peter PowellMerge pull request #1353 from SISheogorath/master+domai...
2017-10-12 Peter PowellFix a broken distro constraint in the m_ssl_gnutls...
2017-10-12 Peter PowellClean up m_sasl slightly by making SendSASL take common...
2017-10-12 Peter PowellSend ERR_SASLTOOLONG when a client sends an oversized...
2017-10-11 Peter PowellInclude connection security with the SASL host information.
2017-10-11 Peter PowellDon't abort the SASL authentication in OnUserConnect.
2017-10-11 Peter PowellGet rid of ReadCGIIRCExt() in m_sasl.
2017-10-11 SheogorathMake domainparts configureable
2017-10-11 genius3000Make RLines match against IP as well as host
2017-10-11 Peter PowellConvert the AUTHENTICATE handler to use SplitCommand.
2017-10-11 Peter PowellAdd a constant for the 477 numeric (ERR_NEEDREGGEDNICK).
2017-10-11 Peter PowellSend RPL_LOGGEDOUT to clients when they log out of...
2017-10-05 Peter PowellFix the casemap name not being copied to the new Server...
2017-10-04 Peter PowellFix RPL_SERVERVERSION treating the modes as a single...
2017-10-01 Peter PowellSwitch the WEBIRC command to use SplitCommand.
2017-09-27 Peter PowellRemove support for the pass, passfirst, identfirst...
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-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-12 Peter PowellClean up the <security:runas{user,group}> code.
2017-09-11 Peter PowellMove operquit out of the core and into core_user.
2017-09-11 Peter PowellFix killing elined clients on [gkz]line in some cases.
2017-09-09 Peter PowellFix m_cgiirc allowing malformed hosts sent via WEBIRC.
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-06 Peter PowellImprove the /MODULES output.
2017-09-03 Peter PowellAdd support for length arguments in getString.
2017-09-03 Peter PowellConvert a bunch of time-related config options to getDu...
2017-09-03 Peter PowellMove <dns:timeout> out of the core.
2017-09-03 Peter PowellAdd a ConfigTag* parameter to the ServerPaths constructor.
2017-09-01 Peter PowellFix {Host,IP}MatchesEveryone using Match instead of...
2017-08-27 Peter PowellRemove module file extensions from user-visible messages.
2017-08-27 Peter PowellUpdate a bunch of references to the old command modules.
2017-08-27 Peter PowellMatch against core_*.so when looking for core modules.
2017-08-26 Peter PowellUse DLLManager::RetrieveLastError() on all platforms.
2017-08-26 Peter PowellMake the build reproducible by removing time related...
2017-08-25 Peter PowellFix mistakenly hardcoding the halfop prefix char in...
2017-08-16 Peter Powellm_chghost: use an iterator instead of a NULL-checking...
2017-08-16 Peter Powellm_sethost: check the length first for consistency with...
2017-08-16 Peter Powellm_sethost: use length() instead of counting in the...
2017-08-13 Peter PowellRemove <alias:matchcase> and associated code.
2017-08-13 Peter PowellChange the maximum nick/user size to match other implem...
2017-08-11 Peter PowellUse RPL_LUSEROP instead of the raw numeric in m_hideoper.
2017-08-11 Peter PowellFix a broken distro constraint in the m_ssl_openssl...
2017-08-06 Peter PowellMerge pull request #1141 from SaberUK/master+windows...
2017-08-06 Peter PowellPurge code for Windows XP and MSVC pre-2015.
2017-08-05 Peter PowellMerge pull request #1347 from SaberUK/insp20+ctcp-action
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-30 Peter PowellFix the server failing to rehash when <server:name...
2017-07-30 Peter PowellFix exceptions not having a line ending when appending...
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-12 Adamcmd_kill: deduplicate logic
2017-07-12 Adamcmd_kill: log all kills from or to remote users
2017-07-12 Adamcmd_kill: correct notices to show as a remote kill...
2017-07-12 Adamcmd_kill: rename u to target
2017-07-12 Adamcmd_kill: don't show kill path in KILL messages to...
2017-07-12 Adamcmd_kill: reshuffle
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellRemove an unused variable in m_cloaking.
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 Peter PowellMerge pull request #1283 from SaberUK/insp20+mailmap
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
next