Log

description author age
mod_mam: Fix traceback due to borked transplant from 0.10 Kim Alvefur 2017-09-03
mod_mam: Clone stanza before stripping stanza id after carbons Kim Alvefur 2017-09-03
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961) Kim Alvefur 2017-09-02
mod_delegation: added disco#items:* in doc and changed status to Stage-Beta Goffi 2017-08-30
mod_delegation: fixed misplaced up() in <message> stanza generation Goffi 2017-08-30
mod_csi_battery_saver: Fix #921 tmolitor 2017-08-27
mod_smacks: Fix #921 tmolitor 2017-08-27
Merge with zash tmolitor 2017-08-27
mod_csi_battery_saver: Consider chat markers and outgoing carbon copies as important. tmolitor 2017-08-27
Merge with goffi Kim Alvefur 2017-08-27
mod_delegation: added disco#items support Goffi 2017-08-27
mod_cloud_notify: Implement version 0.3 of XEP-0357 tmolitor 2017-08-24
mod_auth_http_async: Updated sync_http_auth function to accept username and password and send those as a basic authentication header Matt Loupe 2017-08-23
mod_cloud_notify: Fix small bug. tmolitor 2017-08-22
mod_csi_battery_saver: Fix small bug and correct readme. tmolitor 2017-08-22
mod_csi_battery_saver: only depend on mod_track_muc_joins if actually used tmolitor 2017-08-19
mod_csi_battery_saver: Add config option for better muc handling tmolitor 2017-08-18
mod_csi_battery_saver: Fix bug when smacks is resumed before hibernating tmolitor 2017-08-17
mod_smacks: Trigger event smacks-hibernation-end after queue resend tmolitor 2017-08-17
merge commit tmolitor 2017-08-17
mod_csi_battery_saver: Fix a bug introduced by commit f43c77c69a8a tmolitor 2017-08-17
mod_csi_battery_saver: Fix interaction with smacks hibernation tmolitor 2017-08-17
mod_register_web: Normalize indentation [luacheck] Kim Alvefur 2017-08-17
mod_register_web: Import missing datamanager Michel Le Bihan 2017-08-17
mod_http_upload: Handle HEAD requests in 0.10 when reading body from a file handle Kim Alvefur 2017-08-15
mod_csi_battery_saver: Clone stanza pushed to queue Michel Le Bihan 2017-08-15
mod_cloud_notify: Implement the "stripped stanzas" proposal. tmolitor 2017-08-14
mod_csi_battery_saver: correctly handle encrypted message stanzas tmolitor 2017-08-12
mod_webpresence: Fixed README (working status and TODO) Vadim A. Misbakh-Soloviov 2017-08-02
mod_register_web: Add password confirmation field Michel Le Bihan 2017-08-01
mod_http_upload: Remove directory when deleting a file (fixes #950) Kim Alvefur 2017-07-27
mod_http_upload: Remove MIME type restrictions and checking (fixes #958) Kim Alvefur 2017-07-22
mod_secure_interfaces: Add ::1 to the default secure_interfaces. Emmanuel Gil Peyrot 2017-07-16
mod_register_redirect: Add ::1 to the default registration_whitelist. Emmanuel Gil Peyrot 2017-07-16
mod_captcha_registration: Add ::1 to the default registration_whitelist. Emmanuel Gil Peyrot 2017-07-16
mod_smacks: don't send out <r> when already hibernating tmolitor 2017-07-14
mod_secure_interfaces: Add debug log in non-secure case also Matthew Wild 2017-07-06
mod_mam: Use correct variable Kim Alvefur 2017-04-27
mod_mam: Don't ask the storage backend to count all items when expiry is disabled Kim Alvefur 2017-04-26
mod_mam_muc: Handle missing maxstanzas (thanks Martin) Kim Alvefur 2017-06-23
mod_mam_muc: Only collect original JID for messages (unavailable presence seems to cause an error) Kim Alvefur 2017-06-23
mod_mam_muc: Store and return original JID, role and affiliation (fixes #903) Kim Alvefur 2017-06-23
mod_mam_muc: Remove fetching of total message counts (potentially very slow and only supported by SQL) Kim Alvefur 2017-06-23
mod_mam_muc: Add debug logging like in mod_mam Kim Alvefur 2017-06-23
mod_mam_muc: Make calculation of max history length more like in mod_muc Kim Alvefur 2017-06-23
mod_muc_log/README: Remove odd duplicate item under Compatibility (thanks Tobias) Kim Alvefur 2017-05-25
mod_mam_muc: Rename various fields from "logging" to "archiving" Kim Alvefur 2017-05-21
mod_block_registrations: fix example regex tmolitor 2017-05-12
mod_cloud_notify: Don't notify for all smacks queued stanzas in a row tmolitor 2017-05-08
mod_smacks: Fix delayed_ack event tmolitor 2017-05-08
mod_cloud_notify: fix bug when multiple resources are used tmolitor 2017-05-08
mod_mam: Adjust event handler priorities to match guidelines in docs Matthew Wild 2017-04-28
mod_csi_pump: Consider presence other than presence updates important (ie subscription requests) Kim Alvefur 2017-04-27
mod_measure_malloc: Add a short README Kim Alvefur 2017-04-27
mod_measure_memory: Split out mallinfo measuring into a separate module, mod_measure_malloc Kim Alvefur 2017-04-27
Merge Kim Alvefur 2017-04-27
mod_mam_archive: Use util.rsm (fixes #877, depends on recent 0.10+) Dennis Schridde 2017-04-22
mod_log_http: Remove accidentally-committed debugging code Matthew Wild 2017-04-25
mod_onions: Make variable local Kim Alvefur 2017-04-24
mod_onions: Import luasocket (fixes #898) Kim Alvefur 2017-04-24
Merge commit tmolitor 2017-04-24
Fix #889 tmolitor 2017-04-24
mod_log_http: Add new module for logging outgoing HTTP request Matthew Wild 2017-04-21
mod_log_auth: log into session Georg Lukas 2017-04-19
mod_log_auth: Handle missing sasl handler Kim Alvefur 2017-04-19
mod_server_contact_info: Bump log message to info level Kim Alvefur 2017-04-19
mod_log_auth: Attempt to retrieve attempted username from SASL handler (re #844) Kim Alvefur 2017-04-19
mod_log_auth: Split some long lines Kim Alvefur 2017-04-19
mod_conversejs: Pass host jid (needed for anonymous auth) Kim Alvefur 2017-04-18
mod_measure_storage: Assume store type is "keyval" if missing Kim Alvefur 2017-04-15
mod_http_upload: Guess mime type from file extension if not provided by client (mime-type is OPTIONAL) Kim Alvefur 2017-04-15
mod_http_upload: Store filename and directory separately Kim Alvefur 2017-04-15
mod_http_upload: Return an error if unable to store slot info Kim Alvefur 2017-04-15
mod_http_upload: Keep user- and hostname in locals Kim Alvefur 2017-04-15
mod_http_upload: Remove unused upload slots Kim Alvefur 2017-04-15
Backed out changeset e491a15d7621 (closes #888) Kim Alvefur 2017-04-15
mod_measure_storage: Pass the measurement type, fixes traceback Kim Alvefur 2017-04-13
mod_http_muc_log: Remove caching Kim Alvefur 2017-04-13
mod_http_upload: Switch to using a map store Kim Alvefur 2017-04-13
mod_http_upload: Add support for limiting file types to upload Kim Alvefur 2017-04-13
mod_http_upload: Clear unused slots after 15 minutes Kim Alvefur 2017-04-13
mod_http_upload: Consider files deleted even if remove fails Kim Alvefur 2017-04-13
mod_http_upload: Validate that file extension (used by mod_http_files) matches mime type given by client Kim Alvefur 2017-04-13
mod_http_upload/README: Add sub-headings under limits Kim Alvefur 2017-04-13
mod_http_upload: Implement quota support (closes #823) Kim Alvefur 2017-04-13
mod_http_upload: Add option for expiry of files after a configurable time (closes #557) Kim Alvefur 2017-04-13
mod_storage_xmlarchive: Attempt to clean up orphaned files despite util.datamanager or internal storage having deleted the date index file (fixes #725) Kim Alvefur 2017-04-10
mod_storage_xmlarchive: Pass username to dates Kim Alvefur 2017-04-10
mod_pinger: Try to solve smacks related issues, see #712 tmolitor 2017-04-07
mod_storage_memory: Include missing return statement (thanks jonasw) Kim Alvefur 2017-04-06
mod_pinger: Don't ping when smacks hibernated the session, fixes #712 tmolitor 2017-04-06
mod_pinger: Fix hardcoded smacks namespace, fixes #712 tmolitor 2017-04-06
mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9 tmolitor 2017-04-06
mod_cloud_notify: Fix module:unhook calls not available in prosody 0.9, fixes #874 tmolitor 2017-04-05
mod_pep_plus: Import from Prosody trunk ae3c5abb3336 Matthew Wild 2017-04-04
mod_http_upload: Fix halting of event propagation when request handler returns Kim Alvefur 2017-04-03