]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2018-07-30 Peter PowellReplace most usages of "GECOS" with "real" or "real...
2018-07-26 Peter PowellReplace irc::stringjoiner with a generic stdalgo::strin...
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-26 Peter PowellAdd a module which implements the HAProxy PROXY v2...
2018-07-24 Peter PowellMake more config stuff case insensitive.
2018-07-24 Peter PowellFix building on Windows.
2018-07-24 Peter PowellRename IntModuleList to Module::List.
2018-07-24 Peter PowellGet rid of the unused string_list typedef.
2018-07-23 Peter PowellFix the Windows build system to use the new license...
2018-07-20 Peter PowellRemove Log() calls made unnecessary by the previous...
2018-07-20 Peter PowellLog snotices with their description rather than just...
2018-07-20 Peter PowellDefine HAS_ARC4RANDOM_BUF in config.h if available.
2018-07-20 Peter PowellUse arc4random_buf() instead of random() when available.
2018-07-18 Peter PowellInitial support for listening on UNIX socket endpoints.
2018-07-18 Peter PowellAdd the family() member to the sockaddrs union.
2018-07-15 Peter PowellRelease v3.0.0 alpha 8.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellUse mysql_real_escape_string instead of mysql_escape...
2018-07-12 Peter PowellImplement support for the WHOX extension.
2018-07-12 Peter PowellClean up the WHO helpop documentation.
2018-07-11 Peter PowellFix replying with the source user in oper-restricted...
2018-07-10 Peter PowellSwitch core_dns validation to use InspIRCd::IsHost.
2018-07-10 Peter PowellSwitch <server:name> validation to use InspIRCd::IsHost.
2018-07-10 Peter PowellAdd InspIRCd::IsHost for checking the validity of hostn...
2018-07-10 Peter PowellAdd a ConfigTag::getString overload that calls a valida...
2018-07-10 Peter PowellAllow exempting of registered users from securelist.
2018-07-10 Peter PowellAdd a silent option to <options:restrictbannedusers>.
2018-07-10 Peter PowellUpdate the readme so that it is actually useful.
2018-07-10 Peter PowellRename the license file so that people can find it...
2018-07-04 Peter PowellFix the configure checks for eventfd(), <stdint.h>...
2018-07-03 B00mX0rUse !empty() instead of 'size() > 0' when checking...
2018-06-26 Peter PowellAlways show Make commands for the user to execute in...
2018-06-25 Peter PowellAllow relative paths to be passed in --config on boot.
2018-06-24 Peter PowellShow the package name in the message when doing pkg...
2018-06-18 Peter PowellClarify the documentation for m_httpd and m_httpd_...
2018-06-08 Peter PowellFix invalid conversion from 'const char*' to 'char...
2018-06-04 Chris NovakovicAdd --nopid command line option (#1497).
2018-05-01 Peter PowellUse the `pwd` tool that is in the path rather than...
2018-04-22 Peter PowellImprove support for MOTD escape codes.
2018-04-22 Peter PowellAlways process MOTD formatting escape codes.
2018-04-22 Peter PowellFix some oversights relating to numerics.
2018-04-22 Peter PowellRelease v3.0.0 alpha 7.
2018-04-22 Peter PowellMove a bunch of optional module numerics to the module...
2018-04-22 Peter PowellReplace ERR_{NOCTCPALLOWED,WORDFILTERED} with ERR_CANNO...
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-20 Peter PowellRelease v2.0.26
2018-04-20 RobbyOptionally do not notify users if their messages are...
2018-04-17 Peter PowellTell the rehasher if an exception is thrown by a module...
2018-04-17 Peter PowellRewrite m_denychans.
2018-04-17 Peter PowellConvert some usages of ato[il] to use ConvToNum.
2018-04-16 Peter PowellFix m_ircv3_sts not having the VF_VENDOR flag set.
2018-04-16 Peter PowellCall OnUserMessageBlocked when a PRIVMSG or a NOTICE...
2018-04-16 Peter PowellAdd range checking to ConfigTag::getFloat.
2018-04-16 Peter PowellAdd ConfigTag::getUInt for reading unsigned config...
2018-04-16 Peter PowellConvert ConfigTag::getDuration to return an unsigned...
2018-04-16 Peter PowellExtract ConfigTag::getInt magnitude logic to a function...
2018-04-16 Peter PowellConvert ConfigTag::CheckRange to a function template.
2018-04-16 Peter PowellRemove the default value in ConfigTag::get{Duration...
2018-04-16 Peter PowellUse an oper priv instead of a config flag for overridin...
2018-04-16 Matt SchatzImprove some documentation (#1483).
2018-04-16 Peter PowellUse an oper priv instead of a config flag for overridin...
2018-04-16 Peter PowellReplace the remaining use of irc::string with irc:...
2018-04-14 Peter PowellRemove helpop sections which are now incorrect.
2018-04-14 Peter PowellFix customprefix modes not being deleted when the modul...
2018-04-11 Peter PowellFix ModuleManager's external source lists not working...
2018-04-11 B00mX0rFix blank instead of empty PART message when a user...
2018-04-11 genius3000Change some usage of "gecos" to "real name"
2018-04-11 genius3000Change ServerInfo::gecos to description
2018-04-09 Peter PowellRemove swhois messages set in the oper block on deoper.
2018-04-09 Dylan FrankOptimize some behaviour in the core (#1476).
2018-04-08 B00mX0rFix an invalid mode parameters numeric upon attempting...
2018-04-08 Peter PowellInclude modules/whois.h directly from files that use it.
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2018-04-07 Peter PowellFix some more oversights in m_geoip.
2018-04-07 Peter PowellFix disabling the GeoIP extban in m_geoip.
2018-04-07 Daniel Vassdalm_sqlauth: Allow specifying what hash algos to provide...
2018-04-07 Daniel VassdalSQL: Add HasColumn() to check if a result contains...
2018-04-06 genius3000Fix ELine::Matches returning false on existing match
2018-04-06 Peter PowellSet User::host before calling ChangeIP()
2018-04-06 Dylan FrankRefactor m_sqloper to be a full opers.conf replacement...
2018-04-06 Peter PowellImplement support for banning users from channels by...
2018-04-06 genius3000Validate settings in order in ValidateSettings() (...
2018-03-31 Dylan FrankPrioritize checking for +ikl last to match previous...
2018-03-31 Peter PowellMove <security:announceinvites> to core_channel.
2018-03-31 Peter PowellMove checking for +ikl from the core to to core_channel.
2018-03-30 genius3000Update the GeoIP ExtItem when CGI:IRC sets the real...
2018-03-29 Dylan FrankIgnore expired or invalid client certificates (#1468).
2018-03-25 Dylan FrankDo not send unset topics on channel join per RFC (...
2018-03-25 Dylan FrankSeparate secret and private channels on whois for non...
2018-03-13 Peter PowellMerge pull request #1461 from puckipedia/haiku-support
2018-03-10 Puck MeerburgAdd Haiku support
2018-03-04 Peter PowellMerge pull request #1463 from clinew/insp20+openssl...
2018-03-03 Wade Clinem_ssl_openssl: Remove deprecated API members.
2018-03-01 Peter PowellImprove the message shown to the admin when generating...
2018-02-24 Peter PowellMerge pull request #1458 from linuxdaemon/insp20+duplic...
2018-02-24 Peter PowellAppend LDFLAGS at the same time as CPPFLAGS and CXXFLAGS.
2018-02-17 Peter PowellRelease v3.0.0 alpha 6.
2018-02-17 Peter PowellMove m_sslrehashsignal to the extra directory.
2018-02-17 Peter PowellFix building on Windows (mostly).
2018-02-12 Peter PowellMerge pull request #1460 from genius3000/insp20+helpop_fix
next