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
/
include
/
anope.h
Age
Commit message (
Expand
)
Author
2024-01-10
Add a wrapper for std::string::compare to Anope::string.
Sadie Powell
2024-01-08
Mark format strings with the GNU printf attribute.
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-20
Merge branch '2.0' into 2.1.
Sadie Powell
2023-12-17
Misc grammar fixes.
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
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-03-01
Remove TR1 compatibility layer.
Sadie Powell
2022-03-01
Use noexcept instead of an empty exception specifier.
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
Consistently use #pragma once across all header files.
Sadie Powell
2022-01-04
Merge branch '2.0' into 2.1.
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
2022-01-03
Fix some minor issues discovered whilst working on 2.1.
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
Rename things from services to anope.
Sadie Powell
2020-09-28
Remove nickserv/getpass and Anope::Decrypt.
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-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-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-07-08
Fix a ton of typos.
Peter Powell
2014-02-14
Anope::string: Add .data()
Daniel Vassdal
2014-02-11
Only trim newlines and carriage returns in BufferedSocket::GetLine
Adam
2014-02-01
commasepstream: Add a allowempty param
Daniel Vassdal
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-11-01
Attempt #3
Adam
2013-11-01
Compare access entries created with the levels access system by access level ...
Adam
2013-10-19
Fix some typos of language
Adam
2013-10-05
Fix Windows build
Adam
2013-09-27
Replace this silly random code generation code with something more sane looking
Adam
2013-09-27
Fix compile warnings and errors found by clang
Adam
2013-09-27
Drop matching channels on forbid, and enforce nick forbids even on IRCds
Adam
2013-05-05
Add an option to sepstream to allow it to return empty tokens if multiple sep...
Adam
[next]