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
/
include
/
configreader.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merge branch 'insp3' into master.
Sadie Powell
2021-09-16
1
-1
/
+1
|
\
|
*
Use the network name as the description when hideserver is enabled.
Sadie Powell
2021-09-04
1
-1
/
+1
|
|
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-5
/
+5
|
|
*
|
Make ServerConfig::{ApplyModules, Fill} private.
Sadie Powell
2021-05-13
1
-5
/
+4
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-1
/
+1
|
\
|
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-8
/
+1
|
\
|
|
*
Fix a bunch of really obvious unnecessary includes.
Sadie Powell
2021-03-05
1
-7
/
+0
|
|
|
*
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
Sadie Powell
2021-03-05
1
-1
/
+1
|
|
|
|
|
|
|
|
|
|
Just because they happen to look the same doesn't mean that they actually are.
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-1
/
+2
|
|
*
|
Move iterator_range to the utility directory and renamespace.
Sadie Powell
2021-03-02
1
-1
/
+1
|
|
*
|
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
-2
/
+4
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-18
1
-0
/
+4
|
\
|
|
*
Add a new runtime directory and move the pid file to it.
Sadie Powell
2021-01-18
1
-0
/
+4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
-0
/
+6
|
\
|
|
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
1
-0
/
+6
|
|
*
|
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
-2
/
+2
|
|
*
|
Rename IdentMax to MaxUser for consistency with the other limits.
Sadie Powell
2020-11-27
1
-3
/
+3
|
|
*
|
Move config typedefs to ServerConfig and use auto in more places.
Sadie Powell
2020-11-03
1
-3
/
+9
|
|
*
|
Rename ConfigTag::tag to ConfigTag::name.
Sadie Powell
2020-11-03
1
-4
/
+5
|
|
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-8
/
+6
|
|
*
|
Replace ConfigTag::create with a public constructor.
Sadie Powell
2020-11-03
1
-5
/
+9
|
|
*
|
Rename ConfigItems to ConfigTag::Items.
Sadie Powell
2020-11-03
1
-3
/
+7
|
|
*
|
Convert ConnectClass from reference<> to std::shared_ptr<>.
Sadie Powell
2020-11-03
1
-1
/
+1
|
|
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-11
/
+11
|
|
*
|
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
-2
/
+2
|
\
|
|
*
Check that the values specified in <limits> are reasonable.
Sadie Powell
2020-09-30
1
-2
/
+2
|
|
*
|
Add ConfigParser::getEnum for parsing enum values.
Sadie Powell
2020-05-13
1
-0
/
+17
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-4
/
+4
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
|
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-3
/
+3
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-14
1
-0
/
+3
|
\
|
|
*
Add support for limiting what opers can subscribe to snomasks.
Sadie Powell
2020-04-11
1
-0
/
+3
|
|
*
|
Mark all config parsing methods as const.
Sadie Powell
2020-04-12
1
-9
/
+9
|
|
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-2
/
+2
|
|
*
|
Make WritePID read directly from the config.
Sadie Powell
2020-02-06
1
-5
/
+0
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-5
/
+11
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-5
/
+11
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-01
1
-4
/
+5
|
\
|
|
*
Extract command line option parsing to a function.
Peter Powell
2019-12-09
1
-4
/
+5
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-09-23
1
-2
/
+12
|
\
|
|
*
Document ConfigStatus and add a way to detect the initial load.
Peter Powell
2019-09-02
1
-2
/
+12
|
|
*
|
Replace socketengine_{pthread,win32} with C++11 threads.
Sadie Powell
2019-05-15
1
-10
/
+21
|
|
*
|
Remove all 2.0 config compatibility code.
Sadie Powell
2019-01-25
1
-10
/
+1
|
|
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-1
/
+1
|
|
[next]