Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-04 | Rename D to INSPIRCD_DEBUG. | Peter Powell | |
2016-04-04 | Rename V to INSPIRCD_VERBOSE. | Peter Powell | |
2016-04-04 | Rename PURE_STATIC to INSPIRCD_STATIC. | Peter Powell | |
2015-03-25 | Convert the build system to Perl 5.10. | Peter Powell | |
Thanks to Kross for the heads up on "use feature". | |||
2015-03-06 | Add development version checks to non-interactive mode. | Peter Powell | |
2014-12-07 | Add support for extra modules and custom compilers to test-build. | Peter Powell | |
2014-12-07 | Move common code to make::common from make::utilities. | Peter Powell | |
The other code in that file will be removed very soon so it has been left alone to avoid merge conflicts. This will help prevent insp20 merge conflicts in the future. | |||
2014-12-07 | Add Perl module for console related code. | Peter Powell | |
- Move prompt_* methods to this module. - Add methods for printing errors and warnings easily. - Add colour code helpers and switch all code to use them. | |||
2014-06-28 | Fix warning from gnutls-certtool about --bits being deprecated. | Peter Powell | |
This patch has made me extremely grateful for git-blame as the GnuTLS developers apparently do not document when deprecation warnings are introduced. | |||
2014-05-23 | Replace the configure templating system with something better. | Peter Powell | |
A large amount of this code can be removed when buildtool is done as we will not need to worry about the differences between BSD and GNU Make. | |||
2014-04-26 | Add support for generating DANE TLSA records to genssl. | Peter Powell | |
2013-12-16 | Add a tool for running test builds. | Peter Powell | |
2013-07-29 | Add 'auto' option to genssl to automatically select a generator. | Peter Powell | |
2013-04-08 | Add support for generating dhparams with GnuTLS to genssl. | Peter Powell | |
2013-04-02 | Fix a small typo in genssl. | Peter Powell | |
2013-04-02 | Extract SSL generation to a tool which can be shipped by distros. | Peter Powell | |
2013-03-31 | Rewrote caller.h to be more C++11 ish, currently commented out pending ↵ | Adam | |
whenever we decide to support some C++11 features | |||
2012-04-20 | Headers: update remaining scripts too | Robby- | |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-20 | Move ugly .*.inc files into make/template/ where they can be more easily found | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11929 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically ↵ | psychon | |
with the following command, only .Makefile.inc got some indent fixups by hand. for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-01-24 | update copyright years | peavey | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10994 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2007-07-25 | Add template creation tool for caller classes | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7565 e03df62e-2008-0410-955e-edbf42e46eb7 |