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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add StreamSocket::SendQueue::moveall() for moving data between sendqs
Attila Molnar
2016-08-08
1
-0
/
+7
*
|
Add support for multiple IOHooks per StreamSocket
Attila Molnar
2016-08-08
2
-4
/
+85
*
|
Extract code that reads data into a recvq from StreamSocket::DoRead() into Re...
Attila Molnar
2016-08-08
1
-0
/
+6
*
|
Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe...
Attila Molnar
2016-08-08
1
-0
/
+6
*
|
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
1
-0
/
+6
*
|
Pass sendq to OnStreamSocketWrite
Attila Molnar
2016-08-08
1
-1
/
+2
*
|
Predeclare IOHookProvider, remove iohook.h include from socket.h
Attila Molnar
2016-08-08
2
-1
/
+1
*
|
Add a method which calculates the maximum mask length. (#1171)
Peter Powell
2016-07-22
1
-0
/
+3
*
|
Fix sending the wrong numeric when an empty new nick is received.
Peter Powell
2016-06-22
1
-0
/
+1
*
|
Export the GetCiphersuite() method from the SSL modules
Attila Molnar
2016-04-28
1
-0
/
+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
-3
/
+10
*
|
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
1
-1
/
+4
*
|
Rename PURE_STATIC to INSPIRCD_STATIC.
Peter Powell
2016-04-04
1
-1
/
+1
*
|
Remove unused ProtocolInterface::SendTopic()
Attila Molnar
2016-03-30
1
-6
/
+0
*
|
Remove ProtocolInterface::PushToClient()
Attila Molnar
2016-03-30
1
-6
/
+0
*
|
Remove User::SendText() and overrides completely
Attila Molnar
2016-03-30
1
-12
/
+1
*
|
Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...
Attila Molnar
2016-03-29
1
-1
/
+1
*
|
Remove now unused overload of User::SendText()
Attila Molnar
2016-03-22
1
-6
/
+0
|
|
|
\
*
-
.
\
Merge branches 'master+check' and 'master+namedmodes'
Attila Molnar
2016-03-22
1
-1
/
+84
|
\
\
\
|
|
*
|
Add Numeric::ParamBuilder
•••
It builds numerics where the individual components are parameters of the numeric
Attila Molnar
2016-03-22
1
-1
/
+67
|
|
/
/
|
/
|
|
|
*
|
m_check Refactor, move to the new RPL_CHECK numeric
Attila Molnar
2016-03-19
1
-0
/
+17
|
/
/
*
|
Fix oversights in the WriteNumeric() parameter conversion
Attila Molnar
2016-03-19
1
-1
/
+1
*
|
Add Channel::WriteNotice()
Attila Molnar
2016-03-05
1
-0
/
+5
*
|
Add User::WriteRemoteNotice()
•••
Sends a NOTICE from the local server to the user which can be local or remote
Attila Molnar
2016-03-01
1
-0
/
+11
*
|
Add RPL_WHOREPLY to the list of numerics
•••
Use it instead of the raw number
Attila Molnar
2016-02-26
1
-0
/
+1
*
|
Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...
Attila Molnar
2016-02-26
1
-2
/
+2
*
|
Return ModResult from the OnSendWhoLine hook
Attila Molnar
2016-02-26
1
-2
/
+3
*
|
Fix oversight in the last Stats::Context:AddRow() method
Attila Molnar
2016-02-25
1
-0
/
+1
*
|
Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics
•••
Use them instead of the raw numbers
Attila Molnar
2016-02-25
1
-1
/
+3
*
|
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2016-02-25
5
-9
/
+182
*
|
Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...
Attila Molnar
2016-02-25
1
-0
/
+51
*
|
Make source server settable in Numeric::Numeric
Attila Molnar
2016-02-25
1
-0
/
+15
*
|
Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...
Attila Molnar
2016-02-25
1
-12
/
+42
*
|
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-25
4
-22
/
+67
*
|
Add Numeric::Numeric
Attila Molnar
2016-02-25
4
-2
/
+91
*
|
Add no-op ConvToStr(const std::string&)
Attila Molnar
2016-02-25
1
-0
/
+5
*
|
Move implementation of ConvTo*() and related functions into convto.h
Attila Molnar
2016-02-25
2
-82
/
+106
*
|
Include stdint.h from inspircd.h
Attila Molnar
2016-02-25
2
-2
/
+1
*
|
Fix build errors on CentOS 6 and OpenBSD.
Peter Powell
2016-02-20
1
-1
/
+1
*
|
Add Numeric::Builder
Attila Molnar
2015-12-30
2
-0
/
+120
*
|
Return true from Channel::PartUser() if the user was on the channel
Attila Molnar
2015-12-28
1
-1
/
+2
*
|
Fix some whitespace issues
Attila Molnar
2015-12-28
4
-43
/
+43
*
|
Strip all control codes except \001 in InspIRCd::StripColor()
•••
Fixes issue #1100 reported by @uecasm
Attila Molnar
2015-12-08
1
-1
/
+1
*
|
Add minimum channel rank and exception list parameters to the OnUserInvite hook
Attila Molnar
2015-12-06
1
-1
/
+3
*
|
Remove <options:ircumsgprefix> entirely
Attila Molnar
2015-12-06
1
-5
/
+0
*
|
m_ircv3 Make WriteNeighborsWithCap() available for use in other modules
Attila Molnar
2015-12-05
1
-0
/
+45
*
|
m_cap Make Capability objects compatible with dynamic_references, add Cap::Re...
Attila Molnar
2015-12-05
1
-0
/
+28
*
|
m_cap Specialize extension item
Attila Molnar
2015-12-05
1
-1
/
+8
*
|
m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha...
Attila Molnar
2015-12-05
1
-0
/
+20
*
|
m_cap Provide the OnCapAddDel() event
Attila Molnar
2015-12-05
1
-0
/
+15
[prev]
[next]