| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -1/+1 | |
| | | |||||
| * | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -9/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -17/+77 | |
| |\ | |||||
| | * | Recheck users for xlines when their real hostname changes. | 2020-10-06 | 1 | -17/+79 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Move the property string from cmd_modules to Module & show on load. | 2020-07-24 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-06-08 | 1 | -21/+46 | |
| |\| | |||||
| | * | ModResult is a class now. | 2020-05-22 | 1 | -3/+1 | |
| | | | |||||
| | * | Document ModResult and switch the underlying type to char. | 2020-05-21 | 1 | -21/+51 | |
| | | | |||||
| * | | Add first class support for extbans. | 2020-05-07 | 1 | -7/+1 | |
| | | | | | | | | | | | This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | ||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -17/+18 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+2 | |
| | | | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -18/+18 | |
| | | | |||||
| | * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -1/+1 | |
| |\ \ | |||||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -1/+1 | |
| | |/ | |||||
| * | | Rename Module::flags to Module::properties. | 2020-04-11 | 1 | -3/+3 | |
| | | | | | | | | | | | This name is more descriptive and should create less warnings about shadowing in existing modules. | ||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -34/+20 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -5/+3 | |
| |\| | |||||
| | * | Document Module::Prioritize. | 2020-04-01 | 1 | -4/+3 | |
| | | | |||||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+0 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -10/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -39/+10 | |
| |\| | |||||
| | * | Make loading modules considerably more robust and user friendly. | 2020-02-02 | 1 | -37/+1 | |
| | | | |||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | | | |||||
| | * | Bump the ABI version. | 2020-01-31 | 1 | -1/+1 | |
| | | | |||||
| | * | Add an event for when a command is blocked before execution. | 2020-01-22 | 1 | -1/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+10 | |
| | | | |||||
| | * | Bump the InspIRCd ABI version. | 2019-12-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -7/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+7 | |
| |\| | |||||
| | * | Add an event which is fired when the server shuts down. | 2019-10-17 | 1 | -1/+7 | |
| | | | |||||
| | * | Release v3.3.0. v3.3.0 | 2019-08-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -1/+9 | |
| |\| | |||||
| | * | Allow modules to prevent a failed connection from being closed. | 2019-07-21 | 1 | -1/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -4/+16 | |
| |\| | |||||
| | * | Add OnUserPreQuit event to allow modules to change quit messages (#1629). | 2019-06-24 | 1 | -1/+11 | |
| | | | |||||
| | * | Make the data provider list case insensitive. | 2019-06-18 | 1 | -1/+1 | |
| | | | |||||
| | * | Only call events on modules which aren't dying. | 2019-06-06 | 1 | -2/+4 | |
| | | | |||||
| | * | Release v3.1.0. v3.1.0 | 2019-05-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -18/+15 | |
| |\| | |||||
| | * | Bump the API revision for the previous commits. | 2019-04-19 | 1 | -1/+1 | |
| | | | |||||
| | * | Remove the OnNamesListItem event out of the core. | 2019-04-19 | 1 | -13/+1 | |
| | | | |||||
| | * | Bump the API revision for the previous commit. | 2019-04-15 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix various typos. | 2019-04-04 | 1 | -1/+1 | |
| | | | |||||
| | * | Bump the API revision for the previous commit. | 2019-04-04 | 1 | -1/+1 | |
| | | | |||||
| | * | Document OnUserInit properly and add OnUserPostInit. | 2019-04-04 | 1 | -3/+12 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-02-15 | 1 | -8/+7 | |
| |\| | |||||
| | * | Document OnUserWrite. | 2019-02-07 | 1 | -0/+6 | |
| | | | |||||
