| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -4/+3 | |
| * | Make the permchannels database easier to read.•••Adding the extra keys for list modes made the database a lot harder to read because of the extra line length. To work around this put each key on its own line and indent them to the same level. | 2023-09-13 | 1 | -8/+9 | |
| * | Allow permchannels to save the set time and setter of list mode entries. | 2023-08-13 | 1 | -22/+48 | |
| * | Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | 2023-08-11 | 1 | -4/+4 | |
| * | Add incremental backoff to the filter/permchannels/xline_db modules.•••Closes #1671. | 2023-07-21 | 1 | -3/+26 | |
| * | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -1/+3 | |
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -2/+2 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -5/+5 | |
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -3/+3 | |
| * | Replace ModeAction with bool.•••This enum is functionally the same as bool but with weird semantics. | 2023-01-22 | 1 | -3/+3 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -3/+3 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -5/+5 | |
| * | Merge branch 'insp3' into master. | 2022-10-29 | 1 | -5/+9 | |
| |\ | |||||
| | * | Only store the topic in the permchannels database if one is set. | 2022-10-23 | 1 | -5/+9 | |
| * | | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
| * | | Remove some unused method arguments. | 2022-10-12 | 1 | -2/+2 | |
| * | | Replace foo.erase(foo.{size|end}()-1) with foo.pop_back(). | 2022-10-01 | 1 | -1/+1 | |
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-09-12 | 1 | -1/+1 | |
| |\| | |||||
| | * | Make the temporary filenames used by modules more unique.•••This prevents zombie files from causing problems. | 2022-09-05 | 1 | -1/+2 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -0/+6 | |
| |\| | |||||
| | * | Add an option to allow channel ops to enable the permchannels mode.•••Closes #1964. | 2022-02-05 | 1 | -0/+6 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| * | | Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | 2021-11-05 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -1/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -1/+1 | |
| * | | Convert simple modes to use Simple{Channel,User}Mode. | 2021-06-01 | 1 | -9/+10 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -4/+3 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -12/+7 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -8/+10 | |
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -1/+3 | |
| |\| | |||||
| | * | Improve the header messages of the filter and permchannels modules. | 2021-03-21 | 1 | -1/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 1 | -1/+1 | |
| |\| | |||||
| | * | Default <permchannelsdb:listmodes> to on. | 2021-03-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -1/+1 | |
| |\| | |||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -1/+1 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 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. | 2020-10-31 | 1 | -3/+1 | |
