aboutsummaryrefslogtreecommitdiff
path: root/include/modules/invite.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* Expose the invite announcement level to modules.Gravatar Sadie Powell2022-04-071-0/+20
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* Convert all core ExtensionItem code away from {un,}serialize.Gravatar Peter Powell2019-08-071-2/+2
* core_channel Implement invite (un)serializationGravatar Attila Molnar2015-11-021-0/+7
* 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 Gravatar Attila Molnar2015-11-021-0/+121