| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 1 | -18/+15 | |
| |\| | |||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -8/+0 | |
| | * | Don't send oper swhois to users with hideoper enabled. | 2021-07-05 | 1 | -12/+18 | |
| * | | Kill some useless comments. | 2021-05-13 | 1 | -2/+0 | |
| * | | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 1 | -2/+2 | |
| * | | Implement support for automatically syncing extension items. | 2021-03-17 | 1 | -10/+0 | |
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -5/+5 | |
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -3/+3 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+2 | |
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -2/+2 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 1 | -1/+1 | |
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -7/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+2 | |
| |\| | |||||
| | * | Fix unnecessary inlining in command handler constructors. | 2020-03-09 | 1 | -1/+2 | |
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+5 | |
| * | | Replace LocalIntExt with IntExtItem. | 2019-08-13 | 1 | -4/+4 | |
| * | | Rewrite and merge LocalStringExt, StringExtItem. | 2019-08-13 | 1 | -1/+1 | |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -2/+2 | |
| * | | Replace translation macros with a C++11 initialiser list. | 2019-02-15 | 1 | -1/+1 | |
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -6/+6 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -1/+1 | |
| * | Merge tag 'v2.0.26' into master. | 2018-04-22 | 1 | -0/+25 | |
| |\ | |||||
| | * | Remove swhois messages set in the oper block on deoper.•••Closes #1240. | 2018-04-09 | 1 | -4/+33 | |
| * | | Include modules/whois.h directly from files that use it. | 2018-04-08 | 1 | -0/+1 | |
| * | | Add names for a bunch more numerics. | 2017-12-09 | 1 | -1/+7 | |
| * | | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
| * | | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ... | 2016-02-25 | 1 | -3/+3 | |
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -1/+1 | |
| * | | Remove some IS_SERVER() checks•••- 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 | 2015-12-07 | 1 | -1/+1 | |
| * | | Move OnWhois* events to core_whois, add Whois::Context•••Remove InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -5/+7 | |
| * | | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -1/+1 | |
| * | | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+3 | |
| * | | Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | 2014-01-05 | 1 | -2/+2 | |
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | 2013-11-12 | 1 | -2/+2 | |
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
