Log

description author age
mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check Kim Alvefur Wed, 25 Jan 2017 11:12:43 +0100
mod_tls: Add debug logging for when TLS should be doable but no ssl context was set Kim Alvefur Wed, 25 Jan 2017 11:06:30 +0100
mod_c2s: Clarify that there were no *stream* features to offer Kim Alvefur Wed, 25 Jan 2017 10:47:31 +0100
Merge 0.10->trunk Kim Alvefur Tue, 24 Jan 2017 21:24:03 +0100
mod_watchregistrations: add a "registration_from" option mathieui Tue, 24 Jan 2017 21:13:23 +0100
Merge 0.10->trunk Kim Alvefur Tue, 24 Jan 2017 19:27:17 +0100
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue) Kim Alvefur Tue, 24 Jan 2017 19:26:40 +0100
Merge 0.10->trunk Kim Alvefur Mon, 23 Jan 2017 19:34:14 +0100
mod_mam: Use correct local name for util.jid.prepped_split Kim Alvefur Mon, 23 Jan 2017 19:32:07 +0100
mod_mam: Silence warning about unused table used to describe data format [luacheck] Kim Alvefur Mon, 23 Jan 2017 19:31:30 +0100
mod_mam: Remove unused variables [luacheck] Kim Alvefur Mon, 23 Jan 2017 19:31:03 +0100
CHANGES: Add mod_mam Kim Alvefur Mon, 23 Jan 2017 19:24:16 +0100
util.rsm: Add copyright header Kim Alvefur Mon, 23 Jan 2017 19:18:41 +0100
mod_mam: Normalize copyright headers Kim Alvefur Mon, 23 Jan 2017 19:18:15 +0100
mod_mam: Change store name to "archive" but make it configurable for people who have data in "archive2" Kim Alvefur Wed, 11 Jan 2017 13:08:50 +0100
mod_mam: Allow a set of namespaces to be stripped from stored stanzas, default to chat states (fixes #763) Kim Alvefur Mon, 19 Dec 2016 08:44:56 +0100
mod_mam: If archive:delete() gives a number, this should be the number of deleted items Kim Alvefur Tue, 22 Nov 2016 18:19:55 +0100
mod_storage_sql: Return number of affected items from archive:delete Kim Alvefur Tue, 22 Nov 2016 18:13:21 +0100
mod_mam: Add XEP-0359 tag Kim Alvefur Sat, 19 Nov 2016 18:29:08 +0100
mod_mam: Filter out spoofed XEP-0359 tags Kim Alvefur Sat, 19 Nov 2016 18:28:59 +0100
mod_mam: Find out which party is the user and which is the 'with' earlier Kim Alvefur Sat, 19 Nov 2016 18:28:28 +0100
mod_mam: Alter hints processing Kim Alvefur Sat, 19 Nov 2016 18:27:28 +0100
mod_mam: Add some comments explaining archive expiry Kim Alvefur Sat, 19 Nov 2016 18:26:09 +0100
mod_mam: Remove legacy feature advertising Kim Alvefur Fri, 18 Nov 2016 10:44:56 +0100
mod_mam: Decrease priority to zero Kim Alvefur Fri, 18 Nov 2016 10:44:27 +0100
mod_mam: Update to XEP-0313 v0.5.1 Kim Alvefur Fri, 04 Nov 2016 13:59:49 +0100
mod_mam: Use is_stanza from util.stanza Kim Alvefur Mon, 28 Nov 2016 07:35:49 +0100
util.rsm: Move out from mod_mam directory Kim Alvefur Sat, 26 Nov 2016 21:50:06 +0100
mod_mam: Import from prosody-modules Kim Alvefur Fri, 04 Nov 2016 13:48:21 +0100
util-src/*.c: Squeeze repeated blank lines Kim Alvefur Mon, 23 Jan 2017 18:33:35 +0100
mod_tls: Verify that TLS is available before proceeding Kim Alvefur Mon, 23 Jan 2017 10:46:42 +0100
mod_tls: Only accept <proceed> on outgoing s2s connections Kim Alvefur Mon, 23 Jan 2017 10:45:20 +0100
util.crand: TODOs Kim Alvefur Sun, 22 Jan 2017 09:55:52 +0100
util.crand: Comment about getrandom Kim Alvefur Sun, 22 Jan 2017 09:55:44 +0100
util.crand: Add comment describing purpose of module Kim Alvefur Sun, 22 Jan 2017 09:32:33 +0100
util.crand: Update copyright header Kim Alvefur Sun, 22 Jan 2017 09:31:56 +0100
util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single allocation, no need for __gc) Kim Alvefur Sun, 22 Jan 2017 09:23:10 +0100
util.ringbuffer: Remove unused macros Kim Alvefur Sun, 22 Jan 2017 04:05:41 +0100
util.crand: Raise hard errors Kim Alvefur Fri, 20 Jan 2017 12:23:55 +0100
util.crand: Remove seeding Kim Alvefur Fri, 20 Jan 2017 11:33:31 +0100
util.crand: Let Lua handle allocation, freeing and error handling for buffer Kim Alvefur Fri, 20 Jan 2017 11:52:46 +0100
util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3 Kim Alvefur Fri, 20 Jan 2017 11:41:07 +0100
Merge 0.10->trunk Kim Alvefur Fri, 13 Jan 2017 18:30:18 +0100
CHANGES: Mention removal of mod_compression Kim Alvefur Fri, 13 Jan 2017 18:29:30 +0100
Merge 0.10->trunk Kim Alvefur Mon, 09 Jan 2017 10:17:39 +0100
tools/erlparse: Remove use of deprecated module() function Kim Alvefur Mon, 09 Jan 2017 10:17:09 +0100
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur Sun, 08 Jan 2017 14:21:08 +0100
net.server_epoll: Reuse interface metatable for event compat layer Kim Alvefur Fri, 06 Jan 2017 17:01:48 +0100
mod_register: Fix syntax errors Kim Alvefur Fri, 06 Jan 2017 13:14:17 +0100
mod_register: Verify that fields are known to prevent traceback Kim Alvefur Fri, 06 Jan 2017 13:09:09 +0100
mod_register: Strip '+' char from field names without using length Kim Alvefur Fri, 06 Jan 2017 13:07:22 +0100
util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib transition Kim Alvefur Fri, 06 Jan 2017 11:10:24 +0100
mod_register: Allow 'title' and 'instructions' fields to be customized Kim Alvefur Thu, 05 Jan 2017 17:39:15 +0100
net.server_epoll: Fix traceback if wrapclient called without a pattern or parent server Kim Alvefur Thu, 05 Jan 2017 06:21:31 +0100
Merge 0.10->trunk Kim Alvefur Wed, 04 Jan 2017 13:18:06 +0100
net.server_event: Also replace 'ondrain' when setting new listeners (thanks Ge0rG) Kim Alvefur Wed, 04 Jan 2017 11:24:48 +0100
Merge 0.10->trunk Kim Alvefur Wed, 04 Jan 2017 10:53:16 +0100
Merge 0.9->0.10 Kim Alvefur Wed, 04 Jan 2017 10:53:12 +0100
mod_net_multiplex: Enable SSL on the SSL port (fixes #803) Kim Alvefur Wed, 21 Dec 2016 11:02:17 +0100
Merge Kim Alvefur Sat, 10 Dec 2016 03:00:50 +0100
Added tag 0.9.12 for changeset 2a7b52437167 Matthew Wild Mon, 05 Dec 2016 12:53:50 +0000
Merge 0.10->trunk Kim Alvefur Mon, 02 Jan 2017 03:06:51 +0100
stanza_router: Fix typo Kim Alvefur Mon, 02 Jan 2017 01:59:03 +0100
prosody: Fix typo Kim Alvefur Mon, 02 Jan 2017 01:51:39 +0100
server_epoll: Add some comments describing some functions Kim Alvefur Sun, 01 Jan 2017 19:42:12 +0100
server_epoll: Ignore unused loop variable [luacheck] Kim Alvefur Sun, 01 Jan 2017 19:41:03 +0100
Merge 0.10->trunk Kim Alvefur Sun, 01 Jan 2017 19:35:06 +0100
server_epoll: Flush and close all connections before quitting mainloop so no data is lost in buffers Kim Alvefur Sun, 01 Jan 2017 19:34:18 +0100
server_epoll: Handle the argument to setquitting like server_select Kim Alvefur Sun, 01 Jan 2017 19:33:38 +0100
net.server_epoll: Add the 'once' argument to loop for parity with server_select Kim Alvefur Sun, 01 Jan 2017 19:32:54 +0100
server_epoll: Add closeall() method for closing all clients and servers Kim Alvefur Sun, 01 Jan 2017 19:30:38 +0100
net.http: Strip trailing whitespace Kim Alvefur Fri, 30 Dec 2016 18:25:36 +0100
net.http: Remove unused imports [luacheck] Kim Alvefur Fri, 30 Dec 2016 18:25:23 +0100
Merge 0.10->trunk Kim Alvefur Mon, 19 Dec 2016 09:34:40 +0100
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists Kim Alvefur Mon, 19 Dec 2016 09:32:43 +0100
util.pposix: rfork() seems to be FreeBSD only (fixes #412) Kim Alvefur Mon, 19 Dec 2016 08:51:50 +0100
Merge 0.10->trunk Kim Alvefur Thu, 15 Dec 2016 13:24:53 +0100
mod_disco: Update to account for new intermediate session type (from 9f70d35a1602) Kim Alvefur Thu, 15 Dec 2016 07:03:52 +0100
Merge 0.10->trunk Kim Alvefur Wed, 14 Dec 2016 01:47:19 +0100
core.stanza_router: Remove hack for allowing resource binding IQ before resource binding Kim Alvefur Tue, 13 Dec 2016 18:16:20 +0100
core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza Kim Alvefur Tue, 13 Dec 2016 18:15:17 +0100
mod_roster: Rename variable to silence shadowing warning [luacheck] Kim Alvefur Tue, 13 Dec 2016 21:25:11 +0100
mod_roster: Remove unused variable [luacheck] Kim Alvefur Tue, 13 Dec 2016 21:24:12 +0100
mod_roster: Remove unused import [luacheck] Kim Alvefur Tue, 13 Dec 2016 21:23:48 +0100
Merge 0.10->trunk Kim Alvefur Sat, 10 Dec 2016 02:55:38 +0100
Merge 0.9->0.10 Kim Alvefur Fri, 09 Dec 2016 17:07:57 +0100
mod_presence: Send probe once subscribed (fixes #794) Kim Alvefur Thu, 08 Dec 2016 20:49:35 +0100
core.rostermanager: Add method for checking if the user is subscribed to a contact Kim Alvefur Fri, 09 Dec 2016 15:15:10 +0100
mod_carbons: Rename some variables for clarity Kim Alvefur Thu, 08 Dec 2016 17:51:23 +0100
mod_blocklist: Check first level cache before calling blocklist getter Kim Alvefur Mon, 05 Dec 2016 17:35:38 +0100
mod_blocklist: Simplify loop with ipairs Kim Alvefur Thu, 08 Dec 2016 18:06:18 +0100
mod_blocklist: Remove one indentation level Kim Alvefur Mon, 05 Dec 2016 17:25:02 +0100
mod_blocklist: Return early from migration if no valid privacy list data is found Kim Alvefur Mon, 05 Dec 2016 17:22:12 +0100
mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful data Kim Alvefur Thu, 08 Dec 2016 18:13:56 +0100
hgignore: Ignore luacheck cache file Kim Alvefur Wed, 07 Dec 2016 11:50:53 +0100
util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781) 0.9.12 Kim Alvefur Mon, 28 Nov 2016 14:27:59 +0100
Merge 0.10->trunk Kim Alvefur Mon, 05 Dec 2016 23:03:09 +0100
util.dependencies: Add check and info about lua-bitops (for mod_websockets) Kim Alvefur Mon, 05 Dec 2016 21:46:06 +0100
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations Kim Alvefur Mon, 05 Dec 2016 21:43:09 +0100
Merge 0.10->trunk Kim Alvefur Mon, 05 Dec 2016 12:29:21 +0100
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host Kim Alvefur Mon, 05 Dec 2016 12:23:51 +0100
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket' Kim Alvefur Mon, 05 Dec 2016 12:23:41 +0100
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652) Kim Alvefur Mon, 05 Dec 2016 12:22:41 +0100
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP Kim Alvefur Sun, 04 Dec 2016 11:57:26 +0100
mod_websocket: Add some debug messages Kim Alvefur Sun, 04 Dec 2016 11:52:22 +0100
net.websocket: Ignore unused argument warnings [luacheck] Kim Alvefur Sun, 04 Dec 2016 11:58:16 +0100
Merge 0.10->trunk Kim Alvefur Fri, 02 Dec 2016 11:13:05 +0100
mod_storage_sql: Normalize parameters for upgrade command Kim Alvefur Thu, 01 Dec 2016 10:02:57 +0100
mod_storage_sql: List available commands if no commands given (currenly only one available) Kim Alvefur Thu, 01 Dec 2016 10:02:26 +0100
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil) Kim Alvefur Thu, 01 Dec 2016 10:02:01 +0100
mod_register: Record the time of registration in the account details store Kim Alvefur Thu, 01 Dec 2016 06:47:03 +0100
mod_storage_sql: Include missing parameter table key 'port' Kim Alvefur Thu, 01 Dec 2016 03:22:42 +0100
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636) Kim Alvefur Tue, 29 Nov 2016 08:20:42 +0100
mod_storage_sql: Use is_stanza() from util.stanza Kim Alvefur Mon, 28 Nov 2016 07:30:39 +0100
util.stanza: Add an is_stanza() function to check if an object is a stanza Kim Alvefur Mon, 28 Nov 2016 07:30:21 +0100
configure: Fix quote on the correct side of the equals sign Kim Alvefur Mon, 28 Nov 2016 06:55:48 +0100
configure: Use $() and quotes instead of `` [shellcheck] Kim Alvefur Sun, 27 Nov 2016 20:46:55 +0100
Merge 0.10->trunk Kim Alvefur Sun, 27 Nov 2016 01:06:23 +0100
MUC: Don't create room in response to unavailable presence Kim Alvefur Sun, 27 Nov 2016 00:10:51 +0100
Merge 0.10->trunk Kim Alvefur Sat, 26 Nov 2016 20:11:03 +0100