aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove support for the Solaris IOCP socket engine.•••After discussing this with Adam we have decided that there is very little point in keeping this now that Solaris has been killed. Any legacy Solaris users will have to make do with poll. This change does not affect users of Solaris forks like Illumos as they have support for epoll which will have already been selected over Solaris IOCP by configure. Gravatar Peter Powell2017-10-221-1/+0
* test-build: Pass the make jobs as a separate argument.•••The old way was only necessary when we supported BSD Make. Gravatar Peter Powell2017-10-151-2/+2
* Add support for generating a certificate signing request to genssl.Gravatar Peter Powell2017-03-171-1/+5
* Make genssl use STDERR and the real binary name for error messages.Gravatar Peter Powell2016-12-021-1/+1
* Update build system for the removal of . from @INC.Gravatar Peter Powell2016-11-082-1/+4
* Merge pull request #1223 from SaberUK/master+travis•••Speed up Travis builds.Gravatar Attila Molnar2016-09-162-15/+13
|\
| * Speed up Travis builds.•••- Switch Linux builds to Ubuntu 14.04 from 12.04. - Split dynamic and static builds into different jobs. - Remove OS X builds as the infrastructure is slow and unreliable. Gravatar Peter Powell2016-09-152-15/+13
* | Rewrite the build system directive parser.Gravatar Peter Powell2016-09-161-1/+1
|/
* Don't try to run `inspircd --version` after doing a Travis build.•••All of the files will have already been removed by test-build. Gravatar Peter Powell2016-08-191-1/+0
* Merge insp20Gravatar Attila Molnar2016-08-171-0/+19
|\
| * Force link sqlite3 on OS X when doing Travis builds.•••The system version of this library does not include support for pkg-config. Gravatar Peter Powell2016-07-281-0/+1
| * Add configuration for building with Travis-CI.Gravatar Peter Powell2016-04-101-0/+19
| * Do not export callers•••Their functions are all inlined and Windows gives unresolved symbol errors Gravatar Adam2014-05-081-3/+3
* | Rename D to INSPIRCD_DEBUG.Gravatar Peter Powell2016-04-041-1/+1
* | Rename V to INSPIRCD_VERBOSE.Gravatar Peter Powell2016-04-041-1/+1
* | Rename PURE_STATIC to INSPIRCD_STATIC.Gravatar Peter Powell2016-04-041-2/+2
* | Convert the build system to Perl 5.10.•••Thanks to Kross for the heads up on "use feature". Gravatar Peter Powell2015-03-252-17/+20
* | Add development version checks to non-interactive mode.Gravatar Peter Powell2015-03-061-1/+1
* | Add support for extra modules and custom compilers to test-build.Gravatar Peter Powell2014-12-071-6/+11
* | Move common code to make::common from make::utilities.•••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. Gravatar Peter Powell2014-12-071-1/+1
* | Add Perl module for console related code.•••- 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. Gravatar Peter Powell2014-12-071-0/+1
* | Fix warning from gnutls-certtool about --bits being deprecated.•••This patch has made me extremely grateful for git-blame as the GnuTLS developers apparently do not document when deprecation warnings are introduced. Gravatar Peter Powell2014-06-281-3/+5
* | Replace the configure templating system with something better.•••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. Gravatar Peter Powell2014-05-231-3/+0
* | Add support for generating DANE TLSA records to genssl.Gravatar Peter Powell2014-04-261-0/+12
* | Add a tool for running test builds.Gravatar Peter Powell2013-12-161-0/+67
* | Add 'auto' option to genssl to automatically select a generator.Gravatar Peter Powell2013-07-291-9/+34
* | Add support for generating dhparams with GnuTLS to genssl.Gravatar Peter Powell2013-04-081-1/+2
* | Fix a small typo in genssl.Gravatar Peter Powell2013-04-021-2/+2
* | Extract SSL generation to a tool which can be shipped by distros.Gravatar Peter Powell2013-04-021-0/+109
* | Rewrote caller.h to be more C++11 ish, currently commented out pending whenev...Gravatar Adam2013-03-311-87/+0
|/
* Headers: update remaining scripts tooGravatar Robby-2012-04-201-8/+15
* ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2010-01-111-1/+1
* Move ugly .*.inc files into make/template/ where they can be more easily found•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11929 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-10-201-0/+3
* Update all wiki links to point to the new wiki. This was done automatically w...•••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 Gravatar psychon2009-03-151-1/+1
* update copyright years•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10994 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-01-241-1/+1
* Add template creation tool for caller classes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7565 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-251-0/+80