index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
configreader.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
*
Add a new runtime directory and move the pid file to it.
Sadie Powell
2021-01-18
1
-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.
Sadie Powell
2020-12-21
1
-3
/
+3
|
\
|
|
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
1
-2
/
+2
|
|
|
*
Use !empty instead of size when checking if containers are empty.
Sadie Powell
2020-12-16
1
-1
/
+1
|
|
*
|
Rename ChanMax to MaxChannel for consistency with the other limits.
Sadie Powell
2020-11-27
1
-1
/
+1
|
|
*
|
Rename NickMax to MaxNick for consistency with the other limits.
Sadie Powell
2020-11-27
1
-1
/
+1
|
|
*
|
Rename IdentMax to MaxUser for consistency with the other limits.
Sadie Powell
2020-11-27
1
-1
/
+1
|
|
*
|
Add stdalgo::equal_range and switch more stuff to iterator_range.
Sadie Powell
2020-11-11
1
-9
/
+9
|
|
*
|
Initial support for platform-specific module file extensions.
Sadie Powell
2020-11-04
1
-2
/
+2
|
|
*
|
Move config typedefs to ServerConfig and use auto in more places.
Sadie Powell
2020-11-03
1
-6
/
+6
|
|
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-17
/
+17
|
|
*
|
Replace ConfigTag::create with a public constructor.
Sadie Powell
2020-11-03
1
-10
/
+3
|
|
*
|
Rename ConfigItems to ConfigTag::Items.
Sadie Powell
2020-11-03
1
-2
/
+2
|
|
*
|
Convert ConnectClass from reference<> to std::shared_ptr<>.
Sadie Powell
2020-11-03
1
-9
/
+7
|
|
*
|
Use auto for config code in more places.
Sadie Powell
2020-10-31
1
-4
/
+4
|
|
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-15
/
+10
|
|
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
Sadie Powell
2020-10-31
1
-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<>.
Sadie Powell
2020-10-31
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-10-27
1
-11
/
+11
|
\
|
|
*
Check that the values specified in <limits> are reasonable.
Sadie Powell
2020-09-30
1
-11
/
+11
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-8
/
+8
|
\
|
|
*
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-04-09
1
-8
/
+8
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-03-18
1
-0
/
+8
|
\
|
|
*
Warn if the server config contains an unhashed password.
Sadie Powell
2020-03-11
1
-0
/
+8
|
|
|
|
|
|
|
|
This will be made a hard failure in v4.
*
|
Move FindUUID to the UserManager class.
Sadie Powell
2020-02-09
1
-2
/
+2
|
|
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-2
/
+0
|
|
*
|
Make WritePID read directly from the config.
Sadie Powell
2020-02-06
1
-2
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-5
/
+13
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-5
/
+13
|
|
*
|
Move ISupport logic out of the core and into core_info.
Sadie Powell
2020-01-05
1
-2
/
+0
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-01
1
-8
/
+7
|
\
|
|
*
Use FindUUID in place of FindNick in places that only get a UUID.
Peter Powell
2019-12-16
1
-2
/
+2
|
|
|
*
Extract port binding code to a function and improve output.
Peter Powell
2019-12-12
1
-6
/
+5
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-12-08
1
-5
/
+10
|
\
|
|
*
Allow options:casemapping to remain defined when using m_nationalchars.
Matt Schatz
2019-11-18
1
-1
/
+2
|
|
|
*
Improve reading xlines from the server configuration.
Peter Powell
2019-11-16
1
-5
/
+10
|
|
*
|
Replace socketengine_{pthread,win32} with C++11 threads.
Sadie Powell
2019-05-15
1
-4
/
+4
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-03-30
1
-2
/
+23
|
\
|
|
*
Improve the handling of config X-lines and filters. (#1583)
Matt Schatz
2019-02-22
1
-1
/
+5
|
|
|
*
Use the local hostname as the server name if one is not specified.
Peter Powell
2019-02-16
1
-1
/
+18
|
|
*
|
UserManager: remove fakederef.
Sadie Powell
2019-02-07
1
-1
/
+1
|
|
*
|
SnomaskManager: remove fakederef.
Sadie Powell
2019-02-07
1
-8
/
+8
|
|
*
|
ModuleManager: remove fakederef.
Sadie Powell
2019-02-07
1
-9
/
+9
|
|
*
|
LogManager: remove fakederef.
Sadie Powell
2019-02-07
1
-7
/
+7
|
|
*
|
Remove support for the deprecated rfc1459 casemapping,
Sadie Powell
2019-01-25
1
-13
/
+1
|
|
|
|
|
|
|
|
Closes #1017.
*
|
Remove all 2.0 config compatibility code.
Sadie Powell
2019-01-25
1
-9
/
+7
|
/
*
Move the <disabled> tag out of the core to a new module.
Peter Powell
2019-01-24
1
-46
/
+0
|
*
Fix overly escaping MOTDs if they are in more than one connect class.
Peter Powell
2018-12-10
1
-10
/
+0
|
[prev]
[next]