| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_admin_web: Add "List S2S connections" command | Florian Zeitz | 2014-09-28 | 1 | -0/+82 |
* | | mod_admin_adhoc: Show IP in detailed version of online user listing | Florian Zeitz | 2014-09-28 | 1 | -2/+2 |
* | | pubsub.lib: Fix variable renaming issue | Kim Alvefur | 2014-09-28 | 1 | -1/+1 |
* | | 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 |
* | | mod_pubsub: Add support for node configuration | Kim Alvefur | 2014-09-28 | 2 | -0/+59 |
* | | mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunk | Kim Alvefur | 2014-09-27 | 2 | -3/+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.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from st... | Kim Alvefur | 2014-09-09 | 1 | -0/+1 |
* | | mod_websocket: Initial commit (based on the prosody-modules version) | Florian Zeitz | 2014-09-05 | 1 | -0/+301 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-09-02 | 5 | -6/+22 |
|\| |
|
| * | net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,... | Matthew Wild | 2014-08-29 | 5 | -1/+18 |
| * | mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream ... | Kim Alvefur | 2014-09-02 | 1 | -2/+5 |
* | | mod_dialback: Move d-w-d after to/from validation | Kim Alvefur | 2014-09-01 | 1 | -9/+9 |
* | | mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not send... | Kim Alvefur | 2014-08-29 | 1 | -29/+32 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 4 | -3/+12 |
|\| |
|
| * | mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow) | Matthew Wild | 2014-08-28 | 1 | -1/+1 |
| * | mod_c2s, mod_s2s: Log received invalid stream headers | Matthew Wild | 2014-08-23 | 2 | -1/+2 |
| * | mod_s2s: Reset stream ID when resetting stream [compliance] | Kim Alvefur | 2014-08-27 | 1 | -0/+1 |
| * | mod_s2s: Mark stream as opened earlier for outgoing connections, fixes double... | Kim Alvefur | 2014-08-26 | 1 | -1/+2 |
| * | mod_compression: Handle compression setup errors by logging a warning about i... | Kim Alvefur | 2014-08-26 | 1 | -0/+6 |
| * | mod_posix: Make sure that 'pidfile' is a string | Kim Alvefur | 2014-08-26 | 1 | -1/+1 |
* | | mod_private: Fix traceback due to missing table index | Kim Alvefur | 2014-08-13 | 1 | -1/+1 |
* | | mod_blocklist: Use full word as variable name, we can afford that | Kim Alvefur | 2014-08-12 | 1 | -4/+4 |
* | | mod_blocklist: Correct comment | Kim Alvefur | 2014-08-12 | 1 | -1/+1 |
* | | mod_blocklist: Fix any unblock emptying the blocklist | Kim Alvefur | 2014-08-12 | 1 | -1/+1 |
* | | mod_privacy: Remove, leave a log message about being replaced by mod_blocklis... | Kim Alvefur | 2014-08-10 | 1 | -438/+3 |
* | | mod_blocklist: XEP-0191 implementation written for speed and independence fro... | Kim Alvefur | 2014-08-10 | 1 | -0/+273 |
* | | mod_private: Cleanup and more tailcalls | Kim Alvefur | 2014-08-09 | 1 | -30/+26 |
* | | mod_s2s: Remove unused locals | Kim Alvefur | 2014-07-25 | 1 | -2/+0 |
* | | mod_s2s_auth_certs: Pick a logging function once and stick with it | Kim Alvefur | 2014-07-25 | 1 | -4/+5 |
* | | mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into n... | Kim Alvefur | 2014-07-25 | 2 | -33/+45 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-07-25 | 1 | -2/+2 |
|\| |
|
| * | mod_admin_telnet: Fix dns:(add,set)nameservers() | Kim Alvefur | 2014-07-25 | 1 | -2/+2 |
| * | mod_register: get_child_text! (thanks Lloyd) | Kim Alvefur | 2014-07-03 | 1 | -2/+2 |
| * | mod_c2s: Fix traceback if c2s stream sent to component | Kim Alvefur | 2014-05-10 | 1 | -1/+1 |
* | | mod_dialback: Respect dwd config option | Kim Alvefur | 2014-07-09 | 1 | -1/+1 |
* | | mod_dialback.lua: Only check certificates on secure connections | Kim Alvefur | 2014-07-04 | 1 | -6/+8 |
* | | mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use th... | Kim Alvefur | 2014-07-04 | 6 | -12/+13 |
* | | mod_dialback: Short-circuit dialback auth if certificate is considered valid | Kim Alvefur | 2014-07-04 | 2 | -1/+11 |
* | | mod_dialback: Keep the same dialback secret across module reloads | Kim Alvefur | 2014-07-03 | 1 | -1/+9 |
* | | hostmanager, mod_dialback: Move generation of dialback secret out of core | Kim Alvefur | 2014-05-22 | 1 | -1/+4 |
* | | mod_tls: Simplify and use new ssl config merging in certmanager | Kim Alvefur | 2014-07-03 | 1 | -15/+17 |
* | | mod_presence: Move presence/initial event to correct place so it actually fires | Kim Alvefur | 2014-07-03 | 1 | -3/+1 |