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
*
Merge branch 'insp3' into master.
Sadie Powell
2021-12-11
1
-1
/
+1
|
\
|
*
Fix the default server name on non-macOS.
Sadie Powell
2021-11-26
1
-1
/
+1
|
|
*
|
Add a snomask flag for rehash messages.
Sadie Powell
2021-11-28
1
-8
/
+8
|
|
*
|
Reject config files created using broken tutorials.
Sadie Powell
2021-11-26
1
-0
/
+9
|
|
*
|
Move configuration of connect classes to the ConnectClass class.
Sadie Powell
2021-11-24
1
-33
/
+1
|
|
*
|
Remove the legacy sendq to hardsendq/softsendq logic.
Sadie Powell
2021-11-24
1
-11
/
+0
|
|
*
|
Refactor the ClassTypes enum and move into ConnectClass.
Sadie Powell
2021-11-24
1
-8
/
+8
|
|
*
|
Add sensible defaults and limits to ConnectClass.
Sadie Powell
2021-11-24
1
-8
/
+8
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-24
1
-0
/
+1
|
\
|
|
*
Add the <connect:uniqueusername> option.
Sadie Powell
2021-11-23
1
-0
/
+1
|
|
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-24
1
-5
/
+5
|
\
|
*
|
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.
[next]