Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Send NOTICEs that can go to both local and remote users with ↵ | Attila Molnar | |
User::WriteRemoteNotice() | |||
2016-03-01 | Add User::WriteRemoteNotice() | Attila Molnar | |
Sends a NOTICE from the local server to the user which can be local or remote | |||
2016-02-29 | Remove embarrassing negative comments about some clients from the code | Attila Molnar | |
2016-02-29 | Merge pull request #1147 from SaberUK/insp20+gcc6 | Attila Molnar | |
[2.0] Fix GCC 6 warning about null checking this. | |||
2016-02-29 | Merge pull request #1148 from guikcd/spelling-error | Attila Molnar | |
Minor spelling errors in m_spanningtree.so | |||
2016-02-29 | Merge pull request #1146 from SaberUK/insp20+quote | Attila Molnar | |
[2.0] Quote paths in the makefile. | |||
2016-02-29 | Merge pull request #1145 from Adam-/insp20+ulinekill | Attila Molnar | |
Don't show snotices for kills from ulined clients | |||
2016-02-28 | Minor spelling errors in m_spanningtree.so | Guillaume Delacour | |
2016-02-26 | Fix GCC 6 warning about null checking this. | Peter Powell | |
As with 402a1bb010522a35600325c1a3084e092b40ca22 this is known to be undefined behaviour but changing it is too risky for the 2.0 branch. | |||
2016-02-26 | Merge branch 'master+writenumeric-who' | Attila Molnar | |
2016-02-26 | Add RPL_WHOREPLY to the list of numerics | Attila Molnar | |
Use it instead of the raw number | |||
2016-02-26 | Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric ↵ | Attila Molnar | |
objects to the OnSendWhoLine hook | |||
2016-02-26 | m_hideoper Reorder checks in OnSendWhoLine() | Attila Molnar | |
Check if the entire line should be hidden first | |||
2016-02-26 | Return ModResult from the OnSendWhoLine hook | Attila Molnar | |
2016-02-26 | Quote paths in the makefile. | Peter Powell | |
This prevents problems caused by paths with spaces in them. | |||
2016-02-25 | Remove unnecessary std::string::c_str() calls | 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 | |
Use them instead of the raw numbers | |||
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 | Merge branch 'master+writenumeric' | 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 ↵ | Attila Molnar | |
numerics to it | |||
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 | |
as method parameters | |||
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | Attila Molnar | |
parameters | |||
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 | |
2016-02-25 | Merge pull request #1136 from Adam-/insp20+dccallow | Attila Molnar | |
Fix dccallow to work with files with spaces in their names | |||
2016-02-24 | m_dccallow Call WriteNumeric() in a loop when displaying help | Attila Molnar | |
2016-02-24 | Fix some numerics | Attila Molnar | |
2016-02-22 | Merge insp20 | Attila Molnar | |
2016-02-22 | Merge pull request #1139 from johanna-a/master | Attila Molnar | |
Adds <commandlist> tag with command usage to httpd_stats. | |||
2016-02-20 | Adds <commandlist> tag with command usage to httpd_stats. | Johanna A | |
2016-02-20 | Merge pull request #1142 from SaberUK/master+fixes | Attila Molnar | |
Fix various build problems on CentOS, OpenBSD, and Solaris. | |||
2016-02-20 | Fix GCC 6 warning about auto_ptr via a different method. | Peter Powell | |
The previous method was causing build errors on CentOS and Solaris. | |||
2016-02-20 | Fix build errors on CentOS 6 and OpenBSD. | Peter Powell | |
2016-02-20 | Fix not having a CPU count when the lookup command is missing. | Peter Powell | |
2016-02-20 | Merge pull request #1127 from SaberUK/master+testnet | Attila Molnar | |
Remove the useless testnet module. | |||
2016-02-20 | Remove the useless testnet module. | Peter Powell | |
2016-02-19 | Merge pull request #1135 from SaberUK/master+starttls | Attila Molnar | |
Remove the STARTTLS token from ISUPPORT. | |||
2016-02-19 | Merge pull request #1133 from SaberUK/master+tempfix | Attila Molnar | |
Fix the temporary fix for finding SSL libraries. | |||
2016-02-19 | Merge pull request #1130 from SaberUK/master+capnew | Attila Molnar | |
Fix cap-notify sending ADD instead of NEW. | |||
2016-02-19 | Merge pull request #1126 from SaberUK/master+gcc6 | Attila Molnar | |
Fix warnings when building under GCC 6. | |||
2016-02-19 | Remove the STARTTLS token from ISUPPORT. | Peter Powell | |
This is an InspIRCd-specific token which is pointless because: 1. You can't STARTTLS after registration is complete. 2. You can already discover STARTTLS support via cap `tls`. |