aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-12-303-3/+3
|
* Fix not looking up IPv4 addresses when a server has an IPv6 address.Gravatar Sadie Powell2021-12-252-16/+32
| | | | Closes #1811.
* Allow unsetting uniqueusername with metadata too.Gravatar Sadie Powell2021-12-201-1/+1
|
* Sync uniqueusername from the connect class to the user.Gravatar Sadie Powell2021-12-143-0/+12
| | | | | This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck.
* Update copyright headers.Gravatar InspIRCd Robot2021-08-276-6/+7
|
* Deduplicate all whois numerics to the whois module header.Gravatar Sadie Powell2021-07-051-0/+1
|
* Fix various spelling issues (#1883).Gravatar Josh Soref2021-06-213-4/+4
| | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* Code refactor and minor fix (#1879)Gravatar Herman2021-06-122-9/+9
|
* Broadcast the limits for list modes on server link.Gravatar Sadie Powell2021-06-044-0/+27
| | | | This allows services to not overflow the limit.
* Look up the SSL I/O hook properly in spanningtree.Gravatar Sadie Powell2021-06-011-1/+1
| | | | Fixes a regression introduced in commit 83bb6951fe.
* Update copyright headers.Gravatar InspIRCd Robot2021-05-143-3/+3
|
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-275-7/+6
|
* Send the max line length to remote servers on link.Gravatar Sadie Powell2021-04-251-0/+1
|
* Rename `<link:ssl>` to `<link:sslprofile>`.Gravatar Sadie Powell2021-03-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-03-053-5/+4
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-264-3/+4
|
* Disallow an empty last parameter in MAP.Gravatar Matt Schatz2020-12-301-0/+1
|
* Send RPL_SAVENICK from irc2 when renaming a user to their UUID.Gravatar Sadie Powell2020-12-221-0/+1
|
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-201-1/+1
|
* 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
|
* Advertise the available extbans for services.Gravatar Sadie Powell2020-12-031-0/+8
|
* Update copyright headers.Gravatar InspIRCd Robot2020-10-303-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
|
* Update copyright headers.Gravatar InspIRCd Robot2020-07-301-1/+1
|
* Fix a grammar error created by misspell-fixer.Gravatar Sadie Powell2020-07-031-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-04-246-5/+5
|
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-2111-12/+12
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* More HasFd() conversions.Gravatar Sadie Powell2020-04-091-1/+1
|
* Add back the prefix on a server target message.Gravatar Matt Schatz2020-03-311-2/+2
| | | | | The prefix is dropped when building the message. We add it back here so that the remote servers can recognize it as a server target.
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-1/+1
|
* Add a CapReference class for the message-tags capability.Gravatar Sadie Powell2020-03-122-3/+3
|
* Add HasFd to EventHandler and switch code to use it.Gravatar Sadie Powell2020-02-152-10/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-312-2/+2
|
* Add Channel::WriteRemoteNotice and revert WriteNotice changes.Gravatar Sadie Powell2020-01-291-5/+3
| | | | | | This is a partial reversion of 687778b72e. See also: #1749.
* Use irc::equals instead of strcasecmp where appropriate.Gravatar Sadie Powell2020-01-171-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-1157-75/+295
|
* Add an event provider class for the event/messagetag event.Gravatar Sadie Powell2020-01-032-2/+2
|
* Update my name and email address.Gravatar Sadie Powell2019-12-312-2/+2
|
* Fix the previous commit on C++11 compilers.Gravatar Peter Powell2019-12-291-2/+2
|
* Mark messages from ulined clients with the inspircd.org/service tag.Gravatar Peter Powell2019-12-294-0/+76
|
* Allow Channel::WriteNotice send to other servers and status ranks.Gravatar Peter Powell2019-11-171-2/+7
|
* SQuit all servers when a shutdown happens.Gravatar Peter Powell2019-10-172-0/+8
|
* Fix an shadowing warning in the spanningtree module.Gravatar Peter Powell2019-09-301-2/+2
|
* Add the OnServerBurst hook and fix the docs for OnServerLink.Gravatar Peter Powell2019-09-231-0/+1
|
* Add whether the server split with an error to OnServerSplit.Gravatar Peter Powell2019-09-234-11/+13
|
* Add the server id to the Server class.Gravatar Peter Powell2019-09-2312-29/+38
|
* Lower the acceptable drift for clocks on link.Gravatar Peter Powell2019-09-201-5/+5
|