]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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
2018-02-12 genius3000[2.0]: Helpop: Move extban 'U' from acting to matching
2018-02-07 Peter PowellImport the anticaps module from inspircd-extras.
2018-02-07 Peter PowellSend the ACCEPT and KEYLEN ISUPPORT tokens.
2018-02-02 Peter PowellAllow the maximum length of a chanfilter message to...
2018-02-02 Peter PowellAdd names for a bunch of numerics.
2018-01-29 Peter PowellAdd ERR_INVALIDMODEPARAM for responding to invalid...
2018-01-26 linuxdaemonRevert std::set changes and add duplicate checking...
2018-01-26 linuxdaemonFix comparator logic for ordering by channel
2018-01-25 linuxdaemonMake sure banredirect metadata can not be duplicated
2018-01-25 systocratImprove performance under load of OnDataReady and remov...
2018-01-25 Peter PowellAdd a module which rehashes SSL modules on receiving...
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::SendTo().
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::Connect().
2018-01-20 Peter PowellRemove duplicated code in LocalUser::GetServerPort().
2018-01-14 Peter PowellFix some minor Doxygen errors.
2018-01-12 Peter PowellRelease v3.0.0 alpha 5.
2018-01-07 Peter PowellFix some char signedness oversights when using bitsets.
2018-01-07 Shawn SmithAdd user mode +z for ssl-only private messages.
2018-01-06 Peter PowellStrip commas from channel keys like Charybdis and other...
2018-01-06 Peter PowellRework message handling.
2018-01-03 Peter PowellImprove the method that blockcaps uses to block messages.
2018-01-03 Peter PowellFix m_chanhistory sending the history notice directly...
2018-01-03 Peter PowellMake InspIRCd::Format return std::string instead of...
2017-12-31 Peter PowellIncrease the config default for <chanhistory:maxlines...
2017-12-31 Michael Hazellm_chanhistory: optionally exempt bots from receiving...
2017-12-29 Peter PowellDon't hardcode mode characters which are sent in 005...
2017-12-27 Peter PowellFix various issues with the cgiirc module.
2017-12-23 Peter PowellUse a bitset in blockcaps instead of a char array.
2017-12-23 Peter PowellUse a bitset in chghost/sethost instead of a char array.
2017-12-23 Peter PowellFix User::ChangeRealHost() to change the real host...
2017-12-23 Peter PowellAdd ISUPPORT tokens for the host, line, and user length.
2017-12-23 Peter PowellGet rid of InspIRCd::QuickExit.
2017-12-23 Peter PowellMerge pull request #1449 from B00mX0r/insp20
2017-12-22 B00mX0rFix two minor docs issues
2017-12-22 Peter PowellImprove and modernize the SQL system API.
2017-12-22 Peter PowellMerge pull request #1446 from B00mX0r/master+wrongnumeric
2017-12-22 B00mX0rFixed misc. instances of ERR_NOSUCHNICK instead of...
2017-12-22 Peter PowellRename <security:hidewhois> to <security:hideserver>.
2017-12-22 Peter PowellMerge pull request #1443 from B00mX0r/master+filtershun
2017-12-21 B00mX0rAdd SHUN as a /filter action
2017-12-21 Peter PowellMerge pull request #1370 from clinew/insp30+openssl-crl
2017-12-20 Peter PowellMerge pull request #1444 from B00mX0r/master+missingsno
2017-12-20 Peter PowellAlways store something in the cgiirc hostname extension.
2017-12-20 Peter PowellMerge pull request #1445 from B00mX0r/master+nickmsg
next