Log

description author age
util.sasl.scram: Simplify validation of client-first-message Kim Alvefur 2013-09-22
Merge Tobias SCRAM-PLUS work Kim Alvefur 2013-09-21
Backout ae48bf828f21 Kim Alvefur 2013-09-21
Only advertise mechanisms needing channel binding if a channel binding backend is avaliable. Tobias Markmann 2011-02-07
sasl.util.scarm: Rearrage some code so it makes more sense. Tobias Markmann 2011-02-06
util.sasl.scram: Checking the GS2 header for valid start flag. Tobias Markmann 2011-02-06
mod_saslauth: Check whether LuaSec supports getpeerfinished() binding. Tobias Markmann 2011-01-17
util.sasl.scram: Remove some debugging output. Tobias Markmann 2011-01-17
util.sasl.scram: Adding reference to RFC 5929 'Channel Bindings for TLS'. Tobias Markmann 2011-01-17
util.sasl.scram: Validate channel binding data of client final message. Tobias Markmann 2011-01-17
mod_saslauth: Add channel binding handler for tls-unique channel binding. Tobias Markmann 2011-01-17
util.sasl.scram: Use self.profile.cb for detection whether channel binding is supported or not. Tobias Markmann 2011-01-17
mod_saslauth: Set secure socket as SASL object user data for secure sessions. Tobias Markmann 2011-01-17
util.sasl: New method to add channel binding handler to a SASL instance. Tobias Markmann 2011-01-17
Run with own LuaSec. Tobias Markmann 2011-01-17
Check whether we support the proposed channel binding type. Tobias Markmann 2011-01-15
Adding some code for channel binding advertising. Tobias Markmann 2011-01-12
Merge 0.9->trunk Matthew Wild 2013-09-16
Tagging 0.9.1 Matthew Wild 2013-09-09
moduleapi: Add module:unhook() Matthew Wild 2013-09-16
net.server_select: Return handler from addclient Kim Alvefur 2013-09-06
net.server_select: Pass on all arguments to addclient on to wrapclient Kim Alvefur 2013-09-06
certmanager: Allow for specifying the dhparam option as a path to a file instead of a callback Kim Alvefur 2013-09-03
Merge 0.9->trunk Kim Alvefur 2013-09-03
certmanager: Fix dhparam callback, missing imports (Testing, pfft) 0.9.1 Kim Alvefur 2013-09-03
Merge 0.9->trunk Matthew Wild 2013-09-03
mod_admin_adhoc: As the only user of set:items(), update... it's now an iterator, and the extra keys() iterator is now unnecessary Matthew Wild 2013-09-03
util.set: :items() now returns an iterator instead of the underlying table. This is much more efficient than 'for item in set' (which still works for now). Current access to _items is generally done directly, this may change. Matthew Wild 2013-09-03
certmanager: Allow for specifying the dhparam option as a path to a file instead of a callback Kim Alvefur 2013-09-03
certmanager: Fix for working around a bug with LuaSec 0.4.1 that causes it to not honour the 'ciphers' option. This change will apply 0.9's default cipher string for LuaSec 0.4.1 users. Matthew Wild 2013-09-03
Merge 0.9->trunk Matthew Wild 2013-09-02
util.set: Fix :include() and :exclude() methods to iterate the input set correctly Matthew Wild 2013-09-02
util.pposix: Fix building on non-Linux with glibc Kim Alvefur 2013-09-02
configmanager: Fix checking of absolute paths on Windows Kim Alvefur 2013-08-30
util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list) Kim Alvefur 2013-08-30
prosodyctl: check: Support for unicode (IDN) domains (thanks once again albert) Matthew Wild 2013-09-02
mod_muc: Support for locking newly-created rooms until they are configured (enabled with muc_room_locking = true) Matthew Wild 2013-08-30
mod_muc: Import util.array Matthew Wild 2013-08-30
prosody.cfg.lua.dist: Set c2s_require_encryption = true Matthew Wild 2013-08-29
Merge 0.9->trunk Matthew Wild 2013-08-24
mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this issue (thanks Lonnie Abelbeck) Matthew Wild 2013-08-24
Added tag 0.9.0 for changeset 6ef79af0c445 Matthew Wild 2013-08-19
mod_c2s: Move another log message to debug level Kim Alvefur 2013-08-14
mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopefully) less confusing way Kim Alvefur 2013-08-14
mod_s2s: Captitalize log messages that begin with a stream direction Kim Alvefur 2013-08-14
mod_s2s: Lower "Beginning new connection attempt" message from info to debug level Kim Alvefur 2013-08-14
mod_s2s/s2sout.lib: Improve error message logged at 'info' level when failing to connect to a host. Now 'Failed in all attempts to connect to XYZ' Matthew Wild 2013-08-13
util.async: Make guarder() local Matthew Wild 2013-08-13
util.async: Add guarder method, to create guards to ensure only a single runner can pass through a section of code at a time Matthew Wild 2013-08-13
usermanager: Remove unused import of pairs() Matthew Wild 2013-08-13
util.async: Fix logic bug that prevented error watcher being called for runners Matthew Wild 2013-08-13
util.async: waiter: Throw error if done() called too many times Kim Alvefur 2013-08-12
util.async: waiter: Remove restriction about wait() being called before done() Matthew Wild 2013-08-12
util.async: runner: Fix check for new state to recognise transition to 'waiting' Matthew Wild 2013-08-12
util.async: Make functions local Matthew Wild 2013-08-12
mod_c2s: Port coroutine code to util.async Matthew Wild 2013-08-11
util.async: New library to provide support around coroutine-based non-blocking functions Matthew Wild 2013-08-11
util.debug: Fix level of locals when inspecting a coroutine Matthew Wild 2013-08-11
util.debug: Further fix to display locals in extended tracebacks Matthew Wild 2013-08-10
util.debug: Fixes to make coroutine tracebacks work properly Matthew Wild 2013-08-10
mod_auth_internal_hashed: Log calls to provider methods and be consistent with mod_auth_internal_plain Kim Alvefur 2013-08-10
mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for util.logger directly Kim Alvefur 2013-08-10
mod_auth_internal_hashed: Remove this 'initializing' message too Kim Alvefur 2013-08-10
mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too Kim Alvefur 2013-08-10
mod_auth_internal_plain: Log a debug message when changing password to be consistent with the other methods Kim Alvefur 2013-08-10
mod_auth_internal_plain: Remove redundant hostname from log messages Kim Alvefur 2013-08-10
mod_dialback: Change level of some log statements to be more appropriate Kim Alvefur 2013-08-10
util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be quiet please) Kim Alvefur 2013-08-10
Remove all trailing whitespace Florian Zeitz 2013-08-09
Merge 0.9->trunk Kim Alvefur 2013-08-09
util.hashes: Silence compiler warning about pointer signedness 0.9.0 Kim Alvefur 2013-08-09
mod_c2s: Add session:sleep() and session:wake() to pause a session (e.g. while waiting for an external event). Needs a gallon or two of testing. Matthew Wild 2013-08-09
mod_disco: Check for host type == 'local' ('normal' never existed) Matthew Wild 2013-08-06
moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components Matthew Wild 2013-08-06
Merge 0.9->trunk Kim Alvefur 2013-08-06
mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details Kim Alvefur 2013-08-06
util.hashes: Correct argument order Kim Alvefur 2013-08-06
mod_s2s: Improve policy check Kim Alvefur 2013-08-05
mod_s2s: Log certificate identity validation result Kim Alvefur 2013-08-04
mod_storage_sql2: Do an early return and drop an indentation level Kim Alvefur 2013-08-02
mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details Kim Alvefur 2013-08-02
mod_register: Use more specific get_option variants Kim Alvefur 2013-08-02
mod_adhoc: Add local_user permission Florian Zeitz 2013-07-24
mod_adhoc: Use mod_disco for disco handling Florian Zeitz 2013-07-24
mod_adhoc: Sort commands by node. This guarantees the order remains the same across restarts etc. Florian Zeitz 2013-07-24
Merge 0.9->trunk Kim Alvefur 2013-07-24
adhoc.lib: Don't build error reply from reply stanza Kim Alvefur 2013-07-24
mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives Kim Alvefur 2013-07-24
Merge 0.9->trunk Kim Alvefur 2013-07-22
net.server_event: Pass ondrain handler from listener Kim Alvefur 2013-07-22
net.http.server: Fix Keep-Alive requests with HTTP 1.0 Kim Alvefur 2013-07-22
Merge 0.9->trunk Matthew Wild 2013-07-15
util.net: Fix compilation on Windows (outputs an empty list of addresses for now) (tested only in my head) Matthew Wild 2013-07-15
Merge 0.9->trunk Matthew Wild 2013-07-15
util.net: Include missing header needed for successful compiltion on FreeBSD Matthew Wild 2013-07-15
util.events: Remove varargs, event handlers can now only accept a single parameter Matthew Wild 2013-07-15
mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now) Matthew Wild 2013-07-15
rostermanager, mod_groups: Change roster-load event to pass an event table for consistency Matthew Wild 2013-07-15
Merge 0.9->trunk Matthew Wild 2013-07-13
certmanager: Set our own default cipher string, which includes only ciphers regarded as 'HIGH' strength (by OpenSSL). In particular this disables RC4. Matthew Wild 2013-07-13
util.sql: Do lazy fetching of affected/rowcount Kim Alvefur 2013-07-12
Backed out changeset 3c57c2281087 Kim Alvefur 2013-07-12
util.sql: Don't fetch row count of result sets for queries that don't have result sets Kim Alvefur 2013-07-12
mod_storage_sql2: Add archive store with append and find methods Kim Alvefur 2013-07-12
mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections Kim Alvefur 2013-07-11
util.sql: Set charset and collation for MySQL when creating tables Kim Alvefur 2013-07-11
Remove plugins/storage/sqlbasic.lib.lua, which seems obsolete Matthew Wild 2013-07-11
Merge 0.9->trunk Matthew Wild 2013-07-11
mod_storage_sql2: Remove from 0.9 Matthew Wild 2013-07-11
mod_storage_sql2: Support XML serialization for stanzas. Kim Alvefur 2013-07-10
mod_storage_sql2: Keep available store types in a table Kim Alvefur 2013-07-10
mod_storage_sql2: Fix iteration over users and stores Kim Alvefur 2013-07-10
mod_storage_sql2: Make sure the user field is not NULL Kim Alvefur 2013-07-10
Merge 0.9->trunk Kim Alvefur 2013-07-10
net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix) Kim Alvefur 2013-07-10
Merge 0.9->trunk Matthew Wild 2013-07-08
mod_component: Local imports for some functions, including xpcall Matthew Wild 2013-07-08
mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s). Matthew Wild 2013-07-08
mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters Matthew Wild 2013-07-08
Merge 0.9->trunk Matthew Wild 2013-07-08
mod_component: xpcall() stanza processing, as per other listeners, preventing potentially harmful 'top-level errors' Matthew Wild 2013-07-08
prosodyctl: Import local_addresses from the new util.net intead of luasocket Kim Alvefur 2013-07-01
Merge 0.9->trunk Kim Alvefur 2013-06-29
mod_admin_adhoc: Fix node of the "Get List of Online Users" command Florian Zeitz 2013-06-29
Merge Matthew Wild 2013-06-29
util.pposix: Correctly handle 'unlimited' limits (RLIM_INFINITY), by returning and accepting the string 'unlimited' in get/setrlimit() Matthew Wild 2013-06-29
Merge 0.9->trunk Matthew Wild 2013-06-29
util.pposix: setrlimit(): Add missing return on error when an incorrect number of arguments are passed Matthew Wild 2013-06-28
mod_http_files: Put the MIME type map in a global shared table instead of per-host Kim Alvefur 2013-06-28
Merge 0.9->trunk Matthew Wild 2013-06-26
net.http: Include port number (when non-standard) in the Host header of outgoing requests, as per the HTTP RFC Matthew Wild 2013-06-26
mod_s2s: Add missing global hook for read-timeout Kim Alvefur 2013-06-26
Merge 0.9->trunk Matthew Wild 2013-06-24
mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob) Kim Alvefur 2013-06-23
mod_admin_telnet: Refactor s2s:show() Kim Alvefur 2013-06-20
mod_admin_telnet: Generate session names the same way as in s2smanager Kim Alvefur 2013-06-20
mod_admin_telnet: Refactor s2s:close and s2s:closeall Kim Alvefur 2013-06-20
mod_register: Fix indentation Kim Alvefur 2013-06-19
mod_admin_telnet: Refactor s2s:showcert() Kim Alvefur 2013-06-19
net.dns: Support IPv6 addresses in resolv.conf Florian Zeitz 2013-06-18
Merge 0.9->trunk Matthew Wild 2013-06-18
mod_s2s/s2sout.lib: Remove unused variables and imports Matthew Wild 2013-06-18
mod_s2s/s2sout.lib: Remove reference to undefined global Matthew Wild 2013-06-18
mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses Matthew Wild 2013-06-18
mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6 Matthew Wild 2013-06-18
util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0) Matthew Wild 2013-06-18
mod_tls: Remove debug statement Kim Alvefur 2013-06-16
additional fix for erlparse loading in ejabberd2prosody.lua Vadim Misbakh-Soloviov 2013-06-14
package{,c}path fixes for migration tools Vadim Misbakh-Soloviov 2013-06-14
Merge the merge Matthew Wild 2013-06-13
Merge 0.9->trunk Matthew Wild 2013-06-13
util.dataforms: Return nil for empty list-mutli responses, to be consistent with other readers Florian Zeitz 2013-06-13
mod_muc: Add Ad-Hoc command to destroy MUC rooms Florian Zeitz 2013-06-04
mod_muc: Utilize mod_disco, instead of reimplementing disco handling Florian Zeitz 2013-06-04
mod_pubsub: Utilize mod_disco, instead of reimplementing disco handling Florian Zeitz 2013-06-04
mod_disco: Allow ansering disco requests including nodes, and adding custom items to disco#items requests Florian Zeitz 2013-06-04
mod_http_files: Put the MIME type map in a global shared table Kim Alvefur 2013-06-13
util.sasl.external: Add SASL EXTERNAL mechanism Kim Alvefur 2013-06-13
prosody: Remove global ssl context, no longer used Kim Alvefur 2013-06-13
mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections Kim Alvefur 2013-06-13
certmanager: Overhaul of how ssl configs are built. Kim Alvefur 2013-06-13
Merge 0.9->trunk Matthew Wild 2013-06-13
mod_pep: When a client supplies no id on a published item, reflect our generated id back to it Florian Zeitz 2013-06-13
Merge 0.9->trunk Matthew Wild 2013-06-13
mod_muc: Fix incorrect variable name Matthew Wild 2013-05-21
Merge 0.9->trunk Matthew Wild 2013-06-12
certmanager: Add single_dh_use and single_ecdh_use to default options Matthew Wild 2013-06-12
Merge 0.9->trunk Matthew Wild 2013-06-12
certmanager: Set ssl.curve to 'secp384r1' by default, to enable ECC ciphers Matthew Wild 2013-06-12
util.pubsub: Check whether node exists, when deleting Florian Zeitz 2013-06-12
Merge 0.9->trunk Matthew Wild 2013-06-11
certmanager: Use 'curve' and 'dhparam' options from ssl config if present Matthew Wild 2013-06-11
mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage Matthew Wild 2013-05-16
mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server) Matthew Wild 2013-06-07
mod_bosh: Fix global write Matthew Wild 2013-06-07
mod_c2s, mod_s2s: Fire an event on read timeouts Kim Alvefur 2013-06-11
mod_c2s: Become a shared module and allow being disabled on some virtualhosts Kim Alvefur 2013-06-11
mod_bosh: Reduce a little code. Waqas Hussain 2013-06-11
Merge 0.9->trunk Kim Alvefur 2013-06-10
mod_admin_telnet: Fix another wrong boolean expression Kim Alvefur 2013-06-10
Merge 0.9->trunk Kim Alvefur 2013-06-09
net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn) Kim Alvefur 2013-06-09
mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback Kim Alvefur 2013-06-09
mod_s2s: Set s2s_session.ip Kim Alvefur 2013-06-09
mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads Matthew Wild 2013-06-08
mod_muc: Include status code 332 on service shutdown (thanks mathieui) Matthew Wild 2013-06-08
mod_bosh: Don't tostring() stream:features when passing to session.send(). Waqas Hussain 2013-06-07
prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates Kim Alvefur 2013-06-07
certmanager: Complain if key or certificate is missing from SSL config. Kim Alvefur 2013-06-07
prosodyctl: Add 'prosodyctl check --help' Kim Alvefur 2013-06-07
mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled. Waqas Hussain 2013-06-07
mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself. Waqas Hussain 2013-06-07