aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-049-27/+67
|\|
| * 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
| * 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
* | Rename ChanMax to MaxChannel for consistency with the other limits.Gravatar Sadie Powell2020-11-272-2/+2
* | Rename NickMax to MaxNick for consistency with the other limits.Gravatar Sadie Powell2020-11-274-4/+4
* | Rename IdentMax to MaxUser for consistency with the other limits.Gravatar Sadie Powell2020-11-274-6/+6
* | 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-2014-25/+44
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-11-2010-13/+13
| * 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-204-4/+7
| * Prioritise connectban and dnsbl after core_xline.Gravatar Sadie Powell2020-11-102-0/+12
* | Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions.Gravatar Sadie Powell2020-11-121-1/+1
* | Use references instead of pointers for aliases.Gravatar Sadie Powell2020-11-111-18/+18
* | Add stdalgo::equal_range and switch more stuff to iterator_range.Gravatar Sadie Powell2020-11-114-27/+18
* | Convert FOREACH_MOD_CUSTOM to a variadic function.Gravatar Sadie Powell2020-11-1013-26/+24
* | Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.Gravatar Sadie Powell2020-11-103-9/+6
* | Use a range-based for loop in the httpd_config module.Gravatar Sadie Powell2020-11-101-5/+6
* | Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-0410-11/+15
* | Move config typedefs to ServerConfig and use auto in more places.Gravatar Sadie Powell2020-11-036-6/+6
* | Store the SQL row id in the synthesised sqloper config tags.Gravatar Sadie Powell2020-11-031-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-036-10/+43
|\|
| * Make connect class debug logging more complete and consistent.Gravatar Sadie Powell2020-11-036-10/+43
* | Rename ConfigTag::tag to ConfigTag::name.Gravatar Sadie Powell2020-11-031-2/+2
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-0327-69/+69
* | Replace ConfigTag::create with a public constructor.Gravatar Sadie Powell2020-11-031-3/+2
* | Rename ConfigItems to ConfigTag::Items.Gravatar Sadie Powell2020-11-032-4/+4
* | Convert ConnectClass from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-11-036-6/+6
* | Clean up a bunch of contructors and destructors.Gravatar Sadie Powell2020-11-013-5/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-019-9/+10
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-10-309-9/+10