Kim Alvefur
8d82efbca7
mod_http_files: Rename variable to avoid name clash [luacheck]
2018-10-10 21:54:12 +02:00
Kim Alvefur
35efbc8a8d
mod_http_files: Silence luacheck warnings related to config variables
2018-10-10 21:53:26 +02:00
Kim Alvefur
681bf74342
mod_http_files: Remove exception from luacheck
2018-10-10 21:53:15 +02:00
Kim Alvefur
19f86b5428
mod_privacy: Remove exception from luacheck
...
Plugin has been removed and replaced by a tombstone, no point in
excluding it from linting
2018-10-10 21:48:38 +02:00
Kim Alvefur
c7ef245c0b
mod_storage_sql: Remove unused function argument [luacheck]
...
What was the intent of this argument anyways?
2018-10-10 21:23:35 +02:00
Kim Alvefur
a19ac39844
mod_storage_sql: Remove exception from luacheck
2018-10-10 21:22:43 +02:00
Matthew Wild
bdc5ef569d
util.promise tests: Fix luacheck warnings
2018-10-10 18:02:36 +01:00
Matthew Wild
e557cfb012
util.promise: ES6-like API for promises
2018-10-10 17:45:19 +01:00
Michel Le Bihan
09b659294a
MUC: Check that a room password is set before verifying password supplied by user
2018-10-09 18:42:19 +02:00
Matthew Wild
e7d4ae6aac
mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http')
2018-10-09 15:02:44 +01:00
Matthew Wild
fd3589a25e
mod_register_ibr: Include password in user-registering event, to allow e.g. password policy enforcement
2018-10-09 15:01:34 +01:00
Kim Alvefur
7fefafa8f6
mod_websocket: Drop CORS code in favor of that in mod_http
...
Like for mod_bosh, deprecates consider_websocket_secure and depend on
mod_http_crossdomain if it is set.
2018-10-04 12:24:08 +02:00
Kim Alvefur
467260e6f5
mod_bosh: Drop CORS code in favor of than in mod_http
...
This deprecates the cross_domain_bosh setting. As a compat measure, if
it is set, mod_http_crossdomain is loaded.
2018-10-04 12:23:06 +02:00
Kim Alvefur
87639540e4
mod_http: Solve CORS problems once and for all
...
This blindly allows any cross-site requests.
Future work should add an API to allow each HTTP app some influence over
this for each HTTP path
2018-10-04 12:22:12 +02:00
Kim Alvefur
16d8b60a7b
Merge 0.11->trunk
2019-01-17 01:17:48 +01:00
Kim Alvefur
06e29c834c
Merge 0.11->trunk
2019-01-17 01:09:38 +01:00
Kim Alvefur
5268b2c180
core.s2smanager: Add stub reset_stream method to destroyed sessions
...
Fixes traceback if connection is closed from the 's2s-authenticated' event
2019-01-16 20:01:38 +01:00
Kim Alvefur
b2c3b2f740
mod_admin_telnet: sttas:show: Use format option that allows float numbers
...
string.format("%d", 0.5) causes an error on Lua 5.3
2019-01-16 14:20:16 +01:00
Kim Alvefur
3e30870220
util.http: Fix decoding of uppercase URL encoded chars
...
Broken in 1af5106a2c34
2019-01-16 13:53:04 +01:00
Kim Alvefur
cf984835d1
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped ( fixes #734 )
...
See 6ed0d6224d64
2019-01-15 20:08:30 +01:00
Kim Alvefur
4b6a1153f4
mod_storage_memory: Implement :user iteration API
2019-01-14 00:17:02 +01:00
Kim Alvefur
1e4a0ebba2
prosodyctl: Use the same runtime for starting prosody
...
Improves the experience with the `make integration-test` command
2019-01-10 15:25:38 +01:00
Kim Alvefur
8d8c6bd619
util.prosodyctl: Allow passing path to Lua runtime to the start() function
...
By default the shebang is used. Being able to override it is useful in
cases where the shebang does not match the configured runtime.
2019-01-10 14:57:26 +01:00
Kim Alvefur
e31667cf15
prosodyctl: Pass the original argv table to subcommands (with first argument removed)
...
This preserves eg arg[-1] where you might find the path to the Lua
executable, which can be useful.
2019-01-10 14:54:34 +01:00
Kim Alvefur
45b1245e12
GNUmakefile: Add target for running scansion
2019-01-10 14:27:01 +01:00
Kim Alvefur
8c87ed548d
Merge 0.11->trunk
2019-01-10 13:32:57 +01:00
Matthew Wild
f78babf39d
Merge 0.11->trunk
2019-01-07 15:42:46 +00:00
Kim Alvefur
2bd818536f
Merge 0.11->trunk
2019-01-07 15:02:11 +01:00
Kim Alvefur
f0550233fa
MUC: Rename import to avoid name clash [luacheck]
2019-01-06 12:20:57 +01:00
Kim Alvefur
0108a7f495
Merge with jonas
2019-01-06 12:19:23 +01:00
Kim Alvefur
c1722de233
Merge 0.11->trunk
2019-01-06 12:18:48 +01:00
Jonas Wielicki
90f8c75467
MUC: add ID to message if no ID is present
2019-01-06 11:28:54 +01:00
Kim Alvefur
c3c38cd2b3
mod_http_errors: Normalize CSS
2019-01-06 10:42:45 +01:00
Kim Alvefur
37374ae95e
util.http: Pre-generate urlencoding mappings (optimization)
...
Function calls are more expensive than table lookups
2019-01-06 10:39:33 +01:00
Kim Alvefur
bdfc36fc8c
mod_mam: Handle expiry of messages that expire in the middle of the cut-off day
2019-01-06 09:44:55 +01:00
Kim Alvefur
2ac6994955
mod_mam: Measure how long it takes to run the message expiry job job
2019-01-06 09:34:59 +01:00
Kim Alvefur
51c4d0a0e4
mod_admin_telnet: Sort stats by name
2019-01-04 15:13:52 +01:00
Kim Alvefur
d020a0b577
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)
2019-01-04 13:41:39 +01:00
Kim Alvefur
5fb717bbce
mod_admin_telnet: config:get: Assume the global section if only one argument is given
2019-01-04 13:39:13 +01:00
Kim Alvefur
11b2a79872
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command
2019-01-04 13:38:30 +01:00
Kim Alvefur
3738686f06
mod_mam: Fix word order in log message
2019-01-04 10:14:55 +01:00
Kim Alvefur
c686907261
mod_mam: Perform message expiry based on building an index by date
...
For each day, store a set of users that have new messages. To expire
messages, we collect the union of sets of users from dates that fall
outside the cleanup range.
The previous algoritm did not work well with many users, especially with
the default settings.
2019-01-03 17:25:43 +01:00
Kim Alvefur
a89dd30b7e
core.moduleapi: Use convenience function for creating error object from stanza
2018-12-30 20:35:20 +01:00
Kim Alvefur
3b3af4805c
util.error: Add a function for creating an error object from an error stanza
2018-12-30 20:30:59 +01:00
Kim Alvefur
f102941562
core.moduleapi: Use util.error for :send_iq errors
2018-12-30 16:03:15 +01:00
Kim Alvefur
0fe56344ca
core.moduleapi: Move util imports to top
2018-12-30 14:26:58 +01:00
Matthew Wild
464121c5b7
util.error: Add new util library for structured errors
2018-12-30 12:55:58 +00:00
Kim Alvefur
2d28fb93b4
util.promise: Remove references to callbacks after settling promise
...
This is to help the garbage collector.
2018-12-30 03:24:54 +01:00
Kim Alvefur
92445d93df
luacheckrc: Teach luacheck about the new module:send_iq() API
2018-12-30 03:20:37 +01:00
Kim Alvefur
e23c17c3a0
Merge 0.11->trunk
2018-12-29 21:49:32 +01:00