aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
| * mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' ↵Kim Alvefur2014-09-291-1/+1
| | | | | | | | command (thanks Lloyd)
* | mod_blocklist: Capitalize log messageKim Alvefur2014-10-051-1/+1
| |
* | mod_admin_web: Add "List S2S connections" commandFlorian Zeitz2014-09-281-0/+82
| |
* | mod_admin_adhoc: Show IP in detailed version of online user listingFlorian Zeitz2014-09-281-2/+2
| |
* | pubsub.lib: Fix variable renaming issueKim Alvefur2014-09-281-1/+1
| |
* | mod_pubsub: Fix retreival of node config defaultsKim Alvefur2014-09-281-2/+2
| |
* | mod_pubsub: Move node config form into pubsub.lib (Thanks Florob)Kim Alvefur2014-09-282-23/+18
| |
* | pubsub.lib: Fix actor in configureKim Alvefur2014-09-281-1/+1
| |
* | mod_pubsub: Add support for requesting default node configurationKim Alvefur2014-09-282-0/+9
| |
* | mod_pubsub: Add max items to node config formKim Alvefur2014-09-281-0/+5
| |
* | mod_pubsub: Add support for node configurationKim Alvefur2014-09-282-0/+59
| |
* | mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunkKim Alvefur2014-09-272-3/+3
| |
* | mod_saslauth: Fix encoding of missing vs empty SASL reply messagesKim Alvefur2014-09-231-7/+7
| |
* | mod_s2s: Close s2s connections that can not proceed due to mod_dialback not ↵Kim Alvefur2014-09-231-0/+4
| | | | | | | | being present
* | mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178Kim Alvefur2014-09-231-51/+30
| |
* | mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL ↵Kim Alvefur2014-09-232-12/+2
| | | | | | | | EXTERNAL failure
* | core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from ↵Kim Alvefur2014-09-091-0/+1
| | | | | | | | stanza_router
* | mod_websocket: Initial commit (based on the prosody-modules version)Florian Zeitz2014-09-051-0/+301
| |
* | Merge 0.9->0.10Kim Alvefur2014-09-025-6/+22
|\|
| * net.http, net.http.server, mod_c2s, mod_s2s, mod_component, ↵Matthew Wild2014-08-295-1/+18
| | | | | | | | mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
| * mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream ↵Kim Alvefur2014-09-021-2/+5
| | | | | | | | error instead of throwing an unhandled error
* | mod_dialback: Move d-w-d after to/from validationKim Alvefur2014-09-011-9/+9
| |
* | mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not ↵Kim Alvefur2014-08-291-29/+32
| | | | | | | | sending a client certificate)
* | Merge 0.9->0.10Matthew Wild2014-08-284-3/+12
|\|
| * mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow)Matthew Wild2014-08-281-1/+1
| |
| * mod_c2s, mod_s2s: Log received invalid stream headersMatthew Wild2014-08-232-1/+2
| |
| * mod_s2s: Reset stream ID when resetting stream [compliance]Kim Alvefur2014-08-271-0/+1
| |
| * mod_s2s: Mark stream as opened earlier for outgoing connections, fixes ↵Kim Alvefur2014-08-261-1/+2
| | | | | | | | double stream headers on policy failures
| * mod_compression: Handle compression setup errors by logging a warning about ↵Kim Alvefur2014-08-261-0/+6
| | | | | | | | it (fixes #408)
| * mod_posix: Make sure that 'pidfile' is a stringKim Alvefur2014-08-261-1/+1
| |
* | mod_private: Fix traceback due to missing table indexKim Alvefur2014-08-131-1/+1
| |
* | mod_blocklist: Use full word as variable name, we can afford thatKim Alvefur2014-08-121-4/+4
| |
* | mod_blocklist: Correct commentKim Alvefur2014-08-121-1/+1
| |
* | mod_blocklist: Fix any unblock emptying the blocklistKim Alvefur2014-08-121-1/+1
| |
* | mod_privacy: Remove, leave a log message about being replaced by ↵Kim Alvefur2014-08-101-438/+3
| | | | | | | | mod_blocklist and load that instead
* | mod_blocklist: XEP-0191 implementation written for speed and independence ↵Kim Alvefur2014-08-101-0/+273
| | | | | | | | from mod_privacy
* | mod_private: Cleanup and more tailcallsKim Alvefur2014-08-091-30/+26
| |
* | mod_s2s: Remove unused localsKim Alvefur2014-07-251-2/+0
| |
* | mod_s2s_auth_certs: Pick a logging function once and stick with itKim Alvefur2014-07-251-4/+5
| |
* | mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into ↵Kim Alvefur2014-07-252-33/+45
| | | | | | | | new plugin
* | Merge 0.9->0.10Matthew Wild2014-07-251-2/+2
|\|
| * mod_admin_telnet: Fix dns:(add,set)nameservers()Kim Alvefur2014-07-251-2/+2
| |
| * mod_register: get_child_text! (thanks Lloyd)Kim Alvefur2014-07-031-2/+2
| |
| * mod_c2s: Fix traceback if c2s stream sent to componentKim Alvefur2014-05-101-1/+1
| |
* | mod_dialback: Respect dwd config optionKim Alvefur2014-07-091-1/+1
| |
* | mod_dialback.lua: Only check certificates on secure connectionsKim Alvefur2014-07-041-6/+8
| |
* | mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use ↵Kim Alvefur2014-07-046-12/+13
| | | | | | | | the newer stanza:get_child APIs and optimize away some table lookups
* | mod_dialback: Short-circuit dialback auth if certificate is considered validKim Alvefur2014-07-042-1/+11
| |
* | mod_dialback: Keep the same dialback secret across module reloadsKim Alvefur2014-07-031-1/+9
| |
* | hostmanager, mod_dialback: Move generation of dialback secret out of coreKim Alvefur2014-05-221-1/+4
| |