Added tag 0.9.12 for changeset 2a7b52437167
|
Matthew Wild |
2016-12-05 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-02 |
stanza_router: Fix typo
|
Kim Alvefur |
2017-01-02 |
prosody: Fix typo
|
Kim Alvefur |
2017-01-02 |
server_epoll: Add some comments describing some functions
|
Kim Alvefur |
2017-01-01 |
server_epoll: Ignore unused loop variable [luacheck]
|
Kim Alvefur |
2017-01-01 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-01 |
server_epoll: Flush and close all connections before quitting mainloop so no data is lost in buffers
|
Kim Alvefur |
2017-01-01 |
server_epoll: Handle the argument to setquitting like server_select
|
Kim Alvefur |
2017-01-01 |
net.server_epoll: Add the 'once' argument to loop for parity with server_select
|
Kim Alvefur |
2017-01-01 |
server_epoll: Add closeall() method for closing all clients and servers
|
Kim Alvefur |
2017-01-01 |
net.http: Strip trailing whitespace
|
Kim Alvefur |
2016-12-30 |
net.http: Remove unused imports [luacheck]
|
Kim Alvefur |
2016-12-30 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-19 |
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists
|
Kim Alvefur |
2016-12-19 |
util.pposix: rfork() seems to be FreeBSD only (fixes #412)
|
Kim Alvefur |
2016-12-19 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-15 |
mod_disco: Update to account for new intermediate session type (from 9f70d35a1602)
|
Kim Alvefur |
2016-12-15 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-14 |
core.stanza_router: Remove hack for allowing resource binding IQ before resource binding
|
Kim Alvefur |
2016-12-13 |
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 |
2016-12-13 |
mod_roster: Rename variable to silence shadowing warning [luacheck]
|
Kim Alvefur |
2016-12-13 |
mod_roster: Remove unused variable [luacheck]
|
Kim Alvefur |
2016-12-13 |
mod_roster: Remove unused import [luacheck]
|
Kim Alvefur |
2016-12-13 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-10 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-12-09 |
mod_presence: Send probe once subscribed (fixes #794)
|
Kim Alvefur |
2016-12-08 |
core.rostermanager: Add method for checking if the user is subscribed to a contact
|
Kim Alvefur |
2016-12-09 |
mod_carbons: Rename some variables for clarity
|
Kim Alvefur |
2016-12-08 |
mod_blocklist: Check first level cache before calling blocklist getter
|
Kim Alvefur |
2016-12-05 |
mod_blocklist: Simplify loop with ipairs
|
Kim Alvefur |
2016-12-08 |
mod_blocklist: Remove one indentation level
|
Kim Alvefur |
2016-12-05 |
mod_blocklist: Return early from migration if no valid privacy list data is found
|
Kim Alvefur |
2016-12-05 |
mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful data
|
Kim Alvefur |
2016-12-08 |
hgignore: Ignore luacheck cache file
|
Kim Alvefur |
2016-12-07 |
util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781)
0.9.12
|
Kim Alvefur |
2016-11-28 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-05 |
util.dependencies: Add check and info about lua-bitops (for mod_websockets)
|
Kim Alvefur |
2016-12-05 |
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
|
Kim Alvefur |
2016-12-05 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652)
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP
|
Kim Alvefur |
2016-12-04 |
mod_websocket: Add some debug messages
|
Kim Alvefur |
2016-12-04 |
net.websocket: Ignore unused argument warnings [luacheck]
|
Kim Alvefur |
2016-12-04 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-02 |
mod_storage_sql: Normalize parameters for upgrade command
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: List available commands if no commands given (currenly only one available)
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)
|
Kim Alvefur |
2016-12-01 |
mod_register: Record the time of registration in the account details store
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Include missing parameter table key 'port'
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)
|
Kim Alvefur |
2016-11-29 |
mod_storage_sql: Use is_stanza() from util.stanza
|
Kim Alvefur |
2016-11-28 |
util.stanza: Add an is_stanza() function to check if an object is a stanza
|
Kim Alvefur |
2016-11-28 |
configure: Fix quote on the correct side of the equals sign
|
Kim Alvefur |
2016-11-28 |
configure: Use $() and quotes instead of `` [shellcheck]
|
Kim Alvefur |
2016-11-27 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-27 |
MUC: Don't create room in response to unavailable presence
|
Kim Alvefur |
2016-11-26 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-26 |
doc: Add a description of the Storage API in TypedLua format
|
Kim Alvefur |
2016-11-26 |
core.certmanager: Translate "no start line" to something friendlier (thanks santiago)
|
Kim Alvefur |
2016-11-26 |
man/prosodyctl: Mention --config
|
Kim Alvefur |
2016-11-25 |
man/prosodyctl: Add section about certificate commands
|
Kim Alvefur |
2016-11-25 |
core.stanza_router: Separate iq type check from child count check
|
Kim Alvefur |
2016-11-25 |
core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785)
|
Kim Alvefur |
2016-11-25 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-11-24 |
net.server_epoll: Use _SOCKETINVALID from LuaSocket
|
Kim Alvefur |
2016-11-23 |
net.server_select: Prevent writes after a handler is closed (fixes #783 I hope)
|
Kim Alvefur |
2016-11-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-21 |
util.datamanager: Shorter pattern
|
Kim Alvefur |
2016-11-20 |
util.datamanager: Remove extraneous decoding of + to space, which we never never encode to
|
Kim Alvefur |
2016-11-20 |
util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimal
|
Kim Alvefur |
2016-11-20 |
mod_posix: Use type-specific config API
|
Kim Alvefur |
2016-11-20 |
prosody: Add annotations to ignore various globals and unused arguments [luacheck]
|
Kim Alvefur |
2016-11-20 |
prosody: Set session tables on the 'prosody' global first, then export them as globals
|
Kim Alvefur |
2016-11-20 |
util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck]
|
Kim Alvefur |
2016-11-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-19 |
util.pubsub: Fix item retrieval by including the item order as it was before using util.cache (thanks walduhu)
|
Kim Alvefur |
2016-11-19 |
util.async: Add annotation to ignore warning [luacheck]
|
Kim Alvefur |
2016-11-19 |
util.async: Rename variable to avoid name clash [luacheck]
|
Kim Alvefur |
2016-11-19 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-19 |
mod_admin_telnet: Use the module:send() API for xmpp:ping command
|
Kim Alvefur |
2016-11-18 |
util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3)
|
Kim Alvefur |
2016-11-18 |
util.helpers: List event priorities instead of useless array index
|
Kim Alvefur |
2016-11-18 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-17 |
mod_message, mod_carbons: Adjust event hook priorities to negative (core modules should do this to make overriding from other modules easier)
|
Kim Alvefur |
2016-11-17 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-04 |
mod_websocket: Set FIN flag on ping frames (fixes #773)
|
Kim Alvefur |
2016-11-04 |
certs/Makefile: Remove more -c flags
|
Kim Alvefur |
2016-11-03 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-11-03 |
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)
|
Kim Alvefur |
2016-11-03 |
mod_tls: Ignore unused argument [luacheck]
|
Kim Alvefur |
2016-11-02 |
mod_register: Rename session reference in wrapped close method [luacheck]
|
Kim Alvefur |
2016-11-02 |
mod_register: Use throttle_max as indicator of limits being enabled, in case min_seconds_between_registrations is not used
|
Kim Alvefur |
2016-11-02 |
mod_register: Additional logging for various registration failure cases
|
Kim Alvefur |
2016-11-02 |