| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make clientprotocol{msg,event} and numericbuilder non-default headers. | Sadie Powell | 2022-06-26 | 1 | -0/+1 |
| * | Add the new account system.•••This still relies on the old extensibles for now but we can change
that later.
| Sadie Powell | 2022-05-14 | 1 | -5/+7 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2022-04-29 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2022-04-28 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2022-04-21 | 1 | -1/+1 |
| |\| |
|
| | * | Also send ACCOUNT to the user who is authenticating.•••Closes #1974.
| Sadie Powell | 2022-04-18 | 1 | -1/+1 |
| * | | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -4/+4 |
| * | | Fix a bunch of cases where module types were not marked as final. | Sadie Powell | 2021-11-28 | 1 | -1/+1 |
| * | | Apply the final keyword to all module classes where appropriate. | Sadie Powell | 2021-10-04 | 1 | -1/+2 |
| * | | Mark all event hook classes as final. | Sadie Powell | 2021-10-01 | 1 | -1/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-08-28 | 1 | -0/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-08-27 | 1 | -0/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-06-13 | 1 | -6/+1 |
| |\| |
|
| | * | Code refactor and minor fix (#1879) | Herman | 2021-06-12 | 1 | -6/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-11 | 1 | -2/+2 |
| |\| |
|
| | * | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | 2021-04-27 | 1 | -2/+2 |
| * | | Pascalize Get in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-05 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-03-05 | 1 | -1/+1 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | Sadie Powell | 2020-07-20 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -7/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -1/+2 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -1/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-08-09 | 1 | -0/+3 |
| |\| |
|
| | * | Only send ACCOUNT and CHGHOST to clients that have sent NICK/USER.•••Closes #1657.
| Peter Powell | 2019-08-01 | 1 | -0/+3 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -7/+7 |
| |/ |
|
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com>
| Peter Powell | 2018-08-13 | 1 | -122/+108 |
| * | Convert AWAY to use cross-module events and clean up slightly.•••OnSetAway has been replaced with four events. OnUserPreAway and
OnUserPreBack can be used to deny an away state change and/or
change the away message of a local user. OnUserAway and OnUserBack
allow modules to be notified that a user's away state has changed.
| Peter Powell | 2018-08-12 | 1 | -15/+25 |
| * | Rename User::fullname to realname and make it private. | Peter Powell | 2018-07-30 | 1 | -1/+1 |
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
| Peter Powell | 2017-07-12 | 1 | -1/+1 |
| * | Merge insp20 | Attila Molnar | 2016-02-22 | 1 | -1/+1 |
| |\ |
|
| | * | m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify... | Attila Molnar | 2016-02-12 | 1 | -1/+1 |
| * | | m_ircv3 Make WriteNeighborsWithCap() available for use in other modules | Attila Molnar | 2015-12-05 | 1 | -22/+3 |
| * | | Add rewritten m_cap module•••- Caps are now managed by m_cap
- Each cap uses one bit in an extension item shared with other caps
| Attila Molnar | 2015-12-05 | 1 | -8/+8 |
| * | | m_ircv3 Change signature of WriteNeighboursWithExt to accept a cap, rename | Attila Molnar | 2015-12-05 | 1 | -7/+7 |
| * | | Convert the CAP event to use the new cross-module event system | Attila Molnar | 2015-02-11 | 1 | -7/+0 |
| * | | Allow enabling/disabling caps via GenericCap::SetActive() | Attila Molnar | 2015-02-11 | 1 | -17/+10 |
| * | | Convert the account login event to use the new cross-module event system | Attila Molnar | 2015-02-11 | 1 | -18/+16 |
| * | | m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor() | Attila Molnar | 2015-01-24 | 1 | -38/+20 |
| * | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar | 2014-07-14 | 1 | -2/+2 |
| * | | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar | 2014-07-14 | 1 | -4/+4 |
| * | | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar | 2014-07-14 | 1 | -6/+6 |
| * | | Convert UserChanList to an intrusively linked list | Attila Molnar | 2014-01-24 | 1 | -3/+3 |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -6/+1 |
| * | | Merge insp20 | attilamolnar | 2013-08-30 | 1 | -1/+1 |
| |\| |
|
| | * | Update example configs, README.md and more•••- Fix typos, remove misleading information, rephrase a few sentences
- Add info about hmac-<hash> hash types
- Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK)
- Change inspircd.github.org to inspircd.org
| attilamolnar | 2013-08-27 | 1 | -1/+1 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |