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 (
Expand
)
Author
Age
Files
Lines
...
*
Fix the casemap name not being copied to the new ServerConfig.
Peter Powell
2017-10-05
1
-0
/
+1
*
Convert Disabled[CU]Modes to use a bitset instead of a char array.
Peter Powell
2017-09-18
1
-4
/
+4
*
Add ModeParser::IsModeChar to standardise mode validation.
Peter Powell
2017-09-18
1
-3
/
+3
*
Change FailedPortList to store a sockaddrs/int instead of string.
Peter Powell
2017-09-12
1
-2
/
+1
*
Implement support for configurable casemapping & default to ASCII.
Peter Powell
2017-09-08
1
-0
/
+13
*
Convert a bunch of time-related config options to getDuration.
Peter Powell
2017-09-03
1
-2
/
+2
*
Move <dns:timeout> out of the core.
Peter Powell
2017-09-03
1
-2
/
+0
*
Add a ConfigTag* parameter to the ServerPaths constructor.
•••
This is used to directly read the settings from the config tag like how ServerLimits works.
Peter Powell
2017-09-03
1
-4
/
+10
*
Match against core_*.so when looking for core modules.
Peter Powell
2017-08-27
1
-1
/
+1
*
Change the maximum nick/user size to match other implementations.
Peter Powell
2017-08-13
1
-2
/
+2
*
Fix the server failing to rehash when <server:name> is unset.
Peter Powell
2017-07-30
1
-6
/
+8
*
Fix exceptions not having a line ending when appending to errmsg.
Peter Powell
2017-07-30
1
-1
/
+1
*
Store config values in a map instead of a unique vector of pairs.
Peter Powell
2016-12-08
1
-3
/
+3
*
Allow classes to take a port range.
Peter Powell
2016-10-25
1
-0
/
+8
*
Bump version to 3.0 in comments and messages
Attila Molnar
2016-09-02
1
-5
/
+5
*
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-22
1
-2
/
+2
*
Merge insp20
Attila Molnar
2016-08-17
1
-1
/
+2
|
\
|
*
Don't exit on rehash if the pid file cannot be written
Attila Molnar
2016-06-17
1
-1
/
+1
|
*
Don't show snotices for kills from ulined clients
Adam
2016-02-25
1
-0
/
+1
*
|
Send NOTICEs that can go to both local and remote users with User::WriteRemot...
Attila Molnar
2016-03-01
1
-3
/
+2
*
|
Remove unnecessary std::string::c_str() calls
Attila Molnar
2016-02-25
1
-1
/
+1
*
|
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-25
1
-4
/
+4
*
|
Fix some whitespace issues
Attila Molnar
2015-12-28
1
-3
/
+3
*
|
Remove <options:ircumsgprefix> entirely
Attila Molnar
2015-12-06
1
-2
/
+1
*
|
Move ServerConfig::InvBypassModes into core_channel
Attila Molnar
2015-11-02
1
-2
/
+1
*
|
Expand module names in ServerConfig::ApplyModules()
Attila Molnar
2015-06-04
1
-0
/
+1
*
|
Merge insp20
Attila Molnar
2015-04-20
1
-1
/
+3
|
\
|
|
*
Rebuild clone counts on rehash
Adam
2015-03-21
1
-0
/
+1
|
*
Don't bind ports after an unsuccessful rehash
Attila Molnar
2015-01-19
1
-1
/
+1
|
*
Fix harmless uninitialized variable usage on startup if the config is incorrect
Attila Molnar
2015-01-12
1
-0
/
+1
*
|
Pass the empty tag to Limits when constructing a ServerConfig, remove default...
Attila Molnar
2014-12-09
1
-0
/
+1
*
|
Add ServerLimits constructor that reads limits from a ConfigTag and use it
Attila Molnar
2014-12-09
1
-11
/
+16
*
|
Initialize ServerConfig::EmptyTag using the init list
Attila Molnar
2014-12-09
1
-3
/
+7
*
|
Merge insp20
Attila Molnar
2014-10-27
1
-1
/
+9
|
\
|
|
*
Avoid calling methods on NULL pointers wherever possible.
•••
The trick we use to allow this is undefined behaviour and is not liked by LLVM. We should stop using it but it has the potential to break to many things for a minor release.
Peter Powell
2014-10-13
1
-1
/
+9
*
|
Remove listmode hiding support from the core
•••
This is now handled by m_hidelist
Attila Molnar
2014-09-10
1
-5
/
+0
*
|
Update the description field in the Server object representing the local serv...
Attila Molnar
2014-06-17
1
-0
/
+3
*
|
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-13
1
-2
/
+2
*
|
Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...
Attila Molnar
2014-06-13
1
-1
/
+2
*
|
Use CommandParser::GetHandler() in ServerConfig::ApplyDisabledCommands()
Attila Molnar
2014-06-13
1
-5
/
+3
*
|
Change the number reported by SocketEngine::GetMaxFds() to be informal
•••
Do not exit if we can't determine it
Attila Molnar
2014-06-07
1
-2
/
+1
*
|
Switch to std::string::compare() from substr() in a couple of places
Attila Molnar
2014-05-26
1
-1
/
+1
*
|
Prefix all definitions in config.h to avoid potential collisions.
Peter Powell
2014-05-23
1
-4
/
+4
*
|
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
•••
Remove channels/high-join-limit privilege
Peter Powell
2014-04-11
1
-1
/
+1
*
|
Merge insp20
Attila Molnar
2014-04-07
1
-0
/
+3
|
\
|
|
*
Fix NULL dereference on rehash when there is a fatal error in the configurati...
•••
Fixes issue #780 reported by @JDowny
Attila Molnar
2014-03-01
1
-0
/
+3
*
|
Make the maximum hostname length configurable in the config.
Peter Powell
2014-03-08
1
-0
/
+1
*
|
Move admin settings into core_info
Attila Molnar
2014-03-07
1
-3
/
+0
*
|
Move {prefix|suffix|fixed}{quit|part} into core_user
Attila Molnar
2014-03-07
1
-6
/
+0
*
|
Read the die and restart password and their hash type on demand
Attila Molnar
2014-03-07
1
-3
/
+0
[prev]
[next]