aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix core message events not being fired.•••Third time lucky eh? Gravatar Sadie Powell2020-12-231-2/+2
| * Add config files for popular DNSBL providers.Gravatar Sadie Powell2020-12-224-1/+44
| * Add support for multiple hostmasks in <cgiirc:mask>.Gravatar Sadie Powell2020-12-222-39/+52
| * After changing the codepage rename duplicate users to their UUID.Gravatar Sadie Powell2020-12-221-0/+16
| * Send RPL_SAVENICK from irc2 when renaming a user to their UUID.Gravatar Sadie Powell2020-12-224-0/+6
* | Add a function for shrinking module names.Gravatar Sadie Powell2020-12-242-1/+16
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-2135-81/+121
|\|
| * 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. Gravatar Sadie Powell2020-12-202-35/+30
| * Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-2017-29/+34
| * Fix an inverted condition in the previous commit.Gravatar Sadie Powell2020-12-201-2/+2
| * Don't call events provided by dying or dead modules.Gravatar Sadie Powell2020-12-182-14/+29
| * Fix MAP output on a dual v2/v3 network.Gravatar Sadie Powell2020-12-161-6/+15
| * Fix an inverted condition in cmd_modules.Gravatar Sadie Powell2020-12-161-1/+1
| * Use !empty instead of size when checking if containers are empty.Gravatar Sadie Powell2020-12-163-3/+3
| * Update the misspell-fixer ignores.Gravatar Sadie Powell2020-12-151-1/+1
| * Make people aware that they can get support on GitHub now.Gravatar Sadie Powell2020-12-097-5/+12
| * Fix issue where m_pbkdf2 was not aware of services loaded before itGravatar Daniel Vassdal2020-12-041-0/+8
| * Add a typedef for the data provider map.Gravatar Sadie Powell2020-12-042-6/+7
* | Use unicode box drawing characters in the /MAP output.Gravatar Sadie Powell2020-12-211-3/+3
* | Fix comparing optional module lists.Gravatar Sadie Powell2020-12-211-1/+1
* | Rewrite CAPAB MODULES/MODSUPPORT parsing/generation logic.Gravatar Sadie Powell2020-12-072-98/+126
* | Omit module prefixes/suffixes when linking using the 1206 protocol.Gravatar Sadie Powell2020-12-051-4/+13
* | Match CAPAB subcommands using the IRC casemapping.Gravatar Sadie Powell2020-12-051-8/+8
* | Refactor CAPAB CAPABILITIES code to use a map.Gravatar Sadie Powell2020-12-041-32/+45
* | Only send CAPAB EXTBANS if using the 1206 protocol.Gravatar Sadie Powell2020-12-041-4/+6
* | Add support for the 1206 spanningtree protocol.•••For now this is identical to 1205 but changes will be happening soon. Gravatar Sadie Powell2020-12-043-4/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-0419-100/+175
|\|
| * Improve the logging of service adding/deleting.Gravatar Sadie Powell2020-12-042-0/+27
| * Fire service deregistration events properly.Gravatar Sadie Powell2020-12-041-1/+4
| * Fix a copy/paste error in the http path normalising code.Gravatar Sadie Powell2020-12-041-1/+1
| * Fix the name of the sha1 provider.Gravatar Sadie Powell2020-12-041-1/+1
| * Normalise paths in the httpd module.Gravatar Sadie Powell2020-12-043-11/+31
| * Improve HTTP logging.Gravatar Sadie Powell2020-12-043-3/+7
| * Be more specific when a HTTP parser error happens.Gravatar Sadie Powell2020-12-041-3/+5
| * Fix default linker flags in libargon2•••It's -largon2, not -llibargon2. I've experienced build failures due to this.Gravatar Elizabeth Myers2020-12-031-1/+1
| * Advertise the available extbans for services.Gravatar Sadie Powell2020-12-031-0/+8
| * Check the ident when checking against IP in ldapoper (#1823)Gravatar Christos Triantafyllidis2020-12-031-2/+1
| * Warn that v2 support ends soon.Gravatar Sadie Powell2020-12-011-1/+1
| * Prevent people from using default nicks with the Kiwi links.Gravatar Sadie Powell2020-12-011-3/+3
| * Document that exemptions configured in <options:exemptchanops> can be negated.•••Change the <badnick> example in inspircd.conf.example to another nick, since ChanServ is already covered by examples/services/generic.conf.example. Gravatar Robby2020-11-292-4/+7
| * Move the example TCP/IP listeners for servers to links.conf.example.Gravatar Robby2020-11-282-18/+25
| * Move the example TCP listener for clients so they're grouped together.•••Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener. Gravatar Robby2020-11-281-2/+5
| * Change the remaining instances of "true", "on", "false" and "off" to "yes" an...Gravatar Robby2020-11-282-27/+27
| * Add corefiles to the git ignore list.Gravatar Sadie Powell2020-11-261-0/+1
| * Remove a corefile which was mistakenly committed.Gravatar Sadie Powell2020-11-261-0/+0
| * Fix the description of <nickflood:duration>.Gravatar Sadie Powell2020-11-261-1/+1
| * Reword the uhnames and namesx docs.Gravatar Sadie Powell2020-11-262-8/+6
| * Fail a SANICK if the target nickname already exists.•••Workaround for #1791. Gravatar Sadie Powell2020-11-241-1/+1
| * Fix some confusing logic in sanick.Gravatar Sadie Powell2020-11-241-5/+5
| * Improve the message sent when overriding channel modes.•••Ref: #1816.Gravatar satmd2020-11-221-1/+1