index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-13
Add an accessor for the last mode change list to ModeParser.
Peter Powell
2018-08-12
Convert AWAY to use cross-module events and clean up slightly.
Peter Powell
2018-08-12
Pass the Extensible container to ExtensionItem::free().
Peter Powell
2018-08-10
Move message parsing to ProcessBuffer and fix edge cases in it.
Peter Powell
2018-08-10
Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.
Peter Powell
2018-08-10
Remove the integer overloads of irc::tokenparser::GetToken().
Peter Powell
2018-08-10
Remove the original line parameter of On{Pre,Post}Command.
Peter Powell
2018-07-31
Remove support for static modules.
Peter Powell
2018-07-30
Rename User::fullname to realname and make it private.
Peter Powell
2018-07-30
Replace most usages of "name" with "real" or "real name".
Peter Powell
2018-07-30
Replace most usages of "GECOS" with "real" or "real name".
Peter Powell
2018-07-26
Replace irc::stringjoiner with a generic stdalgo::string::join.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-26
Add a module which implements the HAProxy PROXY v2 protocol.
Peter Powell
2018-07-24
Rename IntModuleList to Module::List.
Peter Powell
2018-07-24
Get rid of the unused string_list typedef.
Peter Powell
2018-07-18
Initial support for listening on UNIX socket endpoints.
Peter Powell
2018-07-18
Add the family() member to the sockaddrs union.
Peter Powell
2018-07-12
Implement support for the WHOX extension.
Peter Powell
2018-07-10
Add InspIRCd::IsHost for checking the validity of hostnames.
Peter Powell
2018-07-10
Add a ConfigTag::getString overload that calls a validation method.
Peter Powell
2018-07-10
Add a silent option to <options:restrictbannedusers>.
Peter Powell
2018-06-04
Add --nopid command line option (#1497).
Chris Novakovic
2018-04-22
Move a bunch of optional module numerics to the module source file.
Peter Powell
2018-04-22
Replace ERR_{NOCTCPALLOWED,WORDFILTERED} with ERR_CANNOTSENDTOCHAN.
Peter Powell
2018-04-22
Merge tag 'v2.0.26' into master.
Peter Powell
2018-04-16
Call OnUserMessageBlocked when a PRIVMSG or a NOTICE is blocked.
Peter Powell
2018-04-16
Add range checking to ConfigTag::getFloat.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
Convert ConfigTag::getDuration to return an unsigned long.
Peter Powell
2018-04-16
Convert ConfigTag::CheckRange to a function template.
Peter Powell
2018-04-16
Remove the default value in ConfigTag::get{Duration,Float,Int}.
Peter Powell
2018-04-16
Replace the remaining use of irc::string with irc::find.
Peter Powell
2018-04-11
Change ServerInfo::gecos to description
genius3000
2018-04-09
Remove swhois messages set in the oper block on deoper.
Peter Powell
2018-04-08
Fix an invalid mode parameters numeric upon attempting to view a list mode
B00mX0r
2018-04-08
Include modules/whois.h directly from files that use it.
Peter Powell
2018-04-08
Move OnStats from the core to a cross-module event.
Peter Powell
2018-04-07
SQL: Add HasColumn() to check if a result contains a named column.
Daniel Vassdal
2018-03-31
Move <security:announceinvites> to core_channel.
Peter Powell
2018-03-29
Ignore expired or invalid client certificates (#1468).
Dylan Frank
2018-03-25
Separate secret and private channels on whois for non-opers (#1447)
Dylan Frank
2018-02-17
Fix building on Windows (mostly).
Peter Powell
2018-02-02
Add names for a bunch of numerics.
Peter Powell
2018-01-29
Add ERR_INVALIDMODEPARAM for responding to invalid mode params.
Peter Powell
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::SendTo().
Peter Powell
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::Connect().
Peter Powell
2018-01-14
Fix some minor Doxygen errors.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
[next]