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
/
core_channel
Age
Commit message (
Expand
)
Author
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-09-24
Fix the syntax of the MAXLIST 005 token.
Sadie Powell
2020-07-30
Update copyright headers.
InspIRCd Robot
2020-07-27
Send ERR_KEYSET when trying to change a channel key.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-09
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-02-18
Add enum constants for list mode numerics.
Sadie Powell
2020-02-18
Use ircd-hybrid's numerics for the "pending invites" list.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-10-01
Show the list modes which have variable list lengths in 005.
Peter Powell
2019-08-13
Fix some remaining uses of ato[il].
Peter Powell
2019-08-07
Convert all core ExtensionItem code away from {un,}serialize.
Peter Powell
2019-06-12
Show the mode syntax in ERR_INVALIDMODEPARAM.
Peter Powell
2019-06-05
Allow channels/auspex to see a secret channel topic. (#1654)
Matt Schatz
2019-05-05
cmd_names: Fix the syntax.
Robby
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-19
Remove the OnNamesListItem event out of the core.
Peter Powell
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-01-29
Fix -Wnewline-eof warning.
Peter Powell
2019-01-28
Add ParamMode::IsParameterSecret and remove special casing of keys.
Peter Powell
2019-01-24
Fix overriding <options:exemptchanops> with the exemptchanops mode.
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-12
Fix conversion issues by replacing ConvToInt with ConvToNum<T>.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-12
Pass the Extensible container to ExtensionItem::free().
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-09
Optimize some behaviour in the core (#1476).
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-02-07
Send the ACCEPT and KEYLEN ISUPPORT tokens.
Peter Powell
2018-01-06
Strip commas from channel keys like Charybdis and others do.
Peter Powell
2017-12-22
Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics
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-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-06
Add support for setting the unset rank in ModeHandler.
Peter Powell
2017-10-21
Add a helper function for calling the OnCheckExemption event.
Peter Powell
2017-07-27
Merge pull request #1271 from SaberUK/master+exemption
Peter Powell
2017-07-24
Replace the deprecated MAXBANS token with MAXLIST.
Peter Powell
2017-03-20
Move the OnCheckExemption hook out of the core.
Peter Powell
2016-04-11
Refactor topic setting logic to go through Channel::SetTopic() in all cases
Attila Molnar
2016-03-19
Fix oversights in the WriteNumeric() parameter conversion
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
[next]