]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / coremods /
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-02-15 Peter PowellReplace GetServerPort() with server_sa.port().
2019-02-09 Peter PowellImplement support for SQUERY from RFC 2812.
2019-02-09 Peter PowellMove CommandMessage::Handle into the class definition.
2019-02-09 Peter PowellMove message handling code to Handle{Channel,Server...
2019-02-09 Peter PowellDeduplicate firing module events in core_message.
2019-02-08 Peter Powellcore_message: remove unnecessary inheritance logic.
2019-02-08 Peter PowellRename core_privmsg to core_message.
2019-02-07 Peter PowellFix an unintentionally inverted condition in core_oper.
2019-02-05 Peter PowellQuit users during cleanup instead of when /DIE is executed.
2019-02-05 Peter PowellMove <oper:class> and <oper:vhost> to core_oper.
2019-01-29 Peter PowellFix -Wnewline-eof warning.
2019-01-28 Peter PowellFix RPL_ADMINME not having the correct parameters.
2019-01-28 Peter PowellFix sending the modes in RPL_CHANNELMODEIS as one big...
2019-01-28 Peter PowellAdd ParamMode::IsParameterSecret and remove special...
2019-01-28 Peter PowellFix not checking for server names case insensitively.
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2019-01-24 Peter PowellFix overriding <options:exemptchanops> with the exemptc...
2019-01-24 Matt SchatzAdd the reason to xline removal notices. (#1545)
2019-01-24 Peter PowellImplement support for the extended tag space for client...
2019-01-23 Peter PowellDon't tell the user if DNS lookups are disabled.
2019-01-19 Peter PowellFix sending the entire VERSION output as a single param...
2019-01-14 linuxdaemonRedo OnSetEndPoint logic to fix duplicate clones (...
2019-01-09 Peter Powellcore_privmsg: respect the exemption list when sending...
2019-01-09 Matt SchatzImprove X-line text consistency.
2019-01-07 Peter Powellcore_stub: add stubs for the SUMMON and USERS commands.
2019-01-04 Peter PowellUpdate the names in the /INFO credits.
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-19 Peter PowellAdd the <maxlist> tag and switch ListModeBase to always...
2018-12-19 linuxdaemonMake more modules rehash atomically (#1535)
2018-12-17 Peter PowellAlphabetically sort the modes in MAXLIST tokens.
2018-12-15 Peter PowellFix a typo in core_user.
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-12-10 Peter PowellFix overly escaping MOTDs if they are in more than...
2018-11-15 Peter PowellFix the OnSendWhoLine event being completely broken...
2018-11-11 Peter PowellFix the syntax description for the WHO command.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-01 Peter PowellMove <security:userstats> into core_stats.
2018-10-01 Peter PowellMove <security:genericoper> into core_whois.
2018-10-01 Peter PowellMove <security:hideulinekills> into core_oper.
2018-10-01 Peter PowellMove <security:hidekills> into core_oper.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 Peter PowellSwitch all core modules still using COMMAND_INIT to...
2018-08-26 Peter PowellDon't update the idle timer when a user replies to...
2018-08-26 Peter PowellImplement proper CTCP parsing in MessageDetails.
2018-08-22 Peter PowellSend the 001-004 numerics and MOTD/LUSERS from core_info.
2018-08-21 Peter PowellFix a few things that should be marked as override...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellRemove the OnInfo event.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-13 Peter PowellAdd an accessor for the last mode change list to ModePa...
2018-08-12 Peter PowellConvert AWAY to use cross-module events and clean up...
2018-08-12 Peter PowellPass the Extensible container to ExtensionItem::free().
2018-07-31 Peter PowellRemove support for static modules.
2018-07-30 Peter PowellRename User::fullname to realname and make it private.
2018-07-30 Peter PowellReplace most usages of "GECOS" with "real" or "real...
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-20 Peter PowellRemove Log() calls made unnecessary by the previous...
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 PowellMerge branch 'insp20' into master.
2018-07-12 Peter PowellImplement support for the WHOX extension.
2018-07-10 Peter PowellSwitch core_dns validation to use InspIRCd::IsHost.
2018-07-10 Peter PowellAdd a silent option to <options:restrictbannedusers>.
2018-07-03 B00mX0rUse !empty() instead of 'size() > 0' when checking...
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
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-11 genius3000Change some usage of "gecos" to "real name"
2018-04-09 Dylan FrankOptimize some behaviour in the core (#1476).
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-06 Dylan FrankRefactor m_sqloper to be a full opers.conf replacement...
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-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-02-07 Peter PowellSend the ACCEPT and KEYLEN ISUPPORT tokens.
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::SendTo().
2018-01-06 Peter PowellStrip commas from channel keys like Charybdis and other...
2018-01-06 Peter PowellRework message handling.
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-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 PowellMerge pull request #1445 from B00mX0r/master+nickmsg
2017-12-19 B00mX0rClarify error message when attempting to /NICK while...
2017-12-11 Peter PowellDon't allow users to set a zero channel limit.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-12-09 Peter PowellClean up numeric usage in WHOIS and WHOWAS.
2017-12-03 Peter PowellMerge pull request #1417 from B00mX0r/master+fix_1416
2017-11-28 Peter PowellUse ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS...
2017-11-25 Peter PowellConvert the remaining things away from the caller/handl...
2017-11-25 Peter PowellFix a minor typo in core_channel.
next