Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam | |
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-12-06 | Remove many more old C style format strings in the protocol functions | Adam | |
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
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-10-27 | Merge branch '2.0' into 2.1 | Adam | |
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-05-28 | Move most of the core pseudoclient logic to modules | 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 | |