| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -9/+9 | |
| |\ | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -9/+9 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 1 | -1/+8 | |
| |\| | |||||
| | * | Fix xline matching on WebIRC connections. | 2021-06-17 | 1 | -2/+9 | |
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -1/+2 | |
| * | | Add a new map-based method for building link data.•••The new link data is not currently used but will be in the near future. | 2021-05-10 | 1 | -1/+14 | |
| * | | Rip out the OnConnectionFail event.•••This never really worked correctly and will now be replaced with something better. | 2021-04-19 | 1 | -9/+0 | |
| * | | Rename the cgiirc module to gateway. | 2021-04-11 | 1 | -2/+1 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -10/+3 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+0 | |
| |\| | |||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+3 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -2/+2 | |
| * | | Add a function for shrinking module names. | 2020-12-24 | 1 | -1/+8 | |
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -1/+2 | |
| |\| | |||||
| | * | Add a typedef for the data provider map. | 2020-12-04 | 1 | -1/+2 | |
| * | | 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.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | 2020-05-07 | 1 | -7/+1 | |
| * | | 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.•••This name is more descriptive and should create less warnings about shadowing in existing modules. | 2020-04-11 | 1 | -3/+3 | |
| * | | 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 | |
