Log

description author age
mod_saslauth: Use renamed API for hooking non-stanzas Kim Alvefur 2018-02-04
mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces Kim Alvefur 2018-02-04
mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure Kim Alvefur 2018-02-03
Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly been resolved and this change causes more problems than it solves (fixes #1006) Kim Alvefur 2018-02-04
mod_component: Advertise disco#info in fallback handling of disco#info query (fixes #1062) Kim Alvefur 2018-01-06
server_epoll: Restore mark on connections which had the onconnect handler called so it is only done once Kim Alvefur 2018-02-03
server_epoll: Rework how socket readyness is detected Kim Alvefur 2018-02-02
mod_pubsub: Ignore unused parameter [luacheck] Matthew Wild 2018-02-02
mod_pubsub: Add nodestore to service configuration Matthew Wild 2018-02-02
mod_pubsub: Some variable renames for clarity Matthew Wild 2018-02-02
util.pubsub: Support a 'nodestore' for persisting nodes (same API as kv stores) Matthew Wild 2018-02-02
util.pubsub: Move service methods object creation (just code reorganisation) Matthew Wild 2018-02-02
util.pubsub: For clarity, split config tables from their metatables Matthew Wild 2018-02-01
CHANGES: Mention PubSub persistence Kim Alvefur 2017-12-30
CHANGES: Mention move to Busted for tests Kim Alvefur 2017-12-30
Merge 0.10->trunk Kim Alvefur 2017-12-29
rostermanager: Explicitly remove old-style 'pending' table from rosters (or it stays forever due to map stores) Kim Alvefur 2017-12-29
Merge 0.10->trunk Kim Alvefur 2017-12-28
certmanager: Check for missing certificate before key in configuration (should be marginally less confusing) Kim Alvefur 2017-12-28
mod_bosh: Use module API to fire events Kim Alvefur 2017-12-13
mod_bosh: Use moduleapi logger Kim Alvefur 2017-12-13
mod_bosh: Rename variable to avoid name clash [luacheck] Kim Alvefur 2017-12-13
mod_bosh: Ignore unused argument [luacheck] Kim Alvefur 2017-12-13
mod_bosh: Remove unused variable [luacheck] Kim Alvefur 2017-12-13
mod_register_ibr: Allow modules that do pre-registration checks to specify a reason for rejection Kim Alvefur 2017-12-26
moduleapi: Warn if a module being loaded as a dependency has been disabled Kim Alvefur 2017-12-26
MUC: Hook the correct event Kim Alvefur 2017-12-23
mod_register_ibr: Split out throttling and IP limitations into mod_register_limits (#723) Kim Alvefur 2017-12-09
mod_register: Split into mod_register_ibr and mod_user_account_management (#723) Kim Alvefur 2017-10-07
mod_s2s: Remove tostring() in logging since this is handled by util.format now Kim Alvefur 2017-12-21
MUC: Check delay tags when they are received instead of when they are sent Kim Alvefur 2017-12-21
MUC: Move delayed delivery check into an event handler Kim Alvefur 2017-12-21
Merge 0.10->trunk Kim Alvefur 2017-12-22
mod_saslauth: Log which mechanisms are offered Kim Alvefur 2017-12-21
mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?) Kim Alvefur 2017-12-12
Merge 0.9->0.10 Kim Alvefur 2017-12-10
MUC: Rename variable to make it clearer that it is the room JID and not the MUC host 0.9.13 Kim Alvefur 2017-12-10
MUC: Ensure that <delay/> elements which match our from are stripped (fixes #1055) Jonas Wielicki 2017-12-09
MUC: fix the @from on <delay/> in history replay (fixes #1054) Jonas Wielicki 2017-12-09
util_throttle_spec: Fix minor typo in test title Waqas Hussain 2017-12-21
adhoc.lib: Rename other variable to avoid name clash [luacheck] Kim Alvefur 2017-12-12
Backed out changeset 84c117cdd048, broke things Kim Alvefur 2017-12-12
mod_storage_sql: Remove ability to override name of key-value table (unreachable and would not work) Kim Alvefur 2017-12-11
util.ip: Remove redundant caching of method output (supposed to be done in ab9ddfb03d4d but lost somehow) Kim Alvefur 2017-12-09
util.ip: Convert the correct IP to IPv6-mapped for comparison (fixes traceback, possibly invalid result) Kim Alvefur 2017-12-09
Merge 0.10->trunk Kim Alvefur 2017-12-09
Merge 0.9->0.10 Kim Alvefur 2017-12-09
MUC: Always send subject message, even if it is empty (fixes #1053) Kim Alvefur 2017-12-09
mod_register: Include the session and its IP address in user-registering event, so that plugins can use this Kim Alvefur 2017-12-08
mod_s2s: Restructure some code Kim Alvefur 2017-12-05
mod_s2s: Remove unused argument [luacheck] Kim Alvefur 2017-12-05
mod_s2s: Remove unused local [luacheck] Kim Alvefur 2017-12-05
mod_adhoc: Rename variable to avoid name clash [luacheck] Kim Alvefur 2017-12-05
mod_adhoc/adhoc.lib: Rename variable to avoid name clash [luacheck] Kim Alvefur 2017-12-05
mod_dialback: Use non-deprecated API Kim Alvefur 2017-12-05
mod_dialback: Split long line [luacheck] Kim Alvefur 2017-12-05
Merge 0.10->trunk Kim Alvefur 2017-12-05
mod_dialback: Copy function from mod_s2s instead of depending on it, which made it harder to disable s2s (fixes #1050) Kim Alvefur 2017-12-05
DEPENDS: Change link to https Kim Alvefur 2017-12-05
mod_limits: Fix typo in comment Kim Alvefur 2017-12-05
mod_register: Support CIDR notation in white-/blacklists (closes #941) Kim Alvefur 2017-12-01
util.crand: Return early if a zero bytes are requested Kim Alvefur 2017-12-03
spec/util.random: Check a larger range of sizes Kim Alvefur 2017-12-03
util.crand: Throw an error for sizes smaller than 1 byte Kim Alvefur 2017-12-03
util.crand: Make it possible to use arc4random on Linux (needs libbsd) Kim Alvefur 2017-12-03
util.crand: Use a small buffer on the stack for small pieces of random, should be faster Kim Alvefur 2017-12-03
util.crand: Remove unneeded cast Kim Alvefur 2017-12-03
util.crand: Silence signedness warning Kim Alvefur 2017-12-03
util.crand: Only keep return value of getrandom() as the others don't return partial results Kim Alvefur 2017-12-02
util.crand: Try getrandom() again until buffer is filled Kim Alvefur 2017-12-02
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck] Kim Alvefur 2017-12-02
util.ip: Do equality checking by comparing packed representation to avoid any variations Kim Alvefur 2017-12-01
Merge 0.10->trunk Kim Alvefur 2017-12-01
util.ip: Add CGNAT network range reserved in RFC 6598 Kim Alvefur 2017-12-01
util.ip: Do exact match for longer bit counts than available Kim Alvefur 2017-12-01
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) function Kim Alvefur 2017-12-01
util.ip: Cache return values of all methods in one place Kim Alvefur 2017-12-01
util.ip: Instantiate various addresses used for comparisons once Kim Alvefur 2017-12-01
util.ip: Simplify creation of IPv6-mapped IPv4 addresses Kim Alvefur 2017-12-01
util.ip: Add a method returning a normalized IP address Kim Alvefur 2017-12-01
util.ip: Simplify bitstring method Kim Alvefur 2017-12-01
util.ip: Make bit string function into a method Kim Alvefur 2017-12-01
util.ip: Parse IP address using inet_pton Kim Alvefur 2017-12-01
util.ip: Reflow module export table Kim Alvefur 2017-12-01
util.ip: Reflow metatable Kim Alvefur 2017-12-01
net.dns: Use inet_ntop from util.net if available Kim Alvefur 2017-11-29
util.net: Add bindings to inet_ntop and inet_pton Kim Alvefur 2017-11-26
util.crand: Add comments about defines Kim Alvefur 2017-11-30
util.crand: Apply formatter Kim Alvefur 2017-11-30
util.crand: Reorder includes so system ones are first Kim Alvefur 2017-11-30
util.crand: Always include stdlib to be sure __GLIBC_PREREQ is defined Kim Alvefur 2017-11-30
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop Kim Alvefur 2017-12-01
util.signal: Fix loop (fixes #1047) Kim Alvefur 2017-11-30
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning Matthew Wild 2017-11-30
util.template: Use util.envload instead of loadstring which is deprecated in Lua 5.2 Kim Alvefur 2017-11-23
util.format: Import unpack from table lib in Lua 5.2+ Kim Alvefur 2017-11-23
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks] Kim Alvefur 2017-11-23
Merge 0.10->trunk Kim Alvefur 2017-11-23
util.signal: Use a static array to keep track of pending signals (fixes #1029) Kim Alvefur 2017-11-14
spec/net.http.server: Add test for #1044 Kim Alvefur 2017-11-22
Merge 0.10->trunk Kim Alvefur 2017-11-22
util.helpers: Handle missing priorities, happens due to wildcard magic in net.http.server (fixes #1044) Kim Alvefur 2017-11-22
Merge 0.10->trunk Kim Alvefur 2017-11-21
mod_storage_sql: Add indices that include the with and when columns of archives Kim Alvefur 2017-11-21
util.async: Fix thread check to work correctly in Lua 5.2 Kim Alvefur 2017-11-21
util.async: Factor out thread check into a function Kim Alvefur 2017-11-21
Merge 0.10->trunk Kim Alvefur 2017-11-20
certmanager: Set single curve conditioned on LuaSec advertising EC crypto support Kim Alvefur 2017-11-19
certmanager: Filter out curves not supported by LuaSec Kim Alvefur 2017-11-19
certmanager: Change table representing LuaSec capabilities to match capabilities table exposed in LuaSec 0.7 Kim Alvefur 2017-11-19
mod_storage_internal: Skip write if no items matched a deletion query Kim Alvefur 2017-11-19
util.pubsub: Recreate itemstore if persist_items changes or resize it if max_items changes Kim Alvefur 2017-11-09
mod_pubsub: Allow itemstore to override item ids Kim Alvefur 2017-11-09
mod_pubsub/archive_itemstore: Support resize operation Kim Alvefur 2017-11-09
util.cache: Call on-eviction callback when shrinking Kim Alvefur 2017-11-18
util.cache: Add a method to resize the cache Kim Alvefur 2017-11-18
util.cache: Add method for removing all data (does not call eviction callback) Kim Alvefur 2017-11-06
mod_storage_sql: Add support for truncating deletion Kim Alvefur 2017-11-09
mod_storage_internal: Optimize truncation Kim Alvefur 2017-11-10
mod_storage_internal: Allow truncating deletion at the beginning or end of an archive store Kim Alvefur 2017-11-09
util.datetime: Add tests Kim Alvefur 2017-11-19
mod_debug_sql: Declare itself as global module Kim Alvefur 2017-11-18
Merge 0.10->trunk Kim Alvefur 2017-11-10
util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] Kim Alvefur 2017-11-10
mod_c2s: Set a default value for c2s_timeout (fixes #1036) Kim Alvefur 2017-11-10
MUC: Cache names of public rooms on eviction Kim Alvefur 2017-11-09
MUC: Measure rate of room eviction Kim Alvefur 2017-11-09
MUC: Tweak debug log message Kim Alvefur 2017-11-09