Merge 0.10->0.11
0.11 0.11.2
|
Matthew Wild |
2019-01-07 |
Added tag 0.10.3 for changeset bb8486491b48
|
Matthew Wild |
2018-11-28 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-01-07 |
mod_csi_simple: Consider messages encrypted payload as important (fixes part of #1250)
0.11
|
Kim Alvefur |
2019-01-06 |
mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of #1250)
0.11
|
Kim Alvefur |
2019-01-06 |
mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250)
0.11
|
Kim Alvefur |
2019-01-06 |
mod_csi_simple: Consider messages forwarded from another of the users clients as important (fixes part of #1250)
0.11
|
Kim Alvefur |
2019-01-06 |
mod_csi_simple: Tweak check for <body>
0.11
|
Kim Alvefur |
2019-01-06 |
MUC: Rename import to avoid name clash [luacheck]
|
Kim Alvefur |
2019-01-06 |
Merge with jonas
|
Kim Alvefur |
2019-01-06 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-01-06 |
mod_posix: Don't reload logging twice
0.11
|
Kim Alvefur |
2019-01-06 |
util.startup: Always reload logging after config (fixes #1284)
0.11
|
Kim Alvefur |
2019-01-06 |
MUC: add ID to message if no ID is present
|
Jonas Wielicki |
2019-01-06 |
mod_http_errors: Normalize CSS
|
Kim Alvefur |
2019-01-06 |
util.http: Pre-generate urlencoding mappings (optimization)
|
Kim Alvefur |
2019-01-06 |
mod_mam: Handle expiry of messages that expire in the middle of the cut-off day
|
Kim Alvefur |
2019-01-06 |
mod_mam: Measure how long it takes to run the message expiry job job
|
Kim Alvefur |
2019-01-06 |
mod_admin_telnet: Sort stats by name
|
Kim Alvefur |
2019-01-04 |
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)
|
Kim Alvefur |
2019-01-04 |
mod_admin_telnet: config:get: Assume the global section if only one argument is given
|
Kim Alvefur |
2019-01-04 |
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command
|
Kim Alvefur |
2019-01-04 |
mod_mam: Fix word order in log message
|
Kim Alvefur |
2019-01-04 |
mod_mam: Perform message expiry based on building an index by date
|
Kim Alvefur |
2019-01-03 |
core.moduleapi: Use convenience function for creating error object from stanza
|
Kim Alvefur |
2018-12-30 |
util.error: Add a function for creating an error object from an error stanza
|
Kim Alvefur |
2018-12-30 |
core.moduleapi: Use util.error for :send_iq errors
|
Kim Alvefur |
2018-12-30 |
core.moduleapi: Move util imports to top
|
Kim Alvefur |
2018-12-30 |
util.error: Add new util library for structured errors
|
Matthew Wild |
2018-12-30 |
util.promise: Remove references to callbacks after settling promise
|
Kim Alvefur |
2018-12-30 |
luacheckrc: Teach luacheck about the new module:send_iq() API
|
Kim Alvefur |
2018-12-30 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-29 |
util.pubsub: Restore subscription index from stored data (fixes #1281)
0.11
|
Kim Alvefur |
2018-12-29 |
mod_admin_telnet: Validate hostnames in xmpp:ping command
|
Kim Alvefur |
2018-12-29 |
mod_tls: Keep TLS context errors and repeat them again for each session
|
Kim Alvefur |
2018-12-27 |
mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa)
|
Kim Alvefur |
2018-12-27 |
mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)
|
Kim Alvefur |
2018-11-24 |
spec: Stub tests for util.interpolation
|
Kim Alvefur |
2018-03-10 |
mod_admin_telnet: Make xmpp:ping command wait and report the reply
|
Kim Alvefur |
2018-12-28 |
mod_admin_telnet: Enable async processing using util.async
|
Kim Alvefur |
2018-12-27 |
mod_admin_telnet: Invert host existence check
|
Kim Alvefur |
2018-12-28 |
core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714)
|
Kim Alvefur |
2018-12-28 |
util.stanza: Require a type attribute for iq stanzas
|
Kim Alvefur |
2018-12-28 |
net.adns: Silence individual luacheck warnings instead of ignoring entire file
|
Kim Alvefur |
2018-12-24 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-23 |
mod_mam: Add test for JID normalization in prefs (see #1275)
0.11
|
Kim Alvefur |
2018-12-23 |
mod_mam: Only accept valid JIDs in <always/> and <never/> prefs. (fixes #1275)
0.11
|
Emmanuel Gil Peyrot |
2018-12-23 |
util.table: Add test for create()
|
Kim Alvefur |
2018-12-23 |
util.table: Add test for pack()
|
Kim Alvefur |
2018-12-23 |
mod_pubsub: Split line in config check to improve readability
|
Kim Alvefur |
2018-12-23 |
mod_pubsub: Change order of luacheck directives to match arguments they apply to
|
Kim Alvefur |
2018-12-23 |
mod_pep: Set an 'id' on notifications
|
Kim Alvefur |
2018-12-23 |
mod_pep: Add some spacing between blocks in broadcaster to improve readability
|
Kim Alvefur |
2018-12-23 |
mod_pep: Move broadcaster code around to be more like in mod_pubsub
|
Kim Alvefur |
2018-12-23 |
mod_pubsub: Add semicolon (code style)
|
Kim Alvefur |
2018-12-23 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-20 |
MUC: Allow changing data attached to an only owner (fixes #1273)
0.11
|
Kim Alvefur |
2018-12-20 |
Merge 0.11->trunk
|
Matthew Wild |
2018-12-19 |
MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272)
0.11
|
Matthew Wild |
2018-12-19 |
Merge 0.11->trunk
|
Matthew Wild |
2018-12-19 |
spec/scansion: Fix test names of tests added in 0d97768b0ea9
0.11
|
Matthew Wild |
2018-12-19 |
Merge 0.11 -> trunk
|
Matthew Wild |
2018-12-19 |
spec/scansion: Add tests for members-only rooms
0.11
|
Matthew Wild |
2018-12-19 |
admin_telnet: show when bidi is used on s2s
|
Maxime “pep” Buquet |
2018-12-18 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-17 |
prosodyctl check: Add statisticsmanager settings to known global options
0.11
|
Kim Alvefur |
2018-12-17 |
MUC: Test that subject is still empty after sending a non-subject change message with a subject (#667)
|
Kim Alvefur |
2018-12-16 |
MUC: Add descriptive comments to #667 test
|
Kim Alvefur |
2018-12-16 |
MUC: Add another message to #667 test
|
Kim Alvefur |
2018-12-16 |
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233)
|
Kim Alvefur |
2018-12-16 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-15 |
MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’)
0.11
|
Kim Alvefur |
2018-12-15 |
spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons
|
Kim Alvefur |
2018-12-11 |
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config
|
Kim Alvefur |
2018-12-11 |
spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for easier comparisons
|
Kim Alvefur |
2018-12-11 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-09 |
util.datetime: Make sure timezone difference is calculated correctly (fixes #1262)
0.11
|
Kim Alvefur |
2018-12-09 |
net.connlisteners: Remove deprecated stub module
|
Kim Alvefur |
2018-12-09 |
net.server_epoll: Bail on callback error
|
Kim Alvefur |
2018-12-08 |
net.server_epoll: Call onconnect right after accept()ing a new client
|
Kim Alvefur |
2018-12-08 |
luacheckrc: No longer ignore access to undefined fields on table lib
|
Kim Alvefur |
2018-12-08 |
util.format: Serialize values for the %q format
|
Kim Alvefur |
2018-10-11 |
lint: Remove use of the 143 error code
|
Kim Alvefur |
2018-12-08 |
various: Don't rely on _G.unpack existing
|
Kim Alvefur |
2018-12-08 |
lint: No longer ignore access to the deprecated global 'unpack'
|
Kim Alvefur |
2018-12-08 |
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled
|
Kim Alvefur |
2018-12-08 |
util.iterators: Use pack from table.pack
|
Kim Alvefur |
2018-12-08 |
util.format: Use pack from util.table
|
Kim Alvefur |
2018-12-08 |
moduleapi: Use pack from util.table
|
Kim Alvefur |
2018-12-08 |
MUC: Add test case for #667
|
Kim Alvefur |
2018-12-06 |
MUC/subject: Don't consider messages with <body> or <subject> (fixes #667)
|
Kim Alvefur |
2018-12-04 |
makefile: Allow configuring path to busted (to match GNUMakefile)
|
Matthew Wild |
2018-12-04 |
makefile: Add lint target (to match GNUMakefile)
|
Matthew Wild |
2018-12-04 |
util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups()
|
Matthew Wild |
2018-12-04 |
util.time: Bump POSIX_C_SOURCE to ensure visibility of CLOCK_MONOTONIC on FreeBSD (fixes #1253)
|
Matthew Wild |
2018-12-04 |
configure: Refactor header search to make it more portable
|
Matthew Wild |
2018-12-03 |
configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)
|
Matthew Wild |
2018-12-03 |
mod_presence: Handle older boolean subscription request data (thanks Martin)
|
Kim Alvefur |
2018-12-02 |
mod_presence: Remove unnecessary stanza clone call
|
Kim Alvefur |
2018-12-02 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-02 |
util.stanza: Deserialize stanza without mutating input (fixes #711)
0.11
|
Kim Alvefur |
2018-12-01 |
util.stanza: Improve tests
0.11
|
Kim Alvefur |
2018-12-02 |
mod_vcard_legacy: Limit injection of XEP-0153 to normal presence (fixes #1252)
0.11
|
Kim Alvefur |
2018-11-30 |
rostermanager, mod_presence: Store stanza for incoming subscription requests (fixes #689) (thanks Zash, Ge0rG)
|
Matthew Wild |
2018-12-01 |
spec/keep_full_sub_req: Make the second connect a differenct device (workaround for scansion issue)
|
Kim Alvefur |
2018-12-01 |
spec/keep_full_sub_req: Verify that the presence subscription stays the same after a reconnect
|
Kim Alvefur |
2018-12-01 |
spec/keep_full_sub_req: Add missing type attribute
|
Kim Alvefur |
2018-12-01 |
tests: Add scansion test for #689 about keeping the full subscription request stanza
|
Kim Alvefur |
2018-11-30 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-30 |
server_epoll: Add comments describing config options
0.11
|
Kim Alvefur |
2018-11-30 |
net.server_epoll: Remove unused config option
0.11
|
Kim Alvefur |
2018-11-30 |
server_epoll: Increase write timeout
0.11
|
Kim Alvefur |
2018-11-30 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-30 |
util-src/makefile: Update with util.poll and util.compat (fixes #1251)
0.11
|
Kim Alvefur |
2018-11-30 |
net.websocket.frames: Add some brief tests
0.11
|
Kim Alvefur |
2018-11-29 |
net.websocket.frames: Prefer Lua 5.2 built-in bit module over LuaJIT version
|
Kim Alvefur |
2018-11-29 |
configure: Recognise 5.4 as a valid Lua version
|
Kim Alvefur |
2018-11-29 |
configure: Split list of possible suffixes into a line per Lua version
|
Kim Alvefur |
2018-11-29 |
util.format: Tweak how nil values are handled
|
Kim Alvefur |
2018-11-28 |
Added tag 0.11.1 for changeset 91856829f18b
0.11
|
Matthew Wild |
2018-11-28 |