aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for multiple hostmasks in <cgiirc:mask>.Gravatar Sadie Powell2020-12-221-29/+41
* 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-222-0/+4
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-204-4/+4
* 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
* Use !empty instead of size when checking if containers are empty.Gravatar Sadie Powell2020-12-161-1/+1
* Fix issue where m_pbkdf2 was not aware of services loaded before itGravatar Daniel Vassdal2020-12-041-0/+8
* 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
* 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
* Make connect class debug logging more complete and consistent.Gravatar Sadie Powell2020-11-036-10/+43
* Update copyright headers.Gravatar InspIRCd Robot2020-10-309-9/+10
* Don't kill cloaking users when hash/md5 is missing.Gravatar Sadie Powell2020-10-271-2/+10
* Change glob matching to be configurableGravatar Michael2020-10-241-2/+17
* m_cban: Implement support for channel masks•••Allows wildcards to be used Gravatar Michael2020-10-241-2/+3
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-10-151-1/+1
* Add an option to allow disengaging joinflood on initial boot.Gravatar Sadie Powell2020-10-121-0/+4
* Add an option to allow disengaging joinflood after a netsplit.Gravatar Sadie Powell2020-10-121-3/+21
* Implement support for Argon2 password hashing.•••Resolves #1540.Gravatar ShutterQuick2020-10-101-0/+214
* Add the User::exempt flag to m_check.Gravatar Matt Schatz2020-10-061-0/+2
* Use the normal method for applying a default config in dnsbl.Gravatar Sadie Powell2020-09-291-8/+1
* Fix the dnsbl module config not being checked case insensitively.Gravatar Sadie Powell2020-09-291-6/+5
* Add a shun option for cleaning problematic allowed commands.Gravatar Sadie Powell2020-09-271-9/+23
* Make shun block client-only tags by default.Gravatar Sadie Powell2020-09-271-0/+14
* Refactor the shun module slightly.Gravatar Sadie Powell2020-09-271-17/+14
* Remove an unnecessary break statement.Gravatar Sadie Powell2020-09-271-1/+0
* Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated.Gravatar Sadie Powell2020-09-163-3/+3
* Fix a word missing from the last commit.Gravatar Sadie Powell2020-08-291-1/+1
* Warn about non-local plaintext server connections.Gravatar Sadie Powell2020-08-293-4/+19
* Fix null-checking the wrong variable in the disable module.•••Closes #1792. Gravatar Sadie Powell2020-08-011-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-07-306-5/+5
* Replace all erroneous space indentation with tab indentation.Gravatar Sadie Powell2020-07-292-11/+11
* Allow disabling the timedbans set/unset notices (#1789).Gravatar iwalkalone2020-07-221-10/+25
* Show an error when an unprivileged user tries to mass-message.•••Closes #1790. Gravatar Sadie Powell2020-07-201-0/+3
* Add a config option that forces bots to use NOTICEs.Gravatar Sadie Powell2020-07-071-0/+21
* Fix a grammar error created by misspell-fixer.Gravatar Sadie Powell2020-07-031-1/+1