| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_pubsub: Fix retreival of node config defaults | Kim Alvefur | 2014-09-28 | 1 | -2/+2 |
* | | mod_pubsub: Move node config form into pubsub.lib (Thanks Florob) | Kim Alvefur | 2014-09-28 | 2 | -23/+18 |
* | | pubsub.lib: Fix actor in configure | Kim Alvefur | 2014-09-28 | 1 | -1/+1 |
* | | mod_pubsub: Add support for requesting default node configuration | Kim Alvefur | 2014-09-28 | 2 | -0/+9 |
* | | mod_pubsub: Add max items to node config form | Kim Alvefur | 2014-09-28 | 1 | -0/+5 |
* | | util.pubsub: Add support for limiting the number of item in a node (default t... | Kim Alvefur | 2014-09-28 | 1 | -0/+11 |
* | | mod_pubsub: Add support for node configuration | Kim Alvefur | 2014-09-28 | 2 | -0/+59 |
* | | util.pubsub: Add support for node configuration | Kim Alvefur | 2014-09-28 | 1 | -2/+22 |
* | | util.pubsub: One less table allocated per pubsub object created | Kim Alvefur | 2014-09-28 | 1 | -3/+3 |
* | | util.pubsub: Use local | Kim Alvefur | 2014-09-27 | 1 | -1/+1 |
* | | mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunk | Kim Alvefur | 2014-09-27 | 2 | -3/+3 |
* | | net.server_select: When an SSL handshake is connected, if there is pending da... | Matthew Wild | 2014-09-26 | 1 | -0/+3 |
* | | mod_saslauth: Fix encoding of missing vs empty SASL reply messages | Kim Alvefur | 2014-09-23 | 1 | -7/+7 |
* | | mod_s2s: Close s2s connections that can not proceed due to mod_dialback not b... | Kim Alvefur | 2014-09-23 | 1 | -0/+4 |
* | | mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178 | Kim Alvefur | 2014-09-23 | 1 | -51/+30 |
* | | mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERN... | Kim Alvefur | 2014-09-23 | 2 | -12/+2 |
* | | core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r) | Kim Alvefur | 2014-09-23 | 2 | -2/+4 |
* | | util.random: Ensure at least 4 bytes of previous random state is used when ge... | Kim Alvefur | 2014-09-18 | 1 | -2/+2 |
* | | util.random: Switch to SHA512 | Kim Alvefur | 2014-09-18 | 1 | -2/+2 |
* | | util.array: Add type() local | Kim Alvefur | 2014-09-17 | 1 | -0/+1 |
* | | prosody: Fix getfenv replacement for Lua 5.2 | Kim Alvefur | 2014-09-17 | 1 | -1/+6 |
* | | core.modulemanager, core.moduleapi: Hack around dependency loop | Kim Alvefur | 2014-09-17 | 2 | -3/+6 |
* | | core.moduleapi: Use require instead of global to get storagemanager in module... | Kim Alvefur | 2014-09-17 | 1 | -1/+2 |
* | | util-src/*.c: Add macro for compiling with Lua 5.2 | Kim Alvefur | 2014-09-17 | 6 | -0/+24 |
* | | util-src/*.c: Use the more concise lua_setfield | Kim Alvefur | 2014-09-17 | 4 | -13/+7 |
* | | util-src/*.c: Don't create globals when loaded | Kim Alvefur | 2014-09-16 | 6 | -11/+11 |
* | | net.websocket: Fix handling of 'protocol' argument | Kim Alvefur | 2014-09-11 | 1 | -6/+9 |
* | | Makefile: Add net/websocket to install target | Kim Alvefur | 2014-09-11 | 1 | -1/+2 |
* | | prosodyctl: Use sha256 for certificate requests and self-signed certificates | Kim Alvefur | 2014-09-11 | 1 | -2/+2 |
* | | core.sessionmanager: Set a fake thread on destroyed sessions, fixes traceback... | Kim Alvefur | 2014-09-11 | 1 | -0/+1 |
* | | core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from st... | Kim Alvefur | 2014-09-09 | 2 | -1/+2 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-09-09 | 1 | -21/+24 |
|\| |
|
| * | core.stanza_router: Stricter validation of stanzas | Kim Alvefur | 2014-09-09 | 1 | -21/+24 |
* | | Merge with Florob | Matthew Wild | 2014-09-05 | 0 | -0/+0 |
|\ \ |
|
| * | | net/websocket: Add new websocket client code | daurnimator | 2014-09-03 | 2 | -0/+460 |
* | | | mod_websocket: Initial commit (based on the prosody-modules version) | Florian Zeitz | 2014-09-05 | 1 | -0/+301 |
* | | | Check Sec-WebSocket-Protocol header | Florian Zeitz | 2014-09-05 | 1 | -5/+10 |
* | | | net/websocket: Add new websocket client code | daurnimator | 2014-09-03 | 2 | -0/+459 |
|/ / |
|
* | | Merge 0.9->0.10 | Matthew Wild | 2014-09-03 | 1 | -1/+5 |
|\| |
|
| * | net.http.parser: Support status code 101 and allow handling of the received d... | Matthew Wild | 2014-09-03 | 1 | -1/+5 |
* | | util.hex: Use locals! | Kim Alvefur | 2014-09-03 | 1 | -2/+2 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-09-02 | 9 | -9/+43 |
|\| |
|
| * | net.server_select: 'listener'->'listeners' (fixes undefined global access) | Matthew Wild | 2014-09-02 | 1 | -1/+1 |
| * | net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,... | Matthew Wild | 2014-08-29 | 7 | -1/+26 |
| * | net.server_{select,event}: Add 'ondetach' callback for listener objects, to n... | Matthew Wild | 2014-08-29 | 2 | -2/+13 |
| * | mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream ... | Kim Alvefur | 2014-09-02 | 1 | -2/+5 |
* | | util.uuid: Use util.hex and util.random | Matthew Wild | 2014-09-02 | 1 | -31/+13 |
* | | util.random: Generic util lib for generating strings of random bytes | Matthew Wild | 2014-09-02 | 1 | -0/+43 |
* | | util.hex: Small util lib for converting to/from hex strings | Matthew Wild | 2014-09-02 | 1 | -0/+19 |
* | | mod_dialback: Move d-w-d after to/from validation | Kim Alvefur | 2014-09-01 | 1 | -9/+9 |