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
Age
Commit message (
Expand
)
Author
2016-08-22
Switch to irc::equals() from irc::string in modules that use it for comparing...
Attila Molnar
2016-08-22
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-22
m_services_account Detect nickname case changes by using FindNickOnly()
Attila Molnar
2016-08-22
m_timedbans Remove one irc::string usage
Attila Molnar
2016-08-19
Fix m_mysql warning about use of C++11 features on C++03.
Peter Powell
2016-08-19
Fix m_ldap not linking to liblber on UNIX systems.
Peter Powell
2016-08-19
m_spanningtree Put command handlers with class names that collide with core c...
Attila Molnar
2016-08-19
m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize...
Attila Molnar
2016-08-19
m_ldap Remove unused LDAPService::last_timeout_check
Attila Molnar
2016-08-17
m_sqlite3 Fix possible memory leak when opening a database fails
Attila Molnar
2016-08-17
Merge insp20
Attila Molnar
2016-08-13
m_censor Fix possible incorrect cast of dest
Attila Molnar
2016-08-13
Fix more incorrect std::string::operator[] usage
Attila Molnar
2016-08-10
m_ssl_mbedtls Apply dummy CA workaround for client context
Attila Molnar
2016-08-08
m_ssl_* Add option to sslprofile controlling whether to request client certif...
Attila Molnar
2016-08-08
Add WebSocket module
Attila Molnar
2016-08-08
Add SHA1 module
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-08
Pass sendq to OnStreamSocketWrite
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-07-22
stripcolor now strips from part messages (#1175)
0x277F
2016-07-22
m_ssl_openssl Verify DH params being non-NULL before setting it on the context
Attila Molnar
2016-06-21
m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain...
Attila Molnar
2016-06-15
Add mbedTLS SSL module
Attila Molnar
2016-06-09
Fix for GCC 6 rightfully optimizing out the NULL check of 'this' in ConfigTag...
Attila Molnar
2016-05-03
Fix a minor warning in m_hideoper on some systems.
Peter Powell
2016-04-28
m_spanningtree Send snotice with the negotiated ciphersuite when connected us...
Attila Molnar
2016-04-28
Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...
Attila Molnar
2016-04-28
Export the GetCiphersuite() method from the SSL modules
Attila Molnar
2016-04-28
Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not
Attila Molnar
2016-04-25
m_sasl Advertise the sasl capability only if the target server is online
Attila Molnar
2016-04-25
m_sasl Add ServerTracker class for tracking sasl_target
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_showfile Replace User::SendText() call with WriteCommand()
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
[prev]
[next]