Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-04 | Remove the g prefix from git hashes. | 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-10-11 | Start migrating to range-based for loops. | 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 | Consistently use #pragma once across all header files. | Sadie Powell | |
This replaces a mixture of no include guards, ANOPE_FOO_H, and FOO_H. | |||
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
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 | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2015-03-22 | Change git version name back to what it was, which the core uses | Adam | |
2015-02-23 | Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ↵ | Adam | |
which forces a rebuild | |||
2015-02-03 | Make module version system work | Adam | |
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ↵ | Adam | |
we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config. | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-12-23 | Prevent version.cpp from prepending version.sh's VERSION_EXTRA on every build | Adam | |
2010-12-18 | Made the version generator code work right when we are on a tag because git ↵ | Adam | |
describe just gives the tag name and nothing else. | |||
2010-12-12 | Made version.cpp ok with an empty VERSION_EXTRA | Adam | |
2010-06-28 | Some OCDing over version.cpp, and make it so module.cpp doesn't need ↵ | Naram Qashat | |
version.h (only main.cpp, modulemanager.cpp, and modules.cpp need version.h, to avoid rebuilding EVERYTHING every build) | |||
2010-06-28 | Fix version system so it doesn't cause the entire build tree to get rebuilt ↵ | Naram Qashat | |
just because version.h gets regenerated, thanks to Adam for initial patch. | |||
2010-06-27 | Made Windows install.js correctly detect the Anope version and made ↵ | Adam | |
version.cpp correctly generate version.h on Windows | |||
2010-06-25 | Changed the versioning system to use git | Adam | |