index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config.cpp
Age
Commit message (
Expand
)
Author
2025-05-10
Consistently use realname instead of gecos.
Sadie Powell
2025-05-10
Add defaults for service:{user,host,gecos}.
Sadie Powell
2025-04-27
Show the reason why a config file failed to open.
Sadie Powell
2025-04-24
Fix skipping lone $ values within config values.
Sadie Powell
2025-04-24
Add support for hashing operator passwords in the config.
Sadie Powell
2025-04-19
Get rid of the internal block wrapper.
Sadie Powell
2025-03-09
Make config variables a lot more useful.
Sadie Powell
2025-03-02
Add a helper method for getting a description of an uplink.
Sadie Powell
2025-03-02
Return references instead of pointers from the config system.
Sadie Powell
2025-03-02
Return EmptyBlock instead of NULL from GetModule.
Sadie Powell
2025-01-14
Merge branch '2.0' into 2.1.
Sadie Powell
2025-01-14
Update the copyright headers for 2025.
2.0
Sadie Powell
2024-11-24
Take a constant pointer in GetModule.
Sadie Powell
2024-10-22
Replace usestrictprivmsg with something actually useful.
Sadie Powell
2024-10-22
Move nickserv/set/message to a new module, kill options:useprivmsg.
Sadie Powell
2024-09-17
Merge branch '2.0' into 2.1.
Sadie Powell
2024-09-17
Remove config option for options:warningtimeout.
Sadie Powell
2024-04-02
Fix erroring out when sendmailpath is empty.
Sadie Powell
2024-03-19
Allow using absolute paths in more places.
Sadie Powell
2024-03-11
Replace convertTo/stringify with non-throwing alternatives.
Sadie Powell
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
2024-02-26
Allow using more than one fingerprint in an oper block.
Sadie Powell
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
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
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
[next]