index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
Age
Commit message (
Expand
)
Author
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-10-27
Change SetClientIP to take a C++ string instead of a char array.
Peter Powell
2017-10-18
Add a constructor to OperInfo and use it to set the type name.
Peter Powell
2017-09-08
Implement support for configurable casemapping & default to ASCII.
Peter Powell
2017-09-03
Convert a bunch of time-related config options to getDuration.
Peter Powell
2017-08-27
Remove module file extensions from user-visible messages.
Peter Powell
2017-08-06
Purge code for Windows XP and MSVC pre-2015.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-12-30
Clean up User::FormatModes(), rename to GetModeLetters()
Attila Molnar
2016-12-30
Deduplicate nickname overruling code
Attila Molnar
2016-09-09
Replace snprintf usage with InspIRCd::Format.
Peter Powell
2016-09-02
Bump version to 3.0 in comments and messages
Attila Molnar
2016-09-02
m_spanningtree Allow multiple valid ips for link blocks as a result of Securi...
Adam
2016-09-02
m_spanningtree Add workaround to make SVS* commands work when using ENCAP
Attila Molnar
2016-09-02
m_spanningtree Refuse topic changes that would result in desync
Attila Molnar
2016-08-30
Replace loop over alphabet with loop over mode list in several places
Attila Molnar
2016-08-29
Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool
Attila Molnar
2016-08-26
m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...
Attila Molnar
2016-08-25
m_spanningtree Handle unload in resolvers
Attila Molnar
2016-08-25
spanningtree: use bindip aftype as a hint for dns lookup type
Adam
2016-08-25
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2016-08-24
Check for errors after calling IOHookProvider::OnAccept()
Attila Molnar
2016-08-22
m_spanningtree Use ASCII case insensitive map for matching server names
Attila Molnar
2016-08-22
m_spanningtree Change type of Link::Name to std::string
Attila Molnar
2016-08-19
m_spanningtree Put command handlers with class names that collide with core c...
Attila Molnar
2016-08-17
Merge insp20
Attila Molnar
2016-08-08
Keep multiple IOHookProvider references in class ListenSocket
Attila Molnar
2016-08-08
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...
Attila Molnar
2016-08-05
Fix challenge auth when using m_hash_gnutls instead of m_sha256.
Peter Powell
2016-08-01
Fix bursting channel bans
Adam
2016-04-28
m_spanningtree Send snotice with the negotiated ciphersuite when connected us...
Attila Molnar
2016-04-25
m_spanningtree Call the OnServerLink hook from TreeServer constructor
Attila Molnar
2016-04-25
m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() s...
Attila Molnar
2016-04-25
m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ...
Attila Molnar
2016-04-25
m_spanningtree Don't try to call the OnServerSplit hook when the module is be...
Attila Molnar
2016-04-13
m_spanningtree Ignore incoming BURST command in CONNECTED state
Attila Molnar
2016-04-13
m_spanningtree Fix FJOIN forwarding
Attila Molnar
2016-04-13
m_spanningtree Resync servers when they recreate a channel outside of burst
Attila Molnar
2016-04-13
m_spanningtree Allow IJOIN with lower TS
Attila Molnar
2016-04-11
Refactor topic setting logic to go through Channel::SetTopic() in all cases
Attila Molnar
2016-03-30
Remove unused ProtocolInterface::SendTopic()
Attila Molnar
2016-03-30
Remove ProtocolInterface::PushToClient()
Attila Molnar
2016-03-30
m_spanningtree Remove PUSH handler
Attila Molnar
2016-03-29
Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...
Attila Molnar
2016-03-29
m_spanningtree Add CommandNum::Builder
Attila Molnar
2016-03-29
m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1...
Attila Molnar
2016-03-29
m_spanningtree Add NUM command handler
Attila Molnar
2016-03-29
m_spanningtree Add class SpanningTree::RemoteUser
Attila Molnar
2016-03-29
Simplify GetRouting() methods doing unicast
Attila Molnar
2016-03-29
m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()
Attila Molnar
[next]