| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update references to config fields which were renamed. | 2021-04-14 | 1 | -7/+7 | |
| * | Fix parsing the output of git-blame in mkheaders. | 2021-03-05 | 1 | -16/+13 | |
| * | Ignore moved lines in mkheaders. | 2021-03-05 | 1 | -1/+1 | |
| * | Update copyright headers. | 2021-02-26 | 6 | -6/+6 | |
| * | Always use for in Perl modules. | 2021-01-29 | 1 | -2/+2 | |
| * | Migrate some stuff away from print_format. | 2021-01-27 | 3 | -6/+6 | |
| * | Fix unnecessary begin blocks in Perl source files. | 2021-01-25 | 6 | -52/+15 | |
| * | Update copyright headers. | 2020-10-30 | 1 | -0/+1 | |
| * | Store generated SSL certificates in the .configure directory.•••Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org> | 2020-09-26 | 1 | -3/+17 | |
| * | Fix mkheaders 'experimental push on scalar is now forbidden' warning. | 2020-07-29 | 1 | -4/+4 | |
| * | Implement a tool for testing SSL connectivity. | 2020-06-16 | 1 | -0/+173 | |
| * | Remove the DANE record hint from genssl.•••This was never adopted by clients and its easy for servers to get a valid cert now so this is unnecessary. | 2020-06-02 | 1 | -13/+0 | |
| * | Rename mkversions to mkdescriptions. | 2020-04-15 | 2 | -0/+1 | |
| * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 1 | -1/+1 | |
| * | Add a tool for updating module descriptions based on the docs. | 2020-04-10 | 1 | -0/+87 | |
| * | Add a tool for retrieving directives from source files. | 2020-04-06 | 1 | -0/+55 | |
| * | Fix get_cpu_count not being evaluated as a scalar.•••This fixes a bug where the changes in 0c34d28447 did not work. | 2020-03-09 | 1 | -1/+1 | |
| * | Tell people to run make with the number of CPU cores plus 1.•••This results in faster builds as there's always one job waiting. | 2020-02-10 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-31 | 2 | -2/+2 | |
| * | Add a function for showing a command whilst executing it. | 2020-01-18 | 2 | -6/+7 | |
| * | Disable auto extras when TEST_BUILD_MODULES is set in test-build. | 2020-01-18 | 1 | -2/+6 | |
| * | Migrate from Travis CI to GitHub Actions.•••This brings shiny new GitHub integrations as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure. | 2020-01-17 | 1 | -6/+0 | |
| * | Fix Perl tools not using the correct directory name in 'use lib'. | 2020-01-17 | 3 | -8/+10 | |
| * | Update copyright headers. | 2020-01-11 | 2 | -4/+2 | |
| * | Add a script for updating the copyright headers. | 2020-01-11 | 1 | -0/+149 | |
| * | Update my name and email address. | 2019-12-31 | 2 | -2/+2 | |
| * | Get rid of the platform tests in the Travis build script.•••We only build on Xenial nowadays so this check is unnecessary. | 2019-12-06 | 1 | -9/+3 | |
| * | Omit debug symbols when doing CI builds.•••This provides a significant build time improvement. | 2019-04-16 | 1 | -1/+2 | |
| * | Upgrade Travis CI system to Xenial. | 2019-04-16 | 1 | -2/+2 | |
| * | Replace the geoip module with geo_maxmind, geoban, and geoclass.•••MaxMind have EOL'd the library that the geoip module uses and have replaced it with libmaxminddb. The geoip module has been split into geo_maxmind which provides geolocation data, geoban which provides location-based channel bans, and geoclass which is used to filter a user into a connect class based on location. | 2019-04-15 | 1 | -2/+2 | |
| * | Remove support for static modules.•••This has been frequently broken in the past and as far as I know is used by literally nobody. Also, even if all modules are compiled into the core any libraries linked against are and have always been linked dynamically making this unusable on platforms without dynamic libraries. | 2018-07-31 | 1 | -13/+3 | |
| * | 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. | 2017-10-22 | 1 | -1/+0 | |
| * | test-build: Pass the make jobs as a separate argument.•••The old way was only necessary when we supported BSD Make. | 2017-10-15 | 1 | -2/+2 | |
| * | Add support for generating a certificate signing request to genssl. | 2017-03-17 | 1 | -1/+5 | |
| * | Make genssl use STDERR and the real binary name for error messages. | 2016-12-02 | 1 | -1/+1 | |
| * | Update build system for the removal of . from @INC. | 2016-11-08 | 2 | -1/+4 | |
| * | Merge pull request #1223 from SaberUK/master+travis•••Speed up Travis builds. | 2016-09-16 | 2 | -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. | 2016-09-15 | 2 | -15/+13 | |
| * | | Rewrite the build system directive parser. | 2016-09-16 | 1 | -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. | 2016-08-19 | 1 | -1/+0 | |
| * | Merge insp20 | 2016-08-17 | 1 | -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. | 2016-07-28 | 1 | -0/+1 | |
| | * | Add configuration for building with Travis-CI. | 2016-04-10 | 1 | -0/+19 | |
| | * | Do not export callers•••Their functions are all inlined and Windows gives unresolved symbol errors | 2014-05-08 | 1 | -3/+3 | |
| * | | Rename D to INSPIRCD_DEBUG. | 2016-04-04 | 1 | -1/+1 | |
| * | | Rename V to INSPIRCD_VERBOSE. | 2016-04-04 | 1 | -1/+1 | |
| * | | Rename PURE_STATIC to INSPIRCD_STATIC. | 2016-04-04 | 1 | -2/+2 | |
| * | | Convert the build system to Perl 5.10.•••Thanks to Kross for the heads up on "use feature". | 2015-03-25 | 2 | -17/+20 | |
| * | | Add development version checks to non-interactive mode. | 2015-03-06 | 1 | -1/+1 | |
| * | | Add support for extra modules and custom compilers to test-build. | 2014-12-07 | 1 | -6/+11 | |
