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
...
|
|
|
\
*
-
.
\
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
*
|
m_cap Add Capability::GetCapValue(), list capabilities with values
Attila Molnar
2015-12-05
1
-0
/
+10
*
|
m_cap Learn the supported capability negotiation protocol of a client from CA...
•••
Let modules implementing caps query this information
Attila Molnar
2015-12-05
1
-1
/
+24
*
|
m_cap Add Capability::OnList() hook
Attila Molnar
2015-12-05
1
-0
/
+10
*
|
m_cap Add Capability::OnRequest() hook
Attila Molnar
2015-12-05
1
-0
/
+12
*
|
Add rewritten m_cap module
•••
- Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps
Attila Molnar
2015-12-05
1
-0
/
+191
*
|
Nuke m_cap
Attila Molnar
2015-12-05
1
-99
/
+0
*
|
Merge branch 'master+serviceinit'
Attila Molnar
2015-12-02
5
-1
/
+31
|
\
\
|
*
|
Add SERVICE_CUSTOM for services managed by a module
Attila Molnar
2015-11-23
1
-1
/
+3
|
*
|
Implement ExtensionItem::RegisterService()
Attila Molnar
2015-11-23
1
-0
/
+4
|
*
|
Implement ModeHandler::RegisterService()
Attila Molnar
2015-11-23
1
-0
/
+5
|
*
|
Implement Command::RegisterService()
Attila Molnar
2015-11-23
1
-0
/
+4
|
*
|
Add ServiceProvider::RegisterService(), call it from ModuleManager::AddService()
Attila Molnar
2015-11-23
1
-0
/
+4
|
*
|
Extract code that manipulates the ModuleManager::DataProviders map into methods
Attila Molnar
2015-11-23
1
-0
/
+11
*
|
|
Merge branch 'master+reloadmod'
Attila Molnar
2015-12-01
3
-10
/
+99
|
\
\
\
|
*
|
|
core_reloadmodule Allow modules to handle reload failures of other mods
Attila Molnar
2015-11-26
1
-1
/
+1
|
*
|
|
core_reloadmodule Allow modules to save and restore their own data when reloa...
Attila Molnar
2015-11-26
1
-0
/
+80
|
*
|
|
Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORK
Attila Molnar
2015-11-26
1
-0
/
+2
|
*
|
|
Add ExtensionManager::GetExts()
Attila Molnar
2015-11-26
1
-0
/
+5
[prev]
[next]