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
Age
Commit message (
Expand
)
Author
2016-08-08
Call StreamSocket::OnDataReady() from only one place
Attila Molnar
2016-08-08
Extract code that reads data into a recvq from StreamSocket::DoRead() into Re...
Attila Molnar
2016-08-08
Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe...
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-08
Predeclare IOHookProvider, remove iohook.h include from socket.h
Attila Molnar
2016-07-22
Add a method which calculates the maximum mask length. (#1171)
Peter Powell
2016-07-22
Tell git to store .bat files as CRLF (#1030)
Christian Höltje
2016-07-22
stripcolor now strips from part messages (#1175)
0x277F
2016-06-27
Merge pull request #1187 from SaberUK/master+431
Attila Molnar
2016-06-27
Fix a minor oversight in ERR_NONICKNAMEGIVEN.
Peter Powell
2016-06-27
Merge pull request #1186 from SaberUK/master+build-system-cleanup
Attila Molnar
2016-06-27
Merge pull request #1182 from SaberUK/master+431
Attila Molnar
2016-06-27
Pass INSPIRCD_VERBOSE through the environment to unit-cc.
Peter Powell
2016-06-27
Fix cleaning files generated by configure.
Peter Powell
2016-06-22
Fix sending the wrong numeric when an empty new nick is received.
Peter Powell
2016-06-15
Add mbedTLS SSL module
Attila Molnar
2016-05-03
Update .gitignore to reflect LDAP module changes
Attila Molnar
2016-04-30
Merge branch 'master+sslconnmsg'
Attila Molnar
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-26
Merge branch 'master+sasloffline'
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-04-04
Merge pull request #1168 from SaberUK/master+fix-configure-cache-parser
Attila Molnar
2016-04-04
Fix "use of uninitialized value $key in hash element" error.
Peter Powell
2016-04-04
Merge pull request #1167 from SaberUK/master+collision
Attila Molnar
2016-04-04
Rename M to INSPIRCD_MODULE.
Peter Powell
2016-04-04
Rename T to INSPIRCD_TARGET.
Peter Powell
2016-04-04
Rename D to INSPIRCD_DEBUG.
Peter Powell
2016-04-04
Rename V to INSPIRCD_VERBOSE.
Peter Powell
2016-04-04
Rename PURE_STATIC to INSPIRCD_STATIC.
Peter Powell
2016-03-30
Remove unused ProtocolInterface::SendTopic()
Attila Molnar
2016-03-30
Remove ProtocolInterface::PushToClient()
Attila Molnar
2016-03-30
Remove User::SendText() and overrides completely
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-30
Merge branch 'master+stnum'
Attila Molnar
2016-03-29
Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...
Attila Molnar
[next]