Commit Graph

1459 Commits (02027fafeb00508b0a5f04d197d22d9508ae3b9d)

Author SHA1 Message Date
Matthew Wild 02027fafeb mod_bosh: Store time to destroy session in inactive_sessions, removing dependency on session.bosh_max_inactive in cleanup timer 15 years ago
Waqas Hussain f130f2703e MUC: Fix a possible stack overflow (when a local component joins a room, then disconnects, an unavailble-error presence cycle can occur). 15 years ago
Waqas Hussain bb2da0e81b mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness. 15 years ago
Florian Zeitz 309533f513 mod_register: Add support for additional registration fields 15 years ago
Waqas Hussain f0a3554f80 mod_saslauth: Never send empty <mechanisms/>, for real this time. 15 years ago
Waqas Hussain 1399d25161 mod_pep: Always include a 'from' attribute on service discovery requests to local clients (compatibility fix for OneTeam). 15 years ago
Waqas Hussain 8e3a23d8fd mod_saslauth: Never send empty <mechanisms/>. 15 years ago
Matthew Wild afdb43ac33 mod_watchregistrations: Update to pass default options to module:get_option(), and reformat the code a little 15 years ago
Matthew Wild ae954b93af mod_motd: Update to use module:get_option_string 15 years ago
Matthew Wild af932c4239 mod_motd: Send no message (instead of 'blank') if no message is set in the config (thanks medics) 15 years ago
Matthew Wild fe9d6a117e mod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265 (thanks Tim) 15 years ago
Waqas Hussain 1f1b812dc9 mod_proxy65: Apply stringprep to activation target JID. 15 years ago
Waqas Hussain 3a5a99edeb mod_proxy65: Some more cleanup. 15 years ago
Waqas Hussain 8e484a1b57 mod_proxy65: Cleanup. 15 years ago
Waqas Hussain 7856c56c8a MUC: A little cleanup. 15 years ago
Matthew Wild b17dbe08c5 mod_saslauth: Fire authentication-success and authentication-failure events (thanks scitor) 15 years ago
Waqas Hussain ec3c0dac32 MUC: Allow affiliation change when argument actor==true in room:set_affiliation(). 15 years ago
Matthew Wild f0419180ea mod_uptime: Use module:hook_global() 15 years ago
Matthew Wild 95547f9892 mod_pubsub: Add 'publisher' affiliation (can't create/configure nodes, can do everything else) 15 years ago
Matthew Wild edd757b551 mod_pubsub: Send node items to new subscribers 15 years ago
Matthew Wild b37b342dff mod_pubsub: Add newline at end of file 15 years ago
Matthew Wild 58a066414d mod_pubsub: Handle options tag in subscription request (currently doesn't work as options_form is not defined) 15 years ago
Kim Alvefur d29b8f340a core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Extensions 15 years ago
Matthew Wild 7115de1d49 mod_bosh: Update to use typed variants of module:get_option(), makes it more tolerant to config variations and simplifies the code. 15 years ago
Paul Aurich 29aaf68257 mod_admin_telnet: Update to newer luasec. 16 years ago
Matthew Wild d7b9494d87 mod_bosh: Fix logging when no sid present, fix a missing semi-colon, avoid an extra useless table lookup (thanks Thomas) 15 years ago
Matthew Wild b407706c8f MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (thanks Andrew) 15 years ago
Matthew Wild 0390555139 mod_component: Clearer log message when bouncing a stanza from a component that is not connected (thanks MK) 15 years ago
Matthew Wild 8ec24c7bf7 mod_storage_sql: Add extra logging and error handling around table creation 15 years ago
Matthew Wild 089b80680f mod_storage_sql: Add sql_manage_tables to disable table creation/updating. 15 years ago
Matthew Wild 7c6db5e1b2 Backout bcdff2b1d3ec from 0.8 - going to commit a slightly cleaner patch for the same issue to trunk 15 years ago
Matthew Wild b761dbf8c3 mod_dialback: More robust handling of multiple outstanding dialback requests for the same domain, fixes intermittent s2s with some (patched?) ejabberds 15 years ago
Matthew Wild 16a24fc55f Backout commit d6366294f618 which I was testing and didn't mean to push to 0.8 15 years ago
Christian Haase 82639a7fbf mod_groups: Persist changes to mod_groups contacts (e.g. moving groups) 15 years ago
Matthew Wild 63203963a5 mod_component: Small code clarity fix 15 years ago
Matthew Wild 6b16aa6794 mod_storage_sql: Log error when failing to update MySQL schema 15 years ago
Florian Zeitz 64a9c3a5eb mod_admin_adhoc: Only allow global admins to shut the server down 15 years ago
Florian Zeitz 1fbb80b14b mod_admin_adhoc: Add "Reload configuration" command 15 years ago
Florian Zeitz 15fa6d7d8c mod_adhoc: Add support for commands only executable by global administrators 15 years ago
Matthew Wild 7037ff8b95 mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL, as it imposes a 64K limit otherwise, potentially truncating data. Automatically upgrades existing tables. 15 years ago
Matthew Wild c33762ac63 mod_register: Change the default for 'allow_registration' from true to false, most users shouldn't be affected as allow_registration is already explicitly set in the default config file. 15 years ago
Matthew Wild 0a08e5f64f mod_register: Move allow_registration option into an upvalue for efficiency (now it is being checked on every new c2s stream) 15 years ago
Glenn Maynard de414820e7 Advertise in-band registration support. 15 years ago
Waqas Hussain b66c11930e MUC: Include occupant count in room disco#info response. 15 years ago
Waqas Hussain fb9045ba58 mod_roster: Remove <optional/> from roster version stream feature, as per latest specs. 15 years ago
Waqas Hussain 11d33fcec6 mod_dialback: Remove <optional/> from stream feature, as per latest specs. 15 years ago
Matthew Wild 69a4cd5a25 mod_muc: Remove room from memory when it is made non-persistent and is empty 15 years ago
Matthew Wild 49fb45a07b mod_legacyauth: Disallow on unencrypted connections by default, heed allow_unencrypted_plain_auth config option (thanks Maranda/Zash) 15 years ago
Marco Cirillo cd61345de2 mod_pubsub: Support for setting a disco name 15 years ago
Matthew Wild 2d8a08de12 mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve) 15 years ago