prosody.git
2013-08-24 Matthew WildMerge 0.9->trunk
2013-08-24 Matthew Wildmod_pep: Update COMPAT comment, it seems Asterisk 1...
2013-08-19 Matthew WildAdded tag 0.9.0 for changeset 6ef79af0c445
2013-08-14 Kim Alvefurmod_c2s: Move another log message to debug level
2013-08-14 Kim Alvefurmod_c2s, mod_s2s: Log cipher and encryption info in...
2013-08-14 Kim Alvefurmod_s2s: Captitalize log messages that begin with a...
2013-08-14 Kim Alvefurmod_s2s: Lower "Beginning new connection attempt" messa...
2013-08-13 Matthew Wildmod_s2s/s2sout.lib: Improve error message logged at...
2013-08-13 Matthew Wildutil.async: Make guarder() local
2013-08-13 Matthew Wildutil.async: Add guarder method, to create guards to...
2013-08-13 Matthew Wildusermanager: Remove unused import of pairs()
2013-08-13 Matthew Wildutil.async: Fix logic bug that prevented error watcher...
2013-08-12 Kim Alvefurutil.async: waiter: Throw error if done() called too...
2013-08-12 Matthew Wildutil.async: waiter: Remove restriction about wait(...
2013-08-12 Matthew Wildutil.async: runner: Fix check for new state to recognis...
2013-08-12 Matthew Wildutil.async: Make functions local
2013-08-11 Matthew Wildmod_c2s: Port coroutine code to util.async
2013-08-11 Matthew Wildutil.async: New library to provide support around corou...
2013-08-11 Matthew Wildutil.debug: Fix level of locals when inspecting a coroutine
2013-08-10 Matthew Wildutil.debug: Further fix to display locals in extended...
2013-08-10 Matthew Wildutil.debug: Fixes to make coroutine tracebacks work...
2013-08-10 Kim Alvefurmod_auth_internal_hashed: Log calls to provider methods...
2013-08-10 Kim Alvefurmod_auth_internal_hashed: Use logger setup by moduleapi...
2013-08-10 Kim Alvefurmod_auth_internal_hashed: Remove this 'initializing...
2013-08-10 Kim Alvefurmod_auth_internal_plain: Remove "initializing" log...
2013-08-10 Kim Alvefurmod_auth_internal_plain: Log a debug message when chang...
2013-08-10 Kim Alvefurmod_auth_internal_plain: Remove redundant hostname...
2013-08-10 Kim Alvefurmod_dialback: Change level of some log statements to...
2013-08-10 Kim Alvefurutil.pposix: Fix overflow in rlimit argument conversion...
2013-08-09 Florian ZeitzRemove all trailing whitespace
2013-08-09 Kim AlvefurMerge 0.9->trunk
2013-08-09 Kim Alvefurutil.hashes: Silence compiler warning about pointer...
2013-08-09 Matthew Wildmod_c2s: Add session:sleep() and session:wake() to...
2013-08-06 Matthew Wildmod_disco: Check for host type == 'local' ('normal...
2013-08-06 Matthew Wildmoduleapi: module:get_host_type() now returns 'global...
2013-08-06 Kim AlvefurMerge 0.9->trunk
2013-08-06 Kim Alvefurmod_admin_telnet, mod_s2s: Fix reporting of certificate...
2013-08-06 Kim Alvefurutil.hashes: Correct argument order
2013-08-05 Kim Alvefurmod_s2s: Improve policy check
2013-08-04 Kim Alvefurmod_s2s: Log certificate identity validation result
2013-08-02 Kim Alvefurmod_storage_sql2: Do an early return and drop an indent...
2013-08-02 Kim Alvefurmod_c2s, mod_s2s: Log a message that stream encryption...
2013-08-02 Kim Alvefurmod_register: Use more specific get_option variants
2013-07-24 Florian Zeitzmod_adhoc: Add local_user permission
2013-07-24 Florian Zeitzmod_adhoc: Use mod_disco for disco handling
2013-07-24 Florian Zeitzmod_adhoc: Sort commands by node. This guarantees the...
2013-07-24 Kim AlvefurMerge 0.9->trunk
2013-07-24 Kim Alvefuradhoc.lib: Don't build error reply from reply stanza
2013-07-24 Kim Alvefurmod_c2s: Change default of tcp_keepalives to true,...
2013-07-22 Kim AlvefurMerge 0.9->trunk
2013-07-22 Kim Alvefurnet.server_event: Pass ondrain handler from listener
2013-07-22 Kim Alvefurnet.http.server: Fix Keep-Alive requests with HTTP 1.0
2013-07-15 Matthew WildMerge 0.9->trunk
2013-07-15 Matthew Wildutil.net: Fix compilation on Windows (outputs an empty...
2013-07-15 Matthew WildMerge 0.9->trunk
2013-07-15 Matthew Wildutil.net: Include missing header needed for successful...
2013-07-15 Matthew Wildutil.events: Remove varargs, event handlers can now...
2013-07-15 Matthew Wildmod_bosh, mod_c2s: No longer fire stream-features globa...
2013-07-15 Matthew Wildrostermanager, mod_groups: Change roster-load event...
2013-07-13 Matthew WildMerge 0.9->trunk
2013-07-13 Matthew Wildcertmanager: Set our own default cipher string, which...
2013-07-12 Kim Alvefurutil.sql: Do lazy fetching of affected/rowcount
2013-07-12 Kim AlvefurBacked out changeset 3c57c2281087
2013-07-12 Kim Alvefurutil.sql: Don't fetch row count of result sets for...
2013-07-12 Kim Alvefurmod_storage_sql2: Add archive store with append and...
2013-07-11 Kim Alvefurmod_storage_sql2: Create an additional table `prosodyar...
2013-07-11 Kim Alvefurutil.sql: Set charset and collation for MySQL when...
2013-07-11 Matthew WildRemove plugins/storage/sqlbasic.lib.lua, which seems...
2013-07-11 Matthew WildMerge 0.9->trunk
2013-07-11 Matthew Wildmod_storage_sql2: Remove from 0.9
2013-07-10 Kim Alvefurmod_storage_sql2: Support XML serialization for stanzas.
2013-07-10 Kim Alvefurmod_storage_sql2: Keep available store types in a table
2013-07-10 Kim Alvefurmod_storage_sql2: Fix iteration over users and stores
2013-07-10 Kim Alvefurmod_storage_sql2: Make sure the user field is not NULL
2013-07-10 Kim AlvefurMerge 0.9->trunk
2013-07-10 Kim Alvefurnet.dns, net.adns: Make sure errors from net.server...
2013-07-08 Matthew WildMerge 0.9->trunk
2013-07-08 Matthew Wildmod_component: Local imports for some functions, includ...
2013-07-08 Matthew Wildmod_bosh: pcall() core_process_stanza per stanza, to...
2013-07-08 Matthew Wildmod_bosh: Only pass stanza to core_process_stanza if...
2013-07-08 Matthew WildMerge 0.9->trunk
2013-07-08 Matthew Wildmod_component: xpcall() stanza processing, as per other...
2013-07-01 Kim Alvefurprosodyctl: Import local_addresses from the new util...
2013-06-29 Kim AlvefurMerge 0.9->trunk
2013-06-29 Florian Zeitzmod_admin_adhoc: Fix node of the "Get List of Online...
2013-06-29 Matthew WildMerge
2013-06-29 Matthew Wildutil.pposix: Correctly handle 'unlimited' limits (RLIM_...
2013-06-29 Matthew WildMerge 0.9->trunk
2013-06-28 Matthew Wildutil.pposix: setrlimit(): Add missing return on error...
2013-06-28 Kim Alvefurmod_http_files: Put the MIME type map in a global share...
2013-06-26 Matthew WildMerge 0.9->trunk
2013-06-26 Matthew Wildnet.http: Include port number (when non-standard) in...
2013-06-26 Kim Alvefurmod_s2s: Add missing global hook for read-timeout
2013-06-24 Matthew WildMerge 0.9->trunk
2013-06-23 Kim Alvefurmod_storage_sql2: Use correct variable (Thanks SkyBlue...
2013-06-20 Kim Alvefurmod_admin_telnet: Refactor s2s:show()
2013-06-20 Kim Alvefurmod_admin_telnet: Generate session names the same way...
2013-06-20 Kim Alvefurmod_admin_telnet: Refactor s2s:close and s2s:closeall
2013-06-19 Kim Alvefurmod_register: Fix indentation
2013-06-19 Kim Alvefurmod_admin_telnet: Refactor s2s:showcert()
next