| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.0.0 release candidate 2. v3.0.0rc2 | 2019-02-06 | 2 | -2/+2 | |
| | | |||||
| * | Quit users during cleanup instead of when /DIE is executed. | 2019-02-05 | 2 | -9/+6 | |
| | | |||||
| * | Delete the old broken test suite. | 2019-02-05 | 6 | -479/+1 | |
| | | | | | | | This doesn't work properly and is disabled in both debug & release builds. It will be resurrected with a proper unit testing framework in the future. | ||||
| * | Move <oper:class> and <oper:vhost> to core_oper. | 2019-02-05 | 2 | -11/+15 | |
| | | |||||
| * | ModuleManager: use std::flush instead of fflush(stdout). | 2019-02-05 | 1 | -4/+2 | |
| | | |||||
| * | Module: Initialise 'ModuleDLLManager' and 'dying' correctly. | 2019-02-05 | 2 | -2/+7 | |
| | | |||||
| * | DLLManager: add a function for retrieving a symbol. | 2019-02-04 | 2 | -21/+21 | |
| | | |||||
| * | m_check: improve the output when showing list modes. | 2019-02-04 | 1 | -6/+11 | |
| | | | | | Closes #1568. | ||||
| * | m_check: rename the timestamp key to createdat. | 2019-02-04 | 1 | -1/+1 | |
| | | |||||
| * | m_check: improve the output of the member key. | 2019-02-04 | 1 | -3/+3 | |
| | | |||||
| * | m_check: split modeperms into chanmodeperms and usermodeperms. | 2019-02-04 | 1 | -3/+2 | |
| | | |||||
| * | m_check: remove unnecessary usage of CheckContext::List. | 2019-02-04 | 1 | -7/+2 | |
| | | |||||
| * | Improve the name of the list mode extensible. | 2019-02-04 | 1 | -1/+1 | |
| | | |||||
| * | m_check: replace timestring() with a Write() overlod. | 2019-02-04 | 1 | -16/+20 | |
| | | |||||
| * | ident: fix erroneously prefixing an ident multiple times. | 2019-02-04 | 1 | -2/+37 | |
| | | |||||
| * | ident: rename ext to socket. | 2019-02-04 | 1 | -7/+7 | |
| | | |||||
| * | ident: rename nolookupprefix to prefixunqueried. | 2019-02-04 | 2 | -5/+5 | |
| | | |||||
| * | ident: store the timeout as an unsigned value and limit to 60s. | 2019-02-04 | 1 | -4/+3 | |
| | | |||||
| * | ident: reduce the amount of messages sent when a lookup fails. | 2019-02-04 | 1 | -2/+3 | |
| | | |||||
| * | ident: Change idents with the ChangeIdent method. | 2019-02-04 | 1 | -2/+1 | |
| | | |||||
| * | ident: Fix making idents longer than maxident when a lookup fails. | 2019-02-04 | 1 | -3/+23 | |
| | | |||||
| * | Allow multiple fingerprints in an oper block (#1564) | 2019-02-01 | 3 | -2/+23 | |
| | | |||||
| * | Fix a minor typo in ssl.h | 2019-02-01 | 1 | -1/+1 | |
| | | |||||
| * | Improve the accessibility and robustness of prompt_bool. | 2019-01-29 | 1 | -2/+6 | |
| | | | | | | | | - Use "yes" and "no" instead of "y" and "n". - Validate the true and false responses properly. - Keep prompting the user for a response until they give one which is valid. | ||||
| * | Don't clear the screen when running in interactive mode. | 2019-01-29 | 1 | -3/+0 | |
| | | | | | This hides potentially useful information. | ||||
| * | Improve setting the gid/uid which will own files. | 2019-01-29 | 2 | -33/+50 | |
| | | | | | | | | - Consistently set the gid/uid for all directories and files. - Replace the obnoxious warning about root on `make install` with a friendlier warning whilst running configure. - Always install the inspircd executable and modules. | ||||
| * | Fix -Wnewline-eof warning. | 2019-01-29 | 1 | -1/+1 | |
| | | |||||
| * | Fix reading the setname config tag. | 2019-01-28 | 1 | -1/+1 | |
| | | |||||
| * | Read the muteban config in ReadConfig(). | 2019-01-28 | 1 | -1/+9 | |
| | | |||||
| * | Fix RPL_ADMINME not having the correct parameters. | 2019-01-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix the prioritisation of OnRawMode in m_samode. | 2019-01-28 | 1 | -2/+2 | |
| | | |||||
| * | Fix the description of <setname:operonly>. | 2019-01-28 | 1 | -3/+3 | |
| | | |||||
| * | Fix sending the modes in RPL_CHANNELMODEIS as one big parameter. | 2019-01-28 | 1 | -1/+45 | |
| | | |||||
| * | Allow configuring whether SETNAME sends snotices and is oper-only. | 2019-01-28 | 2 | -1/+28 | |
| | | |||||
| * | Add ParamMode::IsParameterSecret and remove special casing of keys. | 2019-01-28 | 5 | -6/+13 | |
| | | |||||
| * | Fix not checking for server names case insensitively. | 2019-01-28 | 8 | -8/+8 | |
| | | |||||
| * | Refactor m_httpd_stats, add subpages (#1554) | 2019-01-28 | 1 | -146/+226 | |
| | | |||||
| * | Fix erroneously sending RPL_YOURDISPLAYEDHOST to HAProxy clients. | 2019-01-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix parsing anticaps mode parameters (again). | 2019-01-28 | 1 | -6/+6 | |
| | | | | | | | It is better to fix the underlying bug than the result of it. This replaces commit 963213132dd923d0e7dbd47ea6f20373cdef343b. | ||||
| * | Add overloads for ConvToNum to prevent (unsigned) char weirdness. | 2019-01-28 | 1 | -0/+16 | |
| | | |||||
| * | Fix sending the SSL connection notice when using a non-SSL gateway. | 2019-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Remove trailing whitespace from various source files. | 2019-01-24 | 20 | -29/+26 | |
| | | |||||
| * | Fix overriding <options:exemptchanops> with the exemptchanops mode. | 2019-01-24 | 2 | -3/+3 | |
| | | | | | Closes #1558. | ||||
| * | Fix parsing anticaps mode parameters. | 2019-01-24 | 1 | -5/+5 | |
| | | |||||
| * | Fix a minor Doxygen warning. | 2019-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Add the reason to xline removal notices. (#1545) | 2019-01-24 | 12 | -25/+47 | |
| | | | | | | | | | | Show the reason in manual xline removal SNOTICEs, just like expiry SNOTICEs do. This modifies XLineManager::DelLine() to require another string reference passed to it. Requested by @Robby-. | ||||
| * | Add translation for casemapping between 2.0/3.0 (#1544) | 2019-01-24 | 1 | -0/+9 | |
| | | | | | If the casemapping is set to ascii, advertise the m_ascii module to 2.0 to allow use of the m_ascii extras module for 2.0 | ||||
| * | Merge the censor module example config into modules.conf.example. | 2019-01-24 | 2 | -18/+11 | |
| | | |||||
| * | Move the <disabled> tag out of the core to a new module. | 2019-01-24 | 11 | -138/+229 | |
| | | |||||
| * | Implement support for the extended tag space for client tags. | 2019-01-24 | 6 | -49/+86 | |
| | | |||||
