]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 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 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-05 Peter PowellFix a minor typo in the init script.
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-26 Peter PowellMerge pull request #1401 from emersonveenstra/configure-fix
2017-09-25 emersonFix SCRIPT_DIR directory change
2017-09-25 Peter PowellFix the regex for parsing the git version in get_version.
2017-09-24 Peter PowellAllow the script directory to be set in interactive...
2017-09-21 Peter PowellMove the init scripts out of the prefix into the new...
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-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-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-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 PowellRemove some outdated documentation from the SocketEngin...
2017-08-26 Peter PowellMake the build reproducible by removing time related...
2017-08-26 Peter PowellFix a bunch of Doxygen warnings.
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 #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 PowellRemove support for building with BSD Make.
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 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-12 Peter PowellFix some minor bugs in the Module Manager.
2017-07-11 SheogorathAdd issue template to avoid support requests in bugtracker
2017-07-11 Peter PowellRemove use of global barewords in most file handling...
2017-07-11 Peter PowellUpdate the version in the Doxyfile from 2.0 to 3.0.
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-07-09 Attila MolnarMerge pull request #1338 from SaberUK/master+openvz
2017-07-09 Attila MolnarMerge pull request #1320 from SaberUK/master+autoperm
2017-07-09 Attila MolnarMerge pull request #1335 from SaberUK/master+se
2017-07-09 Attila MolnarMerge pull request #1334 from SaberUK/master+md5
2017-07-09 Attila MolnarMerge pull request #1319 from SaberUK/master+compiler...
2017-06-22 Peter PowellAllow filtering WebIRC connections into a connect class...
2017-05-20 Peter PowellWarn the user about clock drifting when running on...
2017-05-19 Peter PowellTidy up the socket engine selection code.
2017-05-19 Peter PowellRemove some dead code from m_md5.
2017-05-18 AdamRelease v2.0.24 v2.0.24
2017-05-18 Adamm_override: fix parentheses compiler warning
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2017-05-17 AdamMerge pull request #1328 from Adam-/insp20+sakick
2017-05-17 AdamMerge pull request #1284 from Adam-/insp20+preregcloak
2017-05-17 Adamm_cloaking: don't apply cloak to already cloaked users...
next