index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
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
2
-4
/
+9
*
|
|
|
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
5
-31
/
+22
*
|
|
|
Pass sendq to OnStreamSocketWrite
Attila Molnar
2016-08-08
3
-6
/
+3
*
|
|
|
stripcolor now strips from part messages (#1175)
0x277F
2016-07-22
1
-0
/
+17
*
|
|
|
Add mbedTLS SSL module
Attila Molnar
2016-06-15
1
-0
/
+924
*
|
|
|
m_spanningtree Send snotice with the negotiated ciphersuite when connected us...
Attila Molnar
2016-04-28
1
-0
/
+10
*
|
|
|
Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...
Attila Molnar
2016-04-28
3
-45
/
+20
*
|
|
|
Export the GetCiphersuite() method from the SSL modules
Attila Molnar
2016-04-28
2
-2
/
+6
*
|
|
|
Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not
•••
Use it in a few places
Attila Molnar
2016-04-28
1
-1
/
+1
*
|
|
|
m_sasl Advertise the sasl capability only if the target server is online
•••
Issue #812
Attila Molnar
2016-04-25
1
-2
/
+9
*
|
|
|
m_sasl Add ServerTracker class for tracking sasl_target
Attila Molnar
2016-04-25
1
-1
/
+65
*
|
|
|
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
5
-50
/
+20
*
|
|
|
Remove unused ProtocolInterface::SendTopic()
Attila Molnar
2016-03-30
2
-6
/
+0
*
|
|
|
Remove ProtocolInterface::PushToClient()
Attila Molnar
2016-03-30
2
-6
/
+0
*
|
|
|
m_showfile Replace User::SendText() call with WriteCommand()
Attila Molnar
2016-03-30
1
-3
/
+4
*
|
|
|
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
14
-58
/
+15
*
|
|
|
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
*
|
|
|
Ensure server names passed to some commands are really server names
Attila Molnar
2016-03-29
2
-2
/
+2
*
|
|
|
Add support for SASL reauthentication.
Peter Powell
2016-03-24
1
-2
/
+0
|
|
|
|
|
\
\
\
*
-
.
\
\
\
Merge branches 'master+check' and 'master+namedmodes'
Attila Molnar
2016-03-22
2
-108
/
+133
|
\
\
\
\
\
|
|
*
|
|
|
m_namedmodes Switch to Numeric::ParamBuilder
Attila Molnar
2016-03-22
1
-6
/
+7
|
|
*
|
|
|
m_namedmodes Inherit command handler from SplitCommand
•••
Pass a LocalUser pointer to DisplayList()
Attila Molnar
2016-03-22
1
-5
/
+7
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
m_check Move DumpExt() into CheckContext
Attila Molnar
2016-03-19
1
-18
/
+18
|
*
|
|
|
m_check Move DumpListMode() into CheckContext
Attila Molnar
2016-03-19
1
-13
/
+13
|
*
|
|
|
m_check Refactor, move to the new RPL_CHECK numeric
Attila Molnar
2016-03-19
1
-80
/
+102
|
/
/
/
/
*
|
|
|
Send NOTICEs to local channel members with Channel::WriteNotice()
Attila Molnar
2016-03-05
8
-10
/
+10
*
|
|
|
Adds classban module providing extban 'n' for connect class ban.
Johanna A
2016-03-04
1
-0
/
+47
*
|
|
|
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
5
-10
/
+10
*
|
|
|
Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...
Attila Molnar
2016-02-26
3
-24
/
+14
*
|
|
|
m_hideoper Reorder checks in OnSendWhoLine()
•••
Check if the entire line should be hidden first
Attila Molnar
2016-02-26
1
-3
/
+4
*
|
|
|
Return ModResult from the OnSendWhoLine hook
Attila Molnar
2016-02-26
3
-13
/
+15
[prev]
[next]