IABSD.fr/ports/www/wslay

Branch :


Log

Author Commit Date CI Message
a91c6d5c 2023-09-27 19:13:00 MASTER_SITES -> SITES (left 1 pecl thingy because the module needs love as well)
ec148031 2022-03-11 20:09:36 drop RCS Ids
22dae26d 2020-11-18 19:43:26 update to wslay-1.1.1, enable DEBUG_PACKAGES while there
eee3cb17 2019-11-09 12:19:15 Remove PORTROACH; not sure why but this doesn't work. That stuff is getting more broken by the minute...
ab8dd8ab 2019-11-08 21:37:35 Add PORTROACH marker.
0a5b5bdd 2019-07-12 20:50:46 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
b01da561 2019-03-08 03:11:18 Import wslay-1.1.0. Wslay is a WebSocket library written in C. It implements the protocol version 13 described in RFC 6455. This library offers 2 levels of API: event-based API and frame-based low-level API. For event-based API, it is suitable for non-blocking reactor pattern style. You can set callbacks in various events. For frame-based API, you can send WebSocket frame directly. Wslay only supports data transfer part of WebSocket protocol and does not perform opening handshake in HTTP. ok sthen@