Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | util.xmppstream: When error is 'no-stream', pass the received tagname to the ↵ | Matthew Wild | 2014-08-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | error handler | |||||
| | * | | mod_s2s: Reset stream ID when resetting stream [compliance] | Kim Alvefur | 2014-08-27 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | modulemanager: Reduce warning to debug level message about modules already ↵ | Kim Alvefur | 2014-08-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | being loaded, it's probably just module:depends() | |||||
| | * | | net.http.server: Comment out a log message | Kim Alvefur | 2014-08-27 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | mod_s2s: Mark stream as opened earlier for outgoing connections, fixes ↵ | Kim Alvefur | 2014-08-26 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | double stream headers on policy failures | |||||
| | * | | mod_compression: Handle compression setup errors by logging a warning about ↵ | Kim Alvefur | 2014-08-26 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | it (fixes #408) | |||||
| | * | | mod_posix: Make sure that 'pidfile' is a string | Kim Alvefur | 2014-08-26 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise | Kim Alvefur | 2014-08-26 | 2 | -0/+5 | |
| | | | | ||||||
| | * | | prosodyctl: Remove nonsensical warning | Matthew Wild | 2014-07-31 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluser | Matthew Wild | 2014-07-31 | 1 | -3/+5 | |
| | | | | ||||||
| | * | | configmanager: nameprep VirtualHost and Component names | Matthew Wild | 2014-07-31 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | net.server_select/event: Switch sender mode to *a when reading, to make sure ↵ | Matthew Wild | 2014-07-25 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | we get all available data | |||||
| | * | | mod_admin_telnet: Fix dns:(add,set)nameservers() | Kim Alvefur | 2014-07-25 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | net.dns: Remove unused obsolete code | Matthew Wild | 2014-07-25 | 1 | -4/+1 | |
| | | | | ||||||
| | * | | net.dns: Ensure all pending requests get notified of a timeout when looking ↵ | Matthew Wild | 2014-07-25 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | up a record (fix for d122420542fb) | |||||
| | * | | mod_register: get_child_text! (thanks Lloyd) | Kim Alvefur | 2014-07-03 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | net.dns: Fix duplicated cache insertions by limiting outstanding queries per ↵ | Kim Alvefur | 2014-06-30 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | name to one | |||||
| | * | | net.adns: Add missing local declaration | Kim Alvefur | 2014-06-25 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | tools/ejabberd2prosody.lua: Fix JID building, node-less jids became ↵ | Kim Alvefur | 2014-06-17 | 1 | -14/+13 | |
| | | | | | | | | | | | | | | | | @hostname in some cases | |||||
| | * | | mod_c2s: Fix traceback if c2s stream sent to component | Kim Alvefur | 2014-05-10 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | configmanager: Delay importing LuaFileSystem until needed by an Include line | Kim Alvefur | 2014-05-09 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | util.pposix: Fix error reporting from really old Linux fallocate() that did ↵ | Kim Alvefur | 2014-04-25 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | not use errno for some reason (thanks pro) | |||||
| | * | | util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno ↵ | Kim Alvefur | 2014-04-25 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | (thanks pro) | |||||
| | * | | util.dataforms: Add support for XEP-0221: Data Forms Media Element | Kim Alvefur | 2014-04-22 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | tools/jabberd14sql2prosody: Fix package.path (thanks daurnimator) | Kim Alvefur | 2014-04-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | prosody: Check dependencies later in the startup sequence | Kim Alvefur | 2014-04-09 | 1 | -3/+7 | |
| | | | | ||||||
| | * | | util.dependencies: Check for Lua 5.1. We don't currently support any other ↵ | Waqas Hussain | 2014-04-09 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | versions. LuaJIT identifies as 5.1. | |||||
| | * | | mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with ↵ | Matthew Wild | 2014-04-05 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | a non-existent host | |||||
| | * | | util.xmppstream: Also disable CharacterData merging after stream restarts | Matthew Wild | 2014-04-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | util.xmppstream: Disable LuaExpat's buffering (if possible) | Matthew Wild | 2014-04-02 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Tagging 0.9.4 | Matthew Wild | 2014-04-01 | 0 | -0/+0 | |
| | | | | ||||||
| | * | | Merge | Matthew Wild | 2014-04-01 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | * \ \ | Merge | Matthew Wild | 2014-04-01 | 2 | -0/+2 | |
| | |\ \ \ | ||||||
| * | | | | | mod_presence: Send probe once subscribed (fixes #794) | Kim Alvefur | 2016-12-08 | 1 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | core.rostermanager: Add method for checking if the user is subscribed to a ↵ | Kim Alvefur | 2016-12-09 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | contact | |||||
| * | | | | | util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is ↵ | Kim Alvefur | 2016-11-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | capable of certificate validation (fixes #781) | |||||
| * | | | | | net.server_select: Prevent writes after a handler is closed (fixes #783 I hope) | Kim Alvefur | 2016-11-22 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... ↵ | Kim Alvefur | 2016-11-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | again (thanks waqas) | |||||
| * | | | | | Tagging 0.9.11 | Matthew Wild | 2016-09-27 | 0 | -0/+0 | |
| | | | | | | ||||||
| * | | | | | mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered ↵ | Matthew Wild | 2016-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | protocol issues | |||||
| * | | | | | prosodyctl: Fix copy/paste error in help text for deluser command | Matthew Wild | 2016-09-27 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | util.dependencies: Set global 'ssl' for compat with LuaSec 0.6 (fixes #749) | Kim Alvefur | 2016-09-23 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | mod_http: Allow configuring http parser size limits | Kim Alvefur | 2016-08-18 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | net.http.server: Expose way to set http server options | Kim Alvefur | 2016-08-18 | 1 | -1/+8 | |
| | | | | | | ||||||
| * | | | | | net.http.parser: Allow limits to be configurable via options callback | Kim Alvefur | 2016-08-18 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | net.http.parser: Add a limit on maximum buffer size, default to 20M | Kim Alvefur | 2016-08-18 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | net.http.parser: Add a limit on content length, default to 10M | Kim Alvefur | 2016-08-18 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | net.http.parser: Buffer into a table to reduce GC pressure, collapse to ↵ | Kim Alvefur | 2016-08-13 | 1 | -7/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | string when needed (fixes #603) | |||||
| * | | | | | sessionmanager: Make session.send() return true unless there really is an ↵ | Kim Alvefur | 2015-09-21 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | error [backported from 0.10] | |||||
| * | | | | | mod_privacy: Fix selecting the top resource (fixes #694) | Kim Alvefur | 2016-06-22 | 1 | -1/+1 | |
| | | | | | |