| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Move config typedefs to ServerConfig and use auto in more places. | 2020-11-03 | 1 | -6/+6 | ||
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -17/+17 | ||
| * | | Replace ConfigTag::create with a public constructor. | 2020-11-03 | 1 | -10/+3 | ||
| * | | Rename ConfigItems to ConfigTag::Items. | 2020-11-03 | 1 | -2/+2 | ||
| * | | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -9/+7 | ||
| * | | Use auto for config code in more places. | 2020-10-31 | 1 | -4/+4 | ||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -15/+10 | ||
| * | | 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 | -26/+19 | ||
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -11/+11 | ||
| |\| | ||||||
| | * | Check that the values specified in <limits> are reasonable. | 2020-09-30 | 1 | -11/+11 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -8/+8 | ||
| |\| | ||||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -8/+8 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -0/+8 | ||
| |\| | ||||||
| | * | Warn if the server config contains an unhashed password.•••This will be made a hard failure in v4. | 2020-03-11 | 1 | -0/+8 | ||
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -2/+2 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+0 | ||
| * | | Make WritePID read directly from the config. | 2020-02-06 | 1 | -2/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+13 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+13 | ||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -2/+0 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -8/+7 | ||
| |\| | ||||||
| | * | Use FindUUID in place of FindNick in places that only get a UUID. | 2019-12-16 | 1 | -2/+2 | ||
| | * | Extract port binding code to a function and improve output. | 2019-12-12 | 1 | -6/+5 | ||
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 1 | -5/+10 | ||
| |\| | ||||||
| | * | Allow options:casemapping to remain defined when using m_nationalchars. | 2019-11-18 | 1 | -1/+2 | ||
| | * | Improve reading xlines from the server configuration. | 2019-11-16 | 1 | -5/+10 | ||
| * | | Replace socketengine_{pthread,win32} with C++11 threads. | 2019-05-15 | 1 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -2/+23 | ||
| |\| | ||||||
| | * | Improve the handling of config X-lines and filters. (#1583) | 2019-02-22 | 1 | -1/+5 | ||
| | * | Use the local hostname as the server name if one is not specified. | 2019-02-16 | 1 | -1/+18 | ||
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | ||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -8/+8 | ||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -9/+9 | ||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -7/+7 | ||
| * | | Remove support for the deprecated rfc1459 casemapping,•••Closes #1017. | 2019-01-25 | 1 | -13/+1 | ||
| * | | Remove all 2.0 config compatibility code. | 2019-01-25 | 1 | -9/+7 | ||
| |/ | ||||||
| * | Move the <disabled> tag out of the core to a new module. | 2019-01-24 | 1 | -46/+0 | ||
| * | Fix overly escaping MOTDs if they are in more than one connect class. | 2018-12-10 | 1 | -10/+0 | ||
| * | Add an option for changing the allowed server clock drift. | 2018-12-04 | 1 | -0/+1 | ||
| * | Remove deprecated config checker and make <die> actually useful.•••- Remove the deprecated config tag checker. This checker is neither exhaustive nor is it particularly accurate. Instead the new docs site will contain a page detailing the breaking changes between releases. - Remove the insulting <die> tags in inspircd.conf.example and add some descriptive ones in files that it is critical for the user to edit correctly. - Show the message from the <die> tag so the user actually knows what they did wrong. | 2018-10-27 | 1 | -47/+8 | ||
| * | Move <security:userstats> into core_stats. | 2018-10-01 | 1 | -1/+0 | ||
| * | Move <security:hidesplits> to the spanningtree module. | 2018-10-01 | 1 | -1/+0 | ||
| * | Move <security:genericoper> into core_whois. | 2018-10-01 | 1 | -1/+0 | ||
| * | Move <security:hideulinekills> into core_oper. | 2018-10-01 | 1 | -1/+0 | ||
| * | Move <security:hidekills> into core_oper. | 2018-10-01 | 1 | -1/+0 | ||
| * | Don't sync xlines defined in the config and expire them on rehash.•••Closes #1427. | 2018-09-23 | 1 | -0/+2 | ||
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -1/+0 | ||
