| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+2 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -4/+2 | |
| * | | In C++11 [io]fstream has std::string constructors; use them. | 2020-02-06 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -4/+11 | |
| |\| | |||||
| | * | Switch permchannels and xline_db from OnBackgroundTimer to a Timer. | 2019-06-25 | 1 | -3/+11 | |
| | * | permchannels: remove an unused ChanModeReference. | 2019-06-25 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -2/+2 | |
| |\| | |||||
| | * | m_permchannels: validate channel names properly. | 2019-03-25 | 1 | -2/+2 | |
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -3/+3 | |
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -6/+6 | |
| * | | Remove all 2.0 config compatibility code. | 2019-01-25 | 1 | -1/+1 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -8/+8 | |
| |/ | |||||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -1/+1 | |
| * | Remove the default value in ConfigTag::get{Duration,Float,Int}. | 2018-04-16 | 1 | -1/+1 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that default to C++11 or newer. | 2017-07-12 | 1 | -1/+1 | |
| * | Automatically apply +P to all permanent channels. | 2017-04-14 | 1 | -0/+4 | |
| * | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | 2016-08-29 | 1 | -1/+1 | |
| * | Refactor topic setting logic to go through Channel::SetTopic() in all cases•••- Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently | 2016-04-11 | 1 | -6/+6 | |
| * | Differ database error messages for m_permchannels and m_xline_db•••m_permchannels and m_xline_db both have the same error messages as well as not informing the server operator what file is at fault for the error. This makes it hard to find which module is causing the error and what file the module is referring to. The new messages explain which database is trying to be written and the path used to write the file. | 2014-07-29 | 1 | -6/+6 | |
| * | Merge insp20 | 2014-07-25 | 1 | -6/+1 | |
| |\ | |||||
