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
2019-01-24
Remove trailing whitespace from various source files.
Peter Powell
2019-01-24
Fix overriding <options:exemptchanops> with the exemptchanops mode.
Peter Powell
2019-01-24
Add the reason to xline removal notices. (#1545)
Matt Schatz
2019-01-24
Implement support for the extended tag space for client tags.
Peter Powell
2019-01-23
Don't tell the user if DNS lookups are disabled.
Peter Powell
2019-01-19
Fix sending the entire VERSION output as a single parameter.
Peter Powell
2019-01-14
Redo OnSetEndPoint logic to fix duplicate clones (#1549).
linuxdaemon
2019-01-09
core_privmsg: respect the exemption list when sending $* messages.
Peter Powell
2019-01-09
Improve X-line text consistency.
Matt Schatz
2019-01-07
core_stub: add stubs for the SUMMON and USERS commands.
Peter Powell
2019-01-04
Update the names in the /INFO credits.
Peter Powell
2018-12-21
Only parse valid durations, don't treat invalid multipliers as seconds (#1538)
linuxdaemon
2018-12-19
Add the <maxlist> tag and switch ListModeBase to always use it.
Peter Powell
2018-12-19
Make more modules rehash atomically (#1535)
linuxdaemon
2018-12-17
Alphabetically sort the modes in MAXLIST tokens.
Peter Powell
2018-12-15
Fix a typo in core_user.
Peter Powell
2018-12-12
Fix conversion issues by replacing ConvToInt with ConvToNum<T>.
Peter Powell
2018-12-10
Fix overly escaping MOTDs if they are in more than one connect class.
Peter Powell
2018-11-15
Fix the OnSendWhoLine event being completely broken with WHOX.
Peter Powell
2018-11-11
Fix the syntax description for the WHO command.
Peter Powell
2018-10-01
Move <security:userstats> into core_stats.
Peter Powell
2018-10-01
Move <security:genericoper> into core_whois.
Peter Powell
2018-10-01
Move <security:hideulinekills> into core_oper.
Peter Powell
2018-10-01
Move <security:hidekills> into core_oper.
Peter Powell
2018-09-23
Switch all core modules still using COMMAND_INIT to MODULE_INIT.
Peter Powell
2018-08-26
Don't update the idle timer when a user replies to a CTCP.
Peter Powell
2018-08-26
Implement proper CTCP parsing in MessageDetails.
Peter Powell
2018-08-22
Send the 001-004 numerics and MOTD/LUSERS from core_info.
Peter Powell
2018-08-21
Fix a few things that should be marked as override but aren't.
Peter Powell
2018-08-14
Remove the OnInfo event.
Peter Powell
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-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 "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
[next]