]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Lower <sts:duration> to 5m to prevent misconfigs denying access.
[user/henk/code/inspircd.git] / src /
2020-02-19 Sadie PowellLower <sts:duration> to 5m to prevent misconfigs denyin...
2020-02-19 Sadie PowellExtract time skip warning code to a static function.
2020-02-19 Sadie PowellConvert some things to HasFd that were previously missed.
2020-02-18 Sadie PowellFix the syntax of the filter module's stats.
2020-02-18 Sadie PowellAdd enum constants for list mode numerics.
2020-02-18 Sadie PowellUse ircd-hybrid's numerics for the "pending invites...
2020-02-18 Sadie PowellSend RPL_KNOCKDLVR when <knock:notify> is set to numeric.
2020-02-18 Sadie PowellGeneralise XLine stats numerics using RPL_STATS from...
2020-02-18 Sadie PowellAdd support for the IRCv3 extensions to the SETNAME...
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-02-15 Sadie PowellFix leaking the dccallow list instead of setting it...
2020-02-15 Sadie PowellFix logic calling OnList when sending a cap notification.
2020-02-14 Sadie PowellMarginally improve the error pages created by httpd...
2020-02-14 Sadie PowellOnly register the sts capability when we have a valid...
2020-02-14 Sadie PowellClean up ModuleDLLManager from the Module::cull() method.
2020-02-04 Sadie PowellInclude the ABI version with the incompatible module...
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-02-02 Sadie PowellFix being able to see the modes of private/secret channels.
2020-01-31 Sadie PowellRelease v3.5.0.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-31 Sadie PowellThe labeled response spec is no longer a draft.
2020-01-31 Sadie PowellFix the chanhistory module not storing CTCP ACTIONs.
2020-01-30 Sadie PowellUse the default OnParameterMissing in ModeUserServerNot...
2020-01-29 Sadie PowellThe KNOCK command is broadcast so we should only send...
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-28 Sadie PowellImplement support for the IRCv3 labeled-response specif...
2020-01-28 Sadie PowellAdd a vendor cap which rejects any attempts to enable it.
2020-01-24 Sadie PowellRemove the preceding - in messages sent by opermotd...
2020-01-23 Sadie Powelldccallow: use IsCTCP instead of parsing the message...
2020-01-23 Sadie Powelldccallow: Use irc::equals for messages received over...
2020-01-23 Sadie PowellAdd a method for getting the name of a MessageTarget.
2020-01-22 Sadie PowellAdd an event for when a command is blocked before execu...
2020-01-22 Sadie PowellRemove unnecessary copies of CommandBase::Params in...
2020-01-22 Sadie PowellTweak the default motd/opermotd slightly.
2020-01-19 Sadie PowellMove DeleteZero to stdalgo::delete_zero.
2020-01-18 Sadie PowellUse irc::equals instead of transforming to upper case...
2020-01-18 Sadie PowellUse case insensitive comparisons in getBool.
2020-01-17 Sadie PowellImprove the DNS cache expiration log message.
2020-01-17 Sadie PowellFix a harmless warning in the ssl_mbedtls module.
2020-01-17 Sadie PowellUse irc::equals instead of strcasecmp where appropriate.
2020-01-16 Sadie PowellFix STATUSMSG tag messages not including the status...
2020-01-16 Sadie PowellCheck tag list after checking if the message-tag cap...
2020-01-15 Sadie PowellAdd support for setting the help topic in helpop.
2020-01-15 Sadie PowellPrevent users from sending an empty TAGMSG.
2020-01-13 Sadie PowellVarious improvements for the helpop module.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2020-01-08 Sadie PowellRebuild the 005 numeric after changing the case mapping.
2020-01-07 Sadie PowellMinor improvements to the codepage module.
2020-01-07 Sadie PowellAdd a replacement for the nationalchars module.
2020-01-07 Sadie PowellExplicitly reject nicks beginning with a number in...
2020-01-06 Sadie PowellFix linking servers that are using the nationalchars...
2020-01-05 Sadie PowellAdd an oper only parameter to Simple{Channel,User}ModeH...
2020-01-05 Sadie PowellRename the modes in the services_account module to...
2020-01-03 Sadie PowellRename <chanhistory:notice> to <chanhistory:prefixmsg>.
2020-01-03 Sadie PowellMake chanhistory skip CTCPs when storing messages.
2020-01-03 Sadie PowellMake chanhistory replay notices as well as privmsgs.
2020-01-03 Sadie PowellFix the chanhistory module not replaying message tags.
2020-01-03 Sadie PowellAdd an event provider class for the event/messagetag...
2020-01-03 Sadie PowellBind ports before loading modules.
2019-12-31 Sadie PowellUpdate my name and email address.
2019-12-29 Peter PowellFix the previous commit on C++11 compilers.
2019-12-29 Peter PowellMark messages from ulined clients with the inspircd...
2019-12-28 Peter PowellIgnore clients on ulined servers when reporting stats...
2019-12-21 Peter PowellUse FindNickOnly for finding the required nick for...
2019-12-16 Peter PowellUse FindUUID in place of FindNick in places that only...
2019-12-12 Peter PowellExtract port binding code to a function and improve...
2019-12-09 Peter PowellMake BindPorts return size_t instead of int.
2019-12-09 Peter PowellMake ForkIntoBackground handle exiting by itself.
2019-12-09 Peter PowellExtract command line option parsing to a function.
2019-12-09 Peter PowellFix indentation of CheckRoot() and error in non-interac...
2019-12-08 Peter PowellImprove behaviour when running as root.
2019-12-08 Peter PowellShow the header before checking if the config file...
2019-12-08 Peter PowellInitialise Winsock from inside the socket engine.
2019-12-08 Peter PowellExtract config file finding code to a function.
2019-12-08 Peter PowellExtract performance stat code to a function.
2019-12-08 Peter PowellMove XLine garbage collection to core_xline.
2019-12-08 Peter PowellIncrease the core dump size earlier in the process...
2019-12-08 Peter PowellCall RecoverFromFork from ForkIntoBackground.
2019-12-08 Peter PowellConvert InspIRCd::SetSignals to a static function.
2019-12-08 Peter PowellMove forking code into a function and remove DaemonSeed.
2019-12-08 Peter PowellExtract the core dump size increasing code to a function.
2019-12-08 Peter PowellMake the UpdateTime function easier to read.
2019-12-08 Peter PowellExtract root dropping code to a function.
2019-12-08 Peter PowellExtract rng initialisation code to a function.
2019-12-08 Peter PowellMove various static functions into an anonymous namespace.
2019-12-08 Peter PowellClean up the initialisation of the InspIRCd class.
2019-12-06 iwalkaloneFixing MatchCIDR call when checking proxy range
2019-11-29 Peter PowellChange the default for <waitpong:sendsnotice> to false.
2019-11-29 Peter PowellMinor cleanup of the conn_umodes module.
2019-11-29 Peter PowellWebSocket: move the OriginList typedef inside WebSocket...
2019-11-29 Peter PowellWebSocket: replace the behindproxy switch with a proxy...
2019-11-28 Peter PowellImplement support for websocket connections via a proxy...
2019-11-28 Peter PowellMove WebSocket config to its own class.
2019-11-22 Peter PowellRename ldapoper class to LDAPOper.
2019-11-18 Matt SchatzSplit the channel mode and extban replies.
2019-11-18 Matt SchatzChange Config->CaseMapping back when unloading.
2019-11-18 Matt SchatzAllow options:casemapping to remain defined when using...
2019-11-17 Peter PowellDeprecate Send{Channel,User}Notice; use SendMessage...
2019-11-17 Peter PowellMake rehashing messages more consistent.
2019-11-17 Peter PowellAllow Channel::WriteNotice send to other servers and...
next