Fri, 15 Feb 2013 01:32:03 +0100 mod_websocket: Avoid floating point division
Florian Zeitz <florob@babelmonkeys.de> [Fri, 15 Feb 2013 01:32:03 +0100] rev 910
mod_websocket: Avoid floating point division The problem here was that Lua's integer conversion (rounding?) routines behave differently on x86 vs. x86_64 (and even on those there can be minor differenes). Usually the former does proper rounding, while the later floors.
Wed, 13 Feb 2013 21:03:45 +0100 mod_websocket: Change the HTTP name to websocket, and override the default_path instead
Florian Zeitz <florob@babelmonkeys.de> [Wed, 13 Feb 2013 21:03:45 +0100] rev 909
mod_websocket: Change the HTTP name to websocket, and override the default_path instead
Mon, 11 Feb 2013 19:21:31 +0100 mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent.
Kim Alvefur <zash@zash.se> [Mon, 11 Feb 2013 19:21:31 +0100] rev 908
mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent.
Sun, 10 Feb 2013 23:32:15 +0000 mod_incidents_handling: fix typo on function name.
Marco Cirillo <maranda@lightwitch.org> [Sun, 10 Feb 2013 23:32:15 +0000] rev 907
mod_incidents_handling: fix typo on function name.
Sun, 10 Feb 2013 22:40:18 +0000 mod_incidents_handling: initial commit, only about half tested, util functions (parsers, etc) should be working and so do adhoc commands. All the fixed-type fields into the adhoc cmds' output are currently stripped by Prosody until someone *fills* line 56 of util.dataforms.
Marco Cirillo <maranda@lightwitch.org> [Sun, 10 Feb 2013 22:40:18 +0000] rev 906
mod_incidents_handling: initial commit, only about half tested, util functions (parsers, etc) should be working and so do adhoc commands. All the fixed-type fields into the adhoc cmds' output are currently stripped by Prosody until someone *fills* line 56 of util.dataforms.
Sun, 10 Feb 2013 20:12:42 +0100 mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)
Florian Zeitz <florob@babelmonkeys.de> [Sun, 10 Feb 2013 20:12:42 +0100] rev 905
mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)
Mon, 04 Feb 2013 01:36:41 +0100 mod_service_directories: Use dataforms correctly
Kim Alvefur <zash@zash.se> [Mon, 04 Feb 2013 01:36:41 +0100] rev 904
mod_service_directories: Use dataforms correctly
Sun, 27 Jan 2013 17:34:16 +0100 mod_mam: Implemented an empty <before/>, to request the last n items in the archive.
Thijs Alkemade <thijsalkemade@gmail.com> [Sun, 27 Jan 2013 17:34:16 +0100] rev 903
mod_mam: Implemented an empty <before/>, to request the last n items in the archive.
Sat, 26 Jan 2013 04:34:05 +0500 mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
Waqas Hussain <waqas20@gmail.com> [Sat, 26 Jan 2013 04:34:05 +0500] rev 902
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
Sat, 26 Jan 2013 00:15:24 +0100 mod_admin_web: Adapt to util.pubsub changes
Florian Zeitz <florob@babelmonkeys.de> [Sat, 26 Jan 2013 00:15:24 +0100] rev 901
mod_admin_web: Adapt to util.pubsub changes
(0) -300 -100 -10 +10 +100 +300 +1000 +3000 tip