Matthew Wild
ee729847c3
spec/scansion: Fix test names of tests added in 0d97768b0ea9
2018-12-19 16:54:07 +00:00
Matthew Wild
6b8d5f97ed
spec/scansion: Add tests for members-only rooms
2018-12-19 13:25:15 +00:00
Kim Alvefur
59c09fa604
prosodyctl check: Add statisticsmanager settings to known global options
2018-12-17 15:34:15 +01:00
Kim Alvefur
b31939c492
MUC: Fix traceback when requesting voice ( fixes #1269 ) (thanks jonas’)
...
Introduced by change from add_child to add_direct_child in ce57c69a20e2
Why does add_direct_child not return self like everything else?
2018-12-15 11:55:27 +01:00
Kim Alvefur
968eaf41a8
util.datetime: Make sure timezone difference is calculated correctly ( fixes #1262 )
...
If the two os.date() calls happen at either side of a second ticking
over there would be a one second error in the calculation.
2018-12-09 23:01:47 +01:00
Kim Alvefur
76536dab05
util.stanza: Deserialize stanza without mutating input ( fixes #711 )
2018-12-01 18:30:19 +01:00
Kim Alvefur
1bf2e5f5f4
util.stanza: Improve tests
2018-12-02 02:16:21 +01:00
Kim Alvefur
41656354bf
mod_vcard_legacy: Limit injection of XEP-0153 to normal presence ( fixes #1252 )
2018-12-01 00:11:49 +01:00
Kim Alvefur
6176e9ff1b
server_epoll: Add comments describing config options
2018-11-30 19:40:39 +01:00
Kim Alvefur
448257af39
net.server_epoll: Remove unused config option
2018-11-30 18:23:43 +01:00
Kim Alvefur
160fd37742
server_epoll: Increase write timeout
...
7 may be too low for some slow machines and/or networks
2018-11-30 18:11:36 +01:00
Kim Alvefur
d21439da5c
util-src/makefile: Update with util.poll and util.compat ( fixes #1251 )
2018-11-30 16:00:12 +01:00
Kim Alvefur
7f75a66d21
net.websocket.frames: Add some brief tests
...
These are mostly just recordings of minimal input roundtripped back into tables.
2018-11-29 17:20:49 +01:00
Matthew Wild
dc26cd154e
Added tag 0.10.3 for changeset bb8486491b48
2018-11-28 16:55:27 +00:00
Matthew Wild
9bc330f368
Added tag 0.11.1 for changeset 91856829f18b
2018-11-28 14:06:48 +00:00
Kim Alvefur
d4f6ff10dc
mod_csi: Fix copypaste mistake [luacheck]
2018-11-27 21:23:22 +01:00
Kim Alvefur
a24712e845
mod_csi: Set session.state to simplify CSI modules
...
Moved here from mod_csi_simple
2018-11-27 19:34:21 +01:00
Kim Alvefur
64b9b5a758
mod_csi_simple: Fix autocompletion mistake
2018-11-27 19:15:33 +01:00
Kim Alvefur
1796f20abc
mod_csi_simple: Bypass importance event in active mode ( fixes #1249 )
2018-11-27 19:05:11 +01:00
Kim Alvefur
0db6c3f669
mod_csi_simple: Don't set <delay> stamps on <iq> stanzas ( fixes #1248 )
2018-11-27 18:56:22 +01:00
Kim Alvefur
6f941bbc64
Merge 0.10->0.11
2018-11-26 19:48:07 +01:00
Kim Alvefur
ad38cc8fbe
mod_csi_simple: Use the same event name when firing as when hooking ( fixes #1245 )
2018-11-25 14:47:36 +01:00
Kim Alvefur
7093d062f7
mod_proxy65: Check what port is used at the time of the query
...
Could have changed between startup and time of request
2018-11-25 13:16:17 +01:00
Kim Alvefur
25b9a621a3
mod_proxy65: Return an error if no port is open ( fixes #1240 )
2018-11-25 13:14:05 +01:00
Kim Alvefur
38498588b4
MUC: Fix traceback on muc#admin query with missing <item> child ( #1242 )
...
Caused by a missing return statement introduced in 494938dec5d8
2018-11-25 13:04:37 +01:00
Kim Alvefur
8e68b0dd1a
mod_csi_simple: Use write locks in net.server if available
2018-11-24 02:25:44 +01:00
Kim Alvefur
ee0fd8f1d9
sessionmanager: Split byte-level sending into separate session.rawsend
2019-03-24 08:18:19 +00:00
Kim Alvefur
5ba20f8a9b
util.x509: Add function that extracts usable names from a certificate
2019-01-04 10:20:51 +01:00
Kim Alvefur
170c49b52d
mod_storage_memory: Fix copypaste mistake
2019-03-23 22:05:42 +01:00
Kim Alvefur
9b96017ca9
mod_storage_memory: Implement archive summary API
2019-03-23 22:05:08 +01:00
Kim Alvefur
a32b5ceb45
mod_storage_sql: Implement archive summary API
2019-02-25 15:51:55 +01:00
Kim Alvefur
582fa3f46f
mod_storage_internal: Implement a summary API returning message counts per contact
2019-02-25 15:48:28 +01:00
Matthew Wild
3c50aa4902
util.queue: Update :items() to consistently use private data directly
...
It will perform better this way, and we were accessing private variables
already within the iterator.
2019-03-23 08:52:57 +00:00
Matthew Wild
a274eacbbc
util.queue: Add 'consume()' convenience iterator
2019-03-23 08:47:55 +00:00
Kim Alvefur
95314bb2be
doc/coding_style: The codebase uses semicolons
2019-03-23 04:00:55 +01:00
Kim Alvefur
7aab0c40a4
doc/coding_style: Trim trailing whitespace
2019-03-23 03:56:55 +01:00
Maxime “pep” Buquet
24581c47db
doc/coding_style: remove superfulous bracket in example
2019-03-23 02:27:45 +00:00
Maxime “pep” Buquet
dc241cf18e
net/server_event: fix typo in comment
2019-03-23 01:57:12 +00:00
Kim Alvefur
8cc789c796
mod_storage_sql: No archive item limit by default
2019-03-22 16:30:53 +01:00
Kim Alvefur
5bb703f07f
mod_storage_internal: Include store name when reporting quota status
2019-03-22 02:24:48 +01:00
Kim Alvefur
2fed4a88c2
mod_mam: On quota hit, separately delete by time and by item count
...
This is to work around a possible SQL issue where offsets and time
stamps don't interact correctly.
2019-03-22 02:22:21 +01:00
Kim Alvefur
9393931a25
mod_storage_sql: Return cached count if only this is queried for
2019-03-22 02:18:54 +01:00
Kim Alvefur
5029870d3e
mod_storage_sql: Cache total count if it's calculated as part of the current query
2019-03-22 02:13:27 +01:00
Kim Alvefur
56a9e395ad
mod_storage_sql: Skip cache write
...
This would cause the cache to be wrong in case the the later INSERT
fails and the transaction is aborted.
2019-03-22 02:12:02 +01:00
Kim Alvefur
61edbdb90f
mod_storage_sql: Fix to use currently queried store
...
Was using the previously queried store due to this being cached in an
upvalue.
2019-03-22 02:10:46 +01:00
Kim Alvefur
3e5243f2d2
mod_storage_sql: Don't increment counter twice (fixes accounting error)
2019-03-22 02:09:38 +01:00
Kim Alvefur
c4b5bfdc5f
mod_storage_internal: Increase default quota to 10 000
...
Performance doesn't seem great but 10k should be far enough from limits
inherited by the Lua parser. 1000 messages seemed pretty close to what
an active user might produce in one week.
2019-03-22 02:04:34 +01:00
Kim Alvefur
0681ffe606
mod_storage_memory: Add support for archive item limits
2019-03-20 12:14:45 +01:00
Matthew Wild
83cf41ab78
Added tag 0.11.0 for changeset 83f3a05c1b1b
2018-11-18 15:40:24 +00:00
Matthew Wild
6af619e67b
CHANGES: Update with release date
2018-11-18 14:52:53 +00:00