aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add a new runtime directory and move the pid file to it.Gravatar Sadie Powell2021-01-181-0/+1
| | | | | | | | | | | | | | The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-211-3/+3
|\|
| * Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-201-2/+2
| |
| * Use !empty instead of size when checking if containers are empty.Gravatar Sadie Powell2020-12-161-1/+1
| |
* | Rename ChanMax to MaxChannel for consistency with the other limits.Gravatar Sadie Powell2020-11-271-1/+1
| |
* | Rename NickMax to MaxNick for consistency with the other limits.Gravatar Sadie Powell2020-11-271-1/+1
| |
* | Rename IdentMax to MaxUser for consistency with the other limits.Gravatar Sadie Powell2020-11-271-1/+1
| |
* | Add stdalgo::equal_range and switch more stuff to iterator_range.Gravatar Sadie Powell2020-11-111-9/+9
| |
* | Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-041-2/+2
| |
* | Move config typedefs to ServerConfig and use auto in more places.Gravatar Sadie Powell2020-11-031-6/+6
| |
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-17/+17
| |
* | Replace ConfigTag::create with a public constructor.Gravatar Sadie Powell2020-11-031-10/+3
| |
* | Rename ConfigItems to ConfigTag::Items.Gravatar Sadie Powell2020-11-031-2/+2
| |
* | Convert ConnectClass from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-11-031-9/+7
| |
* | Use auto for config code in more places.Gravatar Sadie Powell2020-10-311-4/+4
| |
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-15/+10
| |
* | Add stdalgo::iterator_range and switch config tag reading to use it.Gravatar Sadie Powell2020-10-311-26/+19
| | | | | | | | | | This allows us to use range-based for loops which were not possible with the previous config tag system.
* | Convert OperInfo from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-11/+11
|\|
| * Check that the values specified in <limits> are reasonable.Gravatar Sadie Powell2020-09-301-11/+11
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-8/+8
|\|
| * Set the minimum length to 1 for most config items with a default.Gravatar Sadie Powell2020-04-091-8/+8
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-181-0/+8
|\|
| * Warn if the server config contains an unhashed password.Gravatar Sadie Powell2020-03-111-0/+8
| | | | | | | | This will be made a hard failure in v4.
* | Move FindUUID to the UserManager class.Gravatar Sadie Powell2020-02-091-2/+2
| |
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-2/+0
| |
* | Make WritePID read directly from the config.Gravatar Sadie Powell2020-02-061-2/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-5/+13
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-5/+13
| |
* | Move ISupport logic out of the core and into core_info.Gravatar Sadie Powell2020-01-051-2/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-8/+7
|\|
| * Use FindUUID in place of FindNick in places that only get a UUID.Gravatar Peter Powell2019-12-161-2/+2
| |
| * Extract port binding code to a function and improve output.Gravatar Peter Powell2019-12-121-6/+5
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-12-081-5/+10
|\|
| * Allow options:casemapping to remain defined when using m_nationalchars.Gravatar Matt Schatz2019-11-181-1/+2
| |
| * Improve reading xlines from the server configuration.Gravatar Peter Powell2019-11-161-5/+10
| |
* | Replace socketengine_{pthread,win32} with C++11 threads.Gravatar Sadie Powell2019-05-151-4/+4
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-03-301-2/+23
|\|
| * Improve the handling of config X-lines and filters. (#1583)Gravatar Matt Schatz2019-02-221-1/+5
| |
| * Use the local hostname as the server name if one is not specified.Gravatar Peter Powell2019-02-161-1/+18
| |
* | UserManager: remove fakederef.Gravatar Sadie Powell2019-02-071-1/+1
| |
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-8/+8
| |
* | ModuleManager: remove fakederef.Gravatar Sadie Powell2019-02-071-9/+9
| |
* | LogManager: remove fakederef.Gravatar Sadie Powell2019-02-071-7/+7
| |
* | Remove support for the deprecated rfc1459 casemapping,Gravatar Sadie Powell2019-01-251-13/+1
| | | | | | | | Closes #1017.
* | Remove all 2.0 config compatibility code.Gravatar Sadie Powell2019-01-251-9/+7
|/
* Move the <disabled> tag out of the core to a new module.Gravatar Peter Powell2019-01-241-46/+0
|
* Fix overly escaping MOTDs if they are in more than one connect class.Gravatar Peter Powell2018-12-101-10/+0
|