aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove unnecessary prefix from socketengine source files.Gravatar Sadie Powell2021-03-054-0/+0
* | Implement support for other SHA2 hash types.Gravatar Sadie Powell2021-03-052-21/+22
* | Rename gecosban to realnameban.Gravatar Sadie Powell2021-03-053-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-0599-138/+139
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-05100-113/+128
| * Fix not being able to colour format output to stderr on Windows.Gravatar Sadie Powell2021-03-031-19/+5
| * Fix using std::cout instead of errstr when a port fails to bind.Gravatar Sadie Powell2021-03-021-1/+1
| * Deduplicate checking the source for the users/auspex priv in WHO.Gravatar Sadie Powell2021-03-021-1/+2
| * Fix fuzzy matching in core_who.•••Previously this code would consider requests with fields but no flags as fuzzy. This is incorrect as users can make requests like: WHO Sadie %n Reported by @ilbelkyr. Gravatar Sadie Powell2021-03-021-3/+3
| * Fix sending Q-line notices to snomask `a` instead of snomask `x`.Gravatar Sadie Powell2021-03-011-1/+1
* | Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-0222-86/+91
* | Move iterator_range to the utility directory and renamespace.Gravatar Sadie Powell2021-03-026-10/+10
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-2850-156/+293
|\|
| * Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.•••Closes #1850. Gravatar Sadie Powell2021-02-271-0/+11
| * Release v3.9.0. v3.9.0Gravatar Sadie Powell2021-02-261-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-2648-49/+52
| * Implement support for multi-prefix on WHOIS.Gravatar Sadie Powell2021-02-252-16/+47
| * Allow a statusmsg to have multiple statuses and pick the lowest.•••This is pretty much useless but other implementations support it so we have to also support it for compatibility. Gravatar Sadie Powell2021-02-252-10/+32
| * Refactor OnUserPostMessage in the chanhistory module.Gravatar Sadie Powell2021-02-241-11/+13
| * Add snomask permissions to the oper check output.Gravatar Sadie Powell2021-02-221-0/+10
| * Add a human-readable serialiser to the geolocation extensible.Gravatar Sadie Powell2021-02-221-0/+6
| * Fix checking the wrong user in SERVLIST.Gravatar Sadie Powell2021-02-211-1/+1
| * Add a config option for exempting classes from connflood.Gravatar Sadie Powell2021-02-211-1/+12
| * Add a command to the cgiirc module for encoding/decoding hex idents.Gravatar Sadie Powell2021-02-211-37/+81
| * Rename the cmd variable to cmdwebirc in the cgiirc module.Gravatar Sadie Powell2021-02-211-12/+12
| * Fix the numeric sent when a U-lined alias target is not online.Gravatar Sadie Powell2021-02-182-7/+3
| * Fix the message sent when SSL profiles are rehashed.Gravatar Sadie Powell2021-02-183-3/+3
| * Move linuxdaemon and Sheogorath to former contributors.Gravatar Sadie Powell2021-02-101-7/+8
| * Show the name of the WebIRC gateway in the IP changing notice.Gravatar Sadie Powell2021-02-051-2/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-013-31/+97
|\|
| * Duplicate the stdout file handle when used for logging.•••Failure to do this may result in a crash on shutdown when started in debug mode. Gravatar Sadie Powell2021-02-011-1/+2
| * Move SSLINFO code for users to its own function and refactor.Gravatar Sadie Powell2021-02-011-16/+21
| * Allow using SSLINFO on channels.Gravatar Sadie Powell2021-02-011-18/+69
| * Convert SSLINFO to SplitCommand.Gravatar Sadie Powell2021-02-011-4/+4
| * Read <sslinfo:operonly> once at load time.Gravatar Sadie Powell2021-02-011-3/+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-3111-33/+25
* | Fix a shadowing warning in SERVLIST.Gravatar Sadie Powell2021-01-301-5/+5
* | Replace defaultdeleter with the C++11 one and rename culldeleter.Gravatar Sadie Powell2021-01-301-1/+1
* | Rename Extensible::doUnhookExtensions to UnhookExtensions.Gravatar Sadie Powell2021-01-302-4/+4
* | Replace all internal references to uline with services.Gravatar Sadie Powell2021-01-3039-72/+70
* | Rename <uline> to <service>.Gravatar Sadie Powell2021-01-302-2/+2
* | Allow ServerConfig::Conf{Value,Tags} to have a fallback default.Gravatar Sadie Powell2021-01-301-4/+5
* | Rename <deaf:privdeafuline> to <deaf:privdeafservice>.Gravatar Sadie Powell2021-01-301-6/+6
* | Rename <deaf:bypasscharsuline> to <deaf:servicebypasschars>.Gravatar Sadie Powell2021-01-301-8/+8
* | Rename <silence:exemptuline> to <silence:exemptservice>.Gravatar Sadie Powell2021-01-301-3/+3
* | Rename <alias:uline> to <alias:service>.Gravatar Sadie Powell2021-01-301-4/+4
* | Rename <security:hideulines> to <security:hideservices>.Gravatar Sadie Powell2021-01-304-5/+5
* | Rename <security:hideulinekills> to <security:hideservicekills>.Gravatar Sadie Powell2021-01-303-4/+4