Software /
code /
prosody
Graph
-
Added tag 0.9.13 for changeset 082d127286452018-01-10, by Matthew Wild
-
mod_register_limits: Return reason for disallowing2018-03-10, by Kim Alvefur
-
mod_register_limits: Log message for white- and blacklist hits separate2018-03-10, by Kim Alvefur
-
mod_register_limits: Log a debug message when disallowing registration by ewhite- or blacklist2018-03-10, by Kim Alvefur
-
mod_register_ibr: Include reason for rejection of registration in debug log2018-03-10, by Kim Alvefur
-
luacheckrc: Ignore all unknown globals in config file (ie all settings)2018-03-09, by Kim Alvefur
-
Merge 0.10->trunk2018-03-09, by Kim Alvefur
-
mod_mam: Remove unmatched closing paren2018-03-09, by Kim Alvefur
-
mod_presence: Ignore unused argument but make note of its use elsewhere [luacheck]2018-03-09, by Kim Alvefur
-
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)2018-03-08, by Jonas Wielicki
-
mod_mam: Add an option for whether to include 'total' counts by default in queries2018-03-07, by Kim Alvefur
-
mod_mam: Log a debug message if archive expiry has been disabled2018-03-07, by Kim Alvefur
-
Backed out changeset 97a094fdf101, interferes with 6ddddfe05a742018-03-07, by Kim Alvefur
-
mod_presence: Remove unused local [luacheck]2018-03-09, by Kim Alvefur
-
luacheckrc: Restore module semantics, but only for plugins (ignores some globals)2018-03-09, by Kim Alvefur
-
MUC: Write down which functions are exposed and thus available to other modules2018-03-09, by Kim Alvefur
-
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)2018-03-08, by Jonas Wielicki
-
util.import: Explicitly export the global import function [luacheck]2018-03-07, by Kim Alvefur
-
.luacheckrc: Add awareness of the module:http_url API added by mod_http2018-03-07, by Kim Alvefur
-
luacheckrc: Remove allowance legacy module() related globals2018-03-07, by Kim Alvefur
-
luacheckrc: Reflow globals settings2018-03-07, by Kim Alvefur
-
MUC/lock: Fix locking timeout to account for the direction of time2018-03-07, by Kim Alvefur
-
MUC/lock: Remove redundant fallback value2018-03-07, by Kim Alvefur
-
util_pubsub_spec: Move util.pubsub import into a setup block2018-03-07, by Kim Alvefur
-
mod_adhoc: Remove unused local [luacheck]2018-03-06, by Kim Alvefur
-
spec: Trim trailing whitespace2018-03-06, by Kim Alvefur
-
Merge 0.10->trunk2018-03-06, by Kim Alvefur
-
prosodyctl: Use correct separator in chown call (fixes #1093)2018-03-02, by Kim Alvefur
-
util_pubsub_spec: Beginnings of tests for util.pubsub2018-03-03, by Kim Alvefur
-
luacheckrc: Declare known global functions in config file2018-03-01, by Kim Alvefur
-
util.logger: Import globals (fixes on Lua 5.2)2018-02-28, by Kim Alvefur
-
vairious: Add annotation when an empty environment is set [luacheck]2018-02-28, by Kim Alvefur
-
Makefile: Also package /net/resolvers2018-02-28, by Michel Le Bihan
-
util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works2018-02-27, by Matthew Wild
-
server_epoll: Onconnect should happen before first attempt to write to socket2018-02-26, by Kim Alvefur
-
net.http: Refactor to use new net.connect API, brings support for async DNS2018-02-26, by Matthew Wild
-
net.connect: Fix to store correct parameter2018-02-26, by Matthew Wild
-
net.connect: Improve error message2018-02-26, by Matthew Wild
-
net.connect: Handle immediate failures of server.addclient2018-02-26, by Matthew Wild
-
net.connect: Handle case when resolver runs out of targets2018-02-26, by Matthew Wild
-
net.connect: Track last connection error2018-02-26, by Matthew Wild
-
mod_s2s: Don't use string concatenation when passing values to logging2018-02-25, by Kim Alvefur
-
util.ringbuffer: Add method for discarding buffered data without returning it to lua2018-02-24, by Kim Alvefur
-
util.ringbuffer: Add various comments2018-02-24, by Kim Alvefur
-
net.server_epoll: Spelling writeable -> writable2018-02-24, by Kim Alvefur
-
net.server_epoll: Call onconnect listener on first successful read or write2018-02-24, by Kim Alvefur
-
Merge 0.10->trunk2018-02-24, by Kim Alvefur
-
mod_mam: Implement option to enable MAM implicitly when client support is detected (#867)2018-02-21, by Kim Alvefur
-
mod_storage_sql: Catch and report value deserialization errors2018-02-24, by Kim Alvefur
-
net.connect: Default to *a pattern if none provided2018-02-23, by Matthew Wild
-
net.http: Rename handler to conn, for consistency with all our other code2018-02-23, by Matthew Wild
-
net.http: Remove use of 'conn' (raw socket object returned by addclient)2018-02-23, by Matthew Wild
-
moduleapi: Remove unused and undocumented :has_feature and :has_identity2018-02-23, by Kim Alvefur
-
doc: Add template / API specification for net.server (thanks Daurnimator)2018-02-23, by Kim Alvefur
-
net.connect: New API for outgoing connections, based on 'service resolvers'2018-02-23, by Matthew Wild
-
net.server_event: Not every instantly-readable connection is an error, continue if possible2018-02-23, by Matthew Wild
-
net.server_event: Better outgoing connection error handling2018-02-23, by Matthew Wild
-
net.server_select: Better detection of errors for outgoing connections2018-02-23, by Matthew Wild
-
MUC: Emit 333 status code on presence as per XEP-0045 1.30 (fixes #1087)2018-02-23, by Jonas Wielicki
-
MUC: Treat missing type and type=normal the same2017-10-20, by Kim Alvefur
-
mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing2017-12-27, by Kim Alvefur
-
mod_bosh: Limit stream to current host (fixes #371)2017-12-13, by Kim Alvefur
-
mod_bosh: Make into a normal module (fixes #402)2017-12-13, by Kim Alvefur
-
util.set: Add a __name field to metatable2018-02-16, by Kim Alvefur
-
util.array: Add a __name field to metatable2018-02-16, by Kim Alvefur
-
util.stanza: Change __type to __name as this is used by Lua 5.3 in some error reporting functions2018-02-16, by Kim Alvefur
-
MUC: Prevent traceback in case of no history items to serialize (fixes #1083)2018-02-15, by Kim Alvefur
-
Merge 0.10->trunk2018-02-04, by Kim Alvefur
-
mod_dialback: Ignore unused arguments [luacheck]2018-02-04, by Kim Alvefur
-
mod_dialback: Expand abbrevation2018-02-04, by Kim Alvefur
-
mod_dialback: Split long line [luacheck]2018-02-04, by Kim Alvefur
-
mod_dialback: Use renamed API for hooking non-stanza tags2018-02-04, by Kim Alvefur
-
mod_saslauth: Ignore unused argument [luacheck]2018-02-04, by Kim Alvefur
-
mod_saslauth: Use renamed API for hooking non-stanzas2018-02-04, by Kim Alvefur
-
mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces2018-02-04, by Kim Alvefur
-
mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure2018-02-03, by Kim Alvefur
-
mod_component: Advertise disco#info in fallback handling of disco#info query (fixes #1062)2018-01-06, by Kim Alvefur
-
server_epoll: Restore mark on connections which had the onconnect handler called so it is only done once2018-02-03, by Kim Alvefur
-
server_epoll: Rework how socket readyness is detected2018-02-02, by Kim Alvefur
-
mod_pubsub: Ignore unused parameter [luacheck]2018-02-02, by Matthew Wild
-
mod_pubsub: Add nodestore to service configuration2018-02-02, by Matthew Wild
-
mod_pubsub: Some variable renames for clarity2018-02-02, by Matthew Wild
-
util.pubsub: Support a 'nodestore' for persisting nodes (same API as kv stores)2018-02-02, by Matthew Wild
-
util.pubsub: Move service methods object creation (just code reorganisation)2018-02-02, by Matthew Wild
-
util.pubsub: For clarity, split config tables from their metatables2018-02-01, by Matthew Wild
-
CHANGES: Mention PubSub persistence2017-12-30, by Kim Alvefur
-
CHANGES: Mention move to Busted for tests2017-12-30, by Kim Alvefur
-
Merge 0.10->trunk2017-12-29, by Kim Alvefur
-
Merge 0.10->trunk2017-12-28, by Kim Alvefur
-
certmanager: Check for missing certificate before key in configuration (should be marginally less confusing)2017-12-28, by Kim Alvefur
-
mod_bosh: Use module API to fire events2017-12-13, by Kim Alvefur
-
mod_bosh: Use moduleapi logger2017-12-13, by Kim Alvefur
-
mod_bosh: Rename variable to avoid name clash [luacheck]2017-12-13, by Kim Alvefur
-
mod_bosh: Ignore unused argument [luacheck]2017-12-13, by Kim Alvefur
-
mod_bosh: Remove unused variable [luacheck]2017-12-13, by Kim Alvefur
-
mod_register_ibr: Allow modules that do pre-registration checks to specify a reason for rejection2017-12-26, by Kim Alvefur
-
moduleapi: Warn if a module being loaded as a dependency has been disabled2017-12-26, by Kim Alvefur
-
MUC: Hook the correct event2017-12-23, by Kim Alvefur
-
mod_register_ibr: Split out throttling and IP limitations into mod_register_limits (#723)2017-12-09, by Kim Alvefur
-
mod_register: Split into mod_register_ibr and mod_user_account_management (#723)2017-10-07, by Kim Alvefur
-
mod_s2s: Remove tostring() in logging since this is handled by util.format now2017-12-21, by Kim Alvefur
-
MUC: Check delay tags when they are received instead of when they are sent2017-12-21, by Kim Alvefur
-
MUC: Move delayed delivery check into an event handler2017-12-21, by Kim Alvefur
-
Merge 0.10->trunk2017-12-22, by Kim Alvefur
-
mod_saslauth: Log which mechanisms are offered2017-12-21, by Kim Alvefur
-
mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?)2017-12-12, by Kim Alvefur
-
Merge 0.9->0.102017-12-10, by Kim Alvefur
-
MUC: Rename variable to make it clearer that it is the room JID and not the MUC host 0.9.132017-12-10, by Kim Alvefur
-
MUC: Ensure that <delay/> elements which match our from are stripped (fixes #1055)2017-12-09, by Jonas Wielicki
-
MUC: fix the @from on <delay/> in history replay (fixes #1054)2017-12-09, by Jonas Wielicki
-
util_throttle_spec: Fix minor typo in test title2017-12-21, by Waqas Hussain
-
adhoc.lib: Rename other variable to avoid name clash [luacheck]2017-12-12, by Kim Alvefur
-
Backed out changeset 84c117cdd048, broke things2017-12-12, by Kim Alvefur
-
mod_storage_sql: Remove ability to override name of key-value table (unreachable and would not work)2017-12-11, by Kim Alvefur
-
util.ip: Remove redundant caching of method output (supposed to be done in ab9ddfb03d4d but lost somehow)2017-12-09, by Kim Alvefur
-
util.ip: Convert the correct IP to IPv6-mapped for comparison (fixes traceback, possibly invalid result)2017-12-09, by Kim Alvefur
-
Merge 0.10->trunk2017-12-09, by Kim Alvefur
-
Merge 0.9->0.102017-12-09, by Kim Alvefur
-
MUC: Always send subject message, even if it is empty (fixes #1053)2017-12-09, by Kim Alvefur
-
mod_register: Include the session and its IP address in user-registering event, so that plugins can use this2017-12-08, by Kim Alvefur
-
mod_s2s: Restructure some code2017-12-05, by Kim Alvefur
-
mod_s2s: Remove unused argument [luacheck]2017-12-05, by Kim Alvefur
-
mod_s2s: Remove unused local [luacheck]2017-12-05, by Kim Alvefur
-
mod_adhoc: Rename variable to avoid name clash [luacheck]2017-12-05, by Kim Alvefur
-
mod_adhoc/adhoc.lib: Rename variable to avoid name clash [luacheck]2017-12-05, by Kim Alvefur
-
mod_dialback: Use non-deprecated API2017-12-05, by Kim Alvefur
-
mod_dialback: Split long line [luacheck]2017-12-05, by Kim Alvefur
-
Merge 0.10->trunk2017-12-05, by Kim Alvefur
-
DEPENDS: Change link to https2017-12-05, by Kim Alvefur
-
mod_limits: Fix typo in comment2017-12-05, by Kim Alvefur
-
mod_register: Support CIDR notation in white-/blacklists (closes #941)2017-12-01, by Kim Alvefur
-
util.crand: Return early if a zero bytes are requested2017-12-03, by Kim Alvefur
-
spec/util.random: Check a larger range of sizes2017-12-03, by Kim Alvefur
-
util.crand: Throw an error for sizes smaller than 1 byte2017-12-03, by Kim Alvefur
-
util.crand: Make it possible to use arc4random on Linux (needs libbsd)2017-12-03, by Kim Alvefur
-
util.crand: Use a small buffer on the stack for small pieces of random, should be faster2017-12-03, by Kim Alvefur
-
util.crand: Remove unneeded cast2017-12-03, by Kim Alvefur
-
util.crand: Silence signedness warning2017-12-03, by Kim Alvefur
-
util.crand: Only keep return value of getrandom() as the others don't return partial results2017-12-02, by Kim Alvefur
-
util.crand: Try getrandom() again until buffer is filled2017-12-02, by Kim Alvefur
-
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]2017-12-02, by Kim Alvefur
-
util.ip: Do equality checking by comparing packed representation to avoid any variations2017-12-01, by Kim Alvefur
-
Merge 0.10->trunk2017-12-01, by Kim Alvefur
-
util.ip: Add CGNAT network range reserved in RFC 65982017-12-01, by Kim Alvefur
-
util.ip: Do exact match for longer bit counts than available2017-12-01, by Kim Alvefur
-
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) function2017-12-01, by Kim Alvefur
-
util.ip: Cache return values of all methods in one place2017-12-01, by Kim Alvefur
-
util.ip: Instantiate various addresses used for comparisons once2017-12-01, by Kim Alvefur
-
util.ip: Simplify creation of IPv6-mapped IPv4 addresses2017-12-01, by Kim Alvefur
-
util.ip: Add a method returning a normalized IP address2017-12-01, by Kim Alvefur
-
util.ip: Simplify bitstring method2017-12-01, by Kim Alvefur
-
util.ip: Make bit string function into a method2017-12-01, by Kim Alvefur
-
util.ip: Parse IP address using inet_pton2017-12-01, by Kim Alvefur
-
util.ip: Reflow module export table2017-12-01, by Kim Alvefur
-
util.ip: Reflow metatable2017-12-01, by Kim Alvefur
-
net.dns: Use inet_ntop from util.net if available2017-11-29, by Kim Alvefur
-
util.net: Add bindings to inet_ntop and inet_pton2017-11-26, by Kim Alvefur
-
util.crand: Add comments about defines2017-11-30, by Kim Alvefur
-
util.crand: Apply formatter2017-11-30, by Kim Alvefur
-
util.crand: Reorder includes so system ones are first2017-11-30, by Kim Alvefur
-
util.crand: Always include stdlib to be sure __GLIBC_PREREQ is defined2017-11-30, by Kim Alvefur
-
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop2017-12-01, by Kim Alvefur
-
util.signal: Fix loop (fixes #1047)2017-11-30, by Kim Alvefur
-
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning2017-11-30, by Matthew Wild
-
util.template: Use util.envload instead of loadstring which is deprecated in Lua 5.22017-11-23, by Kim Alvefur
-
util.format: Import unpack from table lib in Lua 5.2+2017-11-23, by Kim Alvefur
-
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]2017-11-23, by Kim Alvefur
-
Merge 0.10->trunk2017-11-23, by Kim Alvefur
-
util.signal: Use a static array to keep track of pending signals (fixes #1029)2017-11-14, by Kim Alvefur
-
spec/net.http.server: Add test for #10442017-11-22, by Kim Alvefur
-
Merge 0.10->trunk2017-11-22, by Kim Alvefur
-
util.helpers: Handle missing priorities, happens due to wildcard magic in net.http.server (fixes #1044)2017-11-22, by Kim Alvefur
-
Merge 0.10->trunk2017-11-21, by Kim Alvefur
-
mod_storage_sql: Add indices that include the with and when columns of archives2017-11-21, by Kim Alvefur
-
util.async: Fix thread check to work correctly in Lua 5.22017-11-21, by Kim Alvefur
-
util.async: Factor out thread check into a function2017-11-21, by Kim Alvefur
-
Merge 0.10->trunk2017-11-20, by Kim Alvefur
-
certmanager: Set single curve conditioned on LuaSec advertising EC crypto support2017-11-19, by Kim Alvefur
-
certmanager: Filter out curves not supported by LuaSec2017-11-19, by Kim Alvefur
-
certmanager: Change table representing LuaSec capabilities to match capabilities table exposed in LuaSec 0.72017-11-19, by Kim Alvefur
-
mod_storage_internal: Skip write if no items matched a deletion query2017-11-19, by Kim Alvefur
-
util.pubsub: Recreate itemstore if persist_items changes or resize it if max_items changes2017-11-09, by Kim Alvefur
-
mod_pubsub: Allow itemstore to override item ids2017-11-09, by Kim Alvefur
-
mod_pubsub/archive_itemstore: Support resize operation2017-11-09, by Kim Alvefur
-
util.cache: Call on-eviction callback when shrinking2017-11-18, by Kim Alvefur
-
util.cache: Add a method to resize the cache2017-11-18, by Kim Alvefur
-
util.cache: Add method for removing all data (does not call eviction callback)2017-11-06, by Kim Alvefur
-
mod_storage_sql: Add support for truncating deletion2017-11-09, by Kim Alvefur
-
mod_storage_internal: Optimize truncation2017-11-10, by Kim Alvefur
-
mod_storage_internal: Allow truncating deletion at the beginning or end of an archive store2017-11-09, by Kim Alvefur
-
util.datetime: Add tests2017-11-19, by Kim Alvefur
-
mod_debug_sql: Declare itself as global module2017-11-18, by Kim Alvefur
-
Merge 0.10->trunk2017-11-10, by Kim Alvefur
-
util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]2017-11-10, by Kim Alvefur
-
mod_c2s: Set a default value for c2s_timeout (fixes #1036)2017-11-10, by Kim Alvefur
-
MUC: Cache names of public rooms on eviction2017-11-09, by Kim Alvefur
-
MUC: Measure rate of room eviction2017-11-09, by Kim Alvefur
-
MUC: Tweak debug log message2017-11-09, by Kim Alvefur
-
net.server_event: Split long line [luacheck]2017-11-10, by Kim Alvefur
-
util.format: Move tests to spec/2017-11-10, by Kim Alvefur
-
util: Various minor changes to please [luacheck]2017-11-10, by Kim Alvefur
-
luacheckrc: Ignore long commets (e.g. license in util.sasl)2017-11-10, by Kim Alvefur
-
util.sql: Discard useless substitution count from string.gsub in SQL debug logs2017-11-08, by Kim Alvefur
-
Merge 0.10->trunk2017-11-07, by Kim Alvefur
-
util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) (Thanks Ge0rG)2017-11-07, by Kim Alvefur
-
mod_pep_plus: Broadcast only the last item (thanks lovetox)2017-11-07, by Kim Alvefur
-
util.pubsub: Add method for retreiving the last item (useful for sending on subscribe)2017-11-06, by Kim Alvefur
-
mod_pubsub: Add a tail method (like util.cache) to archive_itemstore2017-11-06, by Kim Alvefur
-
mod_pubsub: Update node config names (should have been in 2abbb01cd756) (thanks lovetox)2017-11-06, by Kim Alvefur
-
spec/util.encodings: Test a lonly padding (can appear like this in SASL)2017-11-03, by Kim Alvefur
-
spec/util.encodings: Test an UTF-8 sequence2017-11-03, by Kim Alvefur
-
spec/util.encodings: Fix syntax2017-11-03, by Kim Alvefur
-
spec/util.encodings: Remove workaround for a thing2017-11-03, by Kim Alvefur
-
Merge 0.10->trunk2017-11-03, by Kim Alvefur
-
util.termcolours: Split a long line [luacheck]2017-11-03, by Kim Alvefur
-
spec/util.encodings: Add some base64 tests (Thanks Link Mavue)2017-11-03, by Kim Alvefur
-
Merge 0.10->trunk2017-10-29, by Kim Alvefur
-
man prosodyctl: Highlight subcommands2017-10-23, by Kim Alvefur
-
mod_http_errors: Use util.interpolation to render HTML template2017-10-27, by Kim Alvefur
-
mod_http_errors: Set Content-Type header to HTML (fixes #1030)2017-10-27, by Kim Alvefur
-
net.http.server: Include response object in most http-error events2017-10-27, by Kim Alvefur
-
rostermanager: Log warning if removal self-contact failed2017-10-28, by Kim Alvefur
-
rostermanager: Use internal method for storing removal of self-contact2017-10-28, by Kim Alvefur
-
rostermanager: Demote warning to debug message2017-10-28, by Kim Alvefur
-
rostermanager: Capitalize log message2017-10-28, by Kim Alvefur
-
rostermanager: Remove self-contact entry (fixes #933)2017-09-19, by Emmanuel Gil Peyrot
-
rostermanager: Simplify logging.2017-09-19, by Emmanuel Gil Peyrot
-
loggingmanager: Make timestamps enabled by default in file sink (fixes #1004)2017-10-26, by Kim Alvefur
-
mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" (fixes #956)2017-10-26, by Kim Alvefur
-
mod_mam: Load archiving preferes for offline users (fixes #1024)2017-10-17, by Kim Alvefur
-
mod_storage_xep0227: Ignore unused 'self' argument [luacheck]2017-10-25, by Kim Alvefur
-
mod_storage_xep0227: Add roster storage (fixes #1023)2017-10-19, by Kim Alvefur
-
mod_storage_xep0227: Correctly report that only key-value stores are supported2017-10-19, by Kim Alvefur
-
Merge 0.10->trunk2017-10-24, by Kim Alvefur
-
mod_stanza_debug: Logs full stanzas sent and received for debugging purposes2017-10-23, by Kim Alvefur
-
Makefile: Tell busted to use the configured Lua version (or C modules won't load)2017-10-22, by Kim Alvefur
-
hgignore: Stop ignoring *.report, these are no longer created since switching to busted2017-10-22, by Kim Alvefur
-
mod_uptime: Remove unused arguments [luacheck]2017-10-20, by Kim Alvefur
-
util.pubsub: Return an empty list if specific item asked for does not exist (thanks jonasw)2017-10-18, by Kim Alvefur
-
mod_pep_plus: Fix a typo.2017-10-18, by Emmanuel Gil Peyrot
-
mod_pep_plus: Use feature detection from pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pubsub: Move service feature dection to pubsub.lib to allow reuse2017-10-18, by Kim Alvefur
-
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]2017-10-18, by Kim Alvefur
-
mod_pubsub: Use correct variable name [luacheck]2017-10-18, by Kim Alvefur
-
mod_pubsub: Add support for Create and Configure2017-10-18, by Kim Alvefur
-
mod_pubsub: Fix namespace conflict with the pubsub#owner namespace2017-10-18, by Kim Alvefur
-
mod_pep_plus: Use dispatch function from pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pubsub: Move dispatch function into pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pep_plus: Advertise additional features not covered by inspection of pubsub service methods2017-10-17, by Kim Alvefur
-
mod_pep_plus: Fix feature mapping here too (see 29ef191c7bf9)2017-10-17, by Kim Alvefur
-
mod_pep: Advertise pubsub features that I believe to be implented2017-10-17, by Kim Alvefur
-
mod_pep: Remove disco identity and feature from the host (changed in XEP-0163 version 1.2)2017-10-17, by Kim Alvefur
-
mod_pubsub: Fix feature advertising of config-node and retrieve-default2017-10-17, by Kim Alvefur
-
mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster2017-10-16, by Kim Alvefur
-
util.pubsub: Remove inclusion of publisher2017-10-16, by Kim Alvefur
-
mod_pubsub: Fix typo in import2017-10-15, by Kim Alvefur
-
mod_pubsub: Don't log private data2017-10-15, by Kim Alvefur
-
util.debug: Produce a sensible name for nameless upvalues to C functions2017-10-15, by Kim Alvefur
-
mod_pep_plus: Advertise nodes with the correct JID (missed in ec605946e597) (thanks lovetox)2017-10-13, by Kim Alvefur
-
mod_pep_plus: Make node persistence configurable via pubsub#persist_items2017-10-11, by Kim Alvefur
-
mod_pep_plus: Advertise pubsub features in disco#info (code adapted from mod_pubsub)2017-10-11, by Kim Alvefur
-
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage2017-10-11, by Kim Alvefur
-
mod_pubsub: Make sure that a dataform is given to configure2017-10-11, by Kim Alvefur
-
util.pubsub: Return item-not-found if a single item is requested, and not there2017-10-09, by Kim Alvefur
-
mod_pep_plus: Add missing variable2017-10-09, by Kim Alvefur
-
net.server_event: Add "libevent" to backend description2017-10-09, by Kim Alvefur
-
mod_pubsub: Hide item persistence behind option (at least until affiliations are also persisted)2017-10-09, by Kim Alvefur
-
util.pubsub: Clear data on node deletion2017-10-08, by Kim Alvefur
-
mod_pubsub: Restore persistence with one archive per node2017-10-08, by Kim Alvefur
-
mod_storage_internal: Add more extensive query support to archive:delete method2017-10-08, by Kim Alvefur
-
mod_storage_internal: Add support for archive key deduplication (like mod_storage_sql)2017-10-08, by Kim Alvefur
-
mod_pubsub: Remove use of non-existent fields2017-10-08, by Kim Alvefur
-
mod_pep_plus: Update subscriptions for other local users only2017-10-08, by Kim Alvefur
-
mod_pep_plus: Keep track of nodes, and restore them when later2017-10-08, by Kim Alvefur
-
mod_pep_plus: Use local username instead of bare JID for references2017-10-08, by Kim Alvefur
-
mod_pep_plus: Skip over roster metadata (version, pending) entry2017-10-08, by Kim Alvefur
-
mod_pep_plus: Rename variable for clarity2017-10-08, by Kim Alvefur
-
mod_pubsub: Workaround some storage modules without archive key deduplication2017-10-08, by Kim Alvefur
-
mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck]2017-10-08, by Kim Alvefur
-
mod_pep_plus, mod_pubsub: Store node content in separate archive stores2017-10-07, by Kim Alvefur
-
util.datamanager: Encode the 'store' path component, preserving underscores2017-10-08, by Kim Alvefur
-
mod_pubsub: Add method to clear data from a simple_itemstore2017-10-07, by Kim Alvefur
-
util.pubsub: Clear data store if it supports being cleared, otherwise fall back to creating a new one2017-10-07, by Kim Alvefur
-
mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d)2017-10-07, by Kim Alvefur
-
mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one)2017-10-07, by Kim Alvefur
-
Merge 0.10->trunk2017-10-05, by Kim Alvefur
-
mod_storage_sql: Also clear the prosodyarchive table when an user is deleted (fixes #1009)2017-10-05, by Kim Alvefur
-
mod_storage_sql: Remove return values from purge method2017-10-05, by Kim Alvefur
-
util.encodings: Use the 'idx' argument correctly [-Wunused-parameter]2017-10-05, by Kim Alvefur
-
Merge 0.10->trunk2017-10-04, by Kim Alvefur
-
CHANGES: Correct date using the power hindsight2017-10-04, by Kim Alvefur
-
util.sql: Don't log at error level if a transaction failed and was retried ok2017-10-04, by Matthew Wild
-
Added tag 0.10.0 for changeset 39966cbc29f42017-09-28, by Matthew Wild
-
Merge 0.10->trunk2017-09-29, by Kim Alvefur
-
configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc2017-09-28, by Kim Alvefur
-
configure: Remove unused "require config" option2017-09-28, by Kim Alvefur
-
configure: Add new but undocumented flags to --help2017-09-28, by Kim Alvefur
-
configure: Set runtime in debian preset to allow building without interperter installed2017-09-28, by Kim Alvefur
-
net.adns: Import setmetatable into a local (fixes traceback on Lua 5.2)2017-09-27, by Kim Alvefur
-
prosodyctl: Abort and warn if the config can't be opened after dropping root privileges (fixes #990)2017-09-27, by Kim Alvefur
-
mod_blocklist: Drop messages to existing full JIDs in order to prevent issues with MUC PMs, fixes #6902017-09-27, by Kim Alvefur
-
prosodyctl: cert import: Reuse function from certmanager for locating certificates and keys2017-09-27, by Kim Alvefur
-
prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket2017-09-27, by Kim Alvefur
-
util.throttle: Remove unused import of floor() [luacheck]2017-09-26, by Matthew Wild
-
Merge 0.10->trunk2017-09-26, by Matthew Wild
-
mod_limits: Handle fractional outstanding balance values (caused by e3f7b6fa46ba)2017-09-26, by Matthew Wild
-
Merge 0.10->trunk2017-09-26, by Matthew Wild
-
mod_s2s: Use a separate resolver object for each outgoing session2017-09-25, by Matthew Wild
-
net.adns: Restructure to allow creating separate resolver objects, like net.dns2017-09-25, by Matthew Wild
-
prosodyctl check: Fix traceback when no modules_enabled are defined (e.g., a completely empty config)2017-09-24, by Waqas Hussain
-
prosody: Tiny whitespace fix2017-09-24, by Kim Alvefur
-
net.dns: Correctly apply lower bound of RTT (thanks Ge0rG)2017-09-23, by Kim Alvefur
-
prosody.cfg.lua.dist: Improve certificates comment2017-09-23, by Matthew Wild
-
prosody.cfg.lua.dist: Further tweaks in preparation for 0.10.02017-09-23, by Matthew Wild
-
certmanager: Add debug logging (thanks av6)2017-09-23, by Matthew Wild
-
prosody.cfg.lua.dist: Update in preparation for 0.10.0 release2017-09-23, by Matthew Wild
-
mod_server_contact_info: Import from prosody-modules 2c59f2f0c37d (fixes #778)2017-09-23, by Matthew Wild
-
mod_limits: Import from prosody-modules 2c59f2f0c37d (fixes #129)2017-09-23, by Matthew Wild
-
util.dataforms: Don't include list options in result forms (fixes #983)2017-09-23, by Matthew Wild
-
Merge 0.10->trunk2017-09-21, by Kim Alvefur
-
mod_mam: Also return the preferences on set2017-09-19, by Emmanuel Gil Peyrot
-
hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#items (thanks Ge0rG)2017-09-20, by Matthew Wild
-
mod_mam: Log a message when not archiving because it only had ignored tags2017-09-18, by Kim Alvefur
-
prosodyctl: cert import: Use env variable set by certbot if invoked as post-renew hook2017-09-18, by Kim Alvefur
-
prosodyctl: Only demand a hostname argument to cert commands other than import2017-09-18, by Kim Alvefur
-
prosodyctl: Use all enabled hosts if no hostnames passed to cert import2017-09-18, by Kim Alvefur
-
util_throttle_spec: Slight stylistic update for function test group titles2017-09-17, by Waqas Hussain
-
.hgignore: Add luacov.report.out, luacov.report.out.index and luacov.stats.out2017-09-17, by Waqas Hussain
-
Merge 0.10->trunk2017-09-16, by Kim Alvefur
-
util.random: Add a _source field to match util.crand2017-09-16, by Kim Alvefur
-
util.random: Remove obsolete noop seed function2017-09-16, by Kim Alvefur
-
spec/util_queue: Add iterator and peek tests for 100% line coverage2017-09-16, by Matthew Wild
-
.luacheckrc: Add busted globals for spec/* (thanks av6!)2017-09-16, by Matthew Wild
-
Makefile: Update `make test` to use the "busted" test runner2017-09-16, by Waqas Hussain
-
util.async: Fix documentation URL2017-09-15, by Waqas Hussain
-
Port tests to the `busted` test runner2017-09-15, by Waqas Hussain
-
Merge 0.10->trunk2017-09-14, by Kim Alvefur
-
Merge 0.9->0.102017-09-14, by Kim Alvefur
-
mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987)2017-09-13, by Kim Alvefur
-
mod_mam: Log a message in case archive deletion is not supported by the storage module in use2017-09-12, by Kim Alvefur
-
mod_mam: Use a FIFO queue for scheduling archive expiry2017-09-12, by Kim Alvefur
-
core.loggingmanager: Remove now unused locals [luacheck]2017-09-11, by Kim Alvefur
-
loggingmanager, mod_posix: Import util.format correctly (fixes #985)2017-09-11, by Kim Alvefur
-
loggingmanager: Slight cleanup and optimization of file sink2017-09-10, by Waqas Hussain
-
loggingmanager, mod_posix: Replace the old inconsistent log formatting with the new util.format2017-09-10, by Waqas Hussain
-
util.format: A string.format wrapper that gracefully handles invalid arguments2017-09-10, by Waqas Hussain
-
util.dependencies: Add comment about LuaSec compat2017-07-25, by Kim Alvefur
-
util.dependencies: Add compatibility code for LuaSocket no longer exporting as a global2017-07-25, by Kim Alvefur
-
mod_saslauth: Use correct varible name (thanks Roi)2017-07-08, by Kim Alvefur
-
mod_pubsub: Comment out data persistence for now (weird without config persistence)2017-09-13, by Kim Alvefur
-
util.pubsub: Don't record publisher when superuser privileges are used (eg by modules)2017-07-29, by Kim Alvefur
-
mod_pubsub: Store data in users store, node in 'with' metadata field2017-04-26, by Kim Alvefur
-
mod_pubsub: Pass 'user' to simple_itemstore2017-04-26, by Kim Alvefur
-
util.pubsub: Catch overriden id from storage2017-04-26, by Kim Alvefur
-
mod_pubsub: Pass xmlns correctly2017-04-26, by Kim Alvefur
-
mod_pep_plus: Add item persistency.2017-04-15, by Emmanuel Gil Peyrot
-
mod_pep_plus: Fix all of the warnings [luacheck]2017-04-15, by Emmanuel Gil Peyrot
-
mod_pubsub: Add item persistence using mod_storage_*’s archive store.2017-04-15, by Emmanuel Gil Peyrot
-
util.pubsub: Add the publisher as an attribute in the item element.2017-04-02, by Emmanuel Gil Peyrot
-
util.pubsub: Add a node parameter to itemstore().2017-04-02, by Emmanuel Gil Peyrot
-
mod_pubsub: Fix a few warnings [luacheck]2017-04-14, by Emmanuel Gil Peyrot
-
tests: Add failing tests for util.async2017-09-12, by Matthew Wild
-
Merge 0.10->trunk2017-09-04, by Kim Alvefur
-
mod_mam: Factor out <stanza-id> stripping so it can be reused in two places2017-09-03, by Kim Alvefur
-
mod_mam: Clone stanza before stripping stanza id after carbons2017-09-03, by Kim Alvefur
-
man/prosodyctl.markdown: Reflow2017-09-02, by Kim Alvefur
-
man prosodyctl: Add text about the `cert import` command2017-09-02, by Kim Alvefur
-
Merge 0.10->trunk2017-08-29, by Kim Alvefur
-
prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol)2017-08-29, by Kim Alvefur
-
Merge 0.10->trunk2017-08-28, by Kim Alvefur
-
net.http: Add option for disabling TLS certifictate validation2017-07-07, by Kim Alvefur
-
net.http: Validate HTTPS certificates (fixes #659)2017-07-07, by Kim Alvefur
-
prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659)2017-07-07, by Kim Alvefur
-
net.http: Move default SSL/TLS settings into options, allowing them to be overriden in new()2017-07-07, by Kim Alvefur
-
net.http: Expose defaults2017-07-07, by Kim Alvefur
-
net.http: Remove duplicate 'request' entry2017-07-07, by Kim Alvefur
-
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)2017-07-25, by Kim Alvefur
-
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)2017-07-28, by Kim Alvefur
-
MUC: Use variable that actually exists (thanks Martin)2017-08-06, by Kim Alvefur
-
prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779)2017-08-04, by Kim Alvefur
-
net.websocket: Remove stray module api reference, shouldn't be used in here2017-07-30, by Kim Alvefur
-
mod_disco: Advertise in stream-features after auth (probably what was meant in 200f1f6306a7) (fixes #957)2017-07-27, by Kim Alvefur
-
MUC: Reject whitespace-only nicknames (fixes #337)2017-07-20, by Kim Alvefur
-
util.sql: Greedily read all rows so we can close queries early (fixes #391)2017-08-04, by Matthew Wild
-
Merge 0.10 -> trunk2017-07-28, by Matthew Wild
-
sessionmanager: Revert session.type if binding fails due to roster load error2017-07-28, by Matthew Wild
-
mod_register: Add ::1 to the default registration_whitelist.2017-07-16, by Emmanuel Gil Peyrot
-
mod_bosh: Add ::1 to the default trusted_proxies.2017-07-16, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2017-07-06, by Kim Alvefur
-
MUC: Include a human-readable message when denying room creation because of restrict_room_creation2017-07-06, by Kim Alvefur
-
MUC: Log debug message when restoring a room from storage2017-07-06, by Kim Alvefur
-
prosodyctl: Make `cert check` do the same as `check certs`2017-07-06, by Kim Alvefur
-
MUC: Add some comments attempting to explain what presence and <x> tag goes where2017-07-06, by Kim Alvefur
-
MUC: Include status code 110 on affiliation changes (see #765)2017-07-06, by Kim Alvefur
-
MUC: Include status code 110 on role change notifications (fixes #765))2017-07-06, by Kim Alvefur
-
mod_storage_internal: Return a noop iterator if archive is empty (fixes #920)2017-07-05, by Kim Alvefur
-
mod_mam: Request a total count if no items are requested2017-07-05, by Kim Alvefur
-
man prosodyctl: Mention the --root flag2017-07-01, by Kim Alvefur
-
Backed out changeset a6574fdf8734, violates XEP-00452017-07-03, by Kim Alvefur
-
MUC: Only send status code 307 to the user being kicked, not everyone (fixes #939)2017-06-25, by Kim Alvefur
-
Merge 0.10->trunk2017-06-13, by Kim Alvefur
-
mod_posix: Ignore currently unused argument [luacheck]2017-06-13, by Kim Alvefur
-
mod_posix: Split long line [luacheck]2017-06-13, by Kim Alvefur
-
Merge 0.10->trunk2017-06-13, by Kim Alvefur
-
Merge 0.9->0.102017-06-13, by Kim Alvefur
-
net.dns: Prevent answers from immediately expiring even if TTL=0 (see #919)2017-06-13, by Kim Alvefur
-
Merge 0.10->trunk2017-06-01, by Kim Alvefur
-
Merge 0.9->0.102017-06-01, by Kim Alvefur
-
mod_welcome: Return the pointer to the root of the stanza, fixes a bug similar to #922.2017-05-30, by Emmanuel Gil Peyrot
-
certmanager: Update the 'certificates' option after the config has been reloaded (fixes #929)2017-06-01, by Kim Alvefur
-
configmanager: Remove unused local [luacheck]2017-05-28, by Kim Alvefur
-
Merge 0.10->trunk2017-05-27, by Kim Alvefur
-
Merge 0.9->0.102017-05-27, by Kim Alvefur
-
mod_disco: Add an account/registered identity on subscribed accounts, fixes #826.2017-05-27, by Emmanuel Gil Peyrot
-
Merge 0.9->0.102017-05-27, by Kim Alvefur
-
configmanager: Remove support for multiple parsers, fixes #852.2017-05-27, by Emmanuel Gil Peyrot
-
mod_watchregistrations: Return the pointer to the root of the stanza, fixes #922.2017-05-27, by Emmanuel Gil Peyrot
-
net.dns: Simplify expiry calculation (fixes #919)2017-05-22, by Kim Alvefur
-
Merge 0.10->trunk2017-05-20, by Kim Alvefur
-
mod_mam: Attach stanza-id to original stanza (fixes #917)2017-05-20, by Kim Alvefur
-
Merge 0.10->trunk2017-05-18, by Kim Alvefur
-
rostermanager: Use correct variable (missed one place while renaming variable in b98006bfd97a)2017-05-17, by Kim Alvefur
-
Merge 0.10->trunk2017-05-16, by Kim Alvefur
-
mod_websocket: Convert set to string (syslog sink needs a better fix)2017-05-16, by Kim Alvefur
-
prosodyctl: Show description of each certificate subcommand2017-05-16, by Kim Alvefur
-
mod_storage_internal: Handle case of empty item store when deleting (fixes #910)2017-05-14, by Kim Alvefur
-
mod_storage_internal: Correctly calculate number of deleted items (fixes #912)2017-05-14, by Kim Alvefur
-
mod_message: Include username in event for offline messages2017-05-10, by Kim Alvefur
-
mod_mam: Format timestamps in log message2017-05-07, by Kim Alvefur
-
mod_message: Normalize indentation2017-05-07, by Kim Alvefur
-
mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c9 (thanks waqas)2017-04-30, by Matthew Wild
-
mod_mam: Use correct variable2017-04-27, by Kim Alvefur
-
mod_message: Remove TODO about privacy list (mod_privacy was removed)2017-04-27, by Kim Alvefur
-
mod_motd: Use initial presence event (saves some checking)2017-04-27, by Kim Alvefur
-
mod_component: Use typed config API2017-04-26, by Kim Alvefur
-
Merge 0.10->trunk2017-04-26, by Kim Alvefur
-
mod_mam: Don't ask the storage backend to count all items when expiry is disabled2017-04-26, by Kim Alvefur
-
mod_tls: Rebuild SSL context objects on configuration reload - #7012017-04-25, by Kim Alvefur
-
configure: --add-ldflags to amend $LDFLAGS without overriding previous value #8582017-04-25, by Kim Alvefur
-
configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #8582017-04-25, by Kim Alvefur
-
Merge 0.10->trunk2017-04-24, by Kim Alvefur
-
util.crand: Build with musl/non-glibc (can't have undefined argument-taking macros?)2017-04-24, by Kim Alvefur
-
mod_admin_telnet: Output human-friendly memory usage when meminfo is unavailable (thanks nbastin)2017-04-24, by Kim Alvefur
-
mod_pep: Handle disco#info queries to nodes (fixes #805)2017-04-24, by Kim Alvefur
-
mod_pep: Split long line [luacheck]2017-04-24, by Kim Alvefur
-
util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency with mod_posix)2017-04-24, by Kim Alvefur
-
prosodyctl: Add cert import to short help2017-04-24, by Kim Alvefur
-
Merge 0.10->trunk2017-04-24, by Kim Alvefur
-
prosodyctl: Attempt to reload prosody after importing certificates2017-04-22, by Kim Alvefur
-
prosodyctl: Make note about reporting where certificates are searched for2017-04-22, by Kim Alvefur
-
prosodyctl: Return non-zero exit code from cert import if no certificates imported2017-04-22, by Kim Alvefur
-
prosodyctl: Delay reporting of successful certificate imports until all done2017-04-22, by Kim Alvefur
-
mod_posix: Use typed config API2017-04-22, by Kim Alvefur
-
net.http: Add request.url, which is the original full URL as a string2017-04-21, by Matthew Wild
-
net.http: Fire new events: pre-request, request-connection-error, request, response2017-04-21, by Matthew Wild
-
net.http: Allow creation of http client objects, with custom options2017-04-21, by Matthew Wild
-
Merge 0.10->trunk2017-04-21, by Kim Alvefur
-
prosodyctl: cert import: Command to copy certificates into prosodys certificate directory (fixes #892)2017-04-21, by Kim Alvefur
-
prosodyctl: Split long line [luacheck]2017-04-21, by Kim Alvefur
-
prosodyctl: Normalize inconsistent whitespace [luacheck]2017-04-21, by Kim Alvefur
-
prosodyctl: Verify that directory certs are written to exists2017-04-21, by Kim Alvefur
-
prosodyctl: Verify permissions on directory that certificates are written to2017-04-21, by Kim Alvefur
-
prosodyctl: Return non-zero status to indicate error2017-04-21, by Kim Alvefur
-
prosodyctl: Remove example showing deprecated config option2017-04-21, by Kim Alvefur
-
prosodyctl: Fix indentation2017-04-21, by Kim Alvefur
-
Merge 0.10->trunk2017-04-20, by Kim Alvefur
-
prosodyctl: Use the correct variable2017-04-20, by Kim Alvefur
-
Merge 0.10->trunk2017-04-19, by Kim Alvefur
-
prosodyctl cert: If running as root, write certificate files to config directory (fixes #530)2017-04-19, by Kim Alvefur
-
prosodyctl: Rename variable for soft-require success to improve readability2017-04-19, by Kim Alvefur
-
prosodyctl: Remove --root from arg array2017-04-19, by Kim Alvefur
-
Merge 0.9->0.102017-04-19, by Kim Alvefur
-
prosodyctl: Allow continuing to run as root (fixes #893)2017-04-19, by Kim Alvefur
-
util.sasl.plain,scram: Record username in sasl state earlier2017-04-19, by Kim Alvefur
-
prosodyctl: Don't switch user if we are root and run_as_root is enabled2017-04-19, by Matthew Wild
-
mod_bosh: Update session.conn to point to the current connection (fixes #890)2017-04-17, by Kim Alvefur
-
util.datamanager: Use already known index instead of measuring length each iteration2017-04-17, by Kim Alvefur
-
Merge 0.10->trunk2017-04-15, by Kim Alvefur
-
mod_storage_internal: Support the 'key' archive query field2017-04-15, by Kim Alvefur
-
Merge 0.10->trunk2017-04-15, by Kim Alvefur
-
configure: Skip some interpreter checks if --runwith is set2017-04-15, by Kim Alvefur
-
configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron)2017-04-15, by Kim Alvefur
-
Merge 0.10->trunk2017-04-13, by Kim Alvefur
-
util.sql: Produce more SQL-standard-like debug messages2017-04-13, by Kim Alvefur
-
Merge 0.10->trunk2017-04-12, by Kim Alvefur
-
mod_storage_sql: Limit encoding check to current database2017-04-12, by Kim Alvefur
-
mod_storage_sql: Break long lines2017-04-12, by Kim Alvefur
-
mod_storage_sql: Pass charset and collation names via variable binding2017-04-12, by Kim Alvefur
-
mod_storage_sql: Quote some field names2017-04-12, by Kim Alvefur
-
Merge 0.10->trunk2017-04-12, by Kim Alvefur
-
util.sql: Strip indentation from queries for debug logging2017-04-12, by Kim Alvefur
-
mod_storage_sql: Raise error if encoding check query fails2017-04-12, by Kim Alvefur
-
Merge 0.10->trunk2017-04-10, by Kim Alvefur
-
mod_presence: Use get_child_text on priority child element (fixes #552)2017-04-10, by Kim Alvefur
-
mod_presence: No need to overwrite index 1 since it's set on the line below2017-04-10, by Kim Alvefur
-
mod_register: Include additional data in user-registering event2017-04-10, by Kim Alvefur
-
mod_register: Remove check for empty table (previous line sets a field)2017-04-10, by Kim Alvefur
-
Merge 0.10->trunk2017-04-08, by Kim Alvefur
-
prosodyctl: Point out how default_storage is redundant if storage is a string2017-04-08, by Kim Alvefur
-
migration/prosody_sql: Commit transaction when all items have been processed2017-04-08, by Kim Alvefur
-
Merge 0.10->trunk2017-04-07, by Kim Alvefur
-
migrator/prosody_sql: Abort and demand database be upgraded if it needs to be (#635)2017-04-07, by Kim Alvefur
-
migrator.prosody_sql: Switch to util.sql (#635)2017-04-07, by Kim Alvefur
-
mod_storage_none: Add a noop archive delete method2017-04-04, by Kim Alvefur
-
Merge 0.10->trunk2017-04-03, by Kim Alvefur
-
mod_storage_none: Add allways empty archive storage2017-04-03, by Kim Alvefur
-
mod_storage_none: Ignore unused arguments [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_internal_plain: Rename unused self argument [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_internal_hashed: Split long lines [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]2017-04-03, by Kim Alvefur
-
mod_websocket: Log state of cross domain set after changing it2017-04-03, by Kim Alvefur
-
Merge 0.10->trunk2017-04-02, by Kim Alvefur
-
mod_storage_sql: Fix to use correct SQL query (thanks carlos)2017-04-02, by Kim Alvefur
-
Merge 0.10->trunk2017-04-02, by Kim Alvefur
-
luacheckrc: Declare module.environment as writable (thanks Link Mauve)2017-04-02, by Kim Alvefur
-
mod_mam: Remove extraneous assert when opening the store2017-04-02, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2017-04-01, by Kim Alvefur
-
net.http: Pass error all the way to callback2017-04-01, by Kim Alvefur
-
mod_c2s: Remove unused locals [luacheck]2017-04-01, by Kim Alvefur
-
Merge 0.10->trunk2017-04-01, by Kim Alvefur
-
mod_saslauth: Remove unused argument [luacheck]2017-04-01, by Kim Alvefur
-
mod_disco: Rename variables to avoid name clash [luacheck]2017-04-01, by Kim Alvefur
-
mod_blocklist: Use local variable [luacheck]2017-04-01, by Kim Alvefur
-
Merge 0.10->trunk2017-04-01, by Kim Alvefur
-
mod_storage_sql: Remove unused return values (should those actually be used?)2017-04-01, by Kim Alvefur
-
mod_storage_sql: Ignore name clash [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Split long lines [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Ignore name clash [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions2017-04-01, by Kim Alvefur
-
mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Rename variables to avoid name clashes [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments2017-04-01, by Kim Alvefur
-
mod_offline: Include timestamp and empty 'with'2017-04-01, by Kim Alvefur
-
mod_storage_sql: Remove compat for argument order change2017-04-01, by Kim Alvefur
-
MUC: Include original stanza in send history event2017-04-01, by Kim Alvefur
-
MUC: Decrement priority muc-get-history hook to standard for core modules2017-04-01, by Kim Alvefur
-
Merge 0.10->trunk2017-03-31, by Kim Alvefur
-
mod_offline: Switch to using archive store via the storagemanager API2017-03-31, by Kim Alvefur
-
mod_storage_internal: Add the dates method2017-03-31, by Kim Alvefur
-
mod_storage_internal: Add support for removing archived items2017-03-31, by Kim Alvefur
-
mod_storage_internal: Add basic archive store implementation2017-03-31, by Kim Alvefur
-
mod_storage_internal: Ignore unused 'self' argument [luacheck]2017-03-31, by Kim Alvefur
-
mod_storage_internal: Reorder methods2017-03-31, by Kim Alvefur
-
mod_storage_internal: Separate driver from keyval implementation2017-03-31, by Kim Alvefur
-
util.array: Add method for filtering out duplicate values2017-03-31, by Kim Alvefur
-
util.id: New util for producing random identifiers of varying sizes2017-03-29, by Kim Alvefur
-
Merge 0.10->trunk2017-03-28, by Kim Alvefur
-
util.datamanager: Log where the error came from2017-03-28, by Kim Alvefur
-
util.datamanager: Rearrange locals2017-03-28, by Kim Alvefur
-
util.pposix: Remove fallocate2017-02-28, by Kim Alvefur
-
util.datamanager: Use pposix.atomic_append2017-02-28, by Kim Alvefur
-
util.pposix: Add function for atomically appending data to a file2017-03-01, by Kim Alvefur
-
Merge 0.10->trunk2017-03-27, by Kim Alvefur
-
net.server_epoll: Attempt to simplify state control2017-03-27, by Kim Alvefur
-
net.server_epoll: Check write buffer for remaining data to write when closing2017-03-27, by Kim Alvefur
-
net.server_epoll: Log if there's a connection without listeners2017-03-27, by Kim Alvefur
-
man prosodyctl: Rebuild from Markdown source2017-03-25, by Kim Alvefur
-
Merge 0.10->trunk2017-03-23, by Kim Alvefur
-
Merge 0.9->0.102017-03-23, by Kim Alvefur
-
mod_disco: Correctly set the 'node' attr (fixes #449)2017-03-23, by Kim Alvefur
-
Merge 0.10->trunk2017-03-23, by Kim Alvefur
-
mod_mam: Remove dead code (default will be filled in by mamprefs.lib)2017-03-23, by Kim Alvefur
-
Merge 0.10->trunk2017-03-23, by Kim Alvefur
-
util.encodings: Make limit lookup table a const (from Lua f2a813ae)2017-03-22, by Kim Alvefur
-
MUC: Log when denying entry to locked room2017-03-22, by Kim Alvefur
-
util.datamanager: Remove check for file non-existence since ENOENT tells us that already2017-03-22, by Kim Alvefur
-
util.datamanager: Split long line [luacheck]2017-03-22, by Kim Alvefur
-
storagemanager: Use the existing local reference to 'hosts'2017-03-22, by Kim Alvefur
-
util.dependencies: Give APT command for installing lua-sec2017-03-21, by Kim Alvefur
-
mod_posix: Use path variant of config API for pidfile option2017-03-21, by Kim Alvefur
-
mod_http_files: Use path variant of config option API for http_files_dir2017-03-21, by Kim Alvefur
-
MUC: Shorter label2017-03-21, by Kim Alvefur
-
Merge 0.10->trunk2017-03-20, by Kim Alvefur
-
util.statistics,statsd,throttle,timer: Replace dependency on LuaSockect with util.time for precision time2017-03-19, by Kim Alvefur
-
configure: Move name and directory name into a variable for easier comparison with similar scripts2017-03-18, by Kim Alvefur
-
Merge 0.10->trunk2017-03-17, by Kim Alvefur
-
mod_http_files: Pass only the name of the path, get_option_path knows how to deal with it2017-03-17, by Kim Alvefur
-
Merge 0.10 -> trunk2017-03-17, by Matthew Wild
-
mod_pubsub: Fix syntax error introduced in 241f02bd66ce2017-03-17, by Matthew Wild
-
Merge 0.10->trunk2017-03-16, by Kim Alvefur
-
luacheckrc: Add module:get_option_scalar to known globals2017-03-16, by Kim Alvefur
-
mod_pubsub: Rely on type checking in module API2017-03-16, by Kim Alvefur
-
mod_mam: Handle default_archive_policy option consistently2017-03-16, by Kim Alvefur
-
mod_http_files: Use API for config options that are file paths2017-03-16, by Kim Alvefur
-
plugins/various: Use type-specific config API2017-03-16, by Kim Alvefur
-
util.array: Add O(n) equality check metamethod2017-03-16, by Kim Alvefur
-
core.moduleapi: Factor out code for getting a scalar config option2017-03-15, by Kim Alvefur
-
Merge 0.10->trunk2017-03-12, by Kim Alvefur
-
util.signal: Enable all GNU features, _DEFAULT_SOURCE doesn't have the desired effect before glibc 2.192017-03-12, by Kim Alvefur
-
Merge 0.10->trunk2017-03-11, by Kim Alvefur
-
util.signal: Restore non-standard GNU "default" behaviour of signal(2)2017-03-11, by Kim Alvefur
-
Merge 0.10->trunk2017-03-10, by Kim Alvefur
-
util-src: Specify size of various tables to be allocated2017-03-09, by Kim Alvefur
-
mod_blocklist: Split long line [luacheck]2017-03-08, by Kim Alvefur
-
Merge 0.10->trunk2017-03-07, by Kim Alvefur
-
util.pposix: Use correct type for limits [-Wconstant-conversion]2017-03-07, by Kim Alvefur
-
util.pposix: Limit meminfo to Linux until we can figure out how to get this info on other platforms2017-03-07, by Kim Alvefur
-
configure: Fix Lua suffix in FreeBSD preset2017-03-07, by Kim Alvefur
-
Merge 0.10->trunk2017-03-06, by Kim Alvefur
-
mod_saslauth: Fix typoed variable name [luacheck]2017-03-06, by Kim Alvefur
-
tests: Trim trailing whitespace2017-03-06, by Kim Alvefur
-
mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e772017-03-06, by Kim Alvefur
-
mod_tls: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e772017-03-06, by Kim Alvefur
-
MUC: Split long line [luacheck]2017-03-06, by Kim Alvefur
-
Merge 0.10->trunk2017-03-06, by Kim Alvefur
-
mod_message: Return early on messages of type error (silences empty if branch warning) [luacheck]2017-03-06, by Kim Alvefur
-
mod_c2s: Rename unused loop variable to _ [luacheck]2017-03-06, by Kim Alvefur
-
mod_c2s: Rename variable no avoid name clash [luacheck]2017-03-06, by Kim Alvefur
-
luacheckrc: Ignore shadowing of logger2017-03-06, by Kim Alvefur
-
luacheckrc: Include entire module API2017-03-06, by Kim Alvefur
-
mod_adhoc/adhoc.lib: instantiate table with all fields2017-03-06, by Kim Alvefur
-
Merge 0.10->trunk2017-03-06, by Kim Alvefur
-
core: Allow select core modules to mutate some globals (needs luacheck 1.19)2017-03-04, by Kim Alvefur
-
luacheckrc: Set max line length to 150 for now [luacheck]2017-03-04, by Kim Alvefur
-
core: Split some very long lines [luacheck]2017-03-04, by Kim Alvefur
-
Merge 0.10->trunk2017-03-03, by Kim Alvefur
-
configure: Fix setting libdir if prefix changed2017-03-03, by Kim Alvefur
-
Merge 0.10->trunk2017-03-02, by Kim Alvefur
-
configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #721, #777)2017-03-02, by Kim Alvefur
-
configure: Merge with configure from LuaRocks (which it was originally based on apparently)2017-03-02, by Kim Alvefur
-
util.ringbuffer: Change types of length related variables to size_t [-Wsign-compare]2017-03-02, by Kim Alvefur
-
Merge 0.9->0.102017-03-02, by Kim Alvefur
-
mod_saslauth: Log SASL failure reason2017-03-02, by Kim Alvefur
-
mod_websocket: Make open_stream method behave like the one from util.xmppstream2017-03-02, by Kim Alvefur
-
mod_websocket: Include xml:lang attribute on stream <open> (fixes #840)2017-03-02, by Kim Alvefur
-
Backed out changeset a3a4ed0d34f4 C99 is ok2017-03-01, by Kim Alvefur
-
configure: Set C standard to C992017-03-01, by Kim Alvefur
-
util.crand: Only include getrandom shiv with glibc older than 2.252017-03-01, by Kim Alvefur
-
util.crand: Change argumen names to match some man page2017-03-01, by Kim Alvefur
-
util.crand: Move comment block2017-03-01, by Kim Alvefur
-
util.pposix, configure: Move _GNU_SOURCE macro into source files2017-03-01, by Kim Alvefur
-
util.envload: Close file handle after reading data2017-03-01, by Kim Alvefur
-
util.datamanager: Expose atomic_store as store_raw2017-03-01, by Kim Alvefur
-
util.datamanager: Use atomic store function when writing the first entry of a list2017-03-01, by Kim Alvefur
-
util.datamanager: Import value of ENOENT from util.pposix (if available)2017-03-01, by Kim Alvefur
-
util.pposix: Expose ENOENT constant (usually 2, but you never know)2017-03-01, by Kim Alvefur
-
util.datamanager: Ignore ENOENT (no such file) when loading data2017-03-01, by Kim Alvefur
-
Merge 0.10->trunk2017-03-01, by Kim Alvefur
-
prosodyctl: Trim trailing whitespace2017-02-27, by Kim Alvefur
-
tests/util.logger: Remove use of deprecated module function2017-02-27, by Kim Alvefur
-
prosodyctl: Handle move of 'unpack' in Lua 5.22017-02-27, by Kim Alvefur
-
util.pposix: Fix typo in comment2017-02-26, by Kim Alvefur
-
util.crand: Clarify that lua_error does not return2017-02-25, by Kim Alvefur
-
Merge 0.9->0.102017-02-25, by Kim Alvefur
-
mod_register: Require encryption before registration if c2s_require_encryption is set (fixes #595)2017-02-21, by Kim Alvefur
-
util.crand: Throw error if OpenSSLs RNG is not seeded2017-02-25, by Kim Alvefur
-
mod_tls: Suppress debug message if already using encryption2017-02-25, by Kim Alvefur
-
util.adhoc: Pass command data to initial_data callback in order to allow loading per-user settings2017-02-22, by Kim Alvefur
-
mod_admin_telnet: Print a message to open sessions when shutting down, including the reason2017-02-21, by Kim Alvefur
-
net.server_epoll: Add method for changing read pattern2017-02-25, by Kim Alvefur
-
Merge 0.10->trunk2017-02-20, by Kim Alvefur
-
mod_mam: Fix to treat first return value from archive:append as assigned ID2017-02-20, by Kim Alvefur
-
mod_storage_sql: Make archive:append() to return the id (or key) as first return value2017-02-20, by Kim Alvefur
-
mod_mam: Remove repeated blank line2017-02-19, by Kim Alvefur
-
mod_mam: Fix typo in comment2017-02-19, by Kim Alvefur
-
mod_mam: Add missing wrapping <query> element when returning the query form2017-02-19, by Kim Alvefur
-
mod_mam: Update namespace to XEP-0313 v0.62017-02-19, by Kim Alvefur
-
mod_mam: Strip stanza-id tags after carbons2017-02-19, by Kim Alvefur
-
mod_mam: Fix wording of comment2017-02-19, by Kim Alvefur
-
Merge 0.10->trunk2017-02-15, by Kim Alvefur
-
mod_saslauth: Ignore shadowing of logger [luacheck]2017-02-15, by Kim Alvefur
-
mod_tls: Log reasons for not being able to do TLS2017-02-15, by Kim Alvefur
-
mod_saslauth: Improve logging as to why when SASL is not offered2017-02-15, by Kim Alvefur
-
mod_saslauth: Cache logger in local for less typing2017-02-15, by Kim Alvefur
-
migrator: Fix missing word2017-02-15, by Kim Alvefur
-
migrator: Fix argument parsing2017-02-15, by Kim Alvefur
-
migrator: Unexpand whitespace2017-02-15, by Kim Alvefur
-
Merge 0.10->trunk2017-02-14, by Kim Alvefur
-
mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)2017-02-14, by Kim Alvefur
-
mod_mam: Move stanza ID namespace to a common variable2017-02-14, by Kim Alvefur
-
util-src/*.c: Attach pointer * to name instead of type2017-02-12, by Kim Alvefur
-
util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct2017-02-12, by Kim Alvefur
-
Merge 0.10->trunk2017-02-10, by Kim Alvefur
-
mod_component: Add read timeout handler (same behaviour as c2s and s2s)2017-02-10, by Kim Alvefur
-
Merge 0.10->trunk2017-02-04, by Kim Alvefur
-
mod_mam: Ignore "indirectly mutating read-only global variable prosody" warning [luacheck]2017-02-03, by Kim Alvefur
-
mod_mam/mamprefs: Use 'prosody.hosts' instead of '_G.hosts' in case we ever deprecate the later2017-02-03, by Kim Alvefur
-
mod_mam: Correct import of util.rsm2017-02-03, by Kim Alvefur
-
tools/migration/migrator/*: Remove use of module()2017-02-02, by Kim Alvefur
-
migrator: Remove wrapper around envloadfile since envloadfile does the right thing in a compatible way2017-02-02, by Kim Alvefur
-
Makefile: Install mod_mam (fixes #825)2017-01-31, by Kim Alvefur
-
Merge 0.10->trunk2017-01-29, by Kim Alvefur
-
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]2017-01-29, by Kim Alvefur
-
prosody: Trim trailing whitespace2017-01-29, by Kim Alvefur
-
util.dependencies: Normalize whitespace2017-01-28, by Kim Alvefur
-
Merge 0.10->trunk2017-01-28, by Kim Alvefur
-
mod_component: Trim trailing whitespace2017-01-28, by Kim Alvefur
-
mod_pep: Add some additional debug logging2017-01-28, by Kim Alvefur
-
Merge 0.10->trunk2017-01-27, by Kim Alvefur
-
Merge 0.10->trunk2017-01-26, by Kim Alvefur
-
util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options2017-01-26, by Kim Alvefur
-
mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c82017-01-25, by Kim Alvefur
-
mod_s2s: Clarify that it is stream features that can't be offered (here too)2017-01-25, by Kim Alvefur
-
mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check2017-01-25, by Kim Alvefur
-
mod_tls: Add debug logging for when TLS should be doable but no ssl context was set2017-01-25, by Kim Alvefur
-
mod_c2s: Clarify that there were no *stream* features to offer2017-01-25, by Kim Alvefur
-
Merge 0.10->trunk2017-01-24, by Kim Alvefur
-
mod_watchregistrations: add a "registration_from" option2017-01-24, by mathieui
-
Merge 0.10->trunk2017-01-24, by Kim Alvefur
-
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)2017-01-24, by Kim Alvefur
-
Merge 0.10->trunk2017-01-23, by Kim Alvefur
-
mod_mam: Use correct local name for util.jid.prepped_split2017-01-23, by Kim Alvefur
-
mod_mam: Silence warning about unused table used to describe data format [luacheck]2017-01-23, by Kim Alvefur
-
mod_mam: Remove unused variables [luacheck]2017-01-23, by Kim Alvefur
-
CHANGES: Add mod_mam2017-01-23, by Kim Alvefur
-
util.rsm: Add copyright header2017-01-23, by Kim Alvefur
-
mod_mam: Normalize copyright headers2017-01-23, by Kim Alvefur
-
mod_mam: Change store name to "archive" but make it configurable for people who have data in "archive2"2017-01-11, by Kim Alvefur
-
mod_mam: Allow a set of namespaces to be stripped from stored stanzas, default to chat states (fixes #763)2016-12-19, by Kim Alvefur
-
mod_mam: If archive:delete() gives a number, this should be the number of deleted items2016-11-22, by Kim Alvefur
-
mod_storage_sql: Return number of affected items from archive:delete2016-11-22, by Kim Alvefur
-
mod_mam: Add XEP-0359 tag2016-11-19, by Kim Alvefur
-
mod_mam: Filter out spoofed XEP-0359 tags2016-11-19, by Kim Alvefur
-
mod_mam: Find out which party is the user and which is the 'with' earlier2016-11-19, by Kim Alvefur
-
mod_mam: Alter hints processing2016-11-19, by Kim Alvefur
-
mod_mam: Add some comments explaining archive expiry2016-11-19, by Kim Alvefur
-
mod_mam: Remove legacy feature advertising2016-11-18, by Kim Alvefur
-
mod_mam: Decrease priority to zero2016-11-18, by Kim Alvefur
-
mod_mam: Update to XEP-0313 v0.5.12016-11-04, by Kim Alvefur
-
mod_mam: Use is_stanza from util.stanza2016-11-28, by Kim Alvefur
-
util.rsm: Move out from mod_mam directory2016-11-26, by Kim Alvefur
-
mod_mam: Import from prosody-modules2016-11-04, by Kim Alvefur
-
util-src/*.c: Squeeze repeated blank lines2017-01-23, by Kim Alvefur
-
mod_tls: Verify that TLS is available before proceeding2017-01-23, by Kim Alvefur
-
mod_tls: Only accept <proceed> on outgoing s2s connections2017-01-23, by Kim Alvefur
-
util.crand: TODOs2017-01-22, by Kim Alvefur
-
util.crand: Comment about getrandom2017-01-22, by Kim Alvefur
-
util.crand: Add comment describing purpose of module2017-01-22, by Kim Alvefur
-
util.crand: Update copyright header2017-01-22, by Kim Alvefur
-
util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single allocation, no need for __gc)2017-01-22, by Kim Alvefur
-
util.ringbuffer: Remove unused macros2017-01-22, by Kim Alvefur
-
util.crand: Raise hard errors2017-01-20, by Kim Alvefur
-
util.crand: Remove seeding2017-01-20, by Kim Alvefur
-
util.crand: Let Lua handle allocation, freeing and error handling for buffer2017-01-20, by Kim Alvefur
-
util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.32017-01-20, by Kim Alvefur
-
Merge 0.10->trunk2017-01-13, by Kim Alvefur
-
CHANGES: Mention removal of mod_compression2017-01-13, by Kim Alvefur
-
Merge 0.10->trunk2017-01-09, by Kim Alvefur
-
tools/erlparse: Remove use of deprecated module() function2017-01-09, by Kim Alvefur
-
util-src: Make C modules assert that the Lua runtime matches what it was compiled for2017-01-08, by Kim Alvefur
-
net.server_epoll: Reuse interface metatable for event compat layer2017-01-06, by Kim Alvefur
-
mod_register: Fix syntax errors2017-01-06, by Kim Alvefur
-
mod_register: Verify that fields are known to prevent traceback2017-01-06, by Kim Alvefur
-
mod_register: Strip '+' char from field names without using length2017-01-06, by Kim Alvefur
-
util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib transition2017-01-06, by Kim Alvefur
-
mod_register: Allow 'title' and 'instructions' fields to be customized2017-01-05, by Kim Alvefur
-
net.server_epoll: Fix traceback if wrapclient called without a pattern or parent server2017-01-05, by Kim Alvefur
-
Merge 0.10->trunk2017-01-04, by Kim Alvefur
-
net.server_event: Also replace 'ondrain' when setting new listeners (thanks Ge0rG)2017-01-04, by Kim Alvefur
-
Merge 0.10->trunk2017-01-04, by Kim Alvefur
-
Merge 0.9->0.102017-01-04, by Kim Alvefur
-
mod_net_multiplex: Enable SSL on the SSL port (fixes #803)2016-12-21, by Kim Alvefur
-
Merge2016-12-10, by Kim Alvefur
-
Added tag 0.9.12 for changeset 2a7b524371672016-12-05, by Matthew Wild
-
Merge 0.10->trunk2017-01-02, by Kim Alvefur
-
stanza_router: Fix typo2017-01-02, by Kim Alvefur
-
prosody: Fix typo2017-01-02, by Kim Alvefur
-
server_epoll: Add some comments describing some functions2017-01-01, by Kim Alvefur
-
server_epoll: Ignore unused loop variable [luacheck]2017-01-01, by Kim Alvefur
-
Merge 0.10->trunk2017-01-01, by Kim Alvefur
-
server_epoll: Flush and close all connections before quitting mainloop so no data is lost in buffers2017-01-01, by Kim Alvefur
-
server_epoll: Handle the argument to setquitting like server_select2017-01-01, by Kim Alvefur
-
net.server_epoll: Add the 'once' argument to loop for parity with server_select2017-01-01, by Kim Alvefur
-
server_epoll: Add closeall() method for closing all clients and servers2017-01-01, by Kim Alvefur
-
net.http: Strip trailing whitespace2016-12-30, by Kim Alvefur
-
net.http: Remove unused imports [luacheck]2016-12-30, by Kim Alvefur
-
Merge 0.10->trunk2016-12-19, by Kim Alvefur
-
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists2016-12-19, by Kim Alvefur
-
util.pposix: rfork() seems to be FreeBSD only (fixes #412)2016-12-19, by Kim Alvefur
-
Merge 0.10->trunk2016-12-15, by Kim Alvefur
-
mod_disco: Update to account for new intermediate session type (from 9f70d35a1602)2016-12-15, by Kim Alvefur
-
Merge 0.10->trunk2016-12-14, by Kim Alvefur
-
core.stanza_router: Remove hack for allowing resource binding IQ before resource binding2016-12-13, by Kim Alvefur
-
mod_roster: Rename variable to silence shadowing warning [luacheck]2016-12-13, by Kim Alvefur
-
mod_roster: Remove unused variable [luacheck]2016-12-13, by Kim Alvefur
-
mod_roster: Remove unused import [luacheck]2016-12-13, by Kim Alvefur
-
Merge 0.10->trunk2016-12-10, by Kim Alvefur
-
Merge 0.9->0.102016-12-09, by Kim Alvefur
-
mod_presence: Send probe once subscribed (fixes #794)2016-12-08, by Kim Alvefur
-
core.rostermanager: Add method for checking if the user is subscribed to a contact2016-12-09, by Kim Alvefur
-
mod_carbons: Rename some variables for clarity2016-12-08, by Kim Alvefur
-
mod_blocklist: Check first level cache before calling blocklist getter2016-12-05, by Kim Alvefur
-
mod_blocklist: Simplify loop with ipairs2016-12-08, by Kim Alvefur
-
mod_blocklist: Remove one indentation level2016-12-05, by Kim Alvefur
-
mod_blocklist: Return early from migration if no valid privacy list data is found2016-12-05, by Kim Alvefur
-
mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful data2016-12-08, by Kim Alvefur
-
hgignore: Ignore luacheck cache file2016-12-07, by Kim Alvefur
-
util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781) 0.9.122016-11-28, by Kim Alvefur
-
Merge 0.10->trunk2016-12-05, by Kim Alvefur
-
util.dependencies: Add check and info about lua-bitops (for mod_websockets)2016-12-05, by Kim Alvefur
-
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations2016-12-05, by Kim Alvefur
-
Merge 0.10->trunk2016-12-05, by Kim Alvefur
-
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host2016-12-05, by Kim Alvefur
-
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'2016-12-05, by Kim Alvefur
-
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652)2016-12-05, by Kim Alvefur
-
mod_websocket: Add some debug messages2016-12-04, by Kim Alvefur
-
net.websocket: Ignore unused argument warnings [luacheck]2016-12-04, by Kim Alvefur
-
Merge 0.10->trunk2016-12-02, by Kim Alvefur
-
mod_storage_sql: Normalize parameters for upgrade command2016-12-01, by Kim Alvefur
-
mod_storage_sql: List available commands if no commands given (currenly only one available)2016-12-01, by Kim Alvefur
-
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)2016-12-01, by Kim Alvefur
-
mod_register: Record the time of registration in the account details store2016-12-01, by Kim Alvefur
-
mod_storage_sql: Include missing parameter table key 'port'2016-12-01, by Kim Alvefur
-
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)2016-11-29, by Kim Alvefur
-
mod_storage_sql: Use is_stanza() from util.stanza2016-11-28, by Kim Alvefur
-
util.stanza: Add an is_stanza() function to check if an object is a stanza2016-11-28, by Kim Alvefur
-
configure: Fix quote on the correct side of the equals sign2016-11-28, by Kim Alvefur
-
configure: Use $() and quotes instead of `` [shellcheck]2016-11-27, by Kim Alvefur
-
Merge 0.10->trunk2016-11-27, by Kim Alvefur
-
MUC: Don't create room in response to unavailable presence2016-11-26, by Kim Alvefur
-
Merge 0.10->trunk2016-11-26, by Kim Alvefur
-
doc: Add a description of the Storage API in TypedLua format2016-11-26, by Kim Alvefur
-
core.certmanager: Translate "no start line" to something friendlier (thanks santiago)2016-11-26, by Kim Alvefur
-
man/prosodyctl: Mention --config2016-11-25, by Kim Alvefur
-
man/prosodyctl: Add section about certificate commands2016-11-25, by Kim Alvefur
-
core.stanza_router: Separate iq type check from child count check2016-11-25, by Kim Alvefur
-
core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785)2016-11-25, by Kim Alvefur
-
Merge 0.9->0.102016-11-24, by Kim Alvefur
-
net.server_epoll: Use _SOCKETINVALID from LuaSocket2016-11-23, by Kim Alvefur
-
net.server_select: Prevent writes after a handler is closed (fixes #783 I hope)2016-11-22, by Kim Alvefur
-
Merge 0.10->trunk2016-11-21, by Kim Alvefur
-
util.datamanager: Shorter pattern2016-11-20, by Kim Alvefur
-
util.datamanager: Remove extraneous decoding of + to space, which we never never encode to2016-11-20, by Kim Alvefur
-
util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimal2016-11-20, by Kim Alvefur
-
mod_posix: Use type-specific config API2016-11-20, by Kim Alvefur
-
prosody: Add annotations to ignore various globals and unused arguments [luacheck]2016-11-20, by Kim Alvefur
-
prosody: Set session tables on the 'prosody' global first, then export them as globals2016-11-20, by Kim Alvefur
-
util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck]2016-11-20, by Kim Alvefur
-
Merge 0.10->trunk2016-11-19, by Kim Alvefur
-
util.async: Add annotation to ignore warning [luacheck]2016-11-19, by Kim Alvefur
-
util.async: Rename variable to avoid name clash [luacheck]2016-11-19, by Kim Alvefur
-
Merge 0.10->trunk2016-11-19, by Kim Alvefur
-
mod_admin_telnet: Use the module:send() API for xmpp:ping command2016-11-18, by Kim Alvefur
-
util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3)2016-11-18, by Kim Alvefur
-
util.helpers: List event priorities instead of useless array index2016-11-18, by Kim Alvefur
-
Merge 0.10->trunk2016-11-17, by Kim Alvefur
-
Merge 0.10->trunk2016-11-04, by Kim Alvefur
-
mod_websocket: Set FIN flag on ping frames (fixes #773)2016-11-04, by Kim Alvefur
-
certs/Makefile: Remove more -c flags2016-11-03, by Kim Alvefur
-
Merge 0.9->0.102016-11-03, by Kim Alvefur
-
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)2016-11-03, by Kim Alvefur
-
mod_tls: Ignore unused argument [luacheck]2016-11-02, by Kim Alvefur
-
mod_register: Rename session reference in wrapped close method [luacheck]2016-11-02, by Kim Alvefur
-
mod_register: Additional logging for various registration failure cases2016-11-02, by Kim Alvefur
-
net.server_epoll: Make sure socket exists before checking if there is buffered data in it2016-10-27, by Kim Alvefur
-
MUC: Include the appropriate status code if nickname is changed during join process2016-10-26, by Kim Alvefur
-
mod_muc/muc.lib: Allow passing different <x> elements to be passed to :publicise_occupant_status()2016-10-26, by Kim Alvefur
-
Merge 0.10->trunk2016-10-18, by Kim Alvefur
-
util.pubsub: Rename loop variable to avoid name clash [luacheck]2016-10-18, by Kim Alvefur
-
util.cache: Ignore unused argument [luacheck]2016-10-18, by Kim Alvefur
-
util.statsd: Ignore unused argument [luacheck]2016-10-18, by Kim Alvefur
-
util.array: Remove unused arguments [luacheck]2016-10-18, by Kim Alvefur
-
util.array: Rename arguments to avoid name clash [luacheck]2016-10-18, by Kim Alvefur
-
mod_carbons: Fix logic presendence2016-10-17, by Kim Alvefur
-
Merge 0.10->trunk2016-10-15, by Kim Alvefur
-
util.pubsub: Factor item storage cache into a per service configurable option2016-10-15, by Kim Alvefur
-
util.pubsub: Switch to use util.cache for item data2016-10-15, by Kim Alvefur
-
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts)2016-10-15, by Kim Alvefur
-
Merge 0.10->trunk2016-10-13, by Kim Alvefur
-
certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)2016-10-13, by Kim Alvefur
-
net.server_epoll: Check that connection still exists after callback, fixes traceback when closed2016-10-09, by Kim Alvefur
-
Merge 0.10->trunk2016-10-08, by Kim Alvefur
-
Makefile: Fix installing modules into their correct subdirectories (thanks mimi89999)2016-10-08, by Kim Alvefur
-
net.server_event: Restore destruction of socket on read timeout (lost since e67891ad18d6) (thanks Ge0rG)2016-10-08, by Kim Alvefur
-
net.server_epoll: Separate ok from err branch more2016-10-07, by Kim Alvefur
-
Merge 0.10->trunk2016-10-07, by Kim Alvefur
-
mod_s2s: Log error message from DNS lookup2016-10-04, by Kim Alvefur
-
MUC: Return 'true' from room:destroy() so that use from the telnet console says 'OK'2016-10-01, by Kim Alvefur
-
Makefile: Preserve timestamps of installed files (fixes #547)2016-09-30, by Kim Alvefur
-
Makefile: Refactor all uses of the install command with variables, allowing them to be overridden2016-09-30, by Kim Alvefur
-
Makefile: Use install to copy plugins that live in subdirectories instead of recursive cp2016-09-30, by Kim Alvefur
-
Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)2016-09-30, by Kim Alvefur
-
Merge 0.9->0.102016-09-28, by Kim Alvefur
-
Tagging 0.9.112016-09-27, by Matthew Wild
-
mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 0.9.112016-09-27, by Matthew Wild
-
prosodyctl: Fix copy/paste error in help text for deluser command2016-09-27, by Matthew Wild
-
util.dependencies: Set global 'ssl' for compat with LuaSec 0.6 (fixes #749)2016-09-23, by Kim Alvefur
-
util.datamanager: Add annotations to ignore name clashes [luacheck]2016-09-24, by Kim Alvefur
-
util.datamanager: Rename variables to avoid name clashes [luacheck]2016-09-24, by Kim Alvefur
-
mod_carbons: Fix inverted logic (Thanks Ge0rg)}2016-09-23, by Kim Alvefur
-
mod_carbons: Compare with correct variable2016-09-23, by Kim Alvefur
-
mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744)2016-09-23, by Kim Alvefur
-
MUC: Remove "server changed your nickname" status code, it gets into the wrong places2016-10-01, by Kim Alvefur
-
MUC: Fix logic of nickname override detection (thanks mimi89999)2016-10-01, by Kim Alvefur
-
MUC: Insert the appropriate status code (210) if the nickname is overridden2016-09-29, by Kim Alvefur
-
Merge 0.10->trunk2016-09-12, by Matthew Wild
-
core.statsmanager: Use correct variable for config validation [luacheck]2016-09-12, by Kim Alvefur
-
core.certmanager: Split cipher list into array with comments explaining each part2016-09-12, by Kim Alvefur
-
mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval2016-09-12, by Kim Alvefur
-
MUC: Fix conflict when restoring room where the same bare JID has joined as multiple participants2016-09-11, by Kim Alvefur
-
Merge 0.10->trunk2016-09-07, by Matthew Wild
-
mod_bosh: Save last response in case retransmission is required2016-09-07, by Sam Whited
-
net.server_epoll: Make minimum poll wait time configurable2016-09-04, by Kim Alvefur
-
net.server_epoll: Support for setting configuration parameters2016-09-04, by Kim Alvefur
-
mod_bosh: Update BOSH wait timeout logic to work despite the addition of deferred requests2016-09-02, by Matthew Wild
-
mod_bosh: Fix typo2016-09-02, by Matthew Wild
-
Merge 0.10->trunk2016-09-02, by Matthew Wild
-
mod_bosh: Log when a stanza isn't handled because we can't find a session for it2016-09-02, by Matthew Wild
-
mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!)2016-09-02, by Matthew Wild
-
Logging error if MUC room cache is full2016-09-02, by Sam Whited
-
Merge 0.10->trunk2016-08-31, by Matthew Wild
-
stanza_router: Make 'unhandled stanza' errors more informative2016-08-31, by Matthew Wild
-
Merge 0.10->trunk2016-08-31, by Matthew Wild
-
moduleapi: 'duration' became 'times'2016-08-31, by Matthew Wild
-
storagemanager: Fix for previous commit2016-08-31, by Matthew Wild
-
storagemanager: Fire event when opening a store, and allow the returned store/err to be overridden2016-08-31, by Matthew Wild
-
storagemanager: Simplify function flow2016-08-31, by Matthew Wild
-
Backed out changeset a23b5cb8c22b2016-08-31, by Matthew Wild
-
MUC: Restore modern version of public create_room() function removed in dfaacf042cfe2016-08-30, by Kim Alvefur
-
mod_admin_telnet: Fix to use modern way to fetch a MUC room2016-08-30, by Kim Alvefur
-
Merge 0.10->trunk2016-08-28, by Kim Alvefur
-
mod_s2s: Fire event when s2s connection fails2016-08-27, by Matthew Wild
-
net.server_epoll: More comments2016-08-27, by Kim Alvefur
-
Merge 0.10->trunk2016-08-26, by Kim Alvefur
-
net.http.parser: Don't collapse buffer when expecting a chunk and not enough data has been received2016-08-26, by Kim Alvefur
-
net.http.parser: Fix missing buffer length adjustment when parsing chunked streams2016-08-26, by Kim Alvefur
-
Merge 0.10->trunk2016-08-24, by Kim Alvefur
-
configure: Add ostype preset for NetBSD2015-04-17, by Holger Weiss
-
MUC: Fix compatibility with new and old storage format2016-08-23, by Kim Alvefur
-
net.server_epoll: Remove commented out code2016-08-23, by Kim Alvefur
-
net.server_epoll: Return early in the event of zero timers2016-08-23, by Kim Alvefur
-
net.server_epoll: Fix timer returning boolean2016-08-23, by Kim Alvefur
Scroll all the way down to load more.