mod_storage_sql: Expose multi-user deletion capability
|
Kim Alvefur |
2021-11-30 |
configure: Silence warning about echo -n [shellcheck]
|
Kim Alvefur |
2021-11-29 |
configure: Remove variable noop (thanks shellcheck)
|
Kim Alvefur |
2021-11-29 |
util.async tests: Explicitly import match from luassert (luacheck)
|
Matthew Wild |
2021-11-29 |
util.startup: Initialize util.async at startup
|
Matthew Wild |
2021-11-29 |
util.async: Add next-tick configuration
|
Matthew Wild |
2021-11-29 |
util.async: Add sleep() method with configurable scheduling backend
|
Matthew Wild |
2021-11-29 |
util.stanza: Adjust pretty printing for symmetry
|
Kim Alvefur |
2021-11-29 |
util.dependencies: Discourage Lua 5.1
|
Kim Alvefur |
2021-11-28 |
util.dependencies: Consider Lua 5.4 Supported:tm:
|
Kim Alvefur |
2021-11-28 |
util.prosodyctl.check: Support direct TLS connectivity checks
|
Kim Alvefur |
2021-11-28 |
doap: Remove stray ... is that a tab or a space?
|
Kim Alvefur |
2021-11-28 |
doap: Fill in the mandatory 'status' field everywhere
|
Kim Alvefur |
2021-11-28 |
mod_admin_shell: Remove now redundant promise awaiting in dns:lookup()
|
Kim Alvefur |
2021-11-27 |
mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping()
|
Kim Alvefur |
2021-11-27 |
mod_smacks: Remove left-over debug logging
|
Kim Alvefur |
2021-11-27 |
util.promise: Fix test
|
Kim Alvefur |
2021-11-26 |
mod_admin_shell: Fix indentation
|
Kim Alvefur |
2021-11-26 |
mod_admin_shell: Wait for promises
|
Kim Alvefur |
2021-11-26 |
util.startup: Integrate util.promise with net.server main loop
|
Kim Alvefur |
2019-01-05 |
util.promise: Support delayed promise execution
|
Kim Alvefur |
2019-01-05 |
mod_admin_shell: Reduce width of 'Status' column
|
Kim Alvefur |
2021-11-26 |
mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve)
|
Kim Alvefur |
2021-11-26 |
mod_vcard_legacy: Also respect avatar:metadata access restrictions
|
Emmanuel Gil Peyrot |
2021-11-25 |
mod_admin_shell: Fix showing default HTTP path in module:info
|
Kim Alvefur |
2021-11-25 |
mod_http_openmetrics: Serve HTTP from global context
|
Kim Alvefur |
2021-11-25 |
teal: Describe the module API interface
|
Kim Alvefur |
2021-03-24 |
util.prosodyctl.check: Add mod_http_openmetrics settings to known globals
|
Kim Alvefur |
2021-11-25 |
CHANGES: Mention mod_http_openmetrics
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Optimize scheduling of ack requests
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Refactor ack requesting to avoid some timer roundtrips
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Fix timer lifetimes to follow session instead of module
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Clean up compat code etc
|
Kim Alvefur |
2021-11-24 |
mod_smacks: Import from prosody-modules @ eb63890ae8fc
|
Kim Alvefur |
2021-11-16 |
mod_external_services: Warn about missing recommended fields
|
Kim Alvefur |
2021-11-24 |
mod_admin_shell: Factor out simple function in module:info for reuse
|
Kim Alvefur |
2021-11-24 |
mod_admin_shell: List collected metrics in module:info
|
Kim Alvefur |
2021-11-24 |
mod_admin_shell: List net providers in module:info
|
Kim Alvefur |
2021-11-23 |
mod_http_openmetrics: Imported from prosody-modules mod_prometheus @df2246b15075
|
Matthew Wild |
2021-11-24 |
mod_csi_simple: Skip initiating flush in all but inactive state
|
Kim Alvefur |
2021-11-20 |
mod_csi_simple: Early return on client activity while flushing buffer
|
Kim Alvefur |
2021-11-20 |
mod_csi_simple: Allow some straggler traffic after flushing buffer
|
Kim Alvefur |
2021-11-20 |
util.prosodyctl.check: Highlight inconsistency of AAAA records and use_ipv6=false
|
Kim Alvefur |
2021-11-20 |
util.prosodyctl.check: Respect use_ipv4/v6 in proxy65 check
|
Kim Alvefur |
2021-11-20 |
util.prosodyctl.check: Take IPv6 support in LuaSocket into account
|
Kim Alvefur |
2021-11-20 |
net.server_epoll: Fix streaming downloads (thanks Menel)
|
Kim Alvefur |
2021-11-19 |
core.moduleapi: Fix name of renamed API in log message
|
Kim Alvefur |
2021-11-18 |
net.server_epoll: Try harder to avoid reentrant opportunistic writes
|
Kim Alvefur |
2021-11-18 |
mod_csi_simple: Skip flushing of empty buffer
|
Kim Alvefur |
2021-11-18 |
mod_csi_simple: Fire event when flushing due to client activity
|
Kim Alvefur |
2021-11-17 |
mod_admin_shell: Return counts of shown vs total from new table views
|
Kim Alvefur |
2021-11-16 |
mod_csi_simple: Detach cleanly from sessions if unloaded while flushing
|
Kim Alvefur |
2021-11-16 |
MUC: Actually set the new affiliation data if it was previously empty
|
Matthew Wild |
2021-11-16 |
mod_csi_simple: Only act in inactive mode to prevent infinite recursion
|
Kim Alvefur |
2021-11-16 |
mod_csi_simple: Unlock writes after event, to allow things to be queued
|
Kim Alvefur |
2021-11-16 |
MUC: Include old affiliation data in affiliation change event
|
Matthew Wild |
2021-11-16 |
MUC: Add room:set_affiliation_data()
|
Matthew Wild |
2021-11-16 |
MUC: Set .previous_affiliation = "none" if nil, for consistency with .affiliation
|
Matthew Wild |
2021-11-16 |
MUC: Fix incorrect variable name (thanks luacheck)
|
Matthew Wild |
2021-11-16 |
MUC: Switch to event.allowed signaling to block event, matching muc-pre-set-role
|
Matthew Wild |
2021-11-16 |
MUC: Add 'muc-pre-set-affiliation' event, allowing to block change or modify data
|
Matthew Wild |
2021-11-16 |
MUC: Add option to include form in registration query
|
Matthew Wild |
2021-11-15 |
mod_admin_shell: Handle absence of connection in security column (thanks arcseconds)
|
Kim Alvefur |
2021-11-15 |
mod_pubsub: Fix traceback in disco of non-existent node (thanks Martin)
|
Kim Alvefur |
2021-11-13 |
net.connect: Prefer last connection error over last resolver error
|
Kim Alvefur |
2021-11-13 |
util.prosodyctl.shell: Bring back banner set from config!
|
Kim Alvefur |
2021-11-12 |
net.connect: Propagate last error message from resolvers
|
Kim Alvefur |
2021-11-12 |
s2smanager: Fire s2s-destroyed event to mirror s2s-created
|
Matthew Wild |
2021-11-12 |
mod_c2s: Disconnect user sessions on a role change event
|
Matthew Wild |
2021-11-12 |
usermanager: Fire user-roles-changed event when updating roles of a local user
|
Matthew Wild |
2021-11-12 |
util.human.io: Use UTF-8-aware length check in padding functions
|
Kim Alvefur |
2021-11-12 |
util.human.io: Fix cutting of UTF-8 into pieces
|
Kim Alvefur |
2021-11-12 |
util.human.io: Trim any broken UTF-8 from ellipsis
|
Kim Alvefur |
2021-11-12 |
util.human.io: Factor out ellipsis function
|
Kim Alvefur |
2021-11-12 |
util.human.io: Support specifying column defaults in tables
|
Kim Alvefur |
2021-11-12 |
util.human.io: Pass nil to cell mapper to signal missing value
|
Kim Alvefur |
2021-11-12 |
mod_admin_shell: Respect metatables in output serialization
|
Kim Alvefur |
2021-11-12 |
util.prosodyctl.shell: Allow setting custom prompt (admin_shell_prompt)
|
Matthew Wild |
2021-11-11 |
mod_admin_shell: Specify a width for cert column
|
Kim Alvefur |
2021-11-10 |
mod_admin_shell: Indicate bi-directional s2s connections
|
Kim Alvefur |
2021-11-10 |
mod_admin_shell: Allow passing columns as a string for convenience
|
Kim Alvefur |
2021-11-10 |
mod_admin_shell: Optionally group session listings by host when not included as column
|
Kim Alvefur |
2021-11-10 |
mod_admin_shell: New table based implementation of c2s and s2s:show()
|
Kim Alvefur |
2021-11-10 |
prosodyctl: Fix weird indentation
|
Kim Alvefur |
2021-11-06 |
doap: Bump XEP-0313 version for going Stable
|
Kim Alvefur |
2021-11-03 |
mod_pubsub: Return proper errors for disco queries on nodes
|
Kim Alvefur |
2021-11-01 |
util.dataforms: Encode size attributes as integers in XEP-0221 media element
|
Kim Alvefur |
2021-10-28 |
util.dataforms: Ensure larger integers are serialized as such
|
Kim Alvefur |
2021-10-28 |
util.dataforms: Scope integer handling tests
|
Kim Alvefur |
2021-10-26 |
util.dataforms: Turn number values into timestamps for datetime fields
|
Kim Alvefur |
2021-10-26 |
util.dataforms: Coerce number values for boolean fields
|
Kim Alvefur |
2021-10-26 |
mod_muc_mam: Use util.dataforms timestamp validation
|
Kim Alvefur |
2021-10-26 |
mod_mam: Use util.dataforms timestamp validation
|
Kim Alvefur |
2021-10-26 |
util.dataforms: Add support for datetime field types via XEP-0122
|
Kim Alvefur |
2021-10-25 |
mod_http_file_share: Move number coercion into util.dataforms
|
Kim Alvefur |
2021-10-25 |
mod_admin_adhoc: Move number coercion into util.dataforms
|
Kim Alvefur |
2021-10-25 |
ejabberd2prosody.lua: fix MUC subject conversion with appropriate destructuring
|
arcseconds |
2021-10-26 |
util.startup: Understand -h, -? as --help in prosodyctl but ignore
|
Kim Alvefur |
2021-10-25 |
util.startup: Show brief usage on `prosody -h|-?|--help`
|
Kim Alvefur |
2021-10-25 |
mod_c2s,etc: Identify stanza object with appropriate function
|
Kim Alvefur |
2021-10-24 |
mod_s2s: Fix logging of <stream:error> consistency with other mods
|
Kim Alvefur |
2021-10-24 |
util.startup: Skip config readability check in migrator (thanks eTaurus)
|
Kim Alvefur |
2021-10-23 |
mod_http_file_share: Silence luacheck warning
|
Kim Alvefur |
2021-10-23 |
mod_http_file_share: Clean up incomplete uploads
|
Kim Alvefur |
2021-10-22 |
doap: Make note about missing 'restartlogic' from XEP-0206
|
Kim Alvefur |
2021-10-21 |
doap: Update versions of XEP-0178
|
Kim Alvefur |
2021-10-21 |
doap: Update versions of XEPs
|
Kim Alvefur |
2021-10-21 |
doap: Fill in missing XEP versions
|
Kim Alvefur |
2021-10-21 |
mod_s2s: Don't pass unknown hostnames as stats label
|
Kim Alvefur |
2021-10-21 |
net.server_epoll: Process all queued events from epoll before timers
|
Kim Alvefur |
2021-10-21 |
mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii)
|
Kim Alvefur |
2021-10-20 |
mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122
|
Kim Alvefur |
2021-10-20 |
mod_pubsub: Prevent max_items from being set to zero
|
Kim Alvefur |
2021-10-20 |
mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436
|
Kim Alvefur |
2021-10-19 |
mod_http_file_share: return 401 instead of 403 if authentication failed
|
Jonas Schäfer |
2021-10-19 |
mod_auth_cyrus: Remove (move to community modules)
|
Kim Alvefur |
2021-10-17 |
doap: Update XEP-0280 version, it's now Stable
|
Kim Alvefur |
2021-10-13 |
mod_admin_shell: Show HTTP base-URLs in module:info()
|
Kim Alvefur |
2021-10-13 |
ejabberd2prosody: Don't import disabled or empty passwords
|
Matthew Wild |
2021-10-13 |
mod_mimicking: Correctly hook the *global* user-deleted event
|
Kim Alvefur |
2021-10-12 |
util.startup: Only ask if 'prosodyctl' was meant instead of 'prosody' (fix #1692)
|
Kim Alvefur |
2021-10-12 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-10-12 |
util.argparse: Add test for #1691
|
Kim Alvefur |
2021-10-12 |
util.startup: Correctly point out unknown short param (fixes #1691)
0.11
|
Kim Alvefur |
2021-10-12 |
util.argparse: Tests
|
Kim Alvefur |
2021-10-12 |
prosody2ejabberd: Check for iteration count at position 6
|
Matthew Wild |
2021-10-07 |
ejabberd2prosody: Convert SCRAM iteration count to number (thanks arcseconds)
|
Matthew Wild |
2021-10-07 |
mod_storage_xep0227: Add scram-credentials to user element rather than server
|
Matthew Wild |
2021-09-22 |
net.server_epoll: Prevent starttls on direct TLS connections
|
Kim Alvefur |
2021-10-05 |
CHANGES: Add mod_auth_ldap
|
Kim Alvefur |
2021-10-05 |
mod_auth_ldap: Import from prosody-modules rev f52452911187
|
Kim Alvefur |
2021-10-05 |
mod_carbons: Advertise following of recommended rules (closes #1486)
|
Kim Alvefur |
2021-10-05 |
mod_s2s_auth_certs: Collect stats on validation results (for #975)
|
Kim Alvefur |
2021-10-05 |
mod_csi_simple: Provide custom set of timing buckets
|
Kim Alvefur |
2021-10-05 |
util.prosodyctl.check: Add two known globals from mod_http
|
Kim Alvefur |
2021-10-03 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-09-30 |
mod_admin_shell: Allow passing an exit code to server:shutdown()
|
Kim Alvefur |
2021-09-30 |
mod_posix: Exit with non-zero status code on problems
|
Kim Alvefur |
2021-09-30 |
util.startup: Allow separate command line argument settings for prosody and prosodyctl
|
Kim Alvefur |
2021-09-30 |
prosodyctl: Add support for -v/--verbose to enable debug logging
|
Kim Alvefur |
2021-09-30 |
prosodyctl: Add alternate XMPP Blackbox Exporter connectivity check
|
Kim Alvefur |
2021-09-30 |
prosodyctl: Use HTTP client in promise mode for connectivity check
|
Kim Alvefur |
2021-09-30 |
Merge wayward 0.11.10 tag commit
0.11
|
Kim Alvefur |
2021-09-30 |
Tag 0.11.10
0.11
|
Kim Alvefur |
2021-08-03 |
core.moduleapi: Ensure module:send_iq() handler priority over mod_iq
|
Kim Alvefur |
2021-09-24 |
core.moduleapi: Enable full JID origin queries with module:send_iq()
|
Kim Alvefur |
2021-09-24 |
core.moduleapi: Filter out unrelated direct replies to module:send_iq
|
Kim Alvefur |
2021-09-24 |
mod_http_errors: Make it easier to override 'http-message' handler
|
Kim Alvefur |
2021-09-24 |
mod_mam: Merge main and RSM-specific log message here too
|
Kim Alvefur |
2021-09-23 |
mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam
|
Kim Alvefur |
2021-09-23 |
mod_muc_mam: Merge main and RSM-specific log message into a single one
|
Kim Alvefur |
2021-09-23 |
mod_muc_mam: Fix copypaste mistake in debug logging
|
Kim Alvefur |
2021-09-23 |
mod_message: Fire event for groupchat messages sent to bare JID
|
Matthew Wild |
2021-09-22 |
net.server_epoll: Separate handling of "closed" from other errors
|
Kim Alvefur |
2021-09-22 |
net.server_epoll: Skip attempt to flush write buffer when not connected
|
Kim Alvefur |
2021-09-22 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-09-20 |
net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670
0.11
|
Kim Alvefur |
2021-09-20 |
net.server_epoll: Close sockets added after shutdown signal (fixes #1670)
0.11
|
Kim Alvefur |
2021-09-20 |
prosodyctl: Fix later import of LuaFileSystem
0.11
|
Kim Alvefur |
2021-09-11 |
mod_bosh: Fix typo in comment
|
Kim Alvefur |
2021-09-19 |
mod_register_limits: Reword some options
|
Kim Alvefur |
2021-09-19 |
MUC: Reject full JID in affiliation queries
|
Kim Alvefur |
2021-09-17 |
net.server_epoll: Fix indentation messed up in last merge
|
Kim Alvefur |
2021-09-17 |
net.server_epoll: Don't immediately destroy upon getting closed on read
|
Kim Alvefur |
2021-09-15 |
mod_pubsub: Advertise support for 'max' as value for max_items
|
Kim Alvefur |
2021-09-15 |
mod_http_file_share: Fix measuring how long periodic task take
|
Kim Alvefur |
2021-09-14 |
util.prosodyctl.check: Suggest replacing 'use_libevent' with 'network_backend'
|
Kim Alvefur |
2021-09-14 |
util.prosodyctl.check: Nudge towards plural port options
|
Kim Alvefur |
2021-09-14 |
util.prosodyctl.check: Fix to not treat some options as misplaced
|
Kim Alvefur |
2021-09-13 |
util.prosodyctl.check: Suggest replacements for deprecated options #1684
|
Kim Alvefur |
2021-09-13 |
mod_message: Clarify purpose of username field in offline message event
|
Kim Alvefur |
2021-09-12 |
mod_carbons: Reduce line count using new util.stanza attr method
|
Kim Alvefur |
2021-09-12 |
mod_mam: Reduce line count using new util.stanza attr method
|
Kim Alvefur |
2021-09-12 |
mod_http_file_share: Measure current total usage
|
Kim Alvefur |
2021-09-12 |
net.server_epoll: Try to make port number related methods sane
|
Kim Alvefur |
2021-09-12 |
doap: Remove entry that confused XEP-0277 with XEP-0227
|
Kim Alvefur |
2021-09-12 |
doap: Mention mod_storage_xep0227
|
Kim Alvefur |
2021-09-12 |
doap: Specify version of XEP-0227 used
|
Kim Alvefur |
2021-09-12 |
mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP
|
Matthew Wild |
2021-09-12 |
util.set: Add :contains_set() method
|
Matthew Wild |
2021-09-12 |
util.array: Add :slice() method + tests
|
Matthew Wild |
2021-09-12 |
util.stanza: Add :get_child_with_attr() + tests
|
Matthew Wild |
2021-09-12 |
mod_pubsub/pubsub.lib: Export config forms for use by other modules
|
Matthew Wild |
2021-09-11 |
mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)
|
Kim Alvefur |
2021-09-12 |
util.prosodyctl.check: Remove stray debug print()
|
Kim Alvefur |
2021-09-12 |
util.prosodyctl.check: Ignore unused "ok" variable [luacheck]
|
Kim Alvefur |
2021-09-11 |
mod_http_file_share: Add optional global quota on total storage usage
|
Kim Alvefur |
2021-09-11 |
util.prosodyctl.check: Refuse to do ojn test unless prosody is running
|
Kim Alvefur |
2021-09-11 |
prosodyctl: Add external connectivity check based on observe.jabber.network
|
Jonas Schäfer |
2020-05-06 |
mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity
|
Kim Alvefur |
2021-09-09 |
util.prosodyctl.check: Add TODO about replacements for deprecated settings
|
Kim Alvefur |
2021-09-09 |
util.prosodyctl.check: Check for server-to-server Direct TLS records
|
Kim Alvefur |
2021-09-09 |
mod_s2s: Rename Direct TLS listener 's2s_direct_tls'
|
Kim Alvefur |
2021-09-09 |
mod_s2s: Add a Direct TLS listener
|
Kim Alvefur |
2021-08-10 |
mod_s2s: Handle connections having TLS from the start
|
Kim Alvefur |
2021-08-10 |
mod_s2s: Factor out procedure for newly encrypted sessions
|
Kim Alvefur |
2021-08-10 |
mod_bosh,mod_websocket: Make into global-shared modules (...again)
|
Kim Alvefur |
2021-06-21 |
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
|
Kim Alvefur |
2021-09-06 |
mod_pubsub: Move reversal of item order in <items>
|
Kim Alvefur |
2021-09-05 |
mod_pubsub: Add support for limiting result size #1608
|
Kim Alvefur |
2021-09-05 |
util.pubsub: Add support for limiting number of items to retrieve
|
Kim Alvefur |
2021-09-05 |
mod_tls: Attempt STARTTLS on outgoing unencrypted legacy s2s connections
|
Kim Alvefur |
2021-09-01 |
mod_storage_internal: Stop storing XEP-0091 timestamp
|
Kim Alvefur |
2021-09-04 |
net.server_select: Deprecate and warn about it
|
Kim Alvefur |
2021-09-03 |
net.server: Pikc server_epoll as unconditional default
|
Kim Alvefur |
2021-09-03 |
net.server: Fall back to default backend from libevent instead of always select
|
Kim Alvefur |
2021-09-03 |
net.server_epoll: Prevent removed timers from being readded
|
Kim Alvefur |
2021-08-31 |
mod_mam: Suppress offline message broadcast for MAM clients
|
Kim Alvefur |
2021-08-31 |
mod_mam: Only check for locally generated stanza-ids
|
Kim Alvefur |
2021-08-31 |
mod_mam: Explain behavior with absent mod_offline in a comment
|
Kim Alvefur |
2021-08-31 |
mod_mam: "Handle" messages that have been archived in the absense of mod_offline
|
Kim Alvefur |
2020-06-25 |
mod_external_services: Factor out public function for converting to XML
|
Kim Alvefur |
2021-08-30 |
mod_external_services: Factor out public function returning current services
|
Kim Alvefur |
2021-08-29 |
mod_external_services: Filter services by requested credentials using a Set
|
Kim Alvefur |
2021-08-30 |
mod_external_services: Validate required attributes on credentials requests
|
Kim Alvefur |
2021-08-29 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-08-31 |
net.server_epoll: Fix to preserve ids of readded timers
0.11
|
Kim Alvefur |
2021-08-31 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-08-30 |
net.http: fail open if surrounding code does not configure TLS
|
Jonas Schäfer |
2021-08-29 |
makefile: fix prosody.version target
0.11
|
Lucas |
2021-08-15 |
Merge 0.11->trunk
|
Matthew Wild |
2021-08-26 |
mod_c2s: Indicate stream secure state in error text when no stream features to offer
0.11
|
Matthew Wild |
2021-07-06 |
usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role
|
Matthew Wild |
2021-08-26 |
mod_muc_mam: Omit queryid attribute from <fin/>
|
Holger Weiss |
2021-08-06 |
net.server_epoll: Split, attempt to clarify dirty noise message
|
Kim Alvefur |
2021-08-16 |
mod_c2s,mod_s2s: Fire event just before writes
|
Kim Alvefur |
2021-08-16 |
net.server: Add a predrain callaback just before writes
|
Kim Alvefur |
2021-08-16 |
mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s
|
Kim Alvefur |
2021-08-16 |
core.storagemanager: Respect archive ids issued by storage drivers in tests
|
Kim Alvefur |
2021-08-15 |
net.server_epoll: Improve efficiency of opportunistic writes
|
Kim Alvefur |
2021-08-14 |
mod_disco: Send XEP-0115 caps in s2s stream features
|
Kim Alvefur |
2021-08-12 |
mod_admin_shell: Keep unrestricted environment for session lifetime
|
Kim Alvefur |
2021-08-11 |
mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG)
|
Kim Alvefur |
2021-07-29 |
mod_limits: Factor out function for disabling limits allowing use from shell
|
Kim Alvefur |
2021-07-29 |
mod_bosh: Add todo to use util.session to create session object
|
Kim Alvefur |
2021-07-29 |
mod_pubsub: Update callbacks on reload to more completely refresh config
|
Kim Alvefur |
2021-07-29 |
migrator: Silence assert in core.moduleapi
|
Kim Alvefur |
2021-07-29 |
migrator: Use parsed command line flags already parsed by util.startup
|
Kim Alvefur |
2021-07-29 |
migrator: Trick net.server into thinking the config is loaded
|
Kim Alvefur |
2021-07-29 |
migrator: Customise startup sequence to fix #1673 (Thanks acidsys)
|
Kim Alvefur |
2021-07-29 |