Software /
code /
prosody-modules
Graph
-
mod_mam_muc: d20cfc5ba827 .. cd87a2eba8f2 here too (uh, duplicated code)2015-05-03, by Kim Alvefur
-
mod_storage_xmlarchive: New stanza archive-only storage module backed by plain text files2015-05-03, by Kim Alvefur
-
Merge2015-05-03, by Kim Alvefur
-
Merge my branch containing proctitle module2015-04-29, by Rob Hoelz
-
Add minimal instructions for proctitle module2015-04-29, by Rob Hoelz
-
Add proctitle module2015-04-29, by Rob Hoelz
-
mod_mam: Reverse the order of reversed queries back to chronological order2015-05-03, by Kim Alvefur
-
mod_mam: Move variable into loop scope2015-05-03, by Kim Alvefur
-
mod_mam: Rename variable2015-05-03, by Kim Alvefur
-
mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage2015-05-03, by Kim Alvefur
-
mod_mam: Always return true when a stanza event has been handled2015-05-03, by Kim Alvefur
-
mod_log_slow_events: Log events that take a long time to process (including stanzas)2015-04-28, by Matthew Wild
-
mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564)2015-04-25, by Kim Alvefur
-
mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.22015-04-25, by Kim Alvefur
-
mod_measure_cpu: Collect CPU usage statistic2015-04-23, by Kim Alvefur
-
mod_munin: Exclude ignored stats even if they happen to be included in data2015-04-23, by Kim Alvefur
-
mod_watchuntrusted: Only notify once per host per day2015-04-22, by Kim Alvefur
-
mod_s2s_auth_dane: Abort earlier for sessions from hosts that don't say who they are2015-04-13, by Kim Alvefur
-
mod_s2s_auth_dane: Demote log message about failure to ASCII-ify hostname from error to warning2015-04-13, by Kim Alvefur
-
mod_checkcerts: Fix for removal of globals in LuaSec2015-04-12, by Kim Alvefur
-
mod_http_muc_log: Fix passing dates trough util.datetime twice;2015-04-11, by Kim Alvefur
-
mod_smacks: Add license header2015-04-09, by Kim Alvefur
-
Add README and CONTRIBUTING files containing the text from https://code.google.com/p/prosody-modules/2015-04-09, by Kim Alvefur
-
Add a COPYING file containing the MIT license2015-04-09, by Kim Alvefur
-
mod_privilege: implemented "roster" presence permission2015-04-07, by Goffi
-
mod_privilege: implemented "managed_entity" presence2015-04-07, by Goffi
-
mod_privilege: implemented message privilege2015-04-02, by Goffi
-
mod_privilege: implemented roster set privilege2015-04-02, by Goffi
-
mod_privilege: roster get permission implemented2015-03-31, by Goffi
-
mod_privilege: mod_privilege first draft2015-03-27, by Goffi
-
mod_statistics_statsd: Use module:log()2015-04-07, by Kim Alvefur
-
mod_measure_memory: Silence warnings [luacheck]2015-04-07, by Kim Alvefur
-
mod_http_muc_log: Cleanup [luacheck]2015-04-07, by Kim Alvefur
-
mod_storage_gdbm: Cleanup [luacheck]2015-04-07, by Kim Alvefur
-
mod_s2s_auth_dane: Cleanup [luacheck]2015-04-07, by Kim Alvefur
-
mod_muc_ban_ip: Cleanup [luacheck]2015-04-07, by Kim Alvefur
-
mod_mam_muc: Cleanup [luacheck]2015-04-07, by Kim Alvefur
-
mod_mam_muc: Fix character limit again(?)2015-04-07, by Kim Alvefur
-
mod_munin: Cleanup [luacheck]2015-04-07, by Kim Alvefur
-
mod_muc_ban_ip: Increase priority of hooks, fixes if eg mod_presence gets called first2015-04-06, by Kim Alvefur
-
mod_admin_web: Cleanup2015-04-03, by Florian Zeitz
-
Merge2015-04-03, by Paul Aurich
-
mod_lib_ldap: Update README to clarify discussion of auth / TLS... and discourage disabling TLS.2015-04-03, by Paul Aurich
-
mod_s2s_auth_dane: Update for recent changes in Zashs LuaSec branch2015-03-31, by Kim Alvefur
-
Merge2015-03-31, by Kim Alvefur
-
Merge2015-03-31, by Matthew Wild
-
mod_log_messages_sql: Better logging on error2015-03-31, by Matthew Wild
-
mod_log_events: Module to log all events on the server/host2015-03-31, by Matthew Wild
-
mod_smacks: Don't restore filters from original session after resumption, use new filters2015-03-21, by Matthew Wild
-
mod_mam_muc: Fix character limit2015-03-29, by Kim Alvefur
-
mod_storage_gdbm: Fix name of empty table2015-03-25, by Kim Alvefur
-
mod_storage_gdbm: Add purge action2015-03-25, by Kim Alvefur
-
mod_storage_gdbm: Add user iterator2015-03-25, by Kim Alvefur
-
mod_storage_gdbm: Prefix archive item keys with username to prevent collisions2015-03-25, by Kim Alvefur
-
mod_storage_gdbm: Update archive metadata only if data write succeeds2015-03-25, by Kim Alvefur
-
mod_storage_gdbm: Minor reorganization, more locals2015-03-25, by Kim Alvefur
-
mod_storage_gdbm: Fix traceback if query is nil or no metadata exists2015-03-25, by Kim Alvefur
-
mod_mam_muc: fix <iq type='get' to='room-bare-jid'> query2015-03-24, by Stuart Carnie
-
mod_s2s_auth_dane: Comments and cleanup2015-03-16, by Kim Alvefur
-
mod_http_muc_log: Alter template language to more simply allow optional bits in templates2015-03-11, by Kim Alvefur
-
mod_munin: Implementation of the Munin collection protocol2015-03-10, by Kim Alvefur
-
mod_measure_memory: Module for polling memory useage from Lua, meminfo() and /proc depending on availability2015-03-10, by Kim Alvefur
-
mod_statistics_statsd: Module for pushing from util.statistics (0.10) to statsd2015-03-10, by Matthew Wild
-
mod_http_muc_log: Fix alignment of month-tables (Thanks March)2015-03-02, by Kim Alvefur
-
mod_pubsub_github: Update for new Github webhook format2015-02-27, by Matthew Wild
-
mod_pubsub_post: Module to publish to pubsub nodes from a simple HTTP POST2015-02-27, by Matthew Wild
-
mod_register_web: Send Content-Type headers2015-02-26, by Kim Alvefur
-
mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s2015-02-25, by Matthew Wild
-
mod_mam_muc: support to disable presence logging via muc_log_presences2015-02-23, by Stuart Carnie
-
mod_tls_policy: Include which part of the cipher that did not match the policy in stream error2015-02-23, by Kim Alvefur
-
mod_muc_restrict_rooms: Fixed the way of getting room and user2015-02-20, by Nicolás Kovac
-
mod_muc_restrict_rooms: Some fixes based on Matthew's comments + a few more2015-02-20, by Nicolás Kovac
-
Adding new mod_muc_restrict_rooms module2015-02-20, by Nicolás Kovac
-
mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well.2015-02-13, by Waqas Hussain
-
mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection.2015-02-13, by Waqas Hussain
-
mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error.2015-02-12, by Waqas Hussain
-
mod_storage_memory: Add support for archive stores2015-02-12, by Kim Alvefur
-
mod_storage_memory: Add support for map stores2015-02-12, by Kim Alvefur
-
mod_http_muc_log: Switch to a calendar view for selecting dates2015-02-10, by Kim Alvefur
-
mod_http_muc_log: Sort date list in reverse2015-02-08, by Kim Alvefur
-
mod_storage_gdbm: Fix comparison of 'end'2015-02-08, by Kim Alvefur
-
mod_storage_gdbm: Add support for 'limit' query parameter2015-02-07, by Kim Alvefur
-
mod_storage_gdbm: Get 'after' parameter from correct table2015-02-07, by Kim Alvefur
-
mod_tls_policy: Fix pattern matching2015-01-30, by Kim Alvefur
-
mod_tls_policy: New module to enforce per-host TLS parameter policies2015-01-30, by Kim Alvefur
-
mod_smacks: Don't attach timestamps to 'iq' stanzas2015-01-26, by Kim Alvefur
-
mod_smacks: Remove negation of condition, most likely a leftover from debugging2015-01-26, by Kim Alvefur
-
mod_smacks: Stanzas don't have a ':' in their name2015-01-26, by Kim Alvefur
-
mod_storage_gdbm: Add archive support2015-01-25, by Kim Alvefur
-
mod_storage_gdbm: Prepare for supporting multiple store types2015-01-25, by Kim Alvefur
-
mod_admin_message: New IM-based administration console2015-01-25, by Mikael Berthe
-
Add support for IPv4 addresses in SRV injections2015-01-20, by Ashley Ward
-
mod_pep_vcard_avatar: Syncs avatars between PEP and vCard2015-01-18, by Kim Alvefur
-
mod_csi: Update namespace to published version2015-01-09, by Kim Alvefur
-
mod_http_muc_log: (template) Remove duplicate CSS property2014-12-20, by Kim Alvefur
-
mod_query_client_ver: Query and log client software2014-12-20, by Kim Alvefur
-
mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane)2014-12-18, by Kim Alvefur
-
mod_mam_archive: Fixing SQL concatenation bug2014-12-11, by syn
-
mod_statistics/prosodytop.lua: Simplify and fix buffering and line separation (thanks Ge0rG)2014-12-08, by Kim Alvefur
-
mod_statistics: Remove 'return' so SESS lines are pushed to all sessions (thanks Ge0rG)2014-12-08, by Kim Alvefur
-
mod_limit_auth: Throttle authentication (failed) attempts with optional (0.10+) tarpit2014-12-06, by Kim Alvefur
-
mod_http_muc_log: Split out template into a configurable file.2014-12-03, by Kim Alvefur
-
mod_http_muc_log: Revamp template system2014-12-02, by Kim Alvefur
-
mod_http_muc_log: List rooms with logging explicitly enabled2014-12-02, by Kim Alvefur
-
mod_http_muc_log: Include charset in Content-Type header2014-12-02, by Kim Alvefur
-
mod_http_muc_log: Show only messages with presentable content2014-11-20, by Kim Alvefur
-
mod_http_muc_log: Use archive IDs to find next and previous dates that contain messages2014-11-20, by Kim Alvefur
-
mod_http_muc_log: Send a HTML mime type with responses2014-11-20, by Kim Alvefur
-
mod_http_muc_log: Fix use with old (until 0.10) MUC API2014-11-20, by Kim Alvefur
-
mod_muc_log_http: Import old util.datamanager, fixes fetching of data if non-default storage is configured2014-11-20, by Kim Alvefur
-
mod_http_index: Generates an index of local HTTP apps2014-11-20, by Kim Alvefur
-
mod_register_web: Add option for specifying path to templates2014-11-19, by Kim Alvefur
-
mod_storage_gdbm: Storage backend based on lgdbm2014-11-18, by Kim Alvefur
-
mod_storage_muc_log: Fix typo2014-11-10, by Kim Alvefur
-
mod_muc_log: Change to a non-locale dependent timestamp format2014-11-10, by Kim Alvefur
-
mod_storage_muc_log: Provides an archive API to mod_muc_log data2014-11-10, by Kim Alvefur
-
mod_roster_command: Add 'remove' command2014-11-10, by Kim Alvefur
-
mod_http_muc_log: Remove infinity limit2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Style fixes and mobile optimizations2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Hide prev/next when on the edge of the archive2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Render arrows in prev/next links using CSS2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Remove unnessesary character from pattern2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Include the canonical URL in a meta tag2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Fix closing tag2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Fix header margin2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Search for next date with messages from 00:00:00, not 00:00:012014-11-09, by Kim Alvefur
-
mod_http_muc_log: Make pretty2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Make MUC local code identical to mod_mam_muc2014-11-09, by Kim Alvefur
-
mod_http_muc_log: List only dates with messages2014-11-09, by Kim Alvefur
-
mod_http_muc_log: Have URL of date list page end with a slash2014-11-09, by Kim Alvefur
-
mod_mam_muc: Try to use new MUC API for getting room objects (fixes queries to not yet initialized rooms)2014-11-08, by Kim Alvefur
-
mod_http_muc_log: Strip some whitespace2014-11-08, by Kim Alvefur
-
mod_http_muc_log: MUC log module using new archive API2014-11-08, by Kim Alvefur
-
mod_mam_muc: Store joins and leaves2014-11-08, by Kim Alvefur
-
mod_mam_muc: Limit search to groupchat messages (we use the internal 'with' field stanza types)2014-11-08, by Kim Alvefur
-
mod_mam_muc: Remove parsing of 'with' field in MAM form, we currently ignore it anyways2014-11-08, by Kim Alvefur
-
mod_muc_log: Add option to log rooms by default unless changed in room config2014-11-03, by Kim Alvefur
-
mod_mam_muc: Add compatibility with the new MUC code in trunk2014-10-30, by Kim Alvefur
-
mod_mam_muc: Split logic for determining if logging is enabled into a function2014-10-30, by Kim Alvefur
-
mod_mam_muc: Fix indentation2014-10-29, by Kim Alvefur
-
call archive API with username only2014-10-28, by Stuart Carnie
-
mod_auth_pam: Update for removal of PAM_ prefixes to constant names2014-10-28, by Kim Alvefur
-
mod_websocket: Remove. This is a core module for Prosody 0.102014-10-24, by Florian Zeitz
-
mod_mam_muc: Add missing import and change the namespace to MAM v0.32014-10-23, by Kim Alvefur
-
mod_mam_muc: Update to XEP-0313 v 0.32014-10-22, by Kim Alvefur
-
mod_mam_muc: Minor moving about of variables2014-10-22, by Kim Alvefur
-
mod_mam_muc: Restructure initialization2014-10-22, by Kim Alvefur
-
mod_mam_muc: Fix for muc history query2014-10-20, by Stuart Carnie
-
mod_smacks: Delay initiation of outgoing smacks on s2s until after queued stanzas are sent2014-10-20, by Kim Alvefur
-
mod_smacks: Initiate outgoing smacks on s2s when sending request and incoming when the remote says enabled2014-10-20, by Kim Alvefur
-
mod_smacks: Move wrap_session() contents into separate direction-specific routines2014-10-20, by Kim Alvefur
-
mod_smacks: Remove variable not used after 2881d532f3852014-10-20, by Kim Alvefur
-
mod_smacks: Send failure correctly on s2s2014-10-20, by Kim Alvefur
-
mod_smacks: Fix sending ack requests on s2s2014-10-20, by Kim Alvefur
-
Merge2014-10-13, by Kim Alvefur
-
Backed out changeset 71af9c272d722014-10-12, by syn
-
mod_mam_archive: Stopped lying in RSM counts2014-10-12, by syn
-
mod_smacks: Use filters for queuing outgoing stanzas instead of wrapping session.send()2014-10-12, by Kim Alvefur
-
mod_mam_muc: Fix add/removal of room method overrides2014-10-09, by Kim Alvefur
-
mod_smacks: Correctly check if what is being sent is a stanza2014-10-08, by Kim Alvefur
-
mod_smacks: Examine the state of the stanza *before* it was send2014-09-29, by Florian Zeitz
-
mod_profile: Save photo and nickname from PEP to vCard2014-09-27, by Kim Alvefur
-
mod_profile: Use module:handle_items() for PEP node bootstrapping (see trunk 388786af0dd2)2014-09-27, by Kim Alvefur
-
mod_mam: Fix xmlns in preferences (Thanks Lance)2014-09-25, by Kim Alvefur
-
mod_proxy65_whitelist: Fix util.set use (thanks deoren)2014-09-23, by Kim Alvefur
-
mod_proxy65_whitelist: Fix variable name2014-09-23, by Kim Alvefur
-
Rename mod_block_p2pft -> mod_proxy65_whitelist2014-09-22, by Kim Alvefur
-
mod_block_p2pft: Plugin for forcing local clients to use approved file transfer proxies2014-09-22, by Kim Alvefur
-
mod_roster_command: Make sure hosts are only initialized once2014-09-20, by Kim Alvefur
-
mod_roster_command: Also initialize usermanager2014-09-20, by Kim Alvefur
-
mod_s2s_auth_dane: Include hostname when logging a failure2014-09-16, by Kim Alvefur
-
mod_s2s_auth_dane: Fix stringprepping when doing "DANE Light"2014-09-16, by Kim Alvefur
-
mod_message_logging/mod_message_logging.lua: Fix missing 'or'2014-09-16, by daurnimator
-
mod_throttle_presence: Make sure flushed stanzas get through the filter2014-09-16, by Kim Alvefur
-
mod_profile: Set metadata nodes ItemID to the same hash as the data node2014-09-16, by Kim Alvefur
-
mod_s2s_auth_dane: Fix traceback caused by LuaSec not being loaded2014-09-14, by Kim Alvefur
-
mod_message_logging: Add timestamp to logs2014-09-07, by Matthew Wild
-
mod_message_logging: Improve logging when loaded onto a MUC host2014-09-07, by Matthew Wild
-
mod_profile: Fix global access2014-09-01, by Kim Alvefur
-
mod_list_inactive: Add different output formats2014-08-26, by Kim Alvefur
-
mod_list_inactive: Delay joining JIDs until they are used2014-08-26, by Kim Alvefur
-
mod_webpresence: fixed render-type handling (thanks to biszkopcik and Zash)2014-08-25, by Vadim Misbakh-Soloviov
-
mod_lastlog: Fix traceback if no session included with event (eg from mod_register_web) (thanks biszkopcik)2014-08-24, by Kim Alvefur
-
mod_storage_multi: Multi-backend storage module (WIP)2014-08-21, by Kim Alvefur
-
mod_net_dovecotauth: Fix typo in config option2014-08-19, by Kim Alvefur
-
mod_filter_chatstates: Removes chat states from messages to inactive (per CSI) sessions2014-08-17, by Kim Alvefur
-
mod_throttle_presence: Use local buffer variable, fixes a traceback (thanks Ge0rG)2014-08-17, by Kim Alvefur
-
mod_throttle_presence: Fix traceback (thanks Ge0rG)2014-08-17, by Kim Alvefur
-
mod_privacy_lists: Correctly sort the list rules by order (thanks Flow). Fixes issue #582014-08-16, by Matthew Wild
-
mod_csi_compat: Implement the google:queue protocol and map to mod_csi events2014-08-15, by Matthew Wild
-
mod_mam: Update to version 0.3 of XEP-03132014-08-15, by Kim Alvefur
-
mod_csi: Client State Indication support2014-08-15, by Matthew Wild
-
mod_disable_tls: Default to empty set if disable_tls_ports not present in config (fixes traceback)2014-08-10, by Matthew Wild
-
mod_disable_tls: New module to disable c2s TLS by port number2014-08-10, by Matthew Wild
-
mod_privacy_lists: Open 'privacy' storage (module:open_store() defaults to the name of the module)2014-08-09, by Kim Alvefur
-
mod_auth_ldap: Change default for ldap_mode to "bind", everyone seems to be using that2014-08-05, by Kim Alvefur
-
mod_auth_ldap: Remove excess backslashes from escape pattern2014-08-05, by Kim Alvefur
-
mod_privacy_lists: Cache privacy lists for better performance with high traffic2014-07-27, by Matthew Wild
-
mod_privacy_lists: Import mod_privacy from 0.92014-07-27, by Matthew Wild
-
mod_auth_ha1: Skip commented lines2014-07-27, by Matthew Wild
-
mod_auth_ha1: Authentication module for 'HA1' hashed credentials in a text file, as used by reTurnServer2014-07-26, by Matthew Wild
-
mod_mam_archive: Initial commit2014-07-14, by syn
-
mod_profile: Fix wrong use of "current" as id for avatar data2014-07-08, by Kim Alvefur
-
mod_profile: Add the missing <info> child element and move info attributes there2014-07-08, by Kim Alvefur
-
mod_onions: Set the stream version to 1.0 on onionized streams, so TLS is offered.2014-07-04, by Thijs Alkemade
-
Update LDAP docs for telephone and similar fields2014-07-03, by Rob Hoelz
-
Fix connections for LDAP tests2014-07-03, by Rob Hoelz
-
Test telephone configuration in LDAP tests2014-07-03, by Rob Hoelz
-
Include configuration for telephone numbers for LDAP test config2014-07-03, by Rob Hoelz
-
Add telephone number test data2014-07-03, by Rob Hoelz
-
mod_private_adhoc: initial commit of new module2014-06-27, by Thomas Raschbacher
-
mod_register_web: Add dependency on mod_http2014-06-27, by Kim Alvefur
-
mod_register_web: Use path separator from package.config2014-06-27, by Kim Alvefur
-
mod_pubsub_hub: Update to PubSubHubbub version 0.42014-06-26, by Kim Alvefur
-
mod_pubsub_feeds: Check that lease time exists before comparing2014-06-26, by Kim Alvefur
-
mod_pubsub_feeds: Handle denied subscription requests2014-06-26, by Kim Alvefur
-
mod_pubsub_feeds: Fix refreshing of subscriptions2014-06-26, by Kim Alvefur
-
mod_pubsub_feeds: Update to 0.4 version of PubSubHubbub2014-06-26, by Kim Alvefur
-
mod_pubsub_feeds: Fix refresh_feeds() allways refreshing all feeds2014-06-26, by Kim Alvefur
-
Merge2014-06-25, by Kim Alvefur
Scroll all the way down to load more.