aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into ↵Kim Alvefur2014-07-253-34/+46
| | | | new plugin
* Merge 0.9->0.10Matthew Wild2014-07-252-0/+2
|\
| * net.server_select/event: Switch sender mode to *a when reading, to make sure ↵Matthew Wild2014-07-252-0/+2
| | | | | | | | we get all available data
* | Merge 0.9->0.10Matthew Wild2014-07-252-11/+8
|\|
| * mod_admin_telnet: Fix dns:(add,set)nameservers()Kim Alvefur2014-07-251-2/+2
| |
| * net.dns: Remove unused obsolete codeMatthew Wild2014-07-251-4/+1
| |
| * net.dns: Ensure all pending requests get notified of a timeout when looking ↵Matthew Wild2014-07-251-5/+5
| | | | | | | | up a record (fix for d122420542fb)
* | mod_dialback: Respect dwd config optionKim Alvefur2014-07-091-1/+1
| |
* | mod_dialback.lua: Only check certificates on secure connectionsKim Alvefur2014-07-041-6/+8
| |
* | mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use ↵Kim Alvefur2014-07-046-12/+13
| | | | | | | | the newer stanza:get_child APIs and optimize away some table lookups
* | mod_dialback: Short-circuit dialback auth if certificate is considered validKim Alvefur2014-07-042-1/+11
| |
* | mod_dialback: Keep the same dialback secret across module reloadsKim Alvefur2014-07-031-1/+9
| |
* | hostmanager, mod_dialback: Move generation of dialback secret out of coreKim Alvefur2014-05-222-2/+4
| |
* | Merge 0.9->0.10Kim Alvefur2014-07-040-0/+0
|\|
| * mod_register: get_child_text! (thanks Lloyd)Kim Alvefur2014-07-031-2/+2
| |
* | mod_tls: Simplify and use new ssl config merging in certmanagerKim Alvefur2014-07-031-15/+17
| |
* | core.portmanager: Simplify and take advantage of new ssl config merging in ↵Kim Alvefur2014-07-031-28/+9
| | | | | | | | certmanager
* | core.certmanager: Make create_context() support an arbitrary number of ↵Kim Alvefur2014-07-031-3/+6
| | | | | | | | option sets, merging all
* | core.certmanager: Use util.sslconfigKim Alvefur2014-07-031-71/+14
| |
* | util.sslconfig: Add lib to deal with LuaSec SSL context configsKim Alvefur2014-07-031-0/+87
| |
* | mod_presence: Move presence/initial event to correct place so it actually firesKim Alvefur2014-07-031-3/+1
| |
* | Merge 0.9->0.10Kim Alvefur2014-06-302-1/+9
|\|
| * net.dns: Fix duplicated cache insertions by limiting outstanding queries per ↵Kim Alvefur2014-06-301-1/+8
| | | | | | | | name to one
| * net.adns: Add missing local declarationKim Alvefur2014-06-251-0/+1
| |
* | Merge 0.9->0.10Kim Alvefur2014-06-211-14/+13
|\|
| * tools/ejabberd2prosody.lua: Fix JID building, node-less jids became ↵Kim Alvefur2014-06-171-14/+13
| | | | | | | | @hostname in some cases
| * mod_c2s: Fix traceback if c2s stream sent to componentKim Alvefur2014-05-101-1/+1
| |
* | mod_storage_{none,internal,sql}: Return error for unsupported (everything ↵Kim Alvefur2014-06-203-5/+11
| | | | | | | | but keyval) store types
* | mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks ↵Kim Alvefur2014-06-201-1/+3
| | | | | | | | daurnimator)
* | mod_presence: Fire a presence/initial event on initial presenceKim Alvefur2014-06-201-0/+3
| |
* | mod_admin_telnet: Add command to list MUC roomsMatthew Wild2014-05-281-0/+13
| |
* | mod_s2s: Fire a 's2s-created' event when new s2s connections are initializedKim Alvefur2014-05-241-0/+2
| |
* | mod_s2s: Remove redundant setting of session.directionKim Alvefur2014-05-221-1/+0
| |
* | mod_s2s: Move filter initialization to common placeKim Alvefur2014-05-222-32/+17
| |
* | mod_s2s: Decide on log function onceKim Alvefur2014-05-221-2/+3
| |
* | mod_admin_telnet: Remove dead codeKim Alvefur2014-05-121-11/+0
| |
* | mod_admin_telnet: Show which hosts are components and what type of component ↵Kim Alvefur2014-05-121-1/+11
| | | | | | | | in host:list()
* | mod_admin_telnet: Add c2s:show_tls(), behaves like s2s:show_tls()Kim Alvefur2014-05-111-2/+8
| |
* | mod_admin_telnet: Move generation of log tag for s2s:show() (adds it to ↵Kim Alvefur2014-05-111-2/+11
| | | | | | | | c2s:show() too)
* | mod_admin_telnet: Add s2s:show_tls() for showing ciphers used on s2s connectionsKim Alvefur2014-05-111-2/+24
| |
* | mod_admin_telnet: Move extraction of c2s presence info into session_flags()Kim Alvefur2014-05-111-5/+8
| |
* | mod_admin_telnet: Split (secure) into (authenticated) + (secure)Kim Alvefur2014-05-111-2/+3
| |
* | mod_admin_telnet: Send NUL byte as keepalive on read timeoutsKim Alvefur2014-05-111-0/+8
| |
* | Merge 0.9->0.10Kim Alvefur2014-05-091-1/+5
|\|
| * configmanager: Delay importing LuaFileSystem until needed by an Include lineKim Alvefur2014-05-091-1/+5
| |
* | core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import ↵Kim Alvefur2014-05-094-4/+5
| | | | | | | | from util.paths
* | core.configmanager: Move path utility functions into util.pathsKim Alvefur2014-05-092-35/+42
| |
* | prosodyctl: Check that there is at least one enabled VirtualHost (or ↵Kim Alvefur2014-05-021-0/+11
| | | | | | | | Component) defined
* | prosodyctl: Use correct variable in check certsKim Alvefur2014-05-021-2/+2
| |
* | prosodyctl: Check for deprecated config optionsKim Alvefur2014-05-021-0/+10
| |