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
/
src
/
coremods
Age
Commit message (
Expand
)
Author
2018-07-30
Replace most usages of "GECOS" with "real" or "real name".
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-20
Remove Log() calls made unnecessary by the previous commit.
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-15
Merge branch 'insp20' into master.
Peter Powell
2018-07-12
Implement support for the WHOX extension.
Peter Powell
2018-07-10
Switch core_dns validation to use InspIRCd::IsHost.
Peter Powell
2018-07-10
Add a silent option to <options:restrictbannedusers>.
Peter Powell
2018-07-03
Use !empty() instead of 'size() > 0' when checking parameter count.
B00mX0r
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-11
Change some usage of "gecos" to "real name"
genius3000
2018-04-09
Optimize some behaviour in the core (#1476).
Dylan Frank
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-06
Refactor m_sqloper to be a full opers.conf replacement (#983).
Dylan Frank
2018-03-31
Prioritize checking for +ikl last to match previous behavior (#1474).
Dylan Frank
2018-03-31
Move <security:announceinvites> to core_channel.
Peter Powell
2018-03-31
Move checking for +ikl from the core to to core_channel.
Peter Powell
2018-03-25
Do not send unset topics on channel join per RFC (#1469)
Dylan Frank
2018-03-25
Separate secret and private channels on whois for non-opers (#1447)
Dylan Frank
2018-03-10
Add Haiku support
Puck Meerburg
2018-02-07
Send the ACCEPT and KEYLEN ISUPPORT tokens.
Peter Powell
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::SendTo().
Peter Powell
2018-01-06
Strip commas from channel keys like Charybdis and others do.
Peter Powell
2018-01-06
Rework message handling.
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-19
Clarify error message when attempting to /NICK while banned
B00mX0r
2017-12-11
Don't allow users to set a zero channel limit.
Peter Powell
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-11-28
Use ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS in USER.
Peter Powell
2017-11-25
Convert the remaining things away from the caller/handler API.
Peter Powell
2017-11-25
Fix a minor typo in core_channel.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-17
Improve LIST and implement more extended list features.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-11-12
Merge tag 'v2.0.25' into master.
Peter Powell
2017-11-06
Add support for setting the unset rank in ModeHandler.
Peter Powell
2017-10-31
Make core_hostname_lookup redo the lookup when a user's IP changes.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-10-22
Move Shutter to former contributors & thank genius3000, Sheogorath.
Peter Powell
2017-10-21
Tweak the module flags in MODULES slightly.
Peter Powell
2017-10-21
Add a helper function for calling the OnCheckExemption event.
Peter Powell
2017-10-15
Remove an outdated comment in cmd_user.
Peter Powell
2017-10-12
Merge the latest changes from insp20 into master.
Peter Powell
2017-09-12
Store the server endpoint as a sockaddrs in ListenSocket.
Peter Powell
[next]