Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-09 | Make 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-17 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-09-17 | Remove 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-11 | Make it clear that inspircd3 also works with InspIRCd 4. | Sadie Powell | |
2024-03-19 | Use 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-22 | If the IRCd sends a field limit then use it over that of the config. | Sadie Powell | |
2024-01-24 | Rename several modules to remove the m_ prefix. | Sadie Powell | |
2022-12-17 | Add support for linking over UNIX sockets. | Sadie Powell | |
2022-01-04 | Update 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-30 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2021-11-14 | Use example.com instead of localhost.net in the example configs. | Sadie Powell | |
2021-04-16 | Default to the inspircd3 protocol module instead of inspircd20. | Sadie Powell | |
2021-02-19 | Replace the Charybdis protocol module with Solanum (its successor). | Sadie Powell | |
2020-09-28 | Rename unreal4 to unrealircd and inspircd3 to inspircd. | Sadie Powell | |
2020-09-28 | Rename things from services to anope. | Sadie Powell | |
2020-09-28 | Drop support for InspIRCd 1.2, InspIRCd 2.0, and UnrealIRCd 3.2. | Sadie Powell | |
None of these are supported by upstream anymore. | |||
2020-09-14 | Clarify that unreal4 also works for UnrealIRCd 5. | Sadie Powell | |
2019-11-03 | Rename a few instances of 'services' to 'stats' in ↵ | Robby | |
stats.standalone.example.conf and irc2sql.example.conf. | |||
2019-09-23 | Add the InspIRCd v3 module to the example configs. | Peter Powell | |
2019-04-05 | Config files: Fix some typos, bring stats.standalone.example.conf up to par ↵ | Robby | |
with example.conf, etc. | |||
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar | |
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which ↵ | Adam | |
lessens the insanity of renaming services | |||
2013-10-26 | added the irc2sql gateway module | DukePyrolator | |