log

age author description
2013-03-27 Tobias Markmann mod_blocking: Fix handling of unblocking command. Send out un-/block pushes to all resources.
2013-03-25 Kim Alvefur mod_s2s_auth_fingerprint: Make sure we actually got a certificate
2013-03-25 Kim Alvefur mod_s2s_auth_fingerprint: New module for authenticating s2s connections based on preconfigured fingerprints.
2013-03-24 Kim Alvefur mod_seclabels: Remove config-reloaded hook. Just reload the module to update
2013-03-24 Kim Alvefur mod_default_vcard: Guess FN from FIRST + LAST and vice versa
2013-03-24 Kim Alvefur mod_addressing: Optimization
2013-03-24 Kim Alvefur mod_pastebin: Fix invalid debug statement
2013-03-24 Kim Alvefur mod_candy: Example of how easy it is to serve files from a prosody module
2013-03-22 Matthew Wild mod_bidi, mod_dwd, mod_s2s_idle_timeout: Update for recent 0.9 changes (612467e263af)
2013-03-12 Marco Cirillo Merge (someone needs to remember to pull...)
2013-03-12 Marco Cirillo mod_s2s_never_encrypt_blacklist: complete missing banner.
2013-03-12 Marco Cirillo mod_c2s_conn_throttle: shorten / update header, as wiki was added.
2013-03-12 Kim Alvefur mod_dwd: Initial commit.
2013-03-12 Matthew Wild Merge
2012-11-22 Matthew Wild mod_block_subscribes: Block inbound and outbound subscription requests (useful to prevent implicit roster modification)
2013-03-09 Kim Alvefur mod_smacks: Don't allow steam resumption onto a stream after resource binding
2013-03-07 Marco Cirillo mod_s2s_never_encrypt_blacklist: conn objects on libev carry a metatable, perhaps have starttls set to false instead of nil.
2013-03-07 Marco Cirillo mod_s2s_never_encrypt_blacklist: add missing semicolons.
2013-03-07 Marco Cirillo mod_s2s_never_encrypt_blacklist: cleanup code, also hooks were mixed up.
2013-03-07 Marco Cirillo mod_s2s_never_encrypt_blacklist: supply an empty table as default value, fixes traceback. (Thanks Tobias)
2013-03-05 Marco Cirillo mod_incidents_handling: "cancel" action doesn't need to be specified, suppresses a (harmless) log error.
2013-03-04 Marco Cirillo mod_register_json: correct invalid characters into usernames' log message.
2013-03-02 Marco Cirillo mod_incidents_handling: run cleanup and save the store when a new object is added.
2013-02-26 Kim Alvefur mod_uptime_presence: Initial commit. Indicates uptime by replying to probes with delay-stamped presence.
2013-02-25 Marco Cirillo mod_register_json: remove unrequired instruction (since it's done above already).
2013-02-19 Florian Zeitz mod_admin_web: Better error reporting
2013-02-19 Florian Zeitz mod_admin_web: Default the host selection to the administrators domainpart
2013-02-17 Marco Cirillo mod_incidents_handling: commiting its auxiliary library.
2013-02-17 Marco Cirillo mod_incidents_handling: recommit after full test, cleaned it a bit as what I posted was regretfully an unfinished draft, replaced a lot of the fixed type fields used for fields description with desc elements (upstream prosody's util.dataforms will still strip those). Also moved auxiliary functions to a library.
2013-02-17 Marco Cirillo mod_incidents_handling: still needs some work to be actually functional, backing it out until it's ready.
2013-02-15 Florian Zeitz mod_websocket: Avoid floating point division
2013-02-13 Florian Zeitz mod_websocket: Change the HTTP name to websocket, and override the default_path instead
2013-02-11 Kim Alvefur mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent.
2013-02-10 Marco Cirillo mod_incidents_handling: fix typo on function name.
2013-02-10 Marco Cirillo mod_incidents_handling: initial commit, only about half tested, util functions (parsers, etc) should be working and so do adhoc commands. All the fixed-type fields into the adhoc cmds' output are currently stripped by Prosody until someone *fills* line 56 of util.dataforms.
2013-02-10 Florian Zeitz mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)
2013-02-04 Kim Alvefur mod_service_directories: Use dataforms correctly
2013-01-27 Thijs Alkemade mod_mam: Implemented an empty <before/>, to request the last n items in the archive.
2013-01-25 Waqas Hussain mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
2013-01-25 Florian Zeitz mod_admin_web: Adapt to util.pubsub changes
2013-01-18 Kim Alvefur mod_carbons: Catch outgoing messages to hosts (thanks waqas)
2013-01-16 Kim Alvefur mod_bidi: Work with 0.8
2013-01-16 Kim Alvefur mod_bidi: Missing import of debug.trackeback()
2013-01-16 Kim Alvefur mod_bidi: Disassociate bidi and original session when they are destroyed
2013-01-16 Florian Zeitz mod_carbons: <forwarded/> should be nested in <sent/>/<received/>
2013-01-12 Florian Zeitz mod_websocket: Simplify by getting the c2s_listener from mod_c2s
2013-01-12 Kim Alvefur mod_bidi: Lower severity of notice about outgoing stream being replaced by bidi
2013-01-12 Kim Alvefur mod_bidi: Close conflicting outgoing sessions when bidi is initiated, not requested.
2013-01-11 Kim Alvefur mod_bidi: Initial commit of XEP-0288 implementation
2013-01-02 Kim Alvefur mod_smacks: 'reason' parameter of session:close() changed to make nil and false mean 'graceful close' in 9da430b69f13
2012-12-23 Michael Holzt mod_carbons_adhoc: Initial commit.
2012-12-23 Michael Holzt mod_carbons_copies: Initial commit; allow the user to enable v0 style carbons
2012-12-23 Michael Holzt mod_carbons: Make support for v0 disabled by default, don't send v0 carbons for c2s
2012-12-23 Kim Alvefur Rename mod_http_dir_index -> mod_http_dir_listing
2012-12-23 Kim Alvefur mod_http_dir_index: Add. Handle generation of directory listings for mod_http_files. Included icons from the Tango project are Public Domain
2012-12-22 Kim Alvefur mod_admin_web: Let mod_http_files handle file serving
2012-12-22 Kim Alvefur mod_carbons: Support the pre-forwarding version of Carbons. Please don't implement this.
2012-12-20 Kim Alvefur mod_last_offline: New module that stores last logut time and attaches this timestamp to unavailable presence.
2012-12-16 Kim Alvefur mod_vjud: Disallow searching from remote hosts by default in search-all-users mode
2012-12-16 Kim Alvefur mod_vjud: Add non-default mode where we search all users