aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a function for shrinking module names.Gravatar Sadie Powell2020-12-241-0/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-2119-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. Gravatar Sadie Powell2020-12-201-35/+27
| * Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-2012-14/+13
| * Don't call events provided by dying or dead modules.Gravatar Sadie Powell2020-12-181-0/+6
| * 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
| * 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-041-5/+5
* | 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-0410-28/+95
|\|
| * Improve the logging of service adding/deleting.Gravatar Sadie Powell2020-12-041-0/+24
| * 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
| * 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-276-22/+22
* | Rename NickMax to MaxNick for consistency with the other limits.Gravatar Sadie Powell2020-11-277-7/+7
* | Rename IdentMax to MaxUser for consistency with the other limits.Gravatar Sadie Powell2020-11-277-9/+9
* | 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-2016-29/+51
|\|
| * 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
| * 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
| * Only assign NewServices once the duplicate check is done.Gravatar Sadie Powell2020-11-031-1/+1
* | 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-116-45/+30