]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 PowellMove Shutter to former contributors & thank genius3000...
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-22 Peter PowellRemove support for the Solaris IOCP socket engine.
2017-10-22 Peter PowellMerge pull request #1407 from genius3000/master+update_...
2017-10-22 genius3000Helpop: Move extban 'U' from acting to matching
2017-10-22 genius3000Helpop: Add extban 'n' - connect class ban
2017-10-22 Adamsocketengine_poll: fix initialization fd_mappings
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 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 Powelltest-build: Pass the make jobs as a separate argument.
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-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-14 Peter PowellFix the command for enabling m_sqlite3 in modules.conf...
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 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-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 PowellUpdate the link to the CIDR subnetting charts.
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...
next