index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-06-07
2
-2
/
+2
*
Fix matching certificate fingerprints to be case insensitive.
•••
Closes #2083.
Sadie Powell
2024-02-11
1
-0
/
+2
*
Use TimingSafeCompare when comparing server SSL fingerprints.
Sadie Powell
2024-02-11
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2023-12-22
1
-1
/
+1
*
Tweak the malformed channel name message slightly.
Sadie Powell
2023-09-01
1
-1
/
+1
*
Fix being able to FJOIN non-channels.
•••
Closes #2057.
Sadie Powell
2023-08-25
1
-0
/
+3
*
Update copyright headers.
InspIRCd Robot
2023-06-16
2
-2
/
+2
*
Log when a server sends an unexpected command post-authentication.
Sadie Powell
2023-05-29
1
-0
/
+12
*
Make it clear that <link:port> is only required for IP listeners.
Sadie Powell
2023-05-26
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2023-04-28
1
-1
/
+1
*
Fix missing some data when synchronising a new user over a link.
Sadie Powell
2023-02-03
1
-0
/
+6
*
Update copyright headers.
InspIRCd Robot
2022-12-30
32
-34
/
+20
*
Consistently limit the range for config port fields.
Sadie Powell
2022-12-19
1
-1
/
+1
*
Fix warning about UNIX socket connections being insecure.
Sadie Powell
2022-12-17
1
-1
/
+2
*
Fix forwarding tags when sending a numeric to a remote user.
Sadie Powell
2022-09-19
1
-0
/
+1
*
Update copyright headers.
InspIRCd Robot
2022-08-25
1
-1
/
+1
*
Fix remote users with UNIX socket paths as their sockaddr.
Sadie Powell
2022-08-10
1
-2
/
+9
*
Fix some harmless debug messages when initializing remote users.
Sadie Powell
2022-08-10
1
-2
/
+1
*
Fix some compiler warnings on i386.
Sadie Powell
2022-05-25
1
-1
/
+1
*
Make linking servers over UNIX sockets less difficult.
•••
Closes #1730.
Sadie Powell
2022-05-07
1
-4
/
+15
*
Update copyright headers.
InspIRCd Robot
2022-04-28
7
-8
/
+8
*
Use ERR_UNAVAILRESOURCE for things that should be retried later.
•••
Also move it to the global numerics header to avoid duplication.
Sadie Powell
2022-04-12
1
-1
/
+1
*
Fix the grammar of various xline messages.
Sadie Powell
2022-04-05
1
-2
/
+2
*
Fix real name formatting bleeding into IRC messages.
Sadie Powell
2022-03-21
1
-1
/
+1
*
Fix splitting servers multiple times in some cases.
Sadie Powell
2022-02-01
2
-1
/
+5
*
Fix duplicate messages when a server connection errors.
Sadie Powell
2022-02-01
1
-2
/
+2
*
Fix a spanningtree linker error on FreeBSD armv7.
Sadie Powell
2022-01-15
2
-1
/
+3
*
Update copyright headers.
InspIRCd Robot
2021-12-30
3
-3
/
+3
*
Fix not looking up IPv4 addresses when a server has an IPv6 address.
•••
Closes #1811.
Sadie Powell
2021-12-25
2
-16
/
+32
*
Allow unsetting uniqueusername with metadata too.
Sadie Powell
2021-12-20
1
-1
/
+1
*
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.
Sadie Powell
2021-12-14
3
-0
/
+12
*
Update copyright headers.
InspIRCd Robot
2021-08-27
6
-6
/
+7
*
Deduplicate all whois numerics to the whois module header.
Sadie Powell
2021-07-05
1
-0
/
+1
*
Fix various spelling issues (#1883).
•••
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref
2021-06-21
3
-4
/
+4
*
Code refactor and minor fix (#1879)
Herman
2021-06-12
2
-9
/
+9
*
Broadcast the limits for list modes on server link.
•••
This allows services to not overflow the limit.
Sadie Powell
2021-06-04
4
-0
/
+27
*
Look up the SSL I/O hook properly in spanningtree.
•••
Fixes a regression introduced in commit 83bb6951fe.
Sadie Powell
2021-06-01
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2021-05-14
3
-3
/
+3
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
5
-7
/
+6
*
Send the max line length to remote servers on link.
Sadie Powell
2021-04-25
1
-0
/
+1
*
Rename `<link:ssl>` to `<link:sslprofile>`.
Sadie Powell
2021-03-10
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2021-03-05
3
-5
/
+4
*
Update copyright headers.
InspIRCd Robot
2021-02-26
4
-3
/
+4
*
Disallow an empty last parameter in MAP.
Matt Schatz
2020-12-30
1
-0
/
+1
*
Send RPL_SAVENICK from irc2 when renaming a user to their UUID.
Sadie Powell
2020-12-22
1
-0
/
+1
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
1
-1
/
+1
*
Don't call events provided by dying or dead modules.
Sadie Powell
2020-12-18
1
-0
/
+6
*
Fix MAP output on a dual v2/v3 network.
Sadie Powell
2020-12-16
1
-6
/
+15
*
Advertise the available extbans for services.
Sadie Powell
2020-12-03
1
-0
/
+8
*
Update copyright headers.
InspIRCd Robot
2020-10-30
3
-3
/
+3
[next]