| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Make Dependabot send pull requests to the insp3 branch. | 2023-01-09 | 1 | -0/+1 | ||
| | * | Fix suspending GDB when the process gets sent a signal. | 2023-01-09 | 1 | -2/+2 | ||
| * | | Deduplicate sending the raw I/O logging warning. | 2023-01-09 | 5 | -6/+16 | ||
| * | | Fix enabling the raw I/O logging warning when <log:level> is rawio. | 2023-01-09 | 1 | -1/+6 | ||
| * | | Rework how users are assigned to connect classes.•••- Move core connect class checks and <performance:clonesonconnect> to the core_user module. - Add pre-change and post-change events for when a connect class changes. - Split explicit class changing out into its own method. - Remove the need to almost always call CheckClass after SetClass. - Add use counting to the connect class instead of relying on the shared_ptr use count. | 2023-01-08 | 18 | -258/+263 | ||
| * | | Switch sqloper to use a local user lookup instead of IS_LOCAL. | 2023-01-08 | 1 | -6/+4 | ||
| * | | Merge branch 'insp3' into master. | 2023-01-08 | 1 | -8/+55 | ||
| |\| | ||||||
| | * | Fix DNSBL user/host marks being overwritten by ident/host lookups. | 2023-01-07 | 1 | -10/+52 | ||
| | * | Silence a Valgrind warning in SSLIOHook.•••Closes #2011. | 2023-01-05 | 1 | -0/+1 | ||
| * | | Add some overloads of Find{Nick,UUID,} for local/remote users. | 2023-01-07 | 5 | -7/+75 | ||
| * | | Add a helper class for creating a reference to a DNS manager. | 2023-01-05 | 5 | -6/+17 | ||
| * | | Allow specifying milliseconds and a timespec in the server-time API. | 2023-01-04 | 1 | -3/+13 | ||
| * | | Misc DNSBL code cleanup. | 2023-01-04 | 1 | -41/+41 | ||
| * | | Move the shared data in the DNSBL module to its own class. | 2023-01-04 | 1 | -26/+40 | ||
| * | | Sync whether an oper login was performed automatically. | 2023-01-03 | 3 | -6/+21 | ||
| * | | Fix CanUseSnomask checking the wrong snomask index.•••We reuse the mode index packing here to avoid duplication. | 2023-01-02 | 1 | -1/+1 | ||
| * | | Fix getting the full snomask and mode lists. | 2023-01-02 | 3 | -8/+24 | ||
| * | | Get rid of the virtual Has*Permission methods.•••These are no longer needed now we store privs for the remote oper. | 2023-01-02 | 2 | -78/+4 | ||
| * | | Allow synching oper privileges between servers. | 2023-01-02 | 2 | -9/+68 | ||
| * | | Allow getting all of the oper command/mode/snomask privs. | 2023-01-02 | 2 | -10/+18 | ||
| * | | Add some useful aliases to OperType. | 2023-01-02 | 2 | -4/+15 | ||
| * | | Add a method for unescaping tags. | 2023-01-02 | 2 | -1/+50 | ||
| * | | Release v4.0.0 alpha 18. v4.0.0a18 | 2023-01-01 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 258 | -344/+276 | ||
| |\| | ||||||
| | * | Fix some minor config parser error messages.•••- Fix starting the column count for the first line on one instead of zero. This is incremented when reading the first character so starting at 1 causes an off by one error. - Fix showing "last tag was on line ..." message when there is an error before any tags. | 2022-12-31 | 1 | -5/+12 | ||
| | * | Release v3.15.0. v3.15.0 | 2022-12-30 | 2 | -2/+2 | ||
| | * | Update copyright headers. | 2022-12-30 | 272 | -340/+231 | ||
| | * | Update module descriptions. | 2022-12-30 | 1 | -1/+1 | ||
| | * | Update vendored dependencies. | 2022-12-30 | 3 | -19/+51 | ||
| * | | Rename the SimpleExtItem type parameter to be more descriptive. | 2022-12-27 | 1 | -11/+11 | ||
| * | | Allow overriding the deleter in ListExtItem. | 2022-12-27 | 1 | -2/+2 | ||
| * | | Add the SimpleExtItem::GetRef method. | 2022-12-27 | 2 | -8/+17 | ||
| * | | Add the ListExtItem extension type. | 2022-12-27 | 4 | -64/+84 | ||
| * | | Merge branch 'insp3' into master. | 2022-12-27 | 3 | -35/+54 | ||
| |\| | ||||||
| | * | Ignore edits to the copyright headers when updating them.•••This fixes a committer who has run mkheaders from being added to the copyright headers when it is next run. | 2022-12-27 | 1 | -25/+33 | ||
| | * | Fix a C++11-ism in the dnsbl module. | 2022-12-26 | 1 | -1/+1 | ||
| | * | Fix overwriting marks from earlier DNSBLs. | 2022-12-26 | 1 | -10/+19 | ||
| | * | Include the WebSocket fail reason in the body of the HTTP response. | 2022-12-25 | 1 | -0/+1 | ||
| * | | Use delete_zero in place that it makes sense to. | 2022-12-27 | 3 | -8/+3 | ||
| * | | Move cull_delete to be inside of Cullable. | 2022-12-27 | 4 | -11/+8 | ||
| * | | Move some stuff from the Windows compat header to where it is used. | 2022-12-27 | 2 | -5/+3 | ||
| * | | Replace the unused `padding` argument of Percent::Encode with `upper`. | 2022-12-27 | 2 | -10/+11 | ||
| * | | Merge branch 'insp3' into master. | 2022-12-25 | 15 | -44/+47 | ||
| |\| | ||||||
| | * | Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-12-23 | 1 | -4/+4 | ||
| | * | Consistently limit the range for config port fields. | 2022-12-19 | 2 | -2/+2 | ||
| | * | Add an oper priv for exempting opers from blockamsg.•••Closes #2007. | 2022-12-19 | 2 | -0/+4 | ||
| | * | Add the Cohost account to the readme. | 2022-12-18 | 1 | -0/+1 | ||
| | * | Fix an incompatibility between MySQL and MariaDB. | 2022-12-18 | 1 | -0/+2 | ||
| | * | Add SSL support to the mysql module. | 2022-12-18 | 2 | -1/+5 | ||
| | * | Fix warning about UNIX socket connections being insecure. | 2022-12-17 | 1 | -1/+2 | ||
