| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0a5. v4.0.0a5 | 2021-10-01 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-09-30 | 1 | -0/+37 | |
| |\ | |||||
| | * | Move the ParseStack constructor out of the header. | 2021-09-30 | 1 | -0/+35 | |
| | | | |||||
| * | | Use -isystem for the pgsql includes. | 2021-09-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Add the regex_pcre2 module. | 2021-09-26 | 1 | -0/+92 | |
| | | | |||||
| * | | Change operlog to log to snomask o (oper). | 2021-09-23 | 1 | -6/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 6 | -58/+83 | |
| |\| | |||||
| | * | Use CXX11_OVERRIDE instead of the override keyword. | 2021-09-22 | 2 | -2/+2 | |
| | | | |||||
| | * | Send SSL profile reloading errors to snomask `a`. | 2021-09-22 | 3 | -3/+3 | |
| | | | |||||
| | * | Replace <websocket:sendastext> with <websocket:defaultmode>. | 2021-09-22 | 1 | -6/+35 | |
| | | | |||||
| | * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 5 | -50/+41 | |
| | | | |||||
| | * | Add the channels/ignore-repeat priv to exempt opers from +E. | 2021-09-21 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-09-16 | 1 | -0/+3 | |
| |\| | |||||
| | * | Fix customprefix allowing mode names that contain spaces. | 2021-09-16 | 1 | -0/+3 | |
| | | | |||||
| | * | Fix ssl_openssl on a broken fork of OpenSSL. | 2021-09-07 | 1 | -1/+3 | |
| | | | |||||
| * | | Always use ExtractTS to extract timestamps from S2S messages. | 2021-09-10 | 6 | -14/+10 | |
| | | | |||||
| * | | Add the FRHOST command to allow changing a remote user's real host. | 2021-09-02 | 5 | -3/+33 | |
| | | | | | | | | | Closes #1803. | ||||
| * | | Release v4.0.0 alpha 4. v4.0.0a4 | 2021-09-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-09-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace certfp with sslfp in sqlauth and helpop. | 2021-08-28 | 1 | -1/+3 | |
| | | | | | | | | | Once we implement SPKI fingerprints the old name will be inaccurate. | ||||
| * | | Fix some places where U-line -> service was missed. | 2021-08-29 | 9 | -9/+9 | |
| | | | |||||
| * | | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 6 | -15/+15 | |
| | | | |||||
| * | | Forward SQUERY to services instead of downgrading it to PRIVMSG. | 2021-08-28 | 4 | -33/+101 | |
| | | | |||||
| * | | Require TLS by default when connecting to Postgres servers. | 2021-08-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 50 | -41/+59 | |
| |\| | |||||
| | * | Release v3.11.0. v3.11.0 | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| | * | Update copyright headers. | 2021-08-27 | 50 | -40/+58 | |
| | | | |||||
| * | | Significantly upgrade the check module's ability to find users. | 2021-08-28 | 1 | -10/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Check for users based on nick mask, ident mask, and real name mask as well as ip mask and host mask. - Include matching user's nick, ident and displayed host in the command output. - Specify in the output what was actually matched against. Closes #1909. | ||||
| * | | Make the ADMIN output more like other IRC servers. | 2021-08-26 | 3 | -22/+10 | |
| | | | | | | | | | | | | | - Remove our weird numeric prefixes. - Merge the nick and name fields. - Add a description field for ADMINLOC2. | ||||
| * | | Merge branch 'insp3' into master. | 2021-08-26 | 1 | -10/+11 | |
| |\| | |||||
| | * | Thank more people in the credits. | 2021-08-24 | 1 | -1/+2 | |
| | | | | | | | | | | | dan- and jwheare have helped a bunch with ircdocs and testing so they definitely deserve to be listed here. | ||||
| | * | Update the credits. | 2021-08-23 | 1 | -10/+10 | |
| | | | | | | | | | | | | | - Move fraggeln (former CI host) to former contributors. - Add Duck (domain manager) to thanks. - Add progval (docs magician) to active contributors. | ||||
| * | | Always respect the host field when automatically logging in opers. | 2021-08-26 | 1 | -18/+10 | |
| | | | |||||
| * | | Fix missing argument to WriteToSnoMask. | 2021-08-20 | 1 | -2/+2 | |
| | | | |||||
| * | | Avoid duplicating User::MakeHostIP. | 2021-08-20 | 7 | -18/+12 | |
| | | | |||||
| * | | Refer to oper names in core_oper as "username" not "login". | 2021-08-20 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-19 | 2 | -14/+49 | |
| |\| | |||||
| | * | Use timing safe comparisons for the httpd_acl username and password. | 2021-08-19 | 1 | -1/+2 | |
| | | | |||||
| | * | Implement support for websocket subprotocols. | 2021-08-17 | 1 | -2/+23 | |
| | | | | | | | | | This is based on the current IRCv3 draft but using a vendored protocol. | ||||
| | * | Minor clean up of the previous commit. | 2021-08-17 | 1 | -2/+1 | |
| | | | |||||
| | * | Improve WebSocket header parsing. | 2021-08-17 | 1 | -12/+26 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 42 | -53/+0 | |
| | | | |||||
| * | | Fix the Detach method which got borked during a rebase. | 2021-08-17 | 1 | -0/+7 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-17 | 6 | -5/+7 | |
| |\| | |||||
| | * | Fix not parsing headers properly in the HTTP module. | 2021-08-17 | 1 | -0/+2 | |
| | | | |||||
| | * | Fix argv index error in 'unknown option' message. | 2021-08-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like ya_getopt increments `optind` between reading the argument and returning. Before: ``` $ ./build/GCC-8.3/bin/inspircd --foo bar Error: unknown option 'bar'. $ ./build/GCC-8.3/bin/inspircd --help Error: unknown option '% ``` After: ``` $ ./build/GCC-8.3/bin/inspircd --foo bar Error: unknown option '--foo'. Usage: ./build/GCC-8.3/bin/inspircd [--config <file>] [--debug] [--nofork] [--nolog] [--nopid] [--runasroot] [--version] $ ./build/GCC-8.3/bin/inspircd --help Error: unknown option '--help'. Usage: ./build/GCC-8.3/bin/inspircd [--config <file>] [--debug] [--nofork] [--nolog] [--nopid] [--runasroot] [--version] ``` | ||||
| | * | Makes NAMES reply with RPL_ENDOFNAMES even for nonexisting channels | 2021-08-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Instead of ERR_NOSUCHCHANNEL. This is the behavior described by the RFCs and the Modern spec, and is implemented by Hybrid/Chary/Solanum, Ergo, and Unreal. | ||||
| | * | Update mkdescriptions for the new YAML module documentation. | 2021-08-04 | 2 | -2/+2 | |
| | | | |||||
| * | | Add a detach method that takes an Implementation array. | 2021-08-17 | 2 | -5/+3 | |
| | | | |||||
| * | | Make the channel key length configurable in the <limits> tag. | 2021-08-17 | 3 | -4/+5 | |
| | | | |||||
