mod_statistics/top.lua: Keep sessions displayed for 10s (instead of 3s)
|
Kim Alvefur |
2013-06-15 |
mod_statistics/stats.lib.lua: Improve memory stats (use pposix.meminfo() if available)
|
Kim Alvefur |
2013-06-15 |
mod_statistics/stats.lib.lua: Better s2s session counting
|
Kim Alvefur |
2013-06-15 |
mod_statistics/stats.lib.lua: Better check for prosody vs prosodyctl
|
Kim Alvefur |
2013-06-15 |
mod_statistics: Better detection of when running under prosody vs prosodyctl
|
Kim Alvefur |
2013-06-15 |
mod_statistics/top.lua: Fix session sorting function (seems it must always return false when a==b)
|
Matthew Wild |
2013-06-15 |
mod_statistics: Initial version, and a rough 'prosodyctl mod_statistics top'
|
Matthew Wild |
2013-06-15 |
mod_onions: Copy the code to find the bit module from mod_websockets.
|
Thijs Alkemade |
2013-06-15 |
mod_auth_ccert: Fix logging of certificate chain errors
|
Kim Alvefur |
2013-06-14 |
mod_auth_ccert: Add missing OID for email
|
Kim Alvefur |
2013-06-14 |
mod_auth_ccert: Pass the session username-outfigurer function too
|
Kim Alvefur |
2013-06-14 |
mod_auth_ccert: Pass on the authz to the configurable username-figure-outer function
|
Kim Alvefur |
2013-06-14 |
mod_auth_ccert: Add optional method for certificates which contain an email address
|
Kim Alvefur |
2013-06-14 |
mod_auth_ccert: Prepare for supporting more ways to figure out the username
|
Kim Alvefur |
2013-06-14 |
mod_http_dir_listing: Attach the MIME type to list items for use in CSS
|
Kim Alvefur |
2013-06-14 |
mod_auth_ccert: Accidentally not
|
Kim Alvefur |
2013-06-13 |
mod_auth_ccert: Initial commit of authentication module for using CA-issued client certificates
|
Kim Alvefur |
2013-06-13 |
mod_onions: The SOCKS5 port is now a string, as it should be. Added a boolean option onions_tor_all to pass all s2s traffic through Tor.
|
Thijs Alkemade |
2013-06-10 |
mod_onions: Added mod_onions. This module allows Prosody to make s2s connections to Tor hidden services.
|
Thijs Alkemade |
2013-06-10 |
mod_turncredentials: XEP-0215 implementation for time-limited turn credentials
|
Philipp Hancke |
2013-06-10 |
mod_muc_limits: Fix traceback on presence sent to the room's bare JID
|
Matthew Wild |
2013-06-08 |
mod_muc_limits: Abort loading on non-MUC hosts (thanks Ge0rG)
|
Matthew Wild |
2013-06-07 |
mod_listusers: fixed banner skipping cycle
|
Vadim Misbakh-Soloviov |
2013-06-07 |
mod_listusers: added (+config support; -assert tracebacks; +user friendly connection errors; -unneded repeat-until cycle, which braked module)
|
Vadim Misbakh-Soloviov |
2013-06-07 |
mod_webpresence: added /xml and /json; Rewritten /html; A bit of refactoring;
|
Vadim Misbakh-Soloviov |
2013-06-06 |
mod_block_registrations: Allow restricting registrations of certain user accounts, and/or ensure that registered accounts conform to a given pattern
|
Matthew Wild |
2013-06-06 |
mod_firewall: Add support for being called as a prosodyctl command
|
Kim Alvefur |
2013-06-05 |
mod_firewall: Remove print()
|
Kim Alvefur |
2013-06-05 |
mod_muc_log: don't log iqs either if presences are disabled, little use and may trigger "false positives".
|
Marco Cirillo |
2013-06-05 |
mod_last_offline: Merge into an option of mod_lastlog
|
Kim Alvefur |
2013-06-03 |
mod_lastlog: Fix command
|
Kim Alvefur |
2013-06-03 |
mod_lastlog: Keep track of last logout time
|
Kim Alvefur |
2013-06-03 |
mod_auth_custom_http: Organize imports, and make the URL a config option.
|
Waqas Hussain |
2013-06-03 |
mod_auth_custom_http: No need for nodeprep in Prosody 0.9.
|
Waqas Hussain |
2013-06-03 |
mod_auth_custom_http: Remove unused imports.
|
Waqas Hussain |
2013-06-03 |
mod_auth_custom_http: Initial commit.
|
Waqas Hussain |
2013-06-03 |
mod_muc_limits: Allow stanzas from affiliated users even if they are not in the room
|
Matthew Wild |
2013-06-03 |
mod_muc_limits: _Fixing_ mistake in MattJ's merge and in the same time handing him a coffee cup.
|
Marco Cirillo |
2013-06-02 |
mod_muc_limits: Increase hook priority
|
Matthew Wild |
2013-06-01 |
mod_lastlog: Add prosodyctl command (prosodyctl mod_lastlog JID) to show last login time and IP of user (if available)
|
Matthew Wild |
2013-06-01 |
mod_muc_limits: Condense multiple dropped stanzas into a single log message every 5 seconds
|
Matthew Wild |
2013-06-01 |
mod_muc_log: Fix mistake in previous merge (thanks Maranda)
|
Matthew Wild |
2013-06-01 |
mod_muc_limits: Add muc_max_nick_length option, defaulting to 23 (bytes)
|
Matthew Wild |
2013-06-01 |
mod_muc_limits: Import util.jid
|
Matthew Wild |
2013-06-01 |
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)
|
Matthew Wild |
2013-06-01 |
mod_muc_log_http: rectify imported function name (it's fire_event).
|
Marco Cirillo |
2013-06-01 |
mod_muc_log, mod_muc_log_http: backport changes from Metronome.
|
Marco Cirillo |
2013-06-01 |
mod_candy: Add dependency on mod_bosh
|
Kim Alvefur |
2013-06-01 |
mod_candy: Add a comment about the virtual js file with connection parameters
|
Kim Alvefur |
2013-06-01 |
mod_websocket: Add some more error checks for close frames
|
Florian Zeitz |
2013-05-30 |
mod_websocket: Access some values via locales instead of through tables
|
Florian Zeitz |
2013-05-30 |
mod_websocket: Optimize string concatenation
|
Florian Zeitz |
2013-05-30 |
mod_websocket: Call string and table functions through locals
|
Florian Zeitz |
2013-05-30 |
mod_websocket: Fix length calculation
|
Florian Zeitz |
2013-05-30 |
mod_smacks: Allow resumption if the TCP connection is closed from our end, c15cea87036f ensures distinction from cleanly closed streams (thanks Lance)
|
Kim Alvefur |
2013-05-29 |
mod_admin_web: Update to JQuery 1.10.0
|
Florian Zeitz |
2013-05-27 |
mod_admin_web: Fix CSS, :last -> :last-child
|
Florian Zeitz |
2013-05-27 |
mod_muc_log_http: Don't use nonexistent API
|
Kim Alvefur |
2013-05-26 |
mod_admin_web: Fix indentation
|
Florian Zeitz |
2013-05-24 |
mod_admin_web: Update to new strophejs location, and jQuery 1.9.1
|
Florian Zeitz |
2013-05-24 |