mod_mam: Same with no-storage, not no-store
|
Kim Alvefur |
2015-07-02 |
mod_mam: Fix message hints, it's no-permanent-*storage*, not ..-store
|
Kim Alvefur |
2015-07-02 |
mod_benchmark_storage: A storage benchmark run through prosodyctl
|
Kim Alvefur |
2015-06-18 |
mod_muc_limits: Update to work with both the new and the old MUC API
|
Kim Alvefur |
2015-06-18 |
mod_filter_chatstates: Backout 02cd4a081db4; no longer required due to changes in mod_smacks
|
Kim Alvefur |
2015-06-08 |
mod_list_inactive: Print some usage info when not called with enough arguments
|
Kim Alvefur |
2015-06-08 |
mod_storage_xmlarchive: Mistake in copypaste of copyright header :P
|
Kim Alvefur |
2015-05-29 |
mod_storage_xmlarchive: Add (c) header
|
Kim Alvefur |
2015-05-29 |
mod_storage_xmlarchive: Remove leftover debug code
|
Kim Alvefur |
2015-05-29 |
mod_log_rate: Log sink that reports the rate of log messages to statsmanager
|
Kim Alvefur |
2015-05-27 |
mod_compact_resource: Enforces short random resources
|
Kim Alvefur |
2015-05-27 |
mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
|
Kim Alvefur |
2015-05-21 |
Fix for 54c8a0cb2996
|
Kim Alvefur |
2015-05-21 |
mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck]
|
Kim Alvefur |
2015-05-21 |
mod_s2s_auth_dane: Validate names of DANE-TA certs
|
Kim Alvefur |
2015-05-21 |
mod_storage_gdbm: Reorganize (vacuum) databases on module unload
|
Kim Alvefur |
2015-05-19 |
mod_storage_lmdb: Storage module using Lightning Memory-Mapped Database
|
Kim Alvefur |
2015-05-19 |
mod_storage_gdbm: Fix typo in unused field on store instance
|
Kim Alvefur |
2015-05-19 |
mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc)
|
Kim Alvefur |
2015-05-19 |
mod_storage_xmlarchive: Return 'when' as number
|
Kim Alvefur |
2015-05-19 |
mod_http_muc_log: Update template for changes in template engine
|
Kim Alvefur |
2015-05-19 |
mod_http_muc_log: Template engine thing moved into util.interpolation
|
Kim Alvefur |
2015-05-19 |
mod_auth_http_async: Don't go throug usermanager to call a function from the same module
|
Kim Alvefur |
2015-05-18 |
mod_mamsub: Prevent nil indexing if message is added to archive of an offline user
|
Kim Alvefur |
2015-05-18 |
mod_mamsub: Experimental implementation of MAM subscriptions
|
Kim Alvefur |
2015-05-18 |
mod_mam: Fire event on successful storage of message
|
Kim Alvefur |
2015-05-18 |
mod_profile: Return error on storage error, don't attempt to migrate from old storage
|
Kim Alvefur |
2015-05-18 |
mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions
|
Kim Alvefur |
2015-05-18 |
mod_profile: Don't use import()
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: Optimize access to variables used in inner loop
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return'
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore
|
Kim Alvefur |
2015-05-18 |
mod_mam: There are other storage backends that support archives now
|
Kim Alvefur |
2015-05-17 |
mod_adhoc_blacklist: Fix traceback if blacklist is empty
|
Kim Alvefur |
2015-05-16 |
mod_admin_blocklist: Prevents s2s connections to/from domains blocked by a local admin using mod_blocklist (0.10+)
|
Kim Alvefur |
2015-05-13 |
mod_adhoc_blacklist: Provides the Edit Blacklist command described in XEP-0133 and uses this to block s2s connections
|
Kim Alvefur |
2015-05-13 |
mod_smacks: Handle the read timeout event (0.10+ only) and send an ack request, close the connection the second time if unanswerd
|
Kim Alvefur |
2015-05-11 |
mod_smacks: Handle unacked messages in s2s queues
|
Kim Alvefur |
2015-05-11 |
mod_smacks_offline: Only deal with authenticated (c2s) sessions
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Remove overly verbose debug message
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Adjust wording in log message
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Attempt to recover after parse failures
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Improve logging of parse errors
|
Kim Alvefur |
2015-05-11 |
Merge with Goffi
|
Kim Alvefur |
2015-05-07 |
mod_delegation: managing_ent_* now stop event propagation + forwarded <iq/> xmlns check
|
Goffi |
2015-05-07 |
mod_delegation: fixed bad handling of error replies from managing entity
|
Goffi |
2015-05-04 |
mod_delegation: fixed namespace of <forwarded/> child element, as specified in XEP-0297
|
Goffi |
2015-05-04 |
mod_delegation: handling of error replies from managing entities after forward.
|
Goffi |
2015-05-03 |
mod_delegation: original stanza is now cached outside of ns_data, so it can be accessed without knowing the namespace.
|
Goffi |
2015-05-03 |
mod_delegation: removed invalid error replies to iq result.
|
Goffi |
2015-05-03 |
mod_delegation: added 'iq/bare' to hooked events.
|
Goffi |
2015-05-03 |
mod_delegation: reset features/identities/extensions before doing a disco nesting
|
Goffi |
2015-04-17 |
mod_delegation: service discovery extensions (xep-0128) management
|
Goffi |
2015-04-17 |
mod_delegation: we don't forward stanzas from managing entity itself
|
Goffi |
2015-04-17 |
mod_delegation: disco info request on bare jid is now managed
|
Goffi |
2015-04-17 |
mod_delegation: delegated features/identities removal for disco info requests on bare jid
|
Goffi |
2015-04-17 |
mod_delegation: disco nesting for host
|
Goffi |
2015-04-17 |
mod_delegation: delegated features/identities are removed from disco.
|
Goffi |
2015-04-17 |
mod_delegation: iq forwarding to managing entity
|
Goffi |
2015-04-17 |
mod_delegation: XEP-0355 implementation, first draft (configuration management + delegations advertising)
|
Goffi |
2015-04-17 |
mod_privilege: fixed bad handling of presence permissions / component authentication between different hosts
|
Goffi |
2015-04-17 |
mod_privilege: fixed various issues reported by luacheck
|
Goffi |
2015-04-10 |
mod_smacks: Set session upvalue of filter() to correct session
|
Kim Alvefur |
2015-05-05 |
mod_smacks: Move set of filters from new session to session being resumed
|
Kim Alvefur |
2015-05-05 |
mod_smacks: Don't touch upvalues of session.send and session.data, they should already point to the correct values
|
Kim Alvefur |
2015-05-05 |
mod_smacks: Add stanza counting filter when resuming session
|
Kim Alvefur |
2015-05-05 |
mod_smacks_offline: Monkeypatch mod_smacks to send unacked messages to offline storage IFF there was only one session
|
Kim Alvefur |
2015-05-05 |
mod_s2s_auth_dane: Simplify cases where there are only one SRV record
|
Kim Alvefur |
2015-05-05 |
mod_s2s_auth_dane: Don't count number of RRs in DNS reply if the DNS lib already did
|
Kim Alvefur |
2015-05-05 |
mod_statistics/prosodytop: Use the same port number to connect to as defined in the module
|
Kim Alvefur |
2015-05-05 |
mod_mam: Semicolons!
|
Kim Alvefur |
2015-05-05 |
mod_block_registrations: string.find is faster than string.match when only needing a boolean answer
|
Kim Alvefur |
2015-05-05 |
mod_log_slow_events: Log slow HTTP requests
|
Matthew Wild |
2015-05-05 |
mod_log_slow_events: Minor improvement to log message
|
Matthew Wild |
2015-05-05 |
mod_auto_accept_subscriptions: Fix passing nil in log message
|
Matthew Wild |
2015-05-05 |
mod_watchuntrusted: Skip connections to/from unknown hosts (fixes possible traceback)
|
Kim Alvefur |
2015-05-05 |
mod_munin: Use string.format flag instead of tostring when reporting values
|
Kim Alvefur |
2015-05-04 |
mod_mam_muc: d20cfc5ba827 .. cd87a2eba8f2 here too (uh, duplicated code)
|
Kim Alvefur |
2015-05-03 |
mod_storage_xmlarchive: New stanza archive-only storage module backed by plain text files
|
Kim Alvefur |
2015-05-03 |
Merge
|
Kim Alvefur |
2015-05-03 |
Merge my branch containing proctitle module
|
Rob Hoelz |
2015-04-29 |
Add minimal instructions for proctitle module
|
Rob Hoelz |
2015-04-29 |
Add proctitle module
|
Rob Hoelz |
2015-04-29 |
mod_mam: Reverse the order of reversed queries back to chronological order
|
Kim Alvefur |
2015-05-03 |
mod_mam: Move variable into loop scope
|
Kim Alvefur |
2015-05-03 |
mod_mam: Rename variable
|
Kim Alvefur |
2015-05-03 |
mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage
|
Kim Alvefur |
2015-05-03 |
mod_mam: Always return true when a stanza event has been handled
|
Kim Alvefur |
2015-05-03 |
mod_log_slow_events: Log events that take a long time to process (including stanzas)
|
Matthew Wild |
2015-04-28 |
mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564)
|
Kim Alvefur |
2015-04-25 |
mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2
|
Kim Alvefur |
2015-04-25 |
mod_measure_cpu: Collect CPU usage statistic
|
Kim Alvefur |
2015-04-23 |
mod_munin: Exclude ignored stats even if they happen to be included in data
|
Kim Alvefur |
2015-04-23 |
mod_watchuntrusted: Only notify once per host per day
|
Kim Alvefur |
2015-04-22 |
mod_s2s_auth_dane: Abort earlier for sessions from hosts that don't say who they are
|
Kim Alvefur |
2015-04-13 |
mod_s2s_auth_dane: Demote log message about failure to ASCII-ify hostname from error to warning
|
Kim Alvefur |
2015-04-13 |
mod_checkcerts: Fix for removal of globals in LuaSec
|
Kim Alvefur |
2015-04-12 |
mod_http_muc_log: Fix passing dates trough util.datetime twice;
|
Kim Alvefur |
2015-04-11 |
mod_smacks: Add license header
|
Kim Alvefur |
2015-04-09 |
Add README and CONTRIBUTING files containing the text from https://code.google.com/p/prosody-modules/
|
Kim Alvefur |
2015-04-09 |
Add a COPYING file containing the MIT license
|
Kim Alvefur |
2015-04-09 |
mod_privilege: implemented probing of rosters items (for existing sessions only) on connection + use a globally shared table for priv_session (and fixed last_presence)
|
Goffi |
2015-04-08 |
mod_privilege: implemented "roster" presence permission
|
Goffi |
2015-04-07 |
mod_privilege: presence already known are advertised to privileged entity (for "maneger_entity" permission only so far)
|
Goffi |
2015-04-07 |
mod_privilege: implemented "managed_entity" presence
|
Goffi |
2015-04-07 |
mod_privilege: presence permission configuration check + use global set to know privileged entities to advertise
|
Goffi |
2015-04-07 |
mod_privilege: advertise_perm method now use session.send instead of module:send to avoid to go back in hook
|
Goffi |
2015-04-06 |
mod_privilege: implemented message privilege
|
Goffi |
2015-04-02 |
mod_privilege: implemented roster set privilege
|
Goffi |
2015-04-02 |
mod_privilege: added permissions notification on initial presence for entities which are not components
|
Goffi |
2015-04-02 |
mod_privilege: roster get permission implemented
|
Goffi |
2015-03-31 |
mod_privilege: mod_privilege first draft
|
Goffi |
2015-03-27 |
mod_statistics_statsd: Use module:log()
|
Kim Alvefur |
2015-04-07 |
mod_measure_memory: Silence warnings [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_http_muc_log: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_storage_gdbm: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_s2s_auth_dane: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_muc_ban_ip: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_mam_muc: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_mam_muc: Fix character limit again(?)
|
Kim Alvefur |
2015-04-07 |
mod_munin: Cleanup [luacheck]
|
Kim Alvefur |
2015-04-07 |
mod_muc_ban_ip: Increase priority of hooks, fixes if eg mod_presence gets called first
|
Kim Alvefur |
2015-04-06 |
mod_admin_web: Cleanup
|
Florian Zeitz |
2015-04-03 |
Merge
|
Paul Aurich |
2015-04-03 |
mod_reload_modules: Fix a bug introduced in commit 412f62d05a23, which caused mod_reload_modules to... not reload modules
|
Matthew Wild |
2015-04-02 |
mod_lib_ldap: Update README to clarify discussion of auth / TLS... and discourage disabling TLS.
|
Paul Aurich |
2015-04-03 |
mod_s2s_auth_dane: Update for recent changes in Zashs LuaSec branch
|
Kim Alvefur |
2015-03-31 |
Merge
|
Kim Alvefur |
2015-03-31 |
Merge
|
Matthew Wild |
2015-03-31 |
mod_log_messages_sql: Better logging on error
|
Matthew Wild |
2015-03-31 |
mod_log_events: Module to log all events on the server/host
|
Matthew Wild |
2015-03-31 |
mod_smacks: Don't restore filters from original session after resumption, use new filters
|
Matthew Wild |
2015-03-21 |
mod_mam_muc: Fix character limit
|
Kim Alvefur |
2015-03-29 |
mod_storage_gdbm: Fix name of empty table
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Add purge action
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Add user iterator
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Prefix archive item keys with username to prevent collisions
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Update archive metadata only if data write succeeds
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Make write operation delete data when passed 'nil' as value instead of storing a literal "nil" string
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Minor reorganization, more locals
|
Kim Alvefur |
2015-03-25 |
mod_storage_gdbm: Fix traceback if query is nil or no metadata exists
|
Kim Alvefur |
2015-03-25 |
mod_mam_muc: fix <iq type='get' to='room-bare-jid'> query
|
Stuart Carnie |
2015-03-24 |
mod_s2s_auth_dane: Comments and cleanup
|
Kim Alvefur |
2015-03-16 |
mod_http_muc_log: Alter template language to more simply allow optional bits in templates
|
Kim Alvefur |
2015-03-11 |
mod_munin: Implementation of the Munin collection protocol
|
Kim Alvefur |
2015-03-10 |
mod_measure_memory: Module for polling memory useage from Lua, meminfo() and /proc depending on availability
|
Kim Alvefur |
2015-03-10 |
mod_statistics_statsd: Module for pushing from util.statistics (0.10) to statsd
|
Matthew Wild |
2015-03-10 |
mod_http_muc_log: Fix alignment of month-tables (Thanks March)
|
Kim Alvefur |
2015-03-02 |
mod_pubsub_github: Update for new Github webhook format
|
Matthew Wild |
2015-02-27 |
mod_pubsub_post: Module to publish to pubsub nodes from a simple HTTP POST
|
Matthew Wild |
2015-02-27 |
mod_register_web: Send Content-Type headers
|
Kim Alvefur |
2015-02-26 |
mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s
|
Matthew Wild |
2015-02-25 |
mod_mam_muc: support to disable presence logging via muc_log_presences
|
Stuart Carnie |
2015-02-23 |
mod_tls_policy: Include which part of the cipher that did not match the policy in stream error
|
Kim Alvefur |
2015-02-23 |
mod_muc_restrict_rooms: Fixed the way of getting room and user
|
Nicolás Kovac |
2015-02-20 |
mod_muc_restrict_rooms: Some fixes based on Matthew's comments + a few more
|
Nicolás Kovac |
2015-02-20 |
Adding new mod_muc_restrict_rooms module
|
Nicolás Kovac |
2015-02-20 |
mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well.
|
Waqas Hussain |
2015-02-13 |
mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection.
|
Waqas Hussain |
2015-02-13 |
mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error.
|
Waqas Hussain |
2015-02-12 |
mod_storage_memory: Add support for archive stores
|
Kim Alvefur |
2015-02-12 |
mod_storage_memory: Add support for map stores
|
Kim Alvefur |
2015-02-12 |
mod_http_muc_log: Switch to a calendar view for selecting dates
|
Kim Alvefur |
2015-02-10 |
mod_http_muc_log: Sort date list in reverse
|
Kim Alvefur |
2015-02-08 |
mod_storage_gdbm: Fix comparison of 'end'
|
Kim Alvefur |
2015-02-08 |
mod_storage_gdbm: Add support for 'limit' query parameter
|
Kim Alvefur |
2015-02-07 |
mod_storage_gdbm: Get 'after' parameter from correct table
|
Kim Alvefur |
2015-02-07 |
mod_tls_policy: Fix pattern matching
|
Kim Alvefur |
2015-01-30 |
mod_tls_policy: New module to enforce per-host TLS parameter policies
|
Kim Alvefur |
2015-01-30 |
mod_smacks: Don't attach timestamps to 'iq' stanzas
|
Kim Alvefur |
2015-01-26 |
mod_smacks: Remove negation of condition, most likely a leftover from debugging
|
Kim Alvefur |
2015-01-26 |
mod_smacks: Stanzas don't have a ':' in their name
|
Kim Alvefur |
2015-01-26 |
mod_storage_gdbm: Add archive support
|
Kim Alvefur |
2015-01-25 |
mod_storage_gdbm: Prepare for supporting multiple store types
|
Kim Alvefur |
2015-01-25 |
mod_admin_message: New IM-based administration console
|
Mikael Berthe |
2015-01-25 |
mod_storage_gdbm: Use require directly instead of util.import (which is not available in prosodyctl, breaks adduser etc)
|
Kim Alvefur |
2015-01-25 |
Add support for IPv4 addresses in SRV injections
|
Ashley Ward |
2015-01-20 |
mod_pep_vcard_avatar: Syncs avatars between PEP and vCard
|
Kim Alvefur |
2015-01-18 |
mod_csi: Update namespace to published version
|
Kim Alvefur |
2015-01-09 |
mod_http_muc_log: (template) Remove duplicate CSS property
|
Kim Alvefur |
2014-12-20 |
mod_query_client_ver: Query and log client software
|
Kim Alvefur |
2014-12-20 |
mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane)
|
Kim Alvefur |
2014-12-18 |
mod_mam_archive: Fixing SQL concatenation bug
|
syn |
2014-12-11 |
mod_statistics/prosodytop.lua: Simplify and fix buffering and line separation (thanks Ge0rG)
|
Kim Alvefur |
2014-12-08 |
mod_statistics: Remove 'return' so SESS lines are pushed to all sessions (thanks Ge0rG)
|
Kim Alvefur |
2014-12-08 |
mod_limit_auth: Throttle authentication (failed) attempts with optional (0.10+) tarpit
|
Kim Alvefur |
2014-12-06 |
mod_http_muc_log: Split out template into a configurable file.
|
Kim Alvefur |
2014-12-03 |
mod_http_muc_log: Revamp template system
|
Kim Alvefur |
2014-12-02 |
mod_http_muc_log: List rooms with logging explicitly enabled
|
Kim Alvefur |
2014-12-02 |
mod_http_muc_log: Include charset in Content-Type header
|
Kim Alvefur |
2014-12-02 |
mod_http_muc_log: Show only messages with presentable content
|
Kim Alvefur |
2014-11-20 |
mod_http_muc_log: Use archive IDs to find next and previous dates that contain messages
|
Kim Alvefur |
2014-11-20 |
mod_http_muc_log: Send a HTML mime type with responses
|
Kim Alvefur |
2014-11-20 |
mod_http_muc_log: Fix use with old (until 0.10) MUC API
|
Kim Alvefur |
2014-11-20 |
mod_muc_log_http: Import old util.datamanager, fixes fetching of data if non-default storage is configured
|
Kim Alvefur |
2014-11-20 |
mod_http_index: Generates an index of local HTTP apps
|
Kim Alvefur |
2014-11-20 |
mod_register_web: Add option for specifying path to templates
|
Kim Alvefur |
2014-11-19 |
mod_mam_muc, mod_http_muc_log: Change store name from 'archive2' to 'muc_log' to distinguish it from personal MAM archives. Old data will require migration.
|
Kim Alvefur |
2014-11-18 |
mod_storage_gdbm: Storage backend based on lgdbm
|
Kim Alvefur |
2014-11-18 |
mod_storage_muc_log: Fix typo
|
Kim Alvefur |
2014-11-10 |
mod_storage_muc_log: Change to sane timestamp format and warn if it differs from legacy mod_muc_log timestamps
|
Kim Alvefur |
2014-11-10 |
mod_muc_log: Change to a non-locale dependent timestamp format
|
Kim Alvefur |
2014-11-10 |
mod_storage_muc_log: Provides an archive API to mod_muc_log data
|
Kim Alvefur |
2014-11-10 |
mod_roster_command: Add 'remove' command
|
Kim Alvefur |
2014-11-10 |
mod_http_muc_log: Remove infinity limit
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Style fixes and mobile optimizations
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Hide prev/next when on the edge of the archive
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Render arrows in prev/next links using CSS
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Remove unnessesary character from pattern
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Include the canonical URL in a meta tag
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Fix closing tag
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Fix header margin
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Search for next date with messages from 00:00:00, not 00:00:01
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Make pretty
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Make MUC local code identical to mod_mam_muc
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: List only dates with messages
|
Kim Alvefur |
2014-11-09 |
mod_http_muc_log: Have URL of date list page end with a slash
|
Kim Alvefur |
2014-11-09 |
mod_mam_muc: Try to use new MUC API for getting room objects (fixes queries to not yet initialized rooms)
|
Kim Alvefur |
2014-11-08 |
mod_http_muc_log: Strip some whitespace
|
Kim Alvefur |
2014-11-08 |
mod_http_muc_log: MUC log module using new archive API
|
Kim Alvefur |
2014-11-08 |
mod_mam_muc: Store joins and leaves
|
Kim Alvefur |
2014-11-08 |
mod_mam_muc: Limit search to groupchat messages (we use the internal 'with' field stanza types)
|
Kim Alvefur |
2014-11-08 |
mod_mam_muc: Remove parsing of 'with' field in MAM form, we currently ignore it anyways
|
Kim Alvefur |
2014-11-08 |
mod_roster_allinall: Adds all online users to the roster of newly signed in users, for a lazy everyone-in-everyones roster setup
|
Kim Alvefur |
2014-11-05 |
mod_muc_log: Add option to log rooms by default unless changed in room config
|
Kim Alvefur |
2014-11-03 |
mod_mam_muc: Add compatibility with the new MUC code in trunk
|
Kim Alvefur |
2014-10-30 |
mod_mam_muc: Split logic for determining if logging is enabled into a function
|
Kim Alvefur |
2014-10-30 |
mod_mam_muc: Fix indentation
|
Kim Alvefur |
2014-10-29 |
call archive API with username only
|
Stuart Carnie |
2014-10-28 |
mod_smacks: Send ack requests by serializing and concatenating them to outgoing stanzas, using a timer might cause high CPU usage
|
Kim Alvefur |
2014-10-28 |
mod_auth_pam: Update for removal of PAM_ prefixes to constant names
|
Kim Alvefur |
2014-10-28 |
mod_websocket: Remove. This is a core module for Prosody 0.10
|
Florian Zeitz |
2014-10-24 |
mod_mam_muc: Add missing import and change the namespace to MAM v0.3
|
Kim Alvefur |
2014-10-23 |
mod_mam_muc: Update to XEP-0313 v 0.3
|
Kim Alvefur |
2014-10-22 |
mod_mam_muc: Minor moving about of variables
|
Kim Alvefur |
2014-10-22 |
mod_mam_muc: Restructure initialization
|
Kim Alvefur |
2014-10-22 |
mod_mam_muc: Fix for muc history query
|
Stuart Carnie |
2014-10-20 |