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
/
modules
/
m_dccallow.cpp
Age
Commit message (
Expand
)
Author
2021-04-27
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-02-15
Fix leaking the dccallow list instead of setting it in FromInternal.
Sadie Powell
2020-01-31
Update copyright headers.
InspIRCd Robot
2020-01-23
dccallow: use IsCTCP instead of parsing the message manually.
Sadie Powell
2020-01-23
dccallow: Use irc::equals for messages received over IRC.
Sadie Powell
2020-01-17
Use irc::equals instead of strcasecmp where appropriate.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-09-03
Add internal serialisations of the DCC allow and silence lists.
Peter Powell
2019-04-28
Some more text fixes and improvements (#1618).
Robby
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-02-18
Start using DurationString() in X-line additions and
Matt Schatz
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2018-12-21
Only parse valid durations, don't treat invalid multipliers as seconds (#1538)
linuxdaemon
2018-12-19
Make more modules rehash atomically (#1535)
linuxdaemon
2018-12-12
Fix not rejecting invalid durations in DCCALLOW.
Peter Powell
2018-08-14
Fix a bunch more conflicting/unnamed numerics.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-02-02
Add names for a bunch of numerics.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2016-08-22
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-17
Merge insp20
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-24
m_dccallow Call WriteNumeric() in a loop when displaying help
Attila Molnar
2016-02-22
Merge insp20
Attila Molnar
2016-02-18
Fix dccallow to work with files with spaces in their names
Adam
2016-02-12
m_dccallow Add config option to control max entries on a list
Attila Molnar
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2015-04-16
m_dccallow Validate tokens before use
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-11-01
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-04-12
Correct the syntax messages of a few modules.
Robby-
2014-01-21
Merge insp20
Attila Molnar
2014-01-19
m_dccallow Increase penalty for /DCCALLOW help
Attila Molnar
2013-12-15
Make various self contained methods static.
Peter Powell
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Change allocation of a few services to make use of auto registration
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
[next]