| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into insp4. | 2025-12-03 | 1 | -1/+4 | |
| |\ | |||||
| | * | Strip all newline characters from the PostgreSQL error message. | 2025-12-02 | 1 | -1/+4 | |
| | * | Fix a pgsql module warning when building against recent libpq. | 2024-10-10 | 1 | -0/+19 | |
| * | | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| * | | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| * | | Convert debug logging from string concatenation to format strings.•••When running in normal mode this will prevent a bunch of expensive string concatenation. | 2025-01-23 | 1 | -1/+1 | |
| * | | Update copyright headers. | 2025-01-04 | 1 | -0/+1 | |
| * | | Clear the pgsql output vector before adding new values. | 2024-12-05 | 1 | -1/+2 | |
| * | | Use reference<>::ptr() in more places. | 2024-09-13 | 1 | -1/+1 | |
| * | | Fix the pgsql module showing duplicate packages on Ubuntu.•••This is covered by the debian-like constraint above. | 2024-08-04 | 1 | -1/+0 | |
| * | | Fix shadowing messages in pgsql and regex_pcre2. | 2024-07-22 | 1 | -5/+5 | |
| * | | Update copyright headers. | 2024-07-14 | 1 | -2/+1 | |
| * | | Modernise PackageInfo directives.•••- Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel. | 2024-07-13 | 1 | -6/+6 | |
| * | | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | | Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | 2023-08-11 | 1 | -1/+1 | |
| * | | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-01-25 | 1 | -1/+2 | |
| |\| | |||||
| | * | Fix PackageInfo directives in extra modules. | 2023-01-19 | 1 | -1/+2 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -3/+3 | |
| * | | Log the versions of third-party libraries used by modules. | 2023-01-19 | 1 | -0/+16 | |
| * | | Merge branch 'insp3' into master. | 2023-01-16 | 1 | -5/+32 | |
| |\| | |||||
| | * | Fix building the pgsql connection DSN in some rare cases.•••These values need to be escaped or they will be malformed. Ref: https://www.postgresql.org/docs/15/libpq-connect.html#id-1.7.3.8.3.5 | 2023-01-14 | 1 | -5/+32 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -1/+1 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -3/+9 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -3/+3 | |
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -4/+4 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -4/+4 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -5/+5 | |
| * | | Tweak the compiler flags for extra modules a bit.•••- Use pkg-config for the pgsql module. - Remove defaults from argon2, geo_maxmind, and regex_re2 (these are not needed with newer package versions). - Remove old library warning from geo_maxmind (no longer needed). [skip windows ci] | 2022-05-06 | 1 | -2/+2 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -4/+4 | |
| * | | Slim the included headers down more. | 2022-01-26 | 1 | -2/+2 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -5/+5 | |
| * | | Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | 2021-11-05 | 1 | -2/+2 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -4/+8 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Use -isystem for the pgsql includes. | 2021-09-26 | 1 | -1/+1 | |
| * | | Require TLS by default when connecting to Postgres servers. | 2021-08-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
