| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make dynamic a non-default header. | 2022-06-26 | 1 | -6/+1 | |
| * | Add a typedef for a mode rank. | 2022-05-17 | 1 | -1/+1 | |
| * | Remove unnecessary arguments to On(Post)Oper.•••These are already accessible from the user object. | 2022-05-07 | 1 | -5/+2 | |
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various minor Doxygen warnings. | 2022-02-02 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -8/+8 | |
| * | | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 1 | -1/+1 | |
| * | | Allow setting extension data on connect classes. | 2022-01-16 | 1 | -3/+1 | |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -4/+7 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| * | | Add a detach method that takes an Implementation array. | 2021-08-17 | 1 | -0/+9 | |
| * | | Reorder some functions in the ModuleManager class. | 2021-08-17 | 1 | -12/+12 | |
| * | | 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 | |
