log

age author description
Sat, 01 Jun 2013 23:29:21 +0100 Matthew Wild mod_lastlog: Add prosodyctl command (prosodyctl mod_lastlog JID) to show last login time and IP of user (if available)
Sat, 01 Jun 2013 23:21:48 +0100 Matthew Wild mod_muc_limits: Condense multiple dropped stanzas into a single log message every 5 seconds
Sat, 01 Jun 2013 23:20:09 +0100 Matthew Wild mod_muc_log: Fix mistake in previous merge (thanks Maranda)
Sat, 01 Jun 2013 23:02:40 +0100 Matthew Wild mod_muc_limits: Add muc_max_nick_length option, defaulting to 23 (bytes)
Sat, 01 Jun 2013 22:47:55 +0100 Matthew Wild mod_muc_limits: Import util.jid
Sat, 01 Jun 2013 22:14:52 +0100 Matthew Wild mod_muc_log: Reduce hook priority to 1 (from 500), we want to log after any plugins have filtered/modified the incoming stanza (thanks Asterix/Maranda)
Sat, 01 Jun 2013 23:44:10 +0200 Marco Cirillo mod_muc_log_http: rectify imported function name (it's fire_event).
Sat, 01 Jun 2013 23:37:39 +0200 Marco Cirillo mod_muc_log, mod_muc_log_http: backport changes from Metronome.
Sat, 01 Jun 2013 19:05:51 +0200 Kim Alvefur mod_candy: Add dependency on mod_bosh
Sat, 01 Jun 2013 18:53:29 +0200 Kim Alvefur mod_candy: Add a comment about the virtual js file with connection parameters
Thu, 30 May 2013 23:55:13 +0200 Florian Zeitz mod_websocket: Add some more error checks for close frames
Thu, 30 May 2013 23:49:14 +0200 Florian Zeitz mod_websocket: Access some values via locales instead of through tables
Thu, 30 May 2013 23:36:58 +0200 Florian Zeitz mod_websocket: Optimize string concatenation
Thu, 30 May 2013 22:51:12 +0200 Florian Zeitz mod_websocket: Call string and table functions through locals
Thu, 30 May 2013 22:48:19 +0200 Florian Zeitz mod_websocket: Fix length calculation
Wed, 29 May 2013 11:37:42 +0200 Kim Alvefur mod_smacks: Allow resumption if the TCP connection is closed from our end, c15cea87036f ensures distinction from cleanly closed streams (thanks Lance)
Mon, 27 May 2013 16:55:04 +0200 Florian Zeitz mod_admin_web: Update to JQuery 1.10.0
Mon, 27 May 2013 16:54:10 +0200 Florian Zeitz mod_admin_web: Fix CSS, :last -> :last-child
Sun, 26 May 2013 21:50:49 +0200 Kim Alvefur mod_muc_log_http: Don't use nonexistent API
Fri, 24 May 2013 15:46:23 +0200 Florian Zeitz mod_admin_web: Fix indentation
Fri, 24 May 2013 15:46:05 +0200 Florian Zeitz mod_admin_web: Update to new strophejs location, and jQuery 1.9.1
Thu, 23 May 2013 13:54:08 +0100 Matthew Wild mod_data_access: is_admin() takes a JID, not a username (fixes admin access to data stores)
Wed, 22 May 2013 12:40:55 +0100 Matthew Wild mod_pastebin: Ensure base URL always has a trailing / (thanks Masin)
Sun, 19 May 2013 22:25:54 +0100 Matthew Wild mod_broadcast: Allow overriding from address on the broadcast stanza
Sun, 19 May 2013 22:09:54 +0100 Matthew Wild mod_broadcast: Allow admins to broadcast
Sat, 18 May 2013 15:31:14 +0100 Matthew Wild mod_muc_config_restrict: Allow restricting specific options in the MUC config form to service admins
Sat, 18 May 2013 11:46:11 +0100 Matthew Wild mod_auto_activate_hosts: Don't activate * when the config is reloaded
Tue, 14 May 2013 16:27:05 +0100 Matthew Wild Merge
Tue, 14 May 2013 16:25:59 +0100 Matthew Wild mod_isolate_host: Prevent communication between hosts, even internal ones
Thu, 09 May 2013 11:23:07 -0400 Waqas Hussain mod_storage_mongodb: Use util.json to encode our data (handles non-string table keys, etc).