index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
configreader.cpp
Age
Commit message (
Expand
)
Author
2021-03-30
Add support for matching multiple hosts in <connect:{allow,deny}>.
Sadie Powell
2021-03-05
Fix weird typemask logic in the connect class reader.
Sadie Powell
2021-03-05
Update copyright headers.
InspIRCd Robot
2021-03-02
Fix using std::cout instead of errstr when a port fails to bind.
Sadie Powell
2021-02-26
Update copyright headers.
InspIRCd Robot
2021-01-18
Add a new runtime directory and move the pid file to it.
Sadie Powell
2020-12-20
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-16
Use !empty instead of size when checking if containers are empty.
Sadie Powell
2020-09-30
Check that the values specified in <limits> are reasonable.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-09
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-03-11
Warn if the server config contains an unhashed password.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-12-16
Use FindUUID in place of FindNick in places that only get a UUID.
Peter Powell
2019-12-12
Extract port binding code to a function and improve output.
Peter Powell
2019-11-18
Allow options:casemapping to remain defined when using m_nationalchars.
Matt Schatz
2019-11-16
Improve reading xlines from the server configuration.
Peter Powell
2019-02-22
Improve the handling of config X-lines and filters. (#1583)
Matt Schatz
2019-02-16
Use the local hostname as the server name if one is not specified.
Peter Powell
2019-01-24
Move the <disabled> tag out of the core to a new module.
Peter Powell
2018-12-10
Fix overly escaping MOTDs if they are in more than one connect class.
Peter Powell
2018-12-04
Add an option for changing the allowed server clock drift.
Peter Powell
2018-10-27
Remove deprecated config checker and make <die> actually useful.
Peter Powell
2018-10-01
Move <security:userstats> into core_stats.
Peter Powell
2018-10-01
Move <security:hidesplits> to the spanningtree module.
Peter Powell
2018-10-01
Move <security:genericoper> into core_whois.
Peter Powell
2018-10-01
Move <security:hideulinekills> into core_oper.
Peter Powell
2018-10-01
Move <security:hidekills> into core_oper.
Peter Powell
2018-09-23
Don't sync xlines defined in the config and expire them on rehash.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-07-30
Replace most usages of "GECOS" with "real" or "real name".
Peter Powell
2018-07-10
Switch <server:name> validation to use InspIRCd::IsHost.
Peter Powell
2018-07-10
Add a silent option to <options:restrictbannedusers>.
Peter Powell
2018-04-22
Always process MOTD formatting escape codes.
Peter Powell
2018-04-17
Tell the rehasher if an exception is thrown by a module on rehash.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
Remove the default value in ConfigTag::get{Duration,Float,Int}.
Peter Powell
2018-03-31
Move <security:announceinvites> to core_channel.
Peter Powell
2018-03-25
Separate secret and private channels on whois for non-opers (#1447)
Dylan Frank
2017-12-22
Rename <security:hidewhois> to <security:hideserver>.
Peter Powell
2017-12-10
Extract RFC modes from the core to core_channel and core_user.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-11-09
Allow spaces in the network name now it doesn't cause problems.
Peter Powell
2017-11-06
Fix an unhandled exception crash when rehashing modules.
Peter Powell
2017-10-18
Add a constructor to OperInfo and use it to set the type name.
Peter Powell
2017-10-18
Ignore <module> tags for modules that are already loaded.
Peter Powell
2017-10-17
Clean up the command disabling logic.
Peter Powell
2017-10-15
Clean up the initialization of ConnectClass and ServerConfig.
attilamolnar
2017-10-05
Fix the casemap name not being copied to the new ServerConfig.
Peter Powell
2017-09-18
Convert Disabled[CU]Modes to use a bitset instead of a char array.
Peter Powell
[next]