Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-29 | m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a ↵ | Attila Molnar | |
string | |||
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-25 | Delete modules cautiously when doing a deinstall. | Peter Powell | |
2016-03-25 | Partially revert "Quote paths in the makefile". | Peter Powell | |
There is no need to quote BASE and {BIN,CON,DAT,MOD,LOG}PATH because they are alreaady quoted. {BUILD,SOURCE}PATH however are unquoted so their usages still need to be quoted. This reverts commit dbcbf9647d0abb421f8a84b41e674f403c91ce8f. | |||
2016-03-24 | Merge pull request #1149 from SaberUK/master+sasl | Attila Molnar | |
Add support for SASL reauthentication. | |||
2016-03-24 | Add support for SASL reauthentication. | Peter Powell | |
2016-03-24 | Merge pull request #1159 from SaberUK/master+configure | Attila Molnar | |
Improvements to ./configure file generation. | |||
2016-03-23 | Don't prepend ":<nick>" to raw input log | Attila Molnar | |
2016-03-22 | Simplify the configure cache file format. | Peter Powell | |
This prevents the need to implement escaping of values which was a bug in the previous format. | |||
2016-03-22 | Move the configure cache to the .configure directory too. | Peter Powell | |
2016-03-22 | Write generated templates to the .configure directory. | Peter Powell | |
2016-03-22 | Fix a typo in parse_templates. | Peter Powell | |
2016-03-22 | Extract directory creation code to its own subroutine. | Peter Powell | |
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 | |
Pass a LocalUser pointer to DisplayList() | |||
2016-03-22 | Add Numeric::ParamBuilder | Attila Molnar | |
It builds numerics where the individual components are parameters of the numeric | |||
2016-03-22 | Merge pull request #1157 from SaberUK/insp20+fix-cron-restart | Attila Molnar | |
[2.0] Fix 'cron' and 'restart' in the helper not forwarding arguments. | |||
2016-03-21 | Fix 'cron' and 'restart' in the helper not forwarding arguments. | Peter Powell | |
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 | Merge branch 'master+chanwritenotice' | 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 | Merge pull request #1150 from johanna-a/conname_extban | Attila Molnar | |
Adds classban module providing extban 'n' for connect class ban. | |||
2016-03-04 | Adds classban module providing extban 'n' for connect class ban. | Johanna A | |
2016-03-02 | Merge branch 'master+writeremotenotice' | Attila Molnar | |
2016-03-01 | m_spanningtree Remove ModuleSpanningTree::RemoteMessage() | Attila Molnar | |
This method is no longer used, replacement is User::WriteRemoteNotice() | |||
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 | |