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
*
Bump version to 3.0 in comments and messages
Attila Molnar
2016-09-02
3
-4
/
+4
*
m_spanningtree Allow multiple valid ips for link blocks as a result of Securi...
Adam
2016-09-02
1
-3
/
+6
*
m_spanningtree Add workaround to make SVS* commands work when using ENCAP
Attila Molnar
2016-09-02
1
-0
/
+11
*
m_spanningtree Refuse topic changes that would result in desync
•••
This is a workaround until the protocol is updated
Attila Molnar
2016-09-02
2
-0
/
+14
*
Replace loop over alphabet with loop over mode list in several places
Attila Molnar
2016-08-30
1
-13
/
+11
*
Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool
Attila Molnar
2016-08-29
2
-2
/
+2
*
m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...
Attila Molnar
2016-08-26
3
-4
/
+4
*
m_spanningtree Handle unload in resolvers
Attila Molnar
2016-08-25
1
-1
/
+7
*
spanningtree: use bindip aftype as a hint for dns lookup type
Adam
2016-08-25
1
-1
/
+9
*
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2016-08-25
1
-2
/
+7
*
Check for errors after calling IOHookProvider::OnAccept()
Attila Molnar
2016-08-24
1
-2
/
+10
*
m_spanningtree Use ASCII case insensitive map for matching server names
Attila Molnar
2016-08-22
2
-4
/
+4
*
m_spanningtree Change type of Link::Name to std::string
•••
Switch to stdalgo::string::equalsci()
Attila Molnar
2016-08-22
5
-14
/
+13
*
m_spanningtree Put command handlers with class names that collide with core c...
•••
This fixes issues in static builds
Attila Molnar
2016-08-19
3
-18
/
+33
*
Merge insp20
Attila Molnar
2016-08-17
1
-1
/
+1
|
\
|
*
Fix challenge auth when using m_hash_gnutls instead of m_sha256.
Peter Powell
2016-08-05
1
-2
/
+3
|
*
Fix bursting channel bans
Adam
2016-08-01
2
-11
/
+16
|
*
Minor spelling errors in m_spanningtree.so
Guillaume Delacour
2016-02-28
2
-2
/
+2
*
|
Keep multiple IOHookProvider references in class ListenSocket
•••
This adds the <bind:hook> config option which works together with <bind:ssl>
Attila Molnar
2016-08-08
1
-2
/
+7
*
|
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...
•••
Use it to simplify logic in all modules using or providing IOHooks
Attila Molnar
2016-08-08
1
-2
/
+2
*
|
m_spanningtree Send snotice with the negotiated ciphersuite when connected us...
Attila Molnar
2016-04-28
1
-0
/
+10
*
|
m_spanningtree Call the OnServerLink hook from TreeServer constructor
Attila Molnar
2016-04-25
1
-1
/
+2
*
|
m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() s...
Attila Molnar
2016-04-25
1
-2
/
+3
*
|
m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ...
Attila Molnar
2016-04-25
1
-0
/
+16
*
|
m_spanningtree Don't try to call the OnServerSplit hook when the module is be...
Attila Molnar
2016-04-25
1
-1
/
+2
*
|
m_spanningtree Ignore incoming BURST command in CONNECTED state
Attila Molnar
2016-04-13
1
-0
/
+5
*
|
m_spanningtree Fix FJOIN forwarding
Attila Molnar
2016-04-13
1
-1
/
+1
*
|
m_spanningtree Resync servers when they recreate a channel outside of burst
Attila Molnar
2016-04-13
1
-2
/
+12
*
|
m_spanningtree Allow IJOIN with lower TS
Attila Molnar
2016-04-13
1
-4
/
+2
*
|
Refactor topic setting logic to go through Channel::SetTopic() in all cases
•••
- Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently
Attila Molnar
2016-04-11
2
-20
/
+3
*
|
Remove unused ProtocolInterface::SendTopic()
Attila Molnar
2016-03-30
2
-6
/
+0
*
|
Remove ProtocolInterface::PushToClient()
Attila Molnar
2016-03-30
2
-6
/
+0
*
|
m_spanningtree Remove PUSH handler
Attila Molnar
2016-03-30
3
-45
/
+1
*
|
Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...
Attila Molnar
2016-03-29
2
-0
/
+6
*
|
m_spanningtree Add CommandNum::Builder
Attila Molnar
2016-03-29
2
-0
/
+22
*
|
m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1...
Attila Molnar
2016-03-29
1
-0
/
+90
*
|
m_spanningtree Add NUM command handler
Attila Molnar
2016-03-29
3
-1
/
+57
*
|
m_spanningtree Add class SpanningTree::RemoteUser
Attila Molnar
2016-03-29
3
-1
/
+61
*
|
Simplify GetRouting() methods doing unicast
Attila Molnar
2016-03-29
3
-12
/
+3
*
|
m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()
•••
This makes ROUTE_UNICAST() accept nicks and uuids
Attila Molnar
2016-03-29
1
-1
/
+3
*
|
m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()
Attila Molnar
2016-03-29
2
-0
/
+18
*
|
m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()
Attila Molnar
2016-03-29
2
-30
/
+0
*
|
m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc...
Attila Molnar
2016-03-29
2
-11
/
+0
*
|
m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a s...
Attila Molnar
2016-03-29
1
-5
/
+0
*
|
Send NOTICEs to local channel members with Channel::WriteNotice()
Attila Molnar
2016-03-05
1
-1
/
+1
*
|
m_spanningtree Remove ModuleSpanningTree::RemoteMessage()
•••
This method is no longer used, replacement is User::WriteRemoteNotice()
Attila Molnar
2016-03-01
2
-17
/
+0
*
|
Send NOTICEs that can go to both local and remote users with User::WriteRemot...
Attila Molnar
2016-03-01
3
-7
/
+7
*
|
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2016-02-25
2
-8
/
+15
*
|
Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...
Attila Molnar
2016-02-25
1
-7
/
+4
*
|
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-25
4
-11
/
+10
[next]