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
*
Require that hideserver is set to a valid hostname.
Sadie Powell
2021-06-25
1
-1
/
+1
|
*
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-3
/
+3
|
*
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-2
/
+2
|
\
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-04-27
1
-8
/
+8
|
\
|
|
*
Improve the messages sent when loading/unloading/reloading modules.
Sadie Powell
2021-04-19
1
-8
/
+8
|
|
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
|
|
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-28
/
+25
|
|
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-8
/
+8
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-30
1
-11
/
+11
|
\
|
|
*
Add support for matching multiple hosts in <connect:{allow,deny}>.
Sadie Powell
2021-03-30
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-24
/
+12
|
\
|
|
*
Fix weird typemask logic in the connect class reader.
Sadie Powell
2021-03-05
1
-24
/
+12
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-0
/
+1
|
|
|
*
Fix using std::cout instead of errstr when a port fails to bind.
Sadie Powell
2021-03-02
1
-1
/
+1
|
|
*
|
Move iterator_range to the utility directory and renamespace.
Sadie Powell
2021-03-02
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
|
|
*
|
Allow ServerConfig::Conf{Value,Tags} to have a fallback default.
Sadie Powell
2021-01-30
1
-4
/
+5
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-18
1
-0
/
+1
|
\
|
|
*
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
|
|
[next]