| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Kill some useless comments. | 2021-05-13 | 1 | -2/+0 | |
| | | |||||
| * | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| | | |||||
| * | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| | | |||||
| * | Implement support for automatically syncing extension items. | 2021-03-17 | 1 | -2/+0 | |
| | | |||||
| * | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | |||||
| * | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | |||||
| * | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 1 | -1/+1 | |
| | | |||||
| * | Add stdalgo::equal_range and switch more stuff to iterator_range. | 2020-11-11 | 1 | -5/+1 | |
| | | |||||
| * | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -3/+3 | |
| | | |||||
| * | Add stdalgo::iterator_range and switch config tag reading to use it. | 2020-10-31 | 1 | -3/+1 | |
| | | | | | | This allows us to use range-based for loops which were not possible with the previous config tag system. | ||||
| * | 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 | |
| | | | |||||
| * | | 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 | -6/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+7 | |
| |\| | |||||
| | * | Warn if the server config contains an unhashed password. | 2020-03-11 | 1 | -1/+7 | |
| | | | | | | | | | This will be made a hard failure in v4. | ||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+6 | |
| | | | |||||
| * | | Rewrite and merge LocalStringExt, StringExtItem. | 2019-08-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Move the Module parameter of ExtensionItem et al to the start. | 2019-08-13 | 1 | -2/+3 | |
| | | | | | | | | | This matches what other ServiceProvider types do. | ||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -4/+4 | |
| |/ | |||||
| * | Make more modules rehash atomically (#1535) | 2018-12-19 | 1 | -18/+71 | |
| | | | | | | Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs | ||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -1/+1 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | 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. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 1 | -1/+1 | |
| | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ↵ | 2016-02-25 | 1 | -3/+3 | |
| | | | | | as method parameters | ||||
| * | Move OnWhois* events to core_whois, add Whois::Context | 2015-04-28 | 1 | -5/+7 | |
| | | | | | Remove InspIRCd::SendWhoisLine() | ||||
| * | 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/+1 | |
| | | |||||
| * | Remove a few unnecessary .c_str() calls | 2014-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Convert InspIRCd::PassCompare to return bool instead of int. | 2014-01-25 | 1 | -1/+1 | |
| | | | | | | The insane behaviour of this method was due to an implementation detail which has since become irrelevent. | ||||
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -1/+1 | |
| | | | | | automatically | ||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| | | |||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -1/+0 | |
| | | |||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -3/+3 | |
| | | | | | | - 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. | ||||
| * | Replace some C-isms with C++-isms. | 2013-05-15 | 1 | -20/+4 | |
| | | | | | | | * 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | ||||
| * | Add method for writing server notices. | 2013-05-14 | 1 | -2/+2 | |
| | | | | | | | | | | This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | ||||
