aboutsummaryrefslogtreecommitdiffstats
path: root/src/coremods
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-011-4/+8
|\|
| * Fix an oversight in the previous commit.Gravatar Sadie Powell2021-01-301-1/+1
| * Fix a few issues with SERVLIST.•••- Implement support for service type matching based on the service oper type. This isn't the same as irc2 but its close enough. - Fix erroneously sending the mask in the <mask> field. This field is for the service name mask not the service distribution mask. Gravatar Sadie Powell2021-01-301-4/+8
* | Make MyClass private and move everything to GetClass.Gravatar Sadie Powell2021-01-311-1/+1
* | Fix a shadowing warning in SERVLIST.Gravatar Sadie Powell2021-01-301-5/+5
* | Replace all internal references to uline with services.Gravatar Sadie Powell2021-01-307-15/+14
* | Rename <security:hideulinekills> to <security:hideservicekills>.Gravatar Sadie Powell2021-01-303-4/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-292-17/+48
|\|
| * Add <dns:enabled>; allows disabling DNS lookups entirely.•••Ref: #1839. Gravatar Sadie Powell2021-01-191-17/+39
| * Send ERR_CANTUNLOADMODULE when unloading a module on reload fails.Gravatar Sadie Powell2021-01-191-3/+6
| * Fix the DNS socket not being closed when core_dns is unloaded.Gravatar Sadie Powell2021-01-191-10/+16
* | Allow using fixedpart/fixedquit with an empty message.Gravatar Sadie Powell2021-01-291-2/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-181-0/+7
|\|
| * Fix not rejecting attempts to set snomasks with SAMODE/override.Gravatar Sadie Powell2021-01-161-0/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-216-41/+32
|\|
| * 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-205-6/+5
| * Fix an inverted condition in cmd_modules.Gravatar Sadie Powell2020-12-161-1/+1
* | Move ban checking to core_channel.Gravatar Sadie Powell2020-11-301-0/+7
* | Rename ChanMax to MaxChannel for consistency with the other limits.Gravatar Sadie Powell2020-11-271-16/+16
* | Rename NickMax to MaxNick for consistency with the other limits.Gravatar Sadie Powell2020-11-271-1/+1
* | Rename IdentMax to MaxUser for consistency with the other limits.Gravatar Sadie Powell2020-11-271-1/+1
* | Merge tag 'v3.8.1' into master.Gravatar Sadie Powell2020-11-201-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-11-201-1/+1
| * Avoid doing "IP changed" event stuff on quitting users.Gravatar Sadie Powell2020-11-201-1/+1
* | Convert FOREACH_MOD_CUSTOM to a variadic function.Gravatar Sadie Powell2020-11-104-5/+5
* | Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.Gravatar Sadie Powell2020-11-106-19/+11
* | Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-041-1/+1
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-1/+1
* | Convert ConnectClass from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-11-031-4/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-013-3/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-10-303-3/+3
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-3112-17/+17
* | Convert OperInfo from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-312-5/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-274-5/+36
|\|
| * Fix the behaviour of multi-value PING and PONG messages.Gravatar Sadie Powell2020-10-262-5/+25
| * Recheck users for xlines when their real hostname changes.Gravatar Sadie Powell2020-10-061-0/+10
* | Convert CmdResult to an 8-bit strongly typed enum.Gravatar Sadie Powell2020-10-2744-163/+163
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-09-271-18/+4
|\|
| * Fix the syntax of the MAXLIST 005 token.Gravatar Sadie Powell2020-09-241-18/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-08-252-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-07-302-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-293-1/+6
|\|
| * Send ERR_KEYSET when trying to change a channel key.•••Closes #1750. Gravatar Sadie Powell2020-07-272-1/+3
| * Show an error when an unprivileged user tries to mass-message.•••Closes #1790. Gravatar Sadie Powell2020-07-201-0/+3
* | Clean up ISUPPORT code and implement support for ISUPPORT updates.Gravatar Sadie Powell2020-07-242-40/+83
* | Move the property string from cmd_modules to Module & show on load.Gravatar Sadie Powell2020-07-241-17/+5
* | Pascalize ExtensionItem::{get,set,unset}_raw.Gravatar Sadie Powell2020-07-201-3/+3
* | Fix the case of getError/getSendQSize and rewrite the doc comments.Gravatar Sadie Powell2020-07-201-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-151-5/+5
|\|