aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_swhois.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Kill some useless comments.Gravatar Sadie Powell2021-05-131-2/+0
|
* Add a subclass of ExtensionItem exclusively for booleans.Gravatar Sadie Powell2021-03-171-2/+2
|
* Implement support for automatically syncing extension items.Gravatar Sadie Powell2021-03-171-10/+0
|
* Pascalize Unset in extension item classes.Gravatar Sadie Powell2021-03-171-5/+5
|
* Pascalize Set in extension item classes.Gravatar Sadie Powell2021-03-171-3/+3
|
* Pascalize Get in extension item classes.Gravatar Sadie Powell2021-03-171-4/+4
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-1/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-1/+2
| |
* | Replace all internal references to uline with services.Gravatar Sadie Powell2021-01-301-2/+2
| |
* | Convert CmdResult to an 8-bit strongly typed enum.Gravatar Sadie Powell2020-10-271-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
| |
* | Replace the flags_required field with an enum.Gravatar Sadie Powell2020-04-141-1/+1
| |
* | Alow modules to specify multiple syntax lines.Gravatar Sadie Powell2020-04-141-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-7/+6
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-181-1/+2
|\|
| * Fix unnecessary inlining in command handler constructors.Gravatar Sadie Powell2020-03-091-1/+2
| |
* | Move FindNick to UserManager.Gravatar Sadie Powell2020-02-091-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-5/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-5/+5
| |
* | Replace LocalIntExt with IntExtItem.Gravatar Sadie Powell2019-08-131-4/+4
| |
* | Rewrite and merge LocalStringExt, StringExtItem.Gravatar Sadie Powell2019-08-131-1/+1
| |
* | Move the Module parameter of ExtensionItem et al to the start.Gravatar Sadie Powell2019-08-131-2/+2
| | | | | | | | This matches what other ServiceProvider types do.
* | Replace translation macros with a C++11 initialiser list.Gravatar Sadie Powell2019-02-151-1/+1
| |
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-2/+2
| |
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-6/+6
|/
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-1/+1
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* Merge tag 'v2.0.26' into master.Gravatar Peter Powell2018-04-221-0/+25
|\
| * Remove swhois messages set in the oper block on deoper.Gravatar Peter Powell2018-04-091-4/+33
| | | | | | | | Closes #1240.
* | Include modules/whois.h directly from files that use it.Gravatar Peter Powell2018-04-081-0/+1
| |
* | Add names for a bunch more numerics.Gravatar Peter Powell2017-12-091-1/+7
| |
* | Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-1/+1
| | | | | | | | GCCs warnings for this are much better than Clangs.
* | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ↵Gravatar Attila Molnar2016-02-251-3/+3
| | | | | | | | as method parameters
* | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Gravatar Attila Molnar2016-02-251-1/+1
| | | | | | | | parameters
* | Remove some IS_SERVER() checksGravatar Attila Molnar2015-12-071-1/+1
| | | | | | | | | | - InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless - m_dccallow is calling FindNickOnly() so it had the check needlessly
* | Move OnWhois* events to core_whois, add Whois::ContextGravatar Attila Molnar2015-04-281-5/+7
| | | | | | | | Remove InspIRCd::SendWhoisLine()
* | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()Gravatar Attila Molnar2015-04-281-1/+1
| |
* | Specify which Extensible subclass an ExtensionItem is valid forGravatar Attila Molnar2015-01-181-1/+3
| |
* | Introduce Server classGravatar Attila Molnar2014-01-051-2/+2
| | | | | | | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine()
* | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵Gravatar Adam2013-11-121-2/+2
| | | | | | | | automatically
* | Automatically register ServiceProviders created by modulesGravatar attilamolnar2013-09-081-6/+0
| |
* | Automatically attach modules to eventsGravatar attilamolnar2013-08-041-2/+0
| |
* | Remove $Core and $Mod* comments apart from $ModDep.Gravatar Peter Powell2013-07-041-2/+0
| |
* | Remove TR_END, remove TRANSLATEx() from commands that do not need itGravatar attilamolnar2013-06-131-1/+1
| |
* | Tidy up keywords on module methods.Gravatar Peter Powell2013-05-151-4/+4
| | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it.
* | Whitespace and empty destructor removal, minor coding style changesGravatar attilamolnar2013-04-011-4/+0
|/
* Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ↵Gravatar attilamolnar2012-12-151-1/+1
| | | | | | target nickname If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message
* Register all commands, modes and extensions using AddService()Gravatar attilamolnar2012-12-021-1/+1
| | | | AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing