| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add a new runtime directory and move the pid file to it.•••The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead. | 2021-01-18 | 2 | -1/+2 | ||
| | * | Add default empty openssl compiler flags.•••This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system. | 2021-01-18 | 1 | -1/+1 | ||
| | * | Fix not rejecting attempts to set snomasks with SAMODE/override. | 2021-01-16 | 1 | -0/+7 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-13 | 3 | -37/+37 | ||
| |\| | ||||||
| | * | Add a shun option to only apply when users are fully connected.•••Closes #1825. | 2021-01-13 | 1 | -0/+6 | ||
| | * | Improve parsing modes and snomasks in oper classes.•••- Deduplicate the code to one function. - Fix defaulting snomasks when a user has more than one class. | 2021-01-12 | 1 | -29/+30 | ||
| | * | Add a user mode which allows disabling receiving channel history.•••Closes #1830. | 2021-01-11 | 1 | -6/+22 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-07 | 7 | -35/+77 | ||
| |\| | ||||||
| | * | Disallow an empty last parameter in MAP. | 2020-12-30 | 1 | -0/+1 | ||
| | * | Avoid doing more work than necessary when checking the O: extban. | 2020-12-25 | 1 | -7/+2 | ||
| | * | Replace spaces with underscores when checking for class bans. | 2020-12-25 | 1 | -1/+15 | ||
| | * | Add support for multiple hostmasks in <cgiirc:mask>. | 2020-12-22 | 1 | -29/+41 | ||
| | * | After changing the codepage rename duplicate users to their UUID. | 2020-12-22 | 1 | -0/+16 | ||
| | * | Send RPL_SAVENICK from irc2 when renaming a user to their UUID. | 2020-12-22 | 3 | -0/+5 | ||
| * | | Add a function for shrinking module names. | 2020-12-24 | 1 | -0/+8 | ||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 19 | -63/+77 | ||
| |\| | ||||||
| | * | Replace the SERVER stub command with something actually useful.•••This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message. | 2020-12-20 | 1 | -35/+27 | ||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 12 | -14/+13 | ||
| | * | Don't call events provided by dying or dead modules. | 2020-12-18 | 1 | -0/+6 | ||
| | * | Fix MAP output on a dual v2/v3 network. | 2020-12-16 | 1 | -6/+15 | ||
| | * | Fix an inverted condition in cmd_modules. | 2020-12-16 | 1 | -1/+1 | ||
| | * | Use !empty instead of size when checking if containers are empty. | 2020-12-16 | 3 | -3/+3 | ||
| | * | Fix issue where m_pbkdf2 was not aware of services loaded before it | 2020-12-04 | 1 | -0/+8 | ||
| | * | Add a typedef for the data provider map. | 2020-12-04 | 1 | -5/+5 | ||
| * | | Use unicode box drawing characters in the /MAP output. | 2020-12-21 | 1 | -3/+3 | ||
| * | | Fix comparing optional module lists. | 2020-12-21 | 1 | -1/+1 | ||
| * | | Rewrite CAPAB MODULES/MODSUPPORT parsing/generation logic. | 2020-12-07 | 2 | -98/+126 | ||
| * | | Omit module prefixes/suffixes when linking using the 1206 protocol. | 2020-12-05 | 1 | -4/+13 | ||
| * | | Match CAPAB subcommands using the IRC casemapping. | 2020-12-05 | 1 | -8/+8 | ||
| * | | Refactor CAPAB CAPABILITIES code to use a map. | 2020-12-04 | 1 | -32/+45 | ||
| * | | Only send CAPAB EXTBANS if using the 1206 protocol. | 2020-12-04 | 1 | -4/+6 | ||
| * | | Add support for the 1206 spanningtree protocol.•••For now this is identical to 1205 but changes will be happening soon. | 2020-12-04 | 3 | -4/+7 | ||
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 10 | -28/+95 | ||
| |\| | ||||||
| | * | Improve the logging of service adding/deleting. | 2020-12-04 | 1 | -0/+24 | ||
| | * | Fire service deregistration events properly. | 2020-12-04 | 1 | -1/+4 | ||
| | * | Fix a copy/paste error in the http path normalising code. | 2020-12-04 | 1 | -1/+1 | ||
| | * | Fix the name of the sha1 provider. | 2020-12-04 | 1 | -1/+1 | ||
| | * | Normalise paths in the httpd module. | 2020-12-04 | 3 | -11/+31 | ||
| | * | Improve HTTP logging. | 2020-12-04 | 3 | -3/+7 | ||
| | * | Be more specific when a HTTP parser error happens. | 2020-12-04 | 1 | -3/+5 | ||
| | * | Fix default linker flags in libargon2•••It's -largon2, not -llibargon2. I've experienced build failures due to this. | 2020-12-03 | 1 | -1/+1 | ||
| | * | Advertise the available extbans for services. | 2020-12-03 | 1 | -0/+8 | ||
| | * | Check the ident when checking against IP in ldapoper (#1823) | 2020-12-03 | 1 | -2/+1 | ||
| | * | Fail a SANICK if the target nickname already exists.•••Workaround for #1791. | 2020-11-24 | 1 | -1/+1 | ||
| | * | Fix some confusing logic in sanick. | 2020-11-24 | 1 | -5/+5 | ||
| | * | Improve the message sent when overriding channel modes.•••Ref: #1816. | 2020-11-22 | 1 | -1/+1 | ||
| * | | Move ban checking to core_channel. | 2020-11-30 | 2 | -14/+7 | ||
| * | | Rename ChanMax to MaxChannel for consistency with the other limits. | 2020-11-27 | 6 | -22/+22 | ||
| * | | Rename NickMax to MaxNick for consistency with the other limits. | 2020-11-27 | 7 | -7/+7 | ||
| * | | Rename IdentMax to MaxUser for consistency with the other limits. | 2020-11-27 | 7 | -9/+9 | ||
