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
/
include
Age
Commit message (
Expand
)
Author
2016-08-22
Remove unused irc::hash
Attila Molnar
2016-08-22
Remove unused trim() function
Attila Molnar
2016-08-17
Merge insp20
Attila Molnar
2016-08-11
Update description of class EventHandler
Attila Molnar
2016-08-11
Replace HandleEvent() references in the SocketEngine documentation with OnEve...
Attila Molnar
2016-08-11
Remove virtual destructor of class Version
Attila Molnar
2016-08-08
Update comments for classes IOHookProvider and IOHook
Attila Molnar
2016-08-08
Keep multiple IOHookProvider references in class ListenSocket
Attila Molnar
2016-08-08
Include <array> or <tr1/array> globally
Attila Molnar
2016-08-08
Change return type of ListenSocket::ResetIOHookProvider() to void
Attila Molnar
2016-08-08
Add StreamSocket::SendQueue::moveall() for moving data between sendqs
Attila Molnar
2016-08-08
Add support for multiple IOHooks per StreamSocket
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-06-22
Fix sending the wrong numeric when an empty new nick is received.
Peter Powell
2016-06-17
Don't exit on rehash if the pid file cannot be written
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-11
Refactor topic setting logic to go through Channel::SetTopic() in all cases
Attila Molnar
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-29
Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...
Attila Molnar
2016-03-22
Remove now unused overload of User::SendText()
Attila Molnar
2016-03-22
Merge branches 'master+check' and 'master+namedmodes'
Attila Molnar
2016-03-22
Add Numeric::ParamBuilder
Attila Molnar
2016-03-19
m_check Refactor, move to the new RPL_CHECK numeric
Attila Molnar
2016-03-19
Fix oversights in the WriteNumeric() parameter conversion
Attila Molnar
2016-03-05
Add Channel::WriteNotice()
Attila Molnar
2016-03-01
Add User::WriteRemoteNotice()
Attila Molnar
2016-02-26
Add RPL_WHOREPLY to the list of numerics
Attila Molnar
2016-02-26
Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...
Attila Molnar
2016-02-26
Return ModResult from the OnSendWhoLine hook
Attila Molnar
2016-02-25
Fix oversight in the last Stats::Context:AddRow() method
Attila Molnar
2016-02-25
Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics
Attila Molnar
2016-02-25
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2016-02-25
Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...
Attila Molnar
2016-02-25
Make source server settable in Numeric::Numeric
Attila Molnar
2016-02-25
Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-25
Add Numeric::Numeric
Attila Molnar
2016-02-25
Add no-op ConvToStr(const std::string&)
Attila Molnar
2016-02-25
Move implementation of ConvTo*() and related functions into convto.h
Attila Molnar
2016-02-25
Include stdint.h from inspircd.h
Attila Molnar
2016-02-25
Don't show snotices for kills from ulined clients
Adam
[next]