Skip to content

Tags: DavidAlphaFox/weblocks

Tags

v0.39.1

Toggle v0.39.1's commit message
Fixed processing of the value x-forwarded-port.

Previously, when Weblocks was used along with lastest (after the 2019-09-07)
Woo server, this header lead to the 500 error.
Because behavior of the Woo was changed:

fukamachi/woo#84

Now Woo does not parses numberic headers and Weblocks has to do it itself.

v0.38.1

Toggle v0.38.1's commit message
A small fix to make it work with weblocks-websocket.

v0.37.0

Toggle v0.37.0's commit message
Merge branch 'reblocks' of github.com:40ants/weblocks into reblocks

v0.34.0

Toggle v0.34.0's commit message
Version 0.34.0

v0.33.2

Toggle v0.33.2's commit message
Added dependency on lack-middleware-session system because wee use it…

… to store sessions.

v0.33.1

Toggle v0.33.1's commit message
Request processing was streamlined and now weblocks/server:handle-req…

…uest does not contain non-local exits.

This fixes usage of the handle-request hook, because previously,
if you wrap some code around (call-next-hook), then part following
call-next-hook was ignored.

v0.33.0

Toggle v0.33.0's commit message
Version 0.33.0

v0.32.1

Toggle v0.32.1's commit message
A new hook was added - start-weblocks. It is called around the code i…

…n (weblocks/server:start) and can be used to setup some

v0.31.1

Toggle v0.31.1's commit message
Version 0.31.1

v0.31.0

Toggle v0.31.0's commit message
Version 0.31.0