Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-02 | Fix erroring out when sendmailpath is empty. | Sadie Powell | |
This has a default now. | |||
2024-03-19 | Allow using absolute paths in more places. | Sadie Powell | |
2024-03-11 | Replace convertTo/stringify with non-throwing alternatives. | Sadie Powell | |
Having these throw is terrible for ergonomics and there are loads of places where the exception was either silently ignored or not handled at all. Having a function which returns an optional and another that returns a default works a lot better imo. | |||
2024-03-09 | Clean up the services.h includes. | Sadie Powell | |
2024-03-07 | Use the C++11 random number generator instead of rand(). | Sadie Powell | |
This is safer, faster, and doesn't require seeding. | |||
2024-02-26 | Allow using more than one fingerprint in an oper block. | Sadie Powell | |
Closes #362. | |||
2024-02-26 | Fix some coding style issues. | Sadie Powell | |
2024-02-22 | If the IRCd sends a field limit then use it over that of the config. | Sadie Powell | |
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2024-01-06 | Use auto in places where the type is unambiguous. | Sadie Powell | |
2024-01-04 | Update the copyright headers for 2024. | Sadie Powell | |
2023-10-11 | Start migrating to range-based for loops. | Sadie Powell | |
2023-07-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-07-06 | Fix a crash when a module tries to get another module's config. | Sadie Powell | |
2023-06-03 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-05-28 | config: remove dependency on no-delete-null-pointer-checks | Adam | |
2023-05-04 | Avoid returning null when a config tag does not exist. | Sadie Powell | |
This invokes undefined behaviour on modern compilers. | |||
2023-02-19 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-02-06 | Fix crashing when encountering an unterminated commented block. | Sadie Powell | |
2022-12-31 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-12-27 | Fix getting the port on non-UNIX socket listeners. | Sadie Powell | |
2022-12-18 | The fantasy:name field is allowed to contain spaces. | Sadie Powell | |
2022-12-18 | Show the invalid config value in the rejection message. | Sadie Powell | |
2022-12-17 | Add support for linking over UNIX sockets. | Sadie Powell | |
2022-12-09 | Use emplace() instead of insert(std::make_pair()). | Sadie Powell | |
2022-09-15 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-09-12 | Fix allowing spaces in some config fields that shouldn't contain them. | Sadie Powell | |
2022-01-12 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-01-06 | Update the copyright headers for 2022. | 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". | |||
2022-01-04 | Replace all uses of push_back with emplace_back. | Sadie Powell | |
2022-01-04 | Use C++11 style class/struct initialisation. | Sadie Powell | |
2021-11-30 | Remove undefined behaviour around checking if this is null. | Sadie Powell | |
2021-02-18 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-09-28 | Rename things from services to anope. | Sadie Powell | |
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2017-08-05 | Use full path to file for conf.cpp file could not be opened error message | Adam | |
2017-02-21 | Verify configured servername and uplink password are valid | Adam | |
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-11-03 | Don't try to include files with empty paths | Adam | |
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2016-01-19 | Fix various inconsistencies/crashes related to having multiple opers ↵ | Adam | |
configured for the same user through combinations of os_oper/config/m_sql_oper | |||
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ↵ | Adam | |
allowed in nicknames |