prosody.git
2013-11-10 Matthew WildMerge 0.9->0.10
2013-11-10 Matthew Wildcertmanager: Update default cipher string to prefer...
2013-11-10 Matthew Wildutil.set: Remove unused variable
2013-11-09 Matthew WildMerge 0.9->0.10
2013-11-09 Matthew Wildcertmanager: Fix order of options, so that the dynamic...
2013-11-09 Matthew Wildcertmanager: Default to using the server's cipher prefe...
2013-11-07 Kim Alvefurmod_storage_sql2: Fix backwards comparison of timestamp
2013-10-31 Kim AlvefurMerge 0.9 -> 0.10
2013-10-31 Kim Alvefurcertmanager: Disable SSLv3 by default
2013-10-30 Kim Alvefurmod_storage_sql2: Switch to the util.sql table definiti...
2013-10-30 Kim Alvefurmod_storage_sql2: The prosodyarchive_index should be...
2013-10-30 Kim Alvefurmod_storage_sql2: Use primary_key and auto_increment...
2013-10-30 Kim Alvefurmod_storage_sql2: Use MEDIUMTEXT fields for value colum...
2013-10-30 Kim Alvefurutil.sql: Rewrite MEDIUMTEXT to TEXT for drivers other...
2013-10-29 Kim Alvefurutil.sql: Check what encoding SQLite3 uses
2013-10-29 Kim Alvefurutil.sql: Find out if MySQL supports utf8mb4 and use...
2013-10-28 Kim Alvefurutil.sql: Support incrementing columns
2013-10-28 Kim Alvefurutil.sql: Allow columns to be marked the primary key
2013-10-28 Kim Alvefurutil.sql: Allow creating unique indices
2013-10-28 Kim Alvefurmod_storage_sql2: Move checking of the sql_manage_table...
2013-10-28 Kim Alvefurmod_storage_sql2, util.sql: Move code for setting encod...
2013-10-28 Kim Alvefurmod_storage_sql2: Move all schema upgrade code to the...
2013-10-28 Kim Alvefurmod_storage_sql2: Split up setting of encoding and...
2013-10-15 Kim Alvefurcertmanager: Fix. Again.
2013-10-14 Kim Alvefurcertmanager: Add back single_dh_use and single_ecdh_use...
2013-10-12 Kim Alvefurutil.sasl.scram: Rename variable for clarity
2013-10-12 Kim Alvefurutil.sasl.scram: Cache profile name instead of concaten...
2013-10-12 Kim Alvefurutil.sasl.scram: Rewrite patterns and capture client...
2013-10-12 Kim Alvefurutil.sasl.scram: Create the state table as late as...
2013-10-12 Kim Alvefurutil.sasl.scram: Compare gs2-header to cbind-input...
2013-10-10 Matthew WildMerge 0.9->0.10
2013-10-10 Waqas Hussainutil.windows: Incorrect output buffer size passed to...
2013-10-07 Waqas Hussainutil.sasl: Remove unused print() import.
2013-10-07 Waqas Hussainutil.sasl: Make registerMechanism a public function...
2013-10-07 Kim Alvefurmod_saslauth: Collect data for channel binding only...
2013-10-07 Kim Alvefurmod_c2s, mod_s2s: Set session.encrypted as session...
2013-10-06 Kim Alvefurutil.array: Improve array:reverse() and make it work...
2013-10-06 Kim Alvefurutil.sasl.scram: Remove unused function and import
2013-10-05 Matthew WildMerge 0.9->0.10
2013-10-05 Paulmuc.lib.lua: Fix Spark jabber client not displaying...
2013-09-30 Matthew WildMerge 0.9->0.10
2013-09-30 Kim Alvefurutil.filters: Fix inserting items so that higher priori...
2013-09-28 Kim Alvefurmod_storage_sql2: Add method for deleting items from...
2013-09-28 Kim Alvefurmod_storage_sql2: Split out code for building WHERE...
2013-09-28 Matthew Wildserver_select: fix onreadtimeout support so that listen...
2013-09-26 Kim Alvefurutil.x509: Only compare identity with oid-on-xmppAddr...
2013-09-22 Kim Alvefurutil.sasl.scram: Simplify validation of client-first...
2013-09-21 Kim AlvefurMerge Tobias SCRAM-PLUS work
2013-09-21 Kim AlvefurBackout ae48bf828f21
2013-09-16 Matthew WildMerge 0.9->trunk
2013-09-16 Matthew Wildmoduleapi: Add module:unhook()
2013-09-09 Matthew WildTagging 0.9.1
2013-09-06 Kim Alvefurnet.server_select: Return handler from addclient
2013-09-06 Kim Alvefurnet.server_select: Pass on all arguments to addclient...
2013-09-03 Kim Alvefurcertmanager: Allow for specifying the dhparam option...
2013-09-03 Kim AlvefurMerge 0.9->trunk
2013-09-03 Kim Alvefurcertmanager: Fix dhparam callback, missing imports...
2013-09-03 Matthew WildMerge 0.9->trunk
2013-09-03 Matthew Wildmod_admin_adhoc: As the only user of set:items(), updat...
2013-09-03 Matthew Wildutil.set: :items() now returns an iterator instead...
2013-09-03 Kim Alvefurcertmanager: Allow for specifying the dhparam option...
2013-09-03 Matthew Wildcertmanager: Fix for working around a bug with LuaSec...
2013-09-02 Matthew WildMerge 0.9->trunk
2013-09-02 Matthew Wildutil.set: Fix :include() and :exclude() methods to...
2013-09-02 Kim Alvefurutil.pposix: Fix building on non-Linux with glibc
2013-09-02 Matthew Wildprosodyctl: check: Support for unicode (IDN) domains...
2013-08-30 Kim Alvefurconfigmanager: Fix checking of absolute paths on Windows
2013-08-30 Kim Alvefurutil.net: Fix s2sout on Windows (return 0.0.0.0 and...
2013-08-30 Matthew Wildmod_muc: Support for locking newly-created rooms until...
2013-08-30 Matthew Wildmod_muc: Import util.array
2013-08-29 Matthew Wildprosody.cfg.lua.dist: Set c2s_require_encryption =...
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...
next