summaryrefslogtreecommitdiff
path: root/src/modules/m_websocket.cpp
AgeCommit message (Collapse)Author
2017-11-13Unite SSL service providers and SSL profile classesAttila Molnar
2017-10-18Clean up OnCleanup.Peter Powell
- Switch to using ExtensionItem::ExtensibleType for the type instead of TargetTypeFlags. - Pass the extensible to OnCleanup as an Extensible pointer instead of a void pointer. - Call OnCleanup for memberships as well as channels and users. - Rewrite event documentation to remove outdated references.
2016-08-08Add WebSocket moduleAttila Molnar