summaryrefslogtreecommitdiff
path: root/src/config.cpp
AgeCommit message (Expand)Author
2024-03-19Allow using absolute paths in more places.Sadie Powell
2024-03-11Replace convertTo/stringify with non-throwing alternatives.Sadie Powell
2024-03-09Clean up the services.h includes.Sadie Powell
2024-03-07Use the C++11 random number generator instead of rand().Sadie Powell
2024-02-26Allow using more than one fingerprint in an oper block.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-01-06Use auto in places where the type is unambiguous.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2023-07-11Merge branch '2.0' into 2.1.Sadie Powell
2023-07-06Fix a crash when a module tries to get another module's config.Sadie Powell
2023-06-03Merge branch '2.0' into 2.1.Sadie Powell
2023-05-28config: remove dependency on no-delete-null-pointer-checksAdam
2023-05-04Avoid returning null when a config tag does not exist.Sadie Powell
2023-02-19Merge branch '2.0' into 2.1.Sadie Powell
2023-02-06Fix crashing when encountering an unterminated commented block.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-12-27Fix getting the port on non-UNIX socket listeners.Sadie Powell
2022-12-18The fantasy:name field is allowed to contain spaces.Sadie Powell
2022-12-18Show the invalid config value in the rejection message.Sadie Powell
2022-12-17Add support for linking over UNIX sockets.Sadie Powell
2022-12-09Use emplace() instead of insert(std::make_pair()).Sadie Powell
2022-09-15Merge branch '2.0' into 2.1.Sadie Powell
2022-09-12Fix allowing spaces in some config fields that shouldn't contain them.Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2022-01-04Update more IRCServices references to reflect the current project.Sadie Powell
2022-01-04Replace all uses of push_back with emplace_back.Sadie Powell
2022-01-04Use C++11 style class/struct initialisation.Sadie Powell
2021-11-30Remove undefined behaviour around checking if this is null.Sadie Powell
2021-02-18Merge branch '2.0' into 2.1.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-09-28Rename things from services to anope.Sadie Powell
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-08-05Use full path to file for conf.cpp file could not be opened error messageAdam
2017-02-21Verify configured servername and uplink password are validAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-11-03Don't try to include files with empty pathsAdam
2016-01-28Update copyright to 2016. This was done with:Robby
2016-01-19Fix various inconsistencies/crashes related to having multiple opers configur...Adam
2015-01-10Add networkinfo:nick_chars option to allow configuring additional characters ...Adam
2014-05-21Core prep for p10 stuffAdam
2014-04-25Add "virtual mode" supportAdam
2014-04-06Do not apply module changes on rehash until after the new config has been app...Adam
2014-02-26Remove unreachable code in config.cpp, this error is caught earlierAdam