]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2017-11-26 B00mX0rFix action extbans not triggering
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-25 Peter PowellFix a minor typo in core_channel.
2017-11-22 Peter PowellRemove the preconfigured Charybdis and UnrealIRCd modul...
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-20 Peter PowellInherit non-core connect class settings properly.
2017-11-17 Peter PowellImprove LIST and implement more extended list features.
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 Peter PowellRelease v3.0.0 alpha 3.
2017-11-13 Attila MolnarUnite SSL service providers and SSL profile classes
2017-11-13 Peter PowellOnly subclass Simple{Channel,User}ModeHandler when...
2017-11-13 Peter PowellAdd the m_ircv3_sts module which implements the IRCv3...
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-12 Peter PowellRelease v2.0.25
2017-11-12 Peter PowellDon't mess with the encoding of extras modules in modul...
2017-11-12 Peter PowellVarious minor documentation fixes.
2017-11-09 Peter PowellWork around removing shuns on nicks when the nick is...
2017-11-09 Peter PowellRevert the code changes to m_sasl made in commit 9d4b43...
2017-11-09 Peter PowellAllow spaces in the network name now it doesn't cause...
2017-11-09 Peter PowellImplement support for draft-brocklesby-irc-isupport...
2017-11-07 Peter PowellMerge pull request #1255 from genius3000/insp20+timedbans
2017-11-07 genius3000Improve (synchronize) the notices in m_timedbans
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 PowellClean up the configuration reading in m_customprefix.
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-11-06 genius3000Inform the client when a SASL message cannot be sent
2017-11-06 Peter PowellFix an unhandled exception crash when rehashing modules.
2017-11-05 Peter PowellUse InvalidateCache in the sockaddrs overload of OnSetC...
2017-11-05 Peter PowellMerge pull request #1410 from jcjordyn130/insp20
2017-11-04 Jordyn/The... Fix CMD_RESTART with relative paths as argv[0].
2017-11-01 Peter PowellFix some SSL module issues.
2017-10-31 Peter PowellMake core_hostname_lookup redo the lookup when a user...
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-27 AdamConfigReader: fix compilers optimizing NULL check in...
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 PowellFix sending a malformed 410 numeric when sent empty...
2017-10-17 Peter PowellClean up the command disabling logic.
2017-10-16 Peter PowellFix the command table not being case insensitive.
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 PowellUpdate wiki links to use HTTPS and point to the correct...
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...
next