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
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
*
Fix a word missing from the last commit.
Sadie Powell
2020-08-29
1
-1
/
+1
*
Warn about non-local plaintext server connections.
Sadie Powell
2020-08-29
3
-4
/
+19
*
Update copyright headers.
InspIRCd Robot
2020-07-30
1
-1
/
+1
*
Fix a grammar error created by misspell-fixer.
Sadie Powell
2020-07-03
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2020-04-24
6
-5
/
+5
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
11
-12
/
+12
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
More HasFd() conversions.
Sadie Powell
2020-04-09
1
-1
/
+1
*
Add back the prefix on a server target message.
•••
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.
Matt Schatz
2020-03-31
1
-2
/
+2
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
1
-1
/
+1
*
Add a CapReference class for the message-tags capability.
Sadie Powell
2020-03-12
2
-3
/
+3
*
Add HasFd to EventHandler and switch code to use it.
Sadie Powell
2020-02-15
2
-10
/
+2
*
Update copyright headers.
InspIRCd Robot
2020-01-31
2
-2
/
+2
*
Add Channel::WriteRemoteNotice and revert WriteNotice changes.
•••
This is a partial reversion of 687778b72e. See also: #1749.
Sadie Powell
2020-01-29
1
-5
/
+3
*
Use irc::equals instead of strcasecmp where appropriate.
Sadie Powell
2020-01-17
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2020-01-11
57
-75
/
+295
*
Add an event provider class for the event/messagetag event.
Sadie Powell
2020-01-03
2
-2
/
+2
*
Update my name and email address.
Sadie Powell
2019-12-31
2
-2
/
+2
*
Fix the previous commit on C++11 compilers.
Peter Powell
2019-12-29
1
-2
/
+2
*
Mark messages from ulined clients with the inspircd.org/service tag.
Peter Powell
2019-12-29
4
-0
/
+76
*
Allow Channel::WriteNotice send to other servers and status ranks.
Peter Powell
2019-11-17
1
-2
/
+7
*
SQuit all servers when a shutdown happens.
Peter Powell
2019-10-17
2
-0
/
+8
*
Fix an shadowing warning in the spanningtree module.
Peter Powell
2019-09-30
1
-2
/
+2
*
Add the OnServerBurst hook and fix the docs for OnServerLink.
Peter Powell
2019-09-23
1
-0
/
+1
*
Add whether the server split with an error to OnServerSplit.
Peter Powell
2019-09-23
4
-11
/
+13
*
Add the server id to the Server class.
Peter Powell
2019-09-23
12
-29
/
+38
*
Lower the acceptable drift for clocks on link.
Peter Powell
2019-09-20
1
-5
/
+5
[next]