aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | net.server_event: Rename conn:port() -> conn:clientport() to match server_selectKim Alvefur2014-03-271-1/+1
| * | | Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and chang...Matthew Wild2014-03-301-1/+1
| * | | util.dependencies: Log error when LuaExpat is not capable of enforcing stanza...Matthew Wild2014-03-301-1/+9
| * | | 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 Windows...Kim Alvefur2014-03-091-1/+2
| * | 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 Erla...Waqas Hussain2014-02-181-2/+4
| * | 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 generat...Waqas Hussain2014-01-181-2/+2
| * | tools/ejabberd2prosody: “xmlelement” can be “xmlel” in newer ejabberd...Waqas Hussain2014-01-181-1/+1
* | | mod_dialback: Copy function from mod_s2s instead of depending on it, which ma...Kim Alvefur2017-12-051-1/+13
* | | 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 behavi...Kim Alvefur2017-12-011-1/+1
* | | util.signal: Fix loop (fixes #1047)Kim Alvefur2017-11-301-2/+2
* | | 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 net...Kim Alvefur2017-11-221-1/+1
* | | 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 sup...Kim Alvefur2017-11-201-1/+1
* | | certmanager: Filter out curves not supported by LuaSecKim Alvefur2017-11-201-0/+12
* | | certmanager: Change table representing LuaSec capabilities to match capabilit...Kim Alvefur2017-11-201-13/+20
* | | 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) (T...Kim Alvefur2017-11-071-1/+2
* | | 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" (fi...Kim Alvefur2017-10-261-0/+3
* | | 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