aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Release v3.0.0 release candidate 2. v3.0.0rc2Gravatar Peter Powell2019-02-061-1/+1
|
* Quit users during cleanup instead of when /DIE is executed.Gravatar Peter Powell2019-02-052-9/+6
|
* Delete the old broken test suite.Gravatar Peter Powell2019-02-053-432/+0
| | | | | | 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.Gravatar Peter Powell2019-02-052-11/+15
|
* ModuleManager: use std::flush instead of fflush(stdout).Gravatar Peter Powell2019-02-051-4/+2
|
* Module: Initialise 'ModuleDLLManager' and 'dying' correctly.Gravatar Peter Powell2019-02-052-2/+7
|
* DLLManager: add a function for retrieving a symbol.Gravatar Peter Powell2019-02-041-21/+15
|
* m_check: improve the output when showing list modes.Gravatar Peter Powell2019-02-041-6/+11
| | | | Closes #1568.
* m_check: rename the timestamp key to createdat.Gravatar Peter Powell2019-02-041-1/+1
|
* m_check: improve the output of the member key.Gravatar Peter Powell2019-02-041-3/+3
|
* m_check: split modeperms into chanmodeperms and usermodeperms.Gravatar Peter Powell2019-02-041-3/+2
|
* m_check: remove unnecessary usage of CheckContext::List.Gravatar Peter Powell2019-02-041-7/+2
|
* Improve the name of the list mode extensible.Gravatar Peter Powell2019-02-041-1/+1
|
* m_check: replace timestring() with a Write() overlod.Gravatar Peter Powell2019-02-041-16/+20
|
* ident: fix erroneously prefixing an ident multiple times.Gravatar Peter Powell2019-02-041-2/+37
|
* ident: rename ext to socket.Gravatar Peter Powell2019-02-041-7/+7
|
* ident: rename nolookupprefix to prefixunqueried.Gravatar Peter Powell2019-02-041-3/+3
|
* ident: store the timeout as an unsigned value and limit to 60s.Gravatar Peter Powell2019-02-041-4/+3
|
* ident: reduce the amount of messages sent when a lookup fails.Gravatar Peter Powell2019-02-041-2/+3
|
* ident: Change idents with the ChangeIdent method.Gravatar Peter Powell2019-02-041-2/+1
|
* ident: Fix making idents longer than maxident when a lookup fails.Gravatar Peter Powell2019-02-041-3/+23
|
* Allow multiple fingerprints in an oper block (#1564)Gravatar linuxdaemon2019-02-012-2/+17
|
* Fix -Wnewline-eof warning.Gravatar Peter Powell2019-01-291-1/+1
|
* Fix reading the setname config tag.Gravatar Peter Powell2019-01-281-1/+1
|
* Read the muteban config in ReadConfig().Gravatar Peter Powell2019-01-281-1/+9
|
* Fix RPL_ADMINME not having the correct parameters.Gravatar Peter Powell2019-01-281-1/+1
|
* Fix the prioritisation of OnRawMode in m_samode.Gravatar Peter Powell2019-01-281-2/+2
|
* Fix sending the modes in RPL_CHANNELMODEIS as one big parameter.Gravatar Peter Powell2019-01-281-1/+45
|
* Allow configuring whether SETNAME sends snotices and is oper-only.Gravatar Peter Powell2019-01-281-1/+16
|
* Add ParamMode::IsParameterSecret and remove special casing of keys.Gravatar Peter Powell2019-01-283-3/+9
|
* Fix not checking for server names case insensitively.Gravatar Peter Powell2019-01-288-8/+8
|
* Refactor m_httpd_stats, add subpages (#1554)Gravatar linuxdaemon2019-01-281-146/+226
|
* Fix erroneously sending RPL_YOURDISPLAYEDHOST to HAProxy clients.Gravatar Peter Powell2019-01-281-1/+1
|
* Fix parsing anticaps mode parameters (again).Gravatar Peter Powell2019-01-281-6/+6
| | | | | | It is better to fix the underlying bug than the result of it. This replaces commit 963213132dd923d0e7dbd47ea6f20373cdef343b.
* Fix sending the SSL connection notice when using a non-SSL gateway.Gravatar Peter Powell2019-01-251-1/+1
|
* Remove trailing whitespace from various source files.Gravatar Peter Powell2019-01-2413-21/+19
|
* Fix overriding <options:exemptchanops> with the exemptchanops mode.Gravatar Peter Powell2019-01-241-1/+1
| | | | Closes #1558.
* Fix parsing anticaps mode parameters.Gravatar Peter Powell2019-01-241-5/+5
|
* Add the reason to xline removal notices. (#1545)Gravatar Matt Schatz2019-01-2411-24/+45
| | | | | | | | | 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)Gravatar linuxdaemon2019-01-241-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
* Move the <disabled> tag out of the core to a new module.Gravatar Peter Powell2019-01-247-83/+192
|
* Implement support for the extended tag space for client tags.Gravatar Peter Powell2019-01-243-45/+76
|
* Avoid forwarding passwords to nickserv when using SASL (#1562)Gravatar linuxdaemon2019-01-241-0/+8
|
* Fix a crash in m_sslinfo when a socket is SSL but a gateway is not.Gravatar Peter Powell2019-01-231-2/+1
|
* Don't tell the user if DNS lookups are disabled.Gravatar Peter Powell2019-01-231-6/+2
|
* Fix away broadcast logic (#1561)Gravatar linuxdaemon2019-01-231-1/+1
|
* Rename OnClientProtocolProcessTag to OnProcessTag.Gravatar Peter Powell2019-01-222-2/+2
|
* Call the OnUserInit hook from earlier in UserManager::AddUser.Gravatar Peter Powell2019-01-202-2/+5
| | | | | This fixes messages being lost when sending them to a user who has only just connected to the server.
* Move ident lookups to the OnSetUserIP hook.Gravatar Peter Powell2019-01-201-2/+14
|
* Fix sending the entire VERSION output as a single parameter.Gravatar Peter Powell2019-01-192-4/+12
| | | | Closes #1560.