prosody.git
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...
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...
next