All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Temporarily reverted length checking of RELP frames as it caused connection to break under high loads.
- Changelog
- This repo transferred to ViaQ organization
- Server side - new arguments sequence
(port, callback, host = '0.0.0.0' , tls_context = nil, logger = nil)
- Improved RELP frame checking
- Version number started to follow Semantic versioning
- Renamed server_shut_down to sever_shutdown
- Very first version released as Ruby gem
- Basic server-side implementation of RELP protocol, based mainly on reverse-engineering tcp-dums of rsyslog imrelp-omrelp communication. This is, considering state of librelp documentation, basically only reliable way to achieve anything.