Commit Graph

4530 Commits (020cd46f0341663d71ebdbd02f67032ddcb4a677)

Author SHA1 Message Date
Kim Alvefur 933c048829 mod_http: Add way to signal that a module supports streaming uploads 6 years ago
Kim Alvefur 91d2ab9108 net.http.parser: Allow specifying sink for large request bodies 6 years ago
Emmanuel Gil Peyrot 0314b7063c mod_register: Add a dependency on mod_watchregistrations 6 years ago
Kim Alvefur f1fcdfc246 mod_proxy65: Limit dump of invalid data to 300 bytes (like mod_c2s) 6 years ago
Kim Alvefur d89a99eb43 mod_proxy65: Log invalid greetings escaped instead of as base64 6 years ago
Kim Alvefur 1c0950bc36 mod_server_contact_info: Add status-addresses field 6 years ago
Kim Alvefur 18525691a4 mod_storage_sql: Measure hits/misses on the item count cache 6 years ago
Kim Alvefur 7fb1dd361b mod_admin_shell: Handle server_epoll using monotonic time internally 6 years ago
Kim Alvefur 64614cb420 mod_admin_shell: Fix debug:timers to handle net.server native timers 6 years ago
Kim Alvefur 710339a838 mod_vcard4: Report correct error condition (fixes #1521) 6 years ago
Emmanuel Gil Peyrot 7484fb15cb mod_register_ibr: Add FORM_TYPE as required by XEP-0077 (fixes #1511) 6 years ago
Kim Alvefur 65a654d726 mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) 6 years ago
Kim Alvefur 89af997157 mod_admin_telnet: Handle unavailable cipher info (fixes #1510) 6 years ago
Matthew Wild 520e494813 MUC: Persist affiliation_data in new MUC format! 6 years ago
Kim Alvefur e3911ce5da mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup (fixes #1504) 6 years ago
Kim Alvefur 042b514235 mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496) 6 years ago
Kim Alvefur 2de7db5f8b mod_muc_mam: Fix traceback saving message from non-occupant (fixes #1497) 6 years ago
Kim Alvefur 6e53a3a601 mod_storage_sql: Move update limit check back one step, fixes traceback 6 years ago
Kim Alvefur 84e0c87b7e mod_storage_sql: Fix check for deletion limits (fixes #1494) 6 years ago
Matthew Wild ccc5516646 mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174) 6 years ago
Kim Alvefur 1d1491c01b mod_admin_telnet: Create a DNS resolver per console session (fixes #1492) 6 years ago
Matthew Wild 2418c3fe43 mod_websocket: Fire event on session creation (thanks Aaron van Meerten) 6 years ago
Matthew Wild 4167f630b8 mod_posix: Support for command-line flags to override 'daemonize' config option 6 years ago
Kim Alvefur eb7a71a645 mod_websocket: Clear mask bit when reflecting ping frames (fixes #1484) 6 years ago
Matthew Wild 073a654eff mod_register_ibr: Add event for successful password reset 6 years ago
Matthew Wild f480583839 mod_register_ibr: Allow registration to reset an existing account password if permitted by a plugin 6 years ago
Kim Alvefur efcf7cb7d4 mod_admin_shell: Update for async.wait_for rename 6 years ago
Matthew Wild 0919bb30d3 mod_storage_internal, mod_storage_memory: Add support for query.before 6 years ago
Matthew Wild 371d05a0c6 mod_storage_sql: Fix incorrect results when fetching items before specific archive id 6 years ago
Boris Grozev edd798dd98 mod_http: Support CIDR for trusted proxies. 6 years ago
Kim Alvefur ababc84794 mod_admin_shell: Fix display of units for some statistics 6 years ago
Kim Alvefur 4a087da58e mod_admin_shell: Skip multiplier adjustment for rates 6 years ago
Kim Alvefur 509549f679 mod_admin_shell: Format stats with util.human.units 6 years ago
Kim Alvefur 6b98a3f551 mod_s2s: Move out of empty directory 6 years ago
Kim Alvefur 753836c876 mod_admin_shell: Fix error due to float passed to os.date in Lua 5.3 6 years ago
Kim Alvefur aa8c162f11 mod_admin_socket: Use module API meant for file paths 6 years ago
Kim Alvefur a78297bb6c mod_vcard_legacy: Fix publishing vcard without avatar 6 years ago
Kim Alvefur cd40d2a630 mod_vcard_legacy: Remove semi-broken support for multiple avatars 6 years ago
Matthew Wild 81457f2fff mod_admin_shell: Remove old variable declaration [luacheck] 6 years ago
Kim Alvefur 5cdbe0edde mod_admin_socket: Use wrapserver if available 6 years ago
Matthew Wild f554caa3ac mod_admin_shell: Remove extra newline at end of help text 6 years ago
Matthew Wild e703759258 mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output from final result 6 years ago
Matthew Wild b0463f0290 mod_admin_telnet: Become a front for mod_admin_shell 6 years ago
Matthew Wild 9daa5c028c mod_admin_shell: New module that implements the console interface over an admin socket 6 years ago
Matthew Wild 4c6992a00e mod_admin_socket, util.adminstream: New module to manage a local unix domain socket for admin functionality 6 years ago
Kim Alvefur 5abc2e6a5c mod_c2s,mod_s2s: Make stanza size limits configurable 6 years ago
Kim Alvefur d22e85debc mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit 6 years ago
Kim Alvefur 29f51d7e6d mod_admin_telnet: Update existing sessions on reload 6 years ago
Kim Alvefur d916ce38f6 mod_storage_internal: Fix keeping old timestamp in archive map API 6 years ago
Kim Alvefur d689f6c9a1 mod_http: Tell luacheck to ignore the long comment lines 6 years ago