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
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
|
*
Make getEnum use the default instead of throwing.
Sadie Powell
2022-06-25
1
-7
/
+17
|
*
Centralise the logging of malformed config values.
Sadie Powell
2022-06-25
1
-0
/
+3
|
*
Modernize the syntax of various templates.
Sadie Powell
2022-06-23
1
-1
/
+1
|
*
Move TokenList to inspstring.
Sadie Powell
2022-06-07
1
-1
/
+1
|
*
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-16
1
-0
/
+2
|
\
|
|
*
Add a method to ConfigTag to help with retrieving a single character.
Sadie Powell
2022-04-10
1
-0
/
+2
|
|
*
|
Add a typedef for the mode status bitset.
Sadie Powell
2022-03-27
1
-2
/
+2
|
|
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-13
/
+13
|
|
*
|
Move FilePosition to be with the config stuff it is used by.
Sadie Powell
2022-01-18
1
-0
/
+24
|
|
*
|
Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>.
Sadie Powell
2022-01-16
1
-1
/
+1
|
|
*
|
Fix the previous commit on Windows.
Sadie Powell
2022-01-16
1
-1
/
+1
|
|
*
|
Replace uses of the FileSystem class with std::filesystem.
Sadie Powell
2022-01-15
1
-5
/
+12
|
|
*
|
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-1
/
+1
|
|
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-7
/
+8
|
|
*
|
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
|
\
|
[next]