| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Constify variables within loops. | Sadie Powell | 2021-04-01 | 1 | -1/+1 |
| * | | Use emplace_back where possible. | Sadie Powell | 2021-03-30 | 1 | -1/+1 |
| * | | Implement support for automatically syncing extension items. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | Sadie Powell | 2021-03-17 | 1 | -2/+2 |
| * | | Pascalize Unset in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | | Pascalize Set in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -2/+2 |
| * | | Pascalize Get in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -7/+7 |
| * | | Clean up a bunch of contructors and destructors. | Sadie Powell | 2020-11-01 | 1 | -1/+1 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible
with the previous config tag system.
| Sadie Powell | 2020-10-31 | 1 | -4/+4 |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | Sadie Powell | 2020-10-27 | 1 | -13/+13 |
| * | | Alow modules to specify multiple syntax lines. | Sadie Powell | 2020-04-14 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -6/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-02-19 | 1 | -0/+2 |
| |\| |
|
| | * | Fix leaking the dccallow list instead of setting it in FromInternal. | Sadie Powell | 2020-02-15 | 1 | -0/+2 |
| * | | Move FindNickOnly to UserManager. | Sadie Powell | 2020-02-09 | 1 | -1/+1 |
| * | | Use C++11 inline initialisation for class members. | Sadie Powell | 2020-02-06 | 1 | -2/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-02-04 | 1 | -9/+10 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-31 | 1 | -1/+1 |
| | * | dccallow: use IsCTCP instead of parsing the message manually. | Sadie Powell | 2020-01-23 | 1 | -6/+7 |
| | * | dccallow: Use irc::equals for messages received over IRC. | Sadie Powell | 2020-01-23 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -8/+14 |
| |\| |
|
| | * | Use irc::equals instead of strcasecmp where appropriate. | Sadie Powell | 2020-01-17 | 1 | -2/+2 |
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -6/+12 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-09-23 | 1 | -7/+76 |
| |\| |
|
| | * | Add internal serialisations of the DCC allow and silence lists. | Peter Powell | 2019-09-03 | 1 | -7/+76 |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do.
| Sadie Powell | 2019-08-13 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -1/+1 |
| |\| |
|
| | * | Some more text fixes and improvements (#1618). | Robby | 2019-04-28 | 1 | -1/+1 |
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-03-30 | 1 | -4/+4 |
| |\| |
|
| | * | Start using DurationString() in X-line additions and•••a few other modules where it fits better than just showing seconds.
| Matt Schatz | 2019-02-18 | 1 | -1/+1 |
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | 2019-02-18 | 1 | -3/+3 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -7/+7 |
| |/ |
|
| * | Only parse valid durations, don't treat invalid multipliers as seconds (#1538) | linuxdaemon | 2018-12-21 | 1 | -1/+5 |
| * | Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so
any errors don't result in partial application of the configs
| linuxdaemon | 2018-12-19 | 1 | -12/+14 |
| * | Fix not rejecting invalid durations in DCCALLOW. | Peter Powell | 2018-12-12 | 1 | -2/+3 |
| * | Fix a bunch more conflicting/unnamed numerics. | Peter Powell | 2018-08-14 | 1 | -8/+9 |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
| Peter Powell | 2018-07-26 | 1 | -2/+2 |
| * | Make more config stuff case insensitive. | Peter Powell | 2018-07-24 | 1 | -1/+1 |
| * | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | 2018-04-16 | 1 | -1/+1 |
| * | Add names for a bunch of numerics. | Peter Powell | 2018-02-02 | 1 | -14/+32 |
| * | Rework message handling.•••- Move all message-related types to their own header to make moving
them to a cross-module events easier.
- Rename OnUserMessage to OnUserPostMessage.
- Rename OnText to OnUserMessage.
- Replace the dest, target_type, and status parameters with the
MessageTarget class.
- Replace the text, exempt_list, and msgtype parameters with the
MessageDetails struct.
- Add echooriginal and originaltext to the MessageDetails struct
to allow spam filtering to not be broken by cap echo-message.
| Peter Powell | 2018-01-06 | 1 | -6/+6 |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs.
| Peter Powell | 2017-11-21 | 1 | -2/+2 |
| * | Fix a ton of -Wsign-conversion warnings. | Peter Powell | 2017-11-17 | 1 | -3/+10 |
| * | Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a
user's hostname.
| Peter Powell | 2017-10-28 | 1 | -3/+3 |
| * | Add stdalgo::string::equalsci and use it instead of irc::string for case-inse... | Attila Molnar | 2016-08-22 | 1 | -3/+3 |
| * | Merge insp20 | Attila Molnar | 2016-08-17 | 1 | -12/+26 |
| |\ |
|