summaryrefslogtreecommitdiff
path: root/data/stats.standalone.example.conf
AgeCommit message (Collapse)Author
2025-05-11Consistently use yes/no instead of true/false in the configs.Sadie Powell
2025-05-10Fix some remaining uses of vHost in the configs.Sadie Powell
2025-05-03Drop support for Bahamut as it has no non-DALnet users.Sadie Powell
Closes #438.
2025-03-09Make config variables a lot more useful.Sadie Powell
- Config variables now no longer conflict with regular values. - Config variables can now be read from the environment. (e.g. ${env.USER}). - Config variables can now be used as partial values (e.g. support@${network.domain})
2024-09-17Merge branch '2.0' into 2.1.Sadie Powell
2024-09-17Remove config option for options:warningtimeout.Sadie Powell
This hasn't done anything since the early 1.9 releases I'm not sure why it hasn't been removed already.
2024-07-11Make it clear that inspircd3 also works with InspIRCd 4.Sadie Powell
2024-03-19Use paths relative to data/conf in the config file.Sadie Powell
This was done in some places already but not consistently. Closes #349.
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2022-12-17Add support for linking over UNIX sockets.Sadie Powell
2022-01-04Update more IRCServices references to reflect the current project.Sadie Powell
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services".
2021-11-30Merge branch '2.0' into 2.1.Sadie Powell
2021-11-14Use example.com instead of localhost.net in the example configs.Sadie Powell
2021-04-16Default to the inspircd3 protocol module instead of inspircd20.Sadie Powell
2021-02-19Replace the Charybdis protocol module with Solanum (its successor).Sadie Powell
2020-09-28Rename unreal4 to unrealircd and inspircd3 to inspircd.Sadie Powell
2020-09-28Rename things from services to anope.Sadie Powell
2020-09-28Drop support for InspIRCd 1.2, InspIRCd 2.0, and UnrealIRCd 3.2.Sadie Powell
None of these are supported by upstream anymore.
2020-09-14Clarify that unreal4 also works for UnrealIRCd 5.Sadie Powell
2019-11-03Rename a few instances of 'services' to 'stats' in ↵Robby
stats.standalone.example.conf and irc2sql.example.conf.
2019-09-23Add the InspIRCd v3 module to the example configs.Peter Powell
2019-04-05Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵Robby
with example.conf, etc.
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2013-11-01Use Config::GetClient for looking up services for command{} blocks which ↵Adam
lessens the insanity of renaming services
2013-10-26added the irc2sql gateway moduleDukePyrolator