]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2018-10-10 Peter PowellRequire WebSocket origins to be whitelisted in order...
2018-10-06 edefUse nodejs/http_parser instead of a homebrew parser.
2018-10-04 Peter PowellConvert m_sha256 to use a vendored library instead...
2018-10-04 Peter PowellAdd a directive for requiring a specific compiler.
2018-10-04 Peter PowellAvoid using relative paths in make::configure.
2018-10-01 Peter PowellRelease v3.0.0 alpha 10.
2018-10-01 Peter PowellMove <security:userstats> into core_stats.
2018-10-01 Peter PowellMove <security:hidesplits> to the spanningtree module.
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-10-01 Peter PowellDocument ServerConfig::Conf{Tags,Value} better.
2018-10-01 Peter PowellGet rid of DummyMessageDetails in the delayjoin module.
2018-10-01 Peter PowellFix the delayjoin module not hiding JOIN messages properly.
2018-10-01 Peter PowellFix the chanhistory module being inconsistent across...
2018-09-27 Peter PowellFix SQL modules using "provider" in <database> instead...
2018-09-26 Peter PowellMove the SQL tables to docs/sql and install them on...
2018-09-25 Robbym_dnsbl: Add the IP address to the positive detection...
2018-09-25 Robbym_dnsbl: Use the blacklist name rather than the domain.
2018-09-25 Peter PowellSend a message to snomask 'd' when a DNSBL lookup fails.
2018-09-25 Renegade334Add extban 'a' to m_gecosban.
2018-09-25 Peter PowellDon't sync filters defined in the config and expire...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 Peter PowellSwitch all core modules still using COMMAND_INIT to...
2018-09-23 Peter PowellDon't sync xlines defined in the config and expire...
2018-09-23 A_DMake kicknorejoin respect /INVITE (#1514).
2018-09-18 Peter PowellMerge m_noctcp_user into m_noctcp.
2018-09-18 Peter PowellFix gateway client hosts not being updated if DNS resol...
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 PowellDon't update the idle timer when a user replies to...
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-24 Peter PowellDocument the --nopid option in the manual pages.
2018-08-22 Peter PowellSend the 001-004 numerics and MOTD/LUSERS from core_info.
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 PowellRelease v3.0.0 alpha 9.
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 PowellFix some bugs in cidr_mask::str().
2018-08-14 Peter PowellConvert m_bcrypt to use a vendored library instead...
2018-08-14 Peter PowellAdd support for vendoring dependencies.
2018-08-13 Peter PowellRename OnChangeLocalUserHost to OnPreChangeHost for...
2018-08-13 Peter PowellRemove the OnInfo event.
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 PowellFix sending malformed ERR_UNKNOWNCOMMAND messages in...
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-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 "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-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...
next