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
/
init.cpp
Age
Commit message (
Expand
)
Author
2024-03-20
Add the --nopid option to disable writing a pidfile.
Sadie Powell
2024-03-20
Fix deleting pidfiles.
Sadie Powell
2024-03-19
Use paths relative to data/conf in the config file.
Sadie Powell
2024-03-19
Allow using absolute paths in more places.
Sadie Powell
2024-03-18
Fix not storing the start time after calling UpdateTime.
Sadie Powell
2024-03-18
Use clock_gettime if it is available.
Sadie Powell
2024-03-12
Require that at least one encryption module is loaded.
Sadie Powell
2024-03-11
Replace convertTo/stringify with non-throwing alternatives.
Sadie Powell
2024-03-07
Use the C++11 random number generator instead of rand().
Sadie Powell
2024-02-29
Rework some platform compatibility code.
Sadie Powell
2024-02-27
Fix write_pidfile on Windows.
Sadie Powell
2024-02-26
Use fstream for accessing files where possible.
Sadie Powell
2024-02-25
Kill checks for obsolete versions of Windows.
Sadie Powell
2024-01-06
Use auto in places where the type is unambiguous.
Sadie Powell
2024-01-05
Use normal exit codes when exiting the process.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2024-01-04
Fix a typo in GetCommandLineArgument.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
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
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
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
Use C++11 header names instead of their deprecated equivalents.
Sadie Powell
2022-01-04
Replace all uses of push_back with emplace_back.
Sadie Powell
2021-08-01
Merge branch '2.0' into 2.1.
Sadie Powell
2021-06-17
Fix various spelling issues (#274).
Josh Soref
2021-05-31
Merge branch '2.0' into 2.1.
Sadie Powell
2021-04-08
Log when freopen and chown fail.
Sadie Powell
2021-02-18
Merge branch '2.0' into 2.1.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-11-19
Only grant an account an identifier when the identifier is needed.
Sadie Powell
2020-09-28
Rename things from services to anope.
Sadie Powell
2020-09-10
Implement support for immutable account identifiers.
Sadie Powell
2020-01-04
Update copyright to 2020.
Robby
2019-01-01
Update copyright to 2019.
Robby
2018-11-10
Update most URLs to use HTTPS if available, and fix some dead ones too.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-10-12
Add post init event
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
2016-01-28
Update copyright to 2016. This was done with:
Robby
2015-07-08
Fix a ton of typos.
Peter Powell
2014-12-12
Anope will now fork even when not started from a tty, like init scrpits.
MichaĆ Zegan
2014-06-28
Don't try to setuid down until after we signal the parent to exit, unless we'...
Adam
2014-05-21
Core prep for p10 stuff
Adam
2014-04-06
Do not apply module changes on rehash until after the new config has been app...
Adam
[next]