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-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
2018-01-03
Fix m_chanhistory sending the history notice directly to the user.
Peter Powell
2018-01-03
Make InspIRCd::Format return std::string instead of const char*.
Peter Powell
2017-12-23
Get rid of InspIRCd::QuickExit.
Peter Powell
2017-12-22
Improve and modernize the SQL system API.
Peter Powell
2017-12-22
Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics
B00mX0r
2017-12-22
Rename <security:hidewhois> to <security:hideserver>.
Peter Powell
2017-12-21
Add SHUN as a /filter action
B00mX0r
2017-12-10
Extract RFC modes from the core to core_channel and core_user.
Peter Powell
2017-12-09
Clean up numeric usage in WHOIS and WHOWAS.
Peter Powell
2017-12-03
Move OnSync{Channel,Network,User} to ServerEventListener.
Peter Powell
2017-12-03
Rename the spanningtree module header to server.
Peter Powell
2017-11-25
Convert the remaining things away from the caller/handler API.
Peter Powell
[prev]
[next]