Merge 0.9->0.10
|
Kim Alvefur |
2013-11-24 |
Makefile, certs: Generate example certificates on build, remove the old static one
|
Kim Alvefur |
2013-11-22 |
Merge 0.10->trunk
|
Matthew Wild |
2013-11-21 |
Merge 0.9->0.10
|
Matthew Wild |
2013-11-21 |
certmanager: Further cipher string tweaking. Re-enable ciphers required for DSA and ECDH certs/keys.
|
Matthew Wild |
2013-11-21 |
Merge 0.10->trunk
|
Kim Alvefur |
2013-11-13 |
util.sql: Fix previous commit
|
Kim Alvefur |
2013-11-12 |
util.sql: Get character set info from the correct database.
|
Kim Alvefur |
2013-11-12 |
Merge 0.10->trunk
|
Matthew Wild |
2013-11-12 |
Merge 0.9->0.10
|
Matthew Wild |
2013-11-12 |
Back out 1b0ac7950129, as SSLv3 appears to still be in moderate use on the network. Also, although obsolete, SSLv3 isn't documented to have any weaknesses that TLS 1.0 (the most common version used today) doesn't also have. Get your act together clients!
|
Matthew Wild |
2013-11-12 |
Merge 0.10->trunk
|
Kim Alvefur |
2013-11-11 |
mod_storage_sql2: Auto increment columns won't be NULL, so drop nullable=false
|
Kim Alvefur |
2013-11-11 |
util.sql: Rewrite auto increment columns to SERIAL for PostgreSQL
|
Kim Alvefur |
2013-11-11 |
Merge 0.10->trunk
|
Matthew Wild |
2013-11-10 |
util.sql: Fix to call execute on 'self' rather than 'engine' (thanks eisensheng)
|
Matthew Wild |
2013-11-10 |
Merge 0.10->trunk
|
Matthew Wild |
2013-11-10 |
Merge 0.9->0.10
|
Matthew Wild |
2013-11-10 |
certmanager: Update default cipher string to prefer forward-secrecy over cipher strength and to disable triple-DES (weaker and much slower than AES)
|
Matthew Wild |
2013-11-10 |
util.set: Remove unused variable
|
Matthew Wild |
2013-11-10 |
Merge 0.10->trunk
|
Matthew Wild |
2013-11-09 |
Merge 0.9->0.10
|
Matthew Wild |
2013-11-09 |
mod_storage_sql2: Fix backwards comparison of timestamp
|
Kim Alvefur |
2013-11-07 |
certmanager: Fix order of options, so that the dynamic option is at the end of the array
|
Matthew Wild |
2013-11-09 |
certmanager: Default to using the server's cipher preference order by default, as clients have been shown to commonly select weak and insecure ciphers even when they support stronger ones
|
Matthew Wild |
2013-11-09 |
core.moduleapi: Fix some global accesses.
|
Waqas Hussain |
2013-11-06 |
core/moduleapi: Return timer object from module:add_timer
|
daurnimator |
2013-11-06 |
util/timer: Re-set params when timer is rescheduled
|
daurnimator |
2013-11-06 |
Merge 0.10 -> trunk
|
Kim Alvefur |
2013-10-31 |
Merge 0.9 -> 0.10
|
Kim Alvefur |
2013-10-31 |
certmanager: Disable SSLv3 by default
|
Kim Alvefur |
2013-10-31 |
mod_storage_sql2: Switch to the util.sql table definition for the main table
|
Kim Alvefur |
2013-10-30 |
mod_storage_sql2: The prosodyarchive_index should be unique
|
Kim Alvefur |
2013-10-30 |
mod_storage_sql2: Use primary_key and auto_increment flags instead of baking that into the type
|
Kim Alvefur |
2013-10-30 |
mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL)
|
Kim Alvefur |
2013-10-30 |
util.sql: Rewrite MEDIUMTEXT to TEXT for drivers other than MySQL
|
Kim Alvefur |
2013-10-30 |
util.sql: Check what encoding SQLite3 uses
|
Kim Alvefur |
2013-10-29 |
util.sql: Find out if MySQL supports utf8mb4 and use that
|
Kim Alvefur |
2013-10-29 |
util.sql: Support incrementing columns
|
Kim Alvefur |
2013-10-28 |
util.sql: Allow columns to be marked the primary key
|
Kim Alvefur |
2013-10-28 |
util.sql: Allow creating unique indices
|
Kim Alvefur |
2013-10-28 |
mod_storage_sql2: Move checking of the sql_manage_tables option so it also includes table upgrades (again)
|
Kim Alvefur |
2013-10-28 |
mod_storage_sql2, util.sql: Move code for setting encoding to util.sql
|
Kim Alvefur |
2013-10-28 |
mod_storage_sql2: Move all schema upgrade code to the same place
|
Kim Alvefur |
2013-10-28 |
mod_storage_sql2: Split up setting of encoding and table upgrade code
|
Kim Alvefur |
2013-10-28 |
util.timer: Import all require upvalues.
|
Waqas Hussain |
2013-10-30 |
util.timer: Fix another variable name typo (thanks again zash).
|
Waqas Hussain |
2013-10-30 |
util.timer: Fix variable name typo.
|
Waqas Hussain |
2013-10-30 |
util.timer: Updated to use util.indexedbheap to provide a more complete API. Timers can now be stopped or rescheduled. Callbacks are now pcall'd. Adding/removing timers from within timer callbacks works better. Optional parameter can be passed when creating timer which gets passed to callback, eliminating the need for closures in various timer uses. Timers are now much more lightweight.
|
Waqas Hussain |
2013-10-30 |
util.indexedbheap: A priority queue implementation with a reverse index with no per-entry memory allocation.
|
Waqas Hussain |
2013-10-30 |
Merge 0.10->trunk
|
Kim Alvefur |
2013-10-15 |
certmanager: Fix. Again.
|
Kim Alvefur |
2013-10-15 |
Merge 0.10->trunk
|
Kim Alvefur |
2013-10-14 |
certmanager: Add back single_dh_use and single_ecdh_use to default options (Zash breaks, Zash unbreaks)
|
Kim Alvefur |
2013-10-14 |
util.sasl.scram: Rename variable for clarity
|
Kim Alvefur |
2013-10-12 |
util.sasl.scram: Cache profile name instead of concatenating when used
|
Kim Alvefur |
2013-10-12 |
util.sasl.scram: Rewrite patterns and capture client-first-message-bare, client-final-message-without-proof
|
Kim Alvefur |
2013-10-12 |
util.sasl.scram: Create the state table as late as possible, keep state in locals for faster access
|
Kim Alvefur |
2013-10-12 |
util.sasl.scram: Compare gs2-header to cbind-input (Thanks Tobias)
|
Kim Alvefur |
2013-10-12 |
Merge 0.10->trunk
|
Matthew Wild |
2013-10-10 |
Merge 0.9->0.10
|
Matthew Wild |
2013-10-10 |
util.windows: Incorrect output buffer size passed to ReadConsoleOutputAttribute (fixes issue#362, thanks yanjun).
|
Waqas Hussain |
2013-10-10 |
util.sasl: Remove unused print() import.
|
Waqas Hussain |
2013-10-07 |
util.sasl: Make registerMechanism a public function (again)
|
Waqas Hussain |
2013-10-07 |
Merge 0.10->trunk
|
Kim Alvefur |
2013-10-07 |
mod_saslauth: Collect data for channel binding only if we know for sure that the stream is encrypted
|
Kim Alvefur |
2013-10-07 |
mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure)
|
Kim Alvefur |
2013-10-07 |
Merge 0.10->trunk
|
Kim Alvefur |
2013-10-06 |
util.array: Improve array:reverse() and make it work as both method and non-mutating function
|
Kim Alvefur |
2013-10-06 |
util.sasl.scram: Remove unused function and import
|
Kim Alvefur |
2013-10-06 |
Merge 0.10->trunk
|
Matthew Wild |
2013-10-05 |
Merge 0.9->0.10
|
Matthew Wild |
2013-10-05 |
muc.lib.lua: Fix Spark jabber client not displaying conference room lists, seemingly due to a missing value tag for the room description if the description has not been set
|
Paul |
2013-10-05 |
mod_pep_plus: An util.pubsub based PEP module
|
Florian Zeitz |
2013-10-04 |
mod_pubsub, util.pubsub: Keep track of the order of items
|
Kim Alvefur |
2013-10-04 |
Merge 0.9->0.10
|
Matthew Wild |
2013-09-30 |
util.filters: Fix inserting items so that higher priority filters run first
|
Kim Alvefur |
2013-09-30 |
mod_storage_sql2: Add method for deleting items from archives with same syntax as :find()
|
Kim Alvefur |
2013-09-28 |
mod_storage_sql2: Split out code for building WHERE clauses into separate functions
|
Kim Alvefur |
2013-09-28 |
server_select: fix onreadtimeout support so that listeners can override the default (disconnect) behaviour
|
Matthew Wild |
2013-09-28 |
util.x509: Only compare identity with oid-on-xmppAddr for XMPP services
|
Kim Alvefur |
2013-09-26 |
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 |