Log

description author age
MUC: Write down which functions are exposed and thus available to other modules Kim Alvefur 2018-03-09
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097) Jonas Wielicki 2018-03-08
util.import: Explicitly export the global import function [luacheck] Kim Alvefur 2018-03-07
.luacheckrc: Add awareness of the module:http_url API added by mod_http Kim Alvefur 2018-03-07
luacheckrc: Remove allowance legacy module() related globals Kim Alvefur 2018-03-07
luacheckrc: Reflow globals settings Kim Alvefur 2018-03-07
MUC/lock: Fix locking timeout to account for the direction of time Kim Alvefur 2018-03-07
MUC/lock: Remove redundant fallback value Kim Alvefur 2018-03-07
util_pubsub_spec: Move util.pubsub import into a setup block Kim Alvefur 2018-03-07
mod_adhoc: Remove unused local [luacheck] Kim Alvefur 2018-03-06
spec: Trim trailing whitespace Kim Alvefur 2018-03-06
Merge 0.10->trunk Kim Alvefur 2018-03-06
prosodyctl: Use correct separator in chown call (fixes #1093) Kim Alvefur 2018-03-02
hostmanager: Add a logging close method in case something tries to close the origin of local-originated stanzas (see #1084) Kim Alvefur 2018-02-24
util_pubsub_spec: Beginnings of tests for util.pubsub Kim Alvefur 2018-03-03
luacheckrc: Declare known global functions in config file Kim Alvefur 2018-03-01
util.logger: Import globals (fixes on Lua 5.2) Kim Alvefur 2018-02-28
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
Makefile: Also package /net/resolvers Michel Le Bihan 2018-02-28
util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works Matthew Wild 2018-02-27
server_epoll: Onconnect should happen before first attempt to write to socket Kim Alvefur 2018-02-26
net.http: Refactor to use new net.connect API, brings support for async DNS Matthew Wild 2018-02-26
net.connect: Fix to store correct parameter Matthew Wild 2018-02-26
net.connect: Improve error message Matthew Wild 2018-02-26
net.connect: Handle immediate failures of server.addclient Matthew Wild 2018-02-26
net.connect: Handle case when resolver runs out of targets Matthew Wild 2018-02-26
net.connect: Track last connection error Matthew Wild 2018-02-26
mod_s2s: Don't use string concatenation when passing values to logging Kim Alvefur 2018-02-25
util.ringbuffer: Add method for discarding buffered data without returning it to lua Kim Alvefur 2018-02-24
util.ringbuffer: Add various comments Kim Alvefur 2018-02-24
net.server_epoll: Spelling writeable -> writable Kim Alvefur 2018-02-24
net.server_epoll: Remove special casing for having sent an empty write buffer because the wantwrite flag must be unset regardless Kim Alvefur 2018-02-24
net.server_epoll: Call onconnect listener on first successful read or write Kim Alvefur 2018-02-24
Merge 0.10->trunk Kim Alvefur 2018-02-24
mod_mam: Implement option to enable MAM implicitly when client support is detected (#867) Kim Alvefur 2018-02-21
mod_storage_sql: Catch and report value deserialization errors Kim Alvefur 2018-02-24
net.connect: Default to *a pattern if none provided Matthew Wild 2018-02-23
net.http: Rename handler to conn, for consistency with all our other code Matthew Wild 2018-02-23
net.http: Remove use of 'conn' (raw socket object returned by addclient) Matthew Wild 2018-02-23
moduleapi: Remove unused and undocumented :has_feature and :has_identity Kim Alvefur 2018-02-23
doc: Add template / API specification for net.server (thanks Daurnimator) Kim Alvefur 2018-02-23
net.connect: New API for outgoing connections, based on 'service resolvers' Matthew Wild 2018-02-23
net.server_event: Not every instantly-readable connection is an error, continue if possible Matthew Wild 2018-02-23
net.server_event: Better outgoing connection error handling Matthew Wild 2018-02-23
net.server_select: Better detection of errors for outgoing connections Matthew Wild 2018-02-23
MUC: Emit 333 status code on presence as per XEP-0045 1.30 (fixes #1087) Jonas Wielicki 2018-02-23
MUC: Treat missing type and type=normal the same Kim Alvefur 2017-10-20
mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing Kim Alvefur 2017-12-27
mod_bosh: Limit stream to current host (fixes #371) Kim Alvefur 2017-12-13
mod_bosh: Make into a normal module (fixes #402) Kim Alvefur 2017-12-13
util.set: Add a __name field to metatable Kim Alvefur 2018-02-16
util.array: Add a __name field to metatable Kim Alvefur 2018-02-16
util.stanza: Change __type to __name as this is used by Lua 5.3 in some error reporting functions Kim Alvefur 2018-02-16
MUC: Prevent traceback in case of no history items to serialize (fixes #1083) Kim Alvefur 2018-02-15
Merge 0.10->trunk Kim Alvefur 2018-02-04
mod_dialback: Ignore unused arguments [luacheck] Kim Alvefur 2018-02-04
mod_dialback: Expand abbrevation Kim Alvefur 2018-02-04
mod_dialback: Split long line [luacheck] Kim Alvefur 2018-02-04
mod_dialback: Use renamed API for hooking non-stanza tags Kim Alvefur 2018-02-04
mod_saslauth: Ignore unused argument [luacheck] Kim Alvefur 2018-02-04
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