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
Age
Commit message (
Expand
)
Author
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-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
2016-03-29
m_spanningtree Add NUM command handler
Attila Molnar
2016-03-29
m_spanningtree Add class SpanningTree::RemoteUser
Attila Molnar
2016-03-29
Handle numerics with a source other than the local server in User::WriteNumer...
Attila Molnar
2016-03-29
Merge branch 'master+stroute'
Attila Molnar
2016-03-29
Merge pull request #1165 from Adam-/master+dnssource
Attila Molnar
2016-03-29
core_dns: allow configuring source address
Adam
2016-03-29
Simplify GetRouting() methods doing unicast
Attila Molnar
2016-03-29
m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()
Attila Molnar
2016-03-29
m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()
Attila Molnar
2016-03-29
m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()
Attila Molnar
2016-03-29
m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc...
Attila Molnar
2016-03-29
m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a s...
Attila Molnar
2016-03-29
Ensure server names passed to some commands are really server names
Attila Molnar
2016-03-29
core_info Deduplicate code by inheriting some commands from ServerTargetCommand
Attila Molnar
2016-03-29
core_info Add class ServerTargetCommand
Attila Molnar
2016-03-24
Add support for SASL reauthentication.
Peter Powell
2016-03-23
Don't prepend ":<nick>" to raw input log
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
m_namedmodes Switch to Numeric::ParamBuilder
Attila Molnar
2016-03-22
m_namedmodes Inherit command handler from SplitCommand
Attila Molnar
2016-03-19
m_check Move DumpExt() into CheckContext
Attila Molnar
2016-03-19
m_check Move DumpListMode() into CheckContext
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
Send NOTICEs to local channel members with Channel::WriteNotice()
Attila Molnar
2016-03-05
Add Channel::WriteNotice()
Attila Molnar
2016-03-04
Adds classban module providing extban 'n' for connect class ban.
Johanna A
2016-03-01
m_spanningtree Remove ModuleSpanningTree::RemoteMessage()
Attila Molnar
2016-03-01
Send NOTICEs that can go to both local and remote users with User::WriteRemot...
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
m_hideoper Reorder checks in OnSendWhoLine()
Attila Molnar
2016-02-26
Return ModResult from the OnSendWhoLine hook
Attila Molnar
2016-02-25
Remove unnecessary std::string::c_str() calls
Attila Molnar
2016-02-25
Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics
Attila Molnar
2016-02-25
m_clones Send numeric with User::WriteNumeric()
Attila Molnar
2016-02-25
m_userip Send numeric with User::WriteNumeric()
Attila Molnar
2016-02-25
core_userhost Send numeric with User::WriteNumeric()
Attila Molnar
2016-02-25
cmd_commands Send the RPL_COMMANDS numeric with User::WriteNumeric()
Attila Molnar
2016-02-25
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
[next]