aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and ↵Matthew Wild2014-03-301-1/+1
| | | | | | | | | | | | | | | | change / to | to allow paths to be used in RUNWITH (thanks Ben)
| * | | util.dependencies: Log error when LuaExpat is not capable of enforcing ↵Matthew Wild2014-03-301-1/+9
| | | | | | | | | | | | | | | | stanza size limits
| * | | util.xmppstream: Implement stanza size limiting, default limit 10MBMatthew Wild2014-03-301-6/+80
| | | |
| * | | portmanager: Make maximum read size configurable, and default to 4KBMatthew Wild2014-03-301-1/+3
| | | |
| * | | mod_compression: Only allow compression on authenticated streamsKim Alvefur2014-02-181-2/+2
| |/ /
| * | prosodyctl: Show real error if certificate config file can't be openedKim Alvefur2014-03-221-1/+6
| | |
| * | modulemanager: Load mod_saslauth on components by defaultKim Alvefur2014-03-221-1/+1
| | |
| * | mod_saslauth: Only do c2s SASL on normal VirtualHostsKim Alvefur2014-03-221-1/+1
| | |
| * | mod_http_files: Strip path separator from end of paths, was broken on ↵Kim Alvefur2014-03-091-1/+2
| | | | | | | | | | | | Windows (thanks Junne)
| * | util.pluginloader: Always use path separator from package.config (thanks Junne)Kim Alvefur2014-03-091-4/+4
| | |
| * | mod_http: Fix http_external_url setting without an explicit portKim Alvefur2014-02-261-0/+3
| | |
| * | mod_http: Use hostname from the correct context (thanks gryffus)Kim Alvefur2014-02-201-1/+1
| | |
| * | tools/ejabberd2prosody: Don't throw an error if XML CDATA is null ([] in ↵Waqas Hussain2014-02-181-2/+4
| | | | | | | | | | | | Erlang, instead of a string or being missing).
| * | mod_auth_anonymous: Fixed a traceback in listing all users (issue#396).Waqas Hussain2014-02-171-1/+1
| | |
| * | mod_admin_telnet: Prep jids for user:create() etc.Kim Alvefur2014-02-091-2/+1
| | |
| * | mod_s2s: Log a warning if no local addresses are found, as this breaks s2soutKim Alvefur2014-02-091-0/+3
| | |
| * | mod_motd: Strip indentation only, leave multiple newlinesKim Alvefur2014-02-061-1/+1
| | |
| * | tools/ejabberd2prosody: Handle new room member format.Kim Alvefur2014-01-271-1/+1
| | |
| * | tools/ejabberd2prosody: Disable generating a config, as the format it ↵Waqas Hussain2014-01-181-2/+2
| | | | | | | | | | | | generates is completely out of date.
| * | tools/ejabberd2prosody: “xmlelement” can be “xmlel” in newer ↵Waqas Hussain2014-01-181-1/+1
| | | | | | | | | | | | ejabberd (thanks cr).
* | | mod_dialback: Copy function from mod_s2s instead of depending on it, which ↵Kim Alvefur2017-12-051-1/+13
| | | | | | | | | | | | made it harder to disable s2s (fixes #1050)
* | | mod_limits: Fix typo in commentKim Alvefur2017-12-051-1/+1
| | |
* | | net.dns: Don't compress a single zero group in IPv6 addresses to match ↵Kim Alvefur2017-12-011-1/+1
| | | | | | | | | | | | behaviour of inet_ntop
* | | util.signal: Fix loop (fixes #1047)Kim Alvefur2017-11-301-2/+2
| | | | | | | | | | | | | | | A pre-commit version probably started with i = nsig and counted down, then an incomplete change to counting up was done
* | | prosodyctl: Fix traceback with lfs < 1.6.2 and show warningMatthew Wild2017-11-301-0/+3
| | |
* | | util.signal: Use a static array to keep track of pending signals (fixes #1029)Kim Alvefur2017-11-141-23/+12
| | |
* | | util.helpers: Handle missing priorities, happens due to wildcard magic in ↵Kim Alvefur2017-11-221-1/+1
| | | | | | | | | | | | net.http.server (fixes #1044)
* | | mod_storage_sql: Add indices that include the with and when columns of archivesKim Alvefur2017-11-211-0/+2
| | |
* | | certmanager: Set single curve conditioned on LuaSec advertising EC crypto ↵Kim Alvefur2017-11-201-1/+1
| | | | | | | | | | | | support
* | | certmanager: Filter out curves not supported by LuaSecKim Alvefur2017-11-201-0/+12
| | |
* | | certmanager: Change table representing LuaSec capabilities to match ↵Kim Alvefur2017-11-201-13/+20
| | | | | | | | | | | | capabilities table exposed in LuaSec 0.7
* | | mod_debug_sql: Declare itself as global moduleKim Alvefur2017-11-181-0/+2
| | |
* | | mod_c2s: Set a default value for c2s_timeout (fixes #1036)Kim Alvefur2017-11-101-1/+1
| | |
* | | util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) ↵Kim Alvefur2017-11-071-1/+2
| | | | | | | | | | | | (Thanks Ge0rG)
* | | util.termcolours: Split a long line [luacheck]Kim Alvefur2017-11-031-1/+2
| | |
* | | man prosodyctl: Highlight subcommandsKim Alvefur2017-10-232-14/+14
| | |
* | | mod_http_errors: Use util.interpolation to render HTML templateKim Alvefur2017-10-271-33/+28
| | |
* | | mod_http_errors: Set Content-Type header to HTML (fixes #1030)Kim Alvefur2017-10-271-0/+3
| | |
* | | net.http.server: Include response object in most http-error eventsKim Alvefur2017-10-271-3/+5
| | |
* | | rostermanager: Log warning if removal self-contact failedKim Alvefur2017-10-291-1/+3
| | |
* | | rostermanager: Use internal method for storing removal of self-contactKim Alvefur2017-10-291-1/+1
| | |
* | | rostermanager: Demote warning to debug messageKim Alvefur2017-10-291-1/+1
| | |
* | | rostermanager: Capitalize log messageKim Alvefur2017-10-291-1/+1
| | |
* | | rostermanager: Remove self-contact entry (fixes #933)Emmanuel Gil Peyrot2017-09-191-1/+2
| | |
* | | rostermanager: Simplify logging.Emmanuel Gil Peyrot2017-09-191-2/+2
| | |
* | | loggingmanager: Make timestamps enabled by default in file sink (fixes #1004)Kim Alvefur2017-10-261-1/+1
| | |
* | | mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" ↵Kim Alvefur2017-10-261-0/+3
| | | | | | | | | | | | (fixes #956)
* | | mod_mam: Load archiving preferes for offline users (fixes #1024)Kim Alvefur2017-10-171-2/+4
| | |
* | | mod_stanza_debug: Logs full stanzas sent and received for debugging purposesKim Alvefur2017-10-231-0/+29
| | |
* | | core.stanza_router: Verify that xmlns exists for firing stanza/iq/xmlns/name ↵Kim Alvefur2017-10-171-1/+2
| | | | | | | | | | | | events (fixes #1022) (thanks SamWhited)