Software /
code /
prosody-modules
Graph
-
mod_muc_log/README: Remove odd duplicate item under Compatibility (thanks Tobias)2017-05-25, by Kim Alvefur
-
mod_mam_muc: Rename various fields from "logging" to "archiving"2017-05-21, by Kim Alvefur
-
mod_block_registrations: fix example regex2017-05-12, by tmolitor
-
mod_cloud_notify: Don't notify for all smacks queued stanzas in a row2017-05-08, by tmolitor
-
mod_smacks: Fix delayed_ack event2017-05-08, by tmolitor
-
mod_cloud_notify: fix bug when multiple resources are used2017-05-08, by tmolitor
-
mod_mam: Adjust event handler priorities to match guidelines in docs2017-04-28, by Matthew Wild
-
mod_csi_pump: Consider presence other than presence updates important (ie subscription requests)2017-04-27, by Kim Alvefur
-
mod_measure_malloc: Add a short README2017-04-27, by Kim Alvefur
-
mod_measure_memory: Split out mallinfo measuring into a separate module, mod_measure_malloc2017-04-27, by Kim Alvefur
-
Merge2017-04-27, by Kim Alvefur
-
mod_mam_archive: Use util.rsm (fixes #877, depends on recent 0.10+)2017-04-22, by Dennis Schridde
-
mod_log_http: Remove accidentally-committed debugging code2017-04-25, by Matthew Wild
-
mod_onions: Make variable local2017-04-24, by Kim Alvefur
-
mod_onions: Import luasocket (fixes #898)2017-04-24, by Kim Alvefur
-
Merge commit2017-04-24, by tmolitor
-
Fix #8892017-04-24, by tmolitor
-
mod_log_http: Add new module for logging outgoing HTTP request2017-04-21, by Matthew Wild
-
mod_log_auth: log into session2017-04-19, by Georg Lukas
-
mod_log_auth: Handle missing sasl handler2017-04-19, by Kim Alvefur
-
mod_server_contact_info: Bump log message to info level2017-04-19, by Kim Alvefur
-
mod_log_auth: Attempt to retrieve attempted username from SASL handler (re #844)2017-04-19, by Kim Alvefur
-
mod_log_auth: Split some long lines2017-04-19, by Kim Alvefur
-
mod_conversejs: Pass host jid (needed for anonymous auth)2017-04-18, by Kim Alvefur
-
mod_measure_storage: Assume store type is "keyval" if missing2017-04-15, by Kim Alvefur
-
mod_http_upload: Guess mime type from file extension if not provided by client (mime-type is OPTIONAL)2017-04-15, by Kim Alvefur
-
mod_http_upload: Store filename and directory separately2017-04-15, by Kim Alvefur
-
mod_http_upload: Return an error if unable to store slot info2017-04-15, by Kim Alvefur
-
mod_http_upload: Keep user- and hostname in locals2017-04-15, by Kim Alvefur
-
mod_http_upload: Remove unused upload slots2017-04-15, by Kim Alvefur
-
Backed out changeset e491a15d7621 (closes #888)2017-04-15, by Kim Alvefur
-
mod_measure_storage: Pass the measurement type, fixes traceback2017-04-13, by Kim Alvefur
-
mod_http_muc_log: Remove caching2017-04-13, by Kim Alvefur
-
mod_http_upload: Switch to using a map store2017-04-13, by Kim Alvefur
-
mod_http_upload: Add support for limiting file types to upload2017-04-13, by Kim Alvefur
-
mod_http_upload: Clear unused slots after 15 minutes2017-04-13, by Kim Alvefur
-
mod_http_upload: Consider files deleted even if remove fails2017-04-13, by Kim Alvefur
-
mod_http_upload: Validate that file extension (used by mod_http_files) matches mime type given by client2017-04-13, by Kim Alvefur
-
mod_http_upload/README: Add sub-headings under limits2017-04-13, by Kim Alvefur
-
mod_http_upload: Implement quota support (closes #823)2017-04-13, by Kim Alvefur
-
mod_http_upload: Add option for expiry of files after a configurable time (closes #557)2017-04-13, by Kim Alvefur
-
mod_storage_xmlarchive: Pass username to dates2017-04-10, by Kim Alvefur
-
mod_pinger: Try to solve smacks related issues, see #7122017-04-07, by tmolitor
-
mod_storage_memory: Include missing return statement (thanks jonasw)2017-04-06, by Kim Alvefur
-
mod_pinger: Don't ping when smacks hibernated the session, fixes #7122017-04-06, by tmolitor
-
mod_pinger: Fix hardcoded smacks namespace, fixes #7122017-04-06, by tmolitor
-
mod_smacks: Ignore user when writing or reading session_cache on prosody 0.92017-04-06, by tmolitor
-
mod_cloud_notify: Fix module:unhook calls not available in prosody 0.9, fixes #8742017-04-05, by tmolitor
-
mod_pep_plus: Import from Prosody trunk ae3c5abb33362017-04-04, by Matthew Wild
-
mod_http_upload: Fix halting of event propagation when request handler returns2017-04-03, by Kim Alvefur
-
mod_http_upload: Where did those parenthesis come from?2017-04-03, by Kim Alvefur
-
mod_http_upload: Use the new util.id if available (in 0.10+)2017-04-03, by Kim Alvefur
-
mod_conversejs: Include a <body> tag in HTML2017-04-03, by Kim Alvefur
-
mod_storage_xmlarchive: Use the dates method in more places2017-04-01, by Kim Alvefur
-
mod_mam: Remove extraneous assert when opening the store2017-04-02, by Emmanuel Gil Peyrot
-
mod_storage_memory: Ignore unused 'self' [luacheck]2017-03-30, by Kim Alvefur
-
mod_storage_memory: Inclued 'with' in search [luacheck]2017-03-30, by Kim Alvefur
-
mod_storage_memory: Fix to serialize the correct variable [luacheck]2017-03-30, by Kim Alvefur
-
mod_conversejs: Remove leftover use of mod_http_files from before commit2017-03-30, by Kim Alvefur
-
mod_conversejs: Simple demo module for serving converse.js from internal http server2017-03-30, by Kim Alvefur
-
mod_storage_memory: Serialize data functions that return the data (prevents mutation of stored data)2017-03-30, by Kim Alvefur
-
mod_storage_memory: Remove map store (rely on storagemanagers shiv)2017-03-30, by Kim Alvefur
-
mod_storage_memory: Fix to make archive:append() return the archive id as it should2017-03-30, by Kim Alvefur
-
mod_query_client_ver: Handle IQ errors (see #876)2017-03-30, by Kim Alvefur
-
mod_query_client_ver: Signal that events are handled even when no response is returned (see #876)2017-03-30, by Kim Alvefur
-
mod_http_upload: Use correct function for base642017-03-28, by Kim Alvefur
-
mod_http_upload: Fix typo in variable name2017-03-26, by Kim Alvefur
-
mod_http_upload: Rename variable to avoid name clash2017-03-26, by Kim Alvefur
-
mod_http_upload: Split some long lines [luacheck]2017-03-26, by Kim Alvefur
-
mod_http_upload: Fix to call random bytes function instead of the module2017-03-26, by Kim Alvefur
-
mod_http_upload: Generate shorter directory names (closes #822)2017-03-24, by Kim Alvefur
-
mod_pubsub_feeds: Remove old commented logging2017-03-23, by Kim Alvefur
-
mod_mam: Ignore long log lines [luacheck]2017-03-23, by Kim Alvefur
-
mod_cloud_notify: Whitespace fixes2017-03-23, by Matthew Wild
-
mod_http_upload: add support for XEP-0363 version 0.32017-03-22, by Emmanuel Gil Peyrot
-
mod_list_active: Actually invert condition (thanks Dan)2017-03-22, by Kim Alvefur
-
mod_compat_muc_admin: Not compatible with 0.9.x2017-03-22, by Kim Alvefur
-
mod_list_active: Add README2017-03-22, by Kim Alvefur
-
mod_list_active: Inverse of mod_list_inactive (closes #705)2017-03-22, by Kim Alvefur
-
mod_admin_message: Fix invalid character escape (fixes #626)2017-03-22, by Kim Alvefur
-
mod_storage_appendmap: Successfully return nothing on ENOENT2017-03-21, by Kim Alvefur
-
mod_storage_xmlarchive: Add some spacing to improve readability2017-03-21, by Kim Alvefur
-
mod_storage_xmlarchive: Cache current date in a local2017-03-21, by Kim Alvefur
-
mod_storage_xmlarchive: Break out XML file reading into a function2017-03-21, by Kim Alvefur
-
mod_http_roster_admin: Don't call callback if it's nil2017-03-21, by JC Brand
-
mod_auth_http_async: Use "net.http" for async case.2017-03-21, by JC Brand
-
mod_auth_http_async: For sync calls, use LuaSockets' HTTP lib2017-03-21, by JC Brand
-
mod_mam_muc: Include stanza-id in history replay2017-03-21, by Kim Alvefur
-
mod_mam_muc: Add stanza-id tags (updates to XEP-0313 v0.6)2017-03-21, by Kim Alvefur
-
mod_mam_muc: Shorten some lines [luacheck]2017-03-21, by Kim Alvefur
-
mod_cloud_notify: Fixed error in push deduplication2017-03-17, by tmolitor
-
mod_smacks: Prevent ack loop on misbehaving clients2017-03-15, by tmolitor
-
mod_smacks: Made module more error resistant2017-03-15, by tmolitor
-
mod_http_roster_admin: remove unused requires2017-03-15, by JC Brand
Scroll all the way down to load more.