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
/
misc.cpp
Age
Commit message (
Expand
)
Author
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
Use clock_gettime if it is available.
Sadie Powell
2024-03-11
Reject registrations and password changes if password encryption fails.
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
If a user runs an invalid command try to suggest a valid one.
Sadie Powell
2024-02-27
Remove redundant uses of const.
Sadie Powell
2024-02-27
Simplify several boolean expressions.
Sadie Powell
2024-02-26
Fix some coding style issues.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2023-10-12
Use a more human readable datetime format.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-08-06
Merge branch 2.0 into 2.1.
Sadie Powell
2023-07-11
Allow Anope to look up multiple DNS results.
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-13
Document the sysconf header file.
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
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
2022-01-04
Use C++11 default initializers and destructors where possible.
Sadie Powell
2022-01-04
Use C++11 style class/struct initialisation.
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-02-18
Merge branch '2.0' into 2.1.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-09-28
Remove nickserv/getpass and Anope::Decrypt.
Sadie Powell
2020-09-10
Fix -Wclass-memaccess warning:
miwob
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-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-07-03
#1680: fix Anope::Duration with one year durations
Adam
2016-04-21
Optionally strip variable build date from compiled program
Dominic Hargreaves
2016-01-28
Update copyright to 2016. This was done with:
Robby
2015-02-03
Make module version system work
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-10-05
Always show expire time for nicks in /ns info to opers, even if the user is o...
Adam
2013-09-27
Replace this silly random code generation code with something more sane looking
Adam
2013-09-27
Translate strftime correctly
Adam
2013-09-27
Align info formatters with translated keys?
Adam
2013-09-27
Translate listformatter properly
Adam
2013-09-27
Fix various commands to properly report a given expiry time is invalid
Adam
2013-07-01
Change extensible keys to require explicitly having a type defined for it. Co...
Adam
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-08
Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way...
Adam
[next]