aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add 'if-host-match' option to m_sslinfo oper autologin configuration.•••This adds an option to perform the source host check (which is usually performed on manual oper login) in addition to the certificate fingerprint check when automatically logging in opers upon connection to the ircd. Gravatar Molly Miller2021-06-211-1/+17
| * Add social media links to the readme.Gravatar Sadie Powell2021-06-211-0/+2
| * Allow making the MKPASSWD command only usable by opers.Gravatar Sadie Powell2021-06-212-0/+9
| * Add the new chanhistory umode to the example helpop.Gravatar Matt Schatz2021-06-201-0/+2
| * Fix a typo in the previous commit.Gravatar Matt Schatz2021-06-201-1/+1
| * Synchronize servlist syntax and helpop with the docs page.Gravatar Matt Schatz2021-06-202-5/+6
| * Hyphens are allowed in hostnames.Gravatar Matt Schatz2021-06-201-1/+1
| * Default userstats to Pu if not otherwise specified.Gravatar Sadie Powell2021-06-201-1/+1
| * Fix the silence TAGMSG flags being inverted in BitsToFlags.Gravatar Sadie Powell2021-06-201-2/+2
| * Show delayjoined users to themself in WHO.Gravatar Sadie Powell2021-06-201-2/+2
* | Require that hideserver is set to a valid hostname.Gravatar Sadie Powell2021-06-251-1/+1
* | Used std::move where it is neededGravatar GermanAizek2021-06-214-6/+6
* | Avoid using -pthreads on Haiku.Gravatar Sadie Powell2021-06-191-2/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-194-18/+40
|\|
| * Fix building the sha256 module on Haiku.Gravatar Sadie Powell2021-06-191-2/+13
| * Reorder <limits> alphabetically in the example config.Gravatar Sadie Powell2021-06-191-14/+14
| * Use RPL_WHOISCHANNELS instead of a raw numeric in hidechans.Gravatar Sadie Powell2021-06-191-1/+1
| * Fix unsetting timed bans with excessively long masks.Gravatar Sadie Powell2021-06-181-0/+13
| * Avoid unnecessarily looking up the ban mode.•••We already have a ChanModeReference for this there's no need to look it up again. Gravatar Sadie Powell2021-06-181-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-1812-60/+122
|\|
| * Fix some inverted ignoreuntil values in the connectban module.Gravatar Sadie Powell2021-06-181-2/+2
| * Fix some weirdness with sign conversion and channel limits.•••Reported by jessicara. Gravatar Sadie Powell2021-06-181-3/+16
| * Add the bootwait and splitwait options to connectban.Gravatar Sadie Powell2021-06-182-12/+53
| * Fix joinflood overwriting the bootwait timer on split.Gravatar Sadie Powell2021-06-181-1/+1
| * Fix joinflood applying the bootwait timeout to rehashes.Gravatar Sadie Powell2021-06-181-2/+3
| * Fix xline matching on WebIRC connections.Gravatar Sadie Powell2021-06-174-4/+17
| * Clean up VerifyCertificate in the ssl_gnutls module.Gravatar Sadie Powell2021-06-141-39/+23
| * Add a link to the list of predefined config variables.Gravatar Sadie Powell2021-06-141-0/+3
| * Add predefined config variables for the build time directories.Gravatar Sadie Powell2021-06-131-0/+7
| * Remove the KiwiIRC.com link from the security policy.Gravatar Sadie Powell2021-06-131-1/+1
* | Import a greatly refactored version of the opmoderated module.•••Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. Gravatar Sadie Powell2021-06-173-0/+97
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-1319-64/+51
|\|
| * Point to the license on the docs site not to the GNU website.Gravatar Sadie Powell2021-06-131-1/+1
| * Correct the versions which have packages in the readme.Gravatar Sadie Powell2021-06-131-1/+1
| * Code refactor and minor fix (#1879)Gravatar Herman2021-06-1222-85/+78
| * Use /run/inspircd as the runtime directory on Linux.•••Unfortunately some tooling like AppArmor is not smart enough to follow the symlink from /var/run to /run so we need to explicitly set the path. This fixes running InspIRCd without --nopid on some systems. See also: inspircd/inspircd-packages#402ef9a411. Gravatar Sadie Powell2021-06-111-1/+1
* | Fix undefined behaviour with converting a path to a string.Gravatar Sadie Powell2021-06-102-4/+11
* | Avoid creating unnecessary symlinks.Gravatar Sadie Powell2021-06-092-7/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-094-43/+80
|\|
| * Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-092-10/+30
| * Fix unnecessary capitalisation at the start of a configure warning.Gravatar Sadie Powell2021-06-091-1/+1
| * Use dummy values for the user/group with --disable-ownership.Gravatar Sadie Powell2021-06-091-2/+2
| * Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-093-35/+53
| * Fix the compiler_info name for the Intel compiler.Gravatar Sadie Powell2021-06-091-1/+1
* | Attempt to run after building to check everything built okay.Gravatar Sadie Powell2021-06-092-0/+21
* | Refactor the compiler and linker flags in the makefile.Gravatar Sadie Powell2021-06-091-28/+45
* | Link against libc++fs/libstdc++fs on older compilers.Gravatar Sadie Powell2021-06-083-4/+16
* | Stop explicitly linking against libstdc++.Gravatar Sadie Powell2021-06-081-2/+2
* | Fix MSVC compatibility issues.Gravatar Sadie Powell2021-06-079-8/+24
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-0715-7/+141
|\|