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
/
main.cpp
Age
Commit message (
Expand
)
Author
2025-05-24
Convert Anope::Debug to an unsigned value.
Sadie Powell
2025-05-17
Remove the pidfile before restarting.
Sadie Powell
2025-05-16
Log any startup error to the terminal.
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-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-13
Fix an inverted condition.
Sadie Powell
2024-11-07
Fix some compiler warnings from not checking chdir.
Sadie Powell
2024-06-19
Update the databases more regularly.
Sadie Powell
2024-03-20
Add the --nopid option to disable writing a pidfile.
Sadie Powell
2024-03-18
Use clock_gettime if it is available.
Sadie Powell
2024-02-29
Rework some platform compatibility code.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2024-02-11
Remove the time_t parameter from Tick and TickTimers.
Sadie Powell
2024-02-11
Remove the now parameter from the Timer class.
Sadie Powell
2024-01-23
Mark types that have no inheritors as final.
Sadie Powell
2024-01-23
Improve the layout of types that inherit from another type.
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
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-11-16
Avoid needing to cast CurrentUplink by changing it to a size_t.
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-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-01-01
Update copyright to 2019.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-01-16
Update copyright to 2017.
Robby
2016-01-28
Update copyright to 2016. This was done with:
Robby
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-10-26
moved some config options from example.conf to nickserv.example.conf
DukePyrolator
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-26
Get rid of the remaining references in the core to specific services. Move mo...
Adam
2013-05-05
Cache timeoutcheck and fix a typo in example.conf
Adam
2013-05-05
Rework the config file reader to be much more flexible and move many configur...
Adam
2013-04-07
Optimizations of much of the more commonly used code
Adam
2013-04-06
Remove the runtime module directory on non-windows because we no longer overw...
Adam
2013-01-09
Update copyright to 2013. This was done with:
Adam
2012-12-13
Optimize much of the database code and serialize code.
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-11-06
Use std::tr1::unordered_map for a few of the larger maps
Adam
2012-10-22
Add os_dns, a way to control your DNS zone via services
Adam
2012-10-01
Cleanup of all of the protocol modules, rewrote message handling system to be...
Adam
2012-09-02
Fix Windows
Adam
[next]