aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* Add the new interactive configure script.Gravatar Sadie Powell2026-04-281-3/+4
* Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-7/+1
* Add the new module manager.Gravatar Sadie Powell2026-04-161-0/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-091-0/+1
|\
| * Ignore the modules directory so we don't commit stuff from master.Gravatar Sadie Powell2026-03-091-0/+1
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-09-301-0/+1
|\|
| * Revert "Demote the regex_tre module to inspircd-contrib".•••TRE is now maintained again so we can revive this. This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f. Gravatar Sadie Powell2025-08-191-0/+1
* | Add the hash_gnutls module.•••This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear. Gravatar Sadie Powell2025-04-061-0/+1
* | Delete the old hashing interface and modules.Gravatar Sadie Powell2025-04-061-1/+0
* | Rewrite every single hash module for the new interface.Gravatar Sadie Powell2025-04-061-0/+1
* | Allow using signals to rehash any module instead of just TLS.Gravatar Sadie Powell2025-03-191-1/+1
* | Vendor yyjson.Gravatar Sadie Powell2025-02-271-1/+0
* | Adjust the build system for the new module structure.Gravatar Sadie Powell2024-07-171-14/+14
|/
* Rename regex_pcre back to regex_pcre2.•••This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. Gravatar Sadie Powell2024-06-071-1/+1
* Move ssl_mbedtls to inspircd-contrib.•••Closes #2088. Gravatar Sadie Powell2024-04-151-1/+0
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-11-141-0/+3
|\
| * Add some more files to the gitignore.Gravatar Sadie Powell2023-11-061-0/+3
| * Import regex_pcre2 from inspircd-contrib.•••The original plan was to make the PCRE2 switch happen in v3 but it seems that distributions are beginning to unpackage the old pcre library already. Gravatar Sadie Powell2022-12-051-0/+1
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-0/+1
* | Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. Gravatar Sadie Powell2022-05-011-0/+1
* | Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-141-1/+1
* | Yeet regex_pcre into contrib.Gravatar Sadie Powell2021-10-011-1/+0
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-261-0/+1
* | We haven't used Travis CI in a long time so this is unnecessary.Gravatar Sadie Powell2021-07-031-1/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-091-1/+0
|\|
* | Demote the regex_tre module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-1/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-0/+1
|\|
| * Add corefiles to the git ignore list.Gravatar Sadie Powell2020-11-261-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-0/+1
|\|
| * Implement support for Argon2 password hashing.•••Resolves #1540.Gravatar ShutterQuick2020-10-101-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-1/+1
|\|
| * 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. Gravatar Peter Powell2019-04-151-1/+1
* | Move m_regex_stdlib out of extras now it can always be built.Gravatar Sadie Powell2019-01-251-1/+0
* | Use C++14 compilers in Docker on Travis.Gravatar Sadie Powell2019-01-251-0/+1
|/
* Move m_sslrehashsignal to the extra directory.•••This module uses platform-specific behaviour that does not work on Windows. Gravatar Peter Powell2018-02-171-0/+1
* Fix building on Windows (mostly).Gravatar Peter Powell2018-02-171-0/+2
* Remove support for building with BSD Make.•••BSD users should install GNU Make to build InspIRCd. Gravatar Peter Powell2017-07-241-1/+1
* Remove broken mssql module•••Issue #1006 Gravatar Attila Molnar2016-08-231-1/+0
* Add mbedTLS SSL moduleGravatar Attila Molnar2016-06-151-0/+1
* Update .gitignore to reflect LDAP module changesGravatar Attila Molnar2016-05-031-2/+1
* Write generated templates to the .configure directory.Gravatar Peter Powell2016-03-221-6/+1
* Merge insp20Gravatar Attila Molnar2015-04-201-0/+1
|\
| * Fix various Doxygen warnings.Gravatar Peter Powell2015-02-271-0/+1
| * Backport questions from master's genssl tool.Gravatar Peter Powell2014-04-161-0/+1
* | Improve configure cache file handling.•••- Add a version number to the configure cache file. - Disable configure cache file in non-interactive mode. - Rename configure cache file to .configure.cache to avoid 2.0 files. - Use run_test to produce the "reading .configure.cache" message. Gravatar Peter Powell2014-12-071-3/+3
* | Add man pages.Gravatar Peter Powell2014-06-281-0/+2
* | Add systemd service file.Gravatar Peter Powell2014-06-281-0/+1
* | 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-0/+1
* | Add 'auto' option to genssl to automatically select a generator.Gravatar Peter Powell2013-07-291-0/+1
* | Add RE2 regex module.Gravatar Peter Powell2013-06-161-0/+1