| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| | | |||||
| * | Use auto when extracting the internal type of a message target. | 2024-07-13 | 1 | -2/+2 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+2 | |
| | | |||||
| * | Replace ModeAction with bool. | 2023-01-22 | 1 | -3/+3 | |
| | | | | | This enum is functionally the same as bool but with weird semantics. | ||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Clean up the typedefs for OnBuildNeighborList. | 2022-10-29 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-10-13 | 1 | -0/+12 | |
| |\| | |||||
| | * | Fix channels with +D or +u set being picked for the /WHO response. | 2022-10-12 | 1 | -0/+12 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -4/+4 | |
| | | | |||||
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -0/+1 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| | | | |||||
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Mark all event hook classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Show delayjoined users to themself in WHO. | 2021-06-20 | 1 | -2/+2 | |
| | | | |||||
| * | | Convert simple modes to use Simple{Channel,User}Mode. | 2021-06-01 | 1 | -22/+18 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -0/+21 | |
| |\| | |||||
| | * | Implement support for the delayjoin WHOX flag. | 2021-05-22 | 1 | -0/+21 | |
| | | | |||||
| * | | Refactor the population of exceptions in delayjoin. | 2021-05-22 | 1 | -21/+17 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-22 | 1 | -9/+16 | |
| |\| | |||||
| | * | Only check for a join time if a user is actually in the channel. | 2021-05-22 | 1 | -1/+4 | |
| | | | |||||
| | * | Send the correct join timestamp on a delayed join message. | 2021-05-22 | 1 | -2/+9 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -7/+5 | |
| | | | |||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 1 | -6/+7 | |
| | | | |||||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -3/+3 | |
| | | | |||||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -6/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 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/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+5 | |
| | | | |||||
| * | | Replace LocalIntExt with IntExtItem. | 2019-08-13 | 1 | -8/+17 | |
| | | | |||||
| * | | Move the Module parameter of ExtensionItem et al to the start. | 2019-08-13 | 1 | -1/+1 | |
| | | | | | | | | | This matches what other ServiceProvider types do. | ||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace all abstract usages of his/he/her with they/their/it. | 2019-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -3/+6 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
