aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Release v3.14.0. v3.14.0Gravatar Sadie Powell2022-08-251-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2022-08-255-4/+5
* Use std::string in the Serializer constructor.Gravatar Sadie Powell2022-08-241-1/+1
* Backport fix for types removed in C++17 from master.Gravatar Sadie Powell2022-08-162-2/+8
* Deprecate the string variant of SetClientIP.•••Nothing uses this anymore. Gravatar Sadie Powell2022-08-101-4/+5
* Also use binary exit codes in places that terminate abruptly.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. Gravatar Sadie Powell2022-07-191-0/+8
* Release v3.13.0. v3.13.0Gravatar Sadie Powell2022-04-281-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2022-04-2816-16/+16
* Remove a forward declaration for a non-existent type.Gravatar Sadie Powell2022-04-211-1/+0
* Fix an outdated comment.Gravatar Sadie Powell2022-04-201-1/+1
* Fix doxygen to include the public module header files.Gravatar Sadie Powell2022-04-172-1/+2
* Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. Gravatar Sadie Powell2022-04-121-0/+18
* Use ERR_UNAVAILRESOURCE for things that should be retried later.•••Also move it to the global numerics header to avoid duplication. Gravatar Sadie Powell2022-04-121-0/+1
* Add a method for finding the next prefix mode above a rank.Gravatar Sadie Powell2022-04-111-0/+6
* Add a method to ConfigTag to help with retrieving a single character.Gravatar Sadie Powell2022-04-101-0/+2
* Expose the invite announcement level to modules.Gravatar Sadie Powell2022-04-071-0/+20
* Fix converting a token list to a string.•••Fixes showing oper privs in /CHECK. Gravatar Sadie Powell2022-04-051-1/+4
* Allow modules to handle WHO matching.Gravatar Sadie Powell2022-03-251-0/+20
* Fix a compiler warning on Windows.Gravatar Sadie Powell2022-03-191-1/+1
* Make the accessor methods in ssl_cert const.Gravatar Sadie Powell2022-02-141-11/+11
* Squash an unnecessary string copy in SQL::Error.Gravatar Sadie Powell2022-02-051-1/+1
* Fix various minor Doxygen warnings.Gravatar Sadie Powell2022-02-022-3/+3
* Release v3.12.0. v3.12.0Gravatar Sadie Powell2021-12-311-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-12-307-6/+7
* Send an account id tag when account-tag & message-tags are enabled.Gravatar Sadie Powell2021-12-282-0/+8
* If a user has a unique username then include it in bans.Gravatar Sadie Powell2021-12-141-0/+3
* Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. Gravatar Sadie Powell2021-12-141-0/+3
* Add the <connect:uniqueusername> option.Gravatar Sadie Powell2021-11-231-0/+3
* Document ConnectClass and reorder it to avoid unnecessary padding.Gravatar Sadie Powell2021-11-162-68/+55
* Fix TokenList not initializing permissive to false on creation.Gravatar Sadie Powell2021-11-101-0/+5
* Add Server::GetPublicName(), fix not respecting <security:hideserver>.Gravatar Sadie Powell2021-10-252-2/+5
* Move the ParseStack constructor out of the header.Gravatar Sadie Powell2021-09-301-32/+1
* Use CXX11_OVERRIDE instead of the override keyword.Gravatar Sadie Powell2021-09-221-1/+1
* Add an API for checking if I/O hooks are ready or not.Gravatar Sadie Powell2021-09-222-0/+22
* Use the network name as the description when hideserver is enabled.Gravatar Sadie Powell2021-09-041-1/+1
* Release v3.11.0. v3.11.0Gravatar Sadie Powell2021-08-271-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-08-273-3/+2
* Allow retrieving the already sent id from WriteNeighborsWithCap.Gravatar Sadie Powell2021-07-241-1/+5
* Change ForEachNeighbour to return the already sent id.Gravatar Sadie Powell2021-07-241-3/+4
* Deduplicate all whois numerics to the whois module header.Gravatar Sadie Powell2021-07-052-6/+18
* Fix some "targ" usages which were missed in the earlier commit.Gravatar Sadie Powell2021-07-032-6/+10
* Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-219-22/+22
* Fix xline matching on WebIRC connections.Gravatar Sadie Powell2021-06-171-2/+9
* Add predefined config variables for the build time directories.Gravatar Sadie Powell2021-06-131-0/+7
* Release v3.10.0. v3.10.0Gravatar Sadie Powell2021-05-141-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-05-1415-15/+14
* Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-141-2/+4
* Fix sending malformed pong messages in some cases.Gravatar Sadie Powell2021-05-141-3/+4
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-2716-41/+41
* Fix SendNoticeInternal not having a NULL command variant.Gravatar Sadie Powell2021-04-271-1/+4