aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Move ban checking to core_channel.Gravatar Sadie Powell2020-11-302-14/+7
* | Rename ChanMax to MaxChannel for consistency with the other limits.Gravatar Sadie Powell2020-11-277-23/+23
* | Rename NickMax to MaxNick for consistency with the other limits.Gravatar Sadie Powell2020-11-278-9/+9
* | Rename IdentMax to MaxUser for consistency with the other limits.Gravatar Sadie Powell2020-11-278-12/+12
* | Cleanup CAPAB MODULES/MODLIST now we don't need 1202 compatibility.Gravatar Sadie Powell2020-11-271-37/+6
* | Convert CapabData to be a unique_ptr.Gravatar Sadie Powell2020-11-272-18/+10
* | Merge tag 'v3.8.1' into master.Gravatar Sadie Powell2020-11-2022-36/+105
|\|
| * Release v3.8.1. v3.8.1Gravatar Sadie Powell2020-11-201-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2020-11-2011-14/+14
| * Update the module descriptions.Gravatar Sadie Powell2020-11-208-8/+8
| * Fail websocket connections if changing the user's IP errors.Gravatar Sadie Powell2020-11-201-0/+4
| * Avoid doing "IP changed" event stuff on quitting users.Gravatar Sadie Powell2020-11-205-5/+8
| * Update the misspell-fixer exception for directive.pm.Gravatar Matt Schatz2020-11-141-1/+1
| * Remove an obsolete comment about BSD Make.Gravatar Sadie Powell2020-11-121-2/+0
| * Silence a harmless warning in newer versions of GCC.Gravatar Sadie Powell2020-11-121-2/+4
| * Add an AppArmor config.Gravatar Sadie Powell2020-11-122-0/+47
| * Skip module tags which don't have a module specified.Gravatar Sadie Powell2020-11-101-1/+5
| * Prioritise connectban and dnsbl after core_xline.Gravatar Sadie Powell2020-11-102-0/+12
| * Skip extra whitespace in --{enable,disable}-extras.Gravatar Sadie Powell2020-11-081-2/+2
| * Only assign NewServices once the duplicate check is done.Gravatar Sadie Powell2020-11-031-1/+1