]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Switch all core modules still using COMMAND_INIT to MODULE_INIT.
[user/henk/code/inspircd.git] / src / modules /
2018-09-23 A_DMake kicknorejoin respect /INVITE (#1514).
2018-09-18 Peter PowellMerge m_noctcp_user into m_noctcp.
2018-09-17 Peter PowellImprovements and bugfixes to the cgiirc module.
2018-09-16 Peter PowellImprovements to the hostchange module.
2018-09-11 Peter PowellAmend OnPostCommand to specify whether the command...
2018-09-09 Peter PowellAdd a module for hiding mode changes from unprivileged...
2018-09-06 Peter PowellRemove the ripemd160 module.
2018-08-26 Peter PowellImplement proper CTCP parsing in MessageDetails.
2018-08-24 Peter PowellImprove the snotices sent out by the filter module.
2018-08-24 Peter PowellAllow unlocking jumpserver and lockserv with a module...
2018-08-21 Peter PowellFix warnings about using std::auto_ptr on C++11 or...
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-15 Peter PowellRewrite m_httpd_config.
2018-08-15 Peter PowellFix aliases that resolve to messages echoing with echo...
2018-08-15 Peter PowellFix m_alias not reconstituting the RFC message properly.
2018-08-14 Peter PowellFix a bunch more conflicting/unnamed numerics.
2018-08-14 Peter PowellConvert CLONES to use its own numeric and batch the...
2018-08-14 Peter PowellConvert m_bcrypt to use a vendored library instead...
2018-08-13 Peter PowellReplace all references to IRCv3.2 with IRCv3.
2018-08-13 Peter PowellAdd support for the IRCv3 batch specification.
2018-08-13 Peter PowellAdd support for the IRCv3 server-time specification.
2018-08-13 Peter PowellAdd support for the IRCv3 account-tag specification.
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-08-10 Peter PowellMove message parsing to ProcessBuffer and fix edge...
2018-08-10 Peter PowellSplit irc::tokenparser::GetToken into GetMiddle and...
2018-08-10 Peter PowellRemove the integer overloads of irc::tokenparser::GetTo...
2018-08-10 Peter PowellParse CAPAB CAPABILITIES and FJOIN messages with spaces...
2018-08-10 Peter PowellRemove the original line parameter of On{Pre,Post}Command.
2018-08-10 Peter PowellSwitch m_xline_db to use the xline snomask character.
2018-08-07 Peter Powellm_httpd: close the HTTP connection after serving a...
2018-08-07 Peter PowellSwitch m_dnsbl to use its own snomask character.
2018-08-07 Peter PowellRemove the 'debug' snotice character.
2018-08-05 Peter PowellMake the FJOIN timestamp message easier for users to...
2018-07-30 Peter PowellRename User::fullname to realname and make it private.
2018-07-30 Peter PowellReplace most usages of "name" with "real" or "real...
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-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-15 Peter PowellUse mysql_real_escape_string instead of mysql_escape...
2018-07-10 Peter PowellAllow exempting of registered users from securelist.
2018-07-03 B00mX0rUse !empty() instead of 'size() > 0' when checking...
2018-04-22 Peter PowellAlways process MOTD formatting escape codes.
2018-04-22 Peter PowellFix some oversights relating to numerics.
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 RobbyOptionally do not notify users if their messages are...
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 ConfigTag::getUInt for reading unsigned config...
2018-04-16 Peter PowellConvert ConfigTag::getDuration to return an unsigned...
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 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 PowellFix customprefix modes not being deleted when the modul...
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-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 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-30 genius3000Update the GeoIP ExtItem when CGI:IRC sets the real...
2018-03-04 Peter PowellMerge pull request #1463 from clinew/insp20+openssl...
2018-03-03 Wade Clinem_ssl_openssl: Remove deprecated API members.
2018-02-24 Peter PowellMerge pull request #1458 from linuxdaemon/insp20+duplic...
2018-02-17 Peter PowellMove m_sslrehashsignal to the extra directory.
2018-02-17 Peter PowellFix building on Windows (mostly).
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 Peter PowellAdd a module which rehashes SSL modules on receiving...
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::Connect().
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.
next