Log

description author age
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