Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Releases: gfriloux/maelstrom

v1.0.3

14 Dec 07:56
Compare
Choose a tag to compare

This release adds a few improvements :

Shotgun (XMPP)

  • Add support for RFC6120 (STARTTLS negociation) -> We can now log on prosody servers.

Azy (HTTP)

  • Turn off printfs that were laying around since ages.
  • Fix build through win-builds.
  • Add azy_server_module_close(). This function allows to close connection of an HTTP client.

Packaging

  • Improving packaging on RPM based distros (Thx @DevDef !)

v1.0.2

04 Mar 15:47
Compare
Choose a tag to compare

Adding azy_server_start() that acts the same as azy_server_run() except it doesnt calls the ecore main loop.
This can be usefull when you need to start your web server after your main app.