| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | Sadie Powell | 2021-06-01 | 1 | -1/+1 |
| * | Fire OnUserPreJoin regardless of whether the join is an override. | Sadie Powell | 2021-05-23 | 1 | -2/+2 |
| * | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 1 | -5/+3 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-05 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-03-05 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-02-28 | 1 | -0/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-02-26 | 1 | -0/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-12-04 | 1 | -1/+1 |
| |\| |
|
| | * | Improve the message sent when overriding channel modes.•••Ref: #1816. | satmd | 2020-11-22 | 1 | -1/+1 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-07-29 | 1 | -1/+1 |
| |\| |
|
| | * | Replace all erroneous space indentation with tab indentation. | Sadie Powell | 2020-07-29 | 1 | -1/+1 |
| * | | 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 | -6/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-02-04 | 1 | -3/+3 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-31 | 1 | -2/+2 |
| | * | Add Channel::WriteRemoteNotice and revert WriteNotice changes.•••This is a partial reversion of 687778b72e.
See also: #1749.
| Sadie Powell | 2020-01-29 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -6/+11 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -6/+11 |
| * | | Move ISupport logic out of the core and into core_info. | Sadie Powell | 2020-01-05 | 1 | -3/+8 |
| * | | SnomaskManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -5/+5 |
| * | | Remove all 2.0 config compatibility code. | Sadie Powell | 2019-01-25 | 1 | -18/+4 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -8/+8 |
| |/ |
|
| * | Add optional oper override umode +O. | B00mX0r | 2017-12-11 | 1 | -2/+21 |
| * | Fix a ton of -Wsign-conversion warnings. | Peter Powell | 2017-11-17 | 1 | -1/+1 |
| * | Add support for setting the unset rank in ModeHandler. | Peter Powell | 2017-11-06 | 1 | -1/+1 |
| * | Merge v2.0.23 and v2.0.24 into master. | Peter Powell | 2017-07-09 | 1 | -1/+2 |
| |\ |
|
| | * | m_override: fix parentheses compiler warning | Adam | 2017-05-17 | 1 | -1/+1 |
| | * | fix channel rank issue | Sheogorath | 2016-12-10 | 1 | -1/+2 |
| * | | Send NOTICEs to local channel members with Channel::WriteNotice() | Attila Molnar | 2016-03-05 | 1 | -1/+1 |
| * | | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel
- Accessible using the provided API after including the appropriate header
- Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS
- Expiration of timed invites are implemented using Timers
- When creating a new invite let a non-timed invite override a timed one
| Attila Molnar | 2015-11-02 | 1 | -1/+4 |
| * | | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable•••This gets rid of the duplicated mode parsing logic in m_namedmodes
| Attila Molnar | 2014-09-04 | 1 | -11/+27 |
| * | | Remove redundant IS_LOCAL() checks discovered by static asserts | Attila Molnar | 2014-04-26 | 1 | -1/+1 |
| * | | m_override Deduplicate code | Attila Molnar | 2014-04-03 | 1 | -51/+19 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -1/+18 |
| |\| |
|
| | * | Fix m_override refusing to override modes if the user holds halfop or higher ... | Daniel Vassdal | 2013-12-14 | 1 | -1/+18 |
| * | | Stop null checking pointers that are always valid | Attila Molnar | 2014-01-09 | 1 | -1/+1 |
| * | | 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 | -4/+2 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | | Replace hardcoded mode letters, part 2•••This changes all remaining Channel::IsModeSet() and Channel::GetModeParameter() calls to use ModeReferences for modes that were created by other modules or the core
| attilamolnar | 2013-07-19 | 1 | -4/+15 |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
| Peter Powell | 2013-05-15 | 1 | -8/+8 |
| * | | Add method for writing server notices.•••This allows us to send a server notice to a user without worrying
about whether they are registered or not.
If a user receives a server notice and they are not registered
then the nickname field will contain an asterisk instead of their
nick name.
| Peter Powell | 2013-05-14 | 1 | -4/+4 |
| * | | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | attilamolnar | 2013-04-13 | 1 | -2/+2 |
| * | | Remove the deprecated invite API | attilamolnar | 2013-04-13 | 1 | -2/+1 |
| * | | Convert ISUPPORT to use a map instead of a string. | Peter Powell | 2013-04-11 | 1 | -2/+2 |
| * | | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar | 2013-04-10 | 1 | -4/+4 |
| * | | Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse... | attilamolnar | 2013-04-01 | 1 | -9/+9 |
| |/ |
|
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
| attilamolnar | 2012-12-02 | 1 | -1/+1 |