summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-22Merge pull request #1157 from SaberUK/insp20+fix-cron-restartAttila Molnar
2016-03-21Fix 'cron' and 'restart' in the helper not forwarding arguments.Peter Powell
2016-03-19m_check Move DumpExt() into CheckContextAttila Molnar
2016-03-19m_check Move DumpListMode() into CheckContextAttila Molnar
2016-03-19m_check Refactor, move to the new RPL_CHECK numericAttila Molnar
2016-03-19Fix oversights in the WriteNumeric() parameter conversionAttila Molnar
2016-03-05Merge branch 'master+chanwritenotice'Attila Molnar
2016-03-05Send NOTICEs to local channel members with Channel::WriteNotice()Attila Molnar
2016-03-05Add Channel::WriteNotice()Attila Molnar
2016-03-04Merge pull request #1150 from johanna-a/conname_extbanAttila Molnar
2016-03-04Adds classban module providing extban 'n' for connect class ban.Johanna A
2016-03-02Merge branch 'master+writeremotenotice'Attila Molnar
2016-03-01m_spanningtree Remove ModuleSpanningTree::RemoteMessage()Attila Molnar
2016-03-01Send NOTICEs that can go to both local and remote users with User::WriteRemot...Attila Molnar
2016-03-01Add User::WriteRemoteNotice()Attila Molnar
2016-02-29Remove embarrassing negative comments about some clients from the codeAttila Molnar
2016-02-29Merge pull request #1147 from SaberUK/insp20+gcc6Attila Molnar
2016-02-29Merge pull request #1148 from guikcd/spelling-errorAttila Molnar
2016-02-29Merge pull request #1146 from SaberUK/insp20+quoteAttila Molnar
2016-02-29Merge pull request #1145 from Adam-/insp20+ulinekillAttila Molnar
2016-02-28Minor spelling errors in m_spanningtree.soGuillaume Delacour
2016-02-26Fix GCC 6 warning about null checking this.Peter Powell
2016-02-26Merge branch 'master+writenumeric-who'Attila Molnar
2016-02-26Add RPL_WHOREPLY to the list of numericsAttila Molnar
2016-02-26Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...Attila Molnar
2016-02-26m_hideoper Reorder checks in OnSendWhoLine()Attila Molnar
2016-02-26Return ModResult from the OnSendWhoLine hookAttila Molnar
2016-02-26Quote paths in the makefile.Peter Powell
2016-02-25Remove unnecessary std::string::c_str() callsAttila Molnar
2016-02-25Fix oversight in the last Stats::Context:AddRow() methodAttila Molnar
2016-02-25Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numericsAttila Molnar
2016-02-25m_clones Send numeric with User::WriteNumeric()Attila Molnar
2016-02-25m_userip Send numeric with User::WriteNumeric()Attila Molnar
2016-02-25core_userhost Send numeric with User::WriteNumeric()Attila Molnar
2016-02-25cmd_commands Send the RPL_COMMANDS numeric with User::WriteNumeric()Attila Molnar
2016-02-25Merge branch 'master+writenumeric'Attila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2016-02-25Make source server settable in Numeric::NumericAttila Molnar
2016-02-25Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2016-02-25Add Numeric::NumericAttila Molnar
2016-02-25Add no-op ConvToStr(const std::string&)Attila Molnar
2016-02-25Move implementation of ConvTo*() and related functions into convto.hAttila Molnar
2016-02-25Include stdint.h from inspircd.hAttila Molnar
2016-02-25Don't show snotices for kills from ulined clientsAdam
2016-02-25Merge pull request #1136 from Adam-/insp20+dccallowAttila Molnar
2016-02-24m_dccallow Call WriteNumeric() in a loop when displaying helpAttila Molnar
2016-02-24Fix some numericsAttila Molnar
2016-02-22Merge insp20Attila Molnar