Commit Graph

2003 Commits (5c1d94de1b67353da7e2c348379c8a8509a9e66a)

Author SHA1 Message Date
Matthew Wild 79b30c593a mod_admin_telnet: Require util.pposix (fixes #471) 11 years ago
Matthew Wild dc951d5617 mod_pubsub: Fix error type of 'forbidden' (change from 'cancel' to 'auth') 11 years ago
Kim Alvefur fd494572e7 mod_s2s: Capitalize log message 11 years ago
Kim Alvefur 74cbb01e3a mod_admin_adhoc: Add required to field in user deletion form too 11 years ago
Kim Alvefur fc40eedab4 mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' command (thanks Lloyd) 11 years ago
Matthew Wild 899b6d53ae net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) 12 years ago
Kim Alvefur 4bc9e05c11 mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream error instead of throwing an unhandled error 11 years ago
Matthew Wild 27c737e5ff mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow) 12 years ago
Matthew Wild 933bb5a869 mod_c2s, mod_s2s: Log received invalid stream headers 12 years ago
Kim Alvefur ef0bac2fe0 mod_s2s: Reset stream ID when resetting stream [compliance] 12 years ago
Kim Alvefur 306092e0a7 mod_s2s: Mark stream as opened earlier for outgoing connections, fixes double stream headers on policy failures 12 years ago
Kim Alvefur 67e5d2e47e mod_compression: Handle compression setup errors by logging a warning about it (fixes #408) 12 years ago
Kim Alvefur d431f7e1ec mod_posix: Make sure that 'pidfile' is a string 12 years ago
Kim Alvefur c3ee155f3b mod_admin_telnet: Fix dns:(add,set)nameservers() 12 years ago
Kim Alvefur 01b960044e mod_register: get_child_text! (thanks Lloyd) 12 years ago
Kim Alvefur 57940a8351 mod_c2s: Fix traceback if c2s stream sent to component 12 years ago
Matthew Wild b18ab54899 mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with a non-existent host 12 years ago
Waqas Hussain f701f760d1 MUC: Fixed traceback when a JID not in a room requested a role change for an occupant. 12 years ago
Kim Alvefur 8e115ce876 mod_saslauth: Only do c2s SASL on normal VirtualHosts 12 years ago
Kim Alvefur f666a0d934 mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne) 12 years ago
Kim Alvefur 4ee0ced8eb mod_http: Fix http_external_url setting without an explicit port 12 years ago
Kim Alvefur c9cc08e80d mod_http: Use hostname from the correct context (thanks gryffus) 12 years ago
Kim Alvefur 33e2b639ba mod_compression: Only allow compression on authenticated streams 12 years ago
Waqas Hussain 23a72948e9 mod_auth_anonymous: Fixed a traceback in listing all users (issue#396). 12 years ago
Kim Alvefur bc6f1c6085 mod_admin_telnet: Prep jids for user:create() etc. 12 years ago
Kim Alvefur 5e2d0c3ba7 mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout 12 years ago
Kim Alvefur f41583535f mod_motd: Strip indentation only, leave multiple newlines 12 years ago
Kim Alvefur e494fc201f MUC: Fire muc-room-destroyed event when the last participant leaves a non-persistent room 12 years ago
Kim Alvefur 410ab5d97b mod_tls: Let s2s_secure_auth override s2s_require_encryption and warn if they differ 12 years ago
Kim Alvefur 573c5bea61 mod_tls: Rename variables to be less confusing 12 years ago
Matthew Wild 342de92462 mod_tls: Log error when TLS initialization fails 12 years ago
Florian Zeitz 92ee981cd1 mod_s2s: Include IP in log messages, if host is unavailable 12 years ago
Kim Alvefur a3dab92bb3 mod_component: Enable TCP keepalives on component streams 12 years ago
Kim Alvefur 72d7753441 mod_component: Decrease priority of component auth hook 12 years ago
Kim Alvefur fa4bdf2950 mod_muc: Remove extra parenthesis (thanks janhouse) 12 years ago
Matthew Wild 8dfeb6207a mod_muc: Allow admins to always bypass restrict_room_creation (thanks Chris B) 12 years ago
Paul 94f5252228 muc.lib.lua: Fix Spark jabber client not displaying conference room lists, seemingly due to a missing value tag for the room description if the description has not been set 12 years ago
Matthew Wild 9c72583d71 mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this issue (thanks Lonnie Abelbeck) 13 years ago
Kim Alvefur a316833b30 mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details 13 years ago
Kim Alvefur bb9aa809b1 mod_s2s: Improve policy check 13 years ago
Kim Alvefur 47ec51ca07 mod_s2s: Log certificate identity validation result 13 years ago
Kim Alvefur 14d72bec0f adhoc.lib: Don't build error reply from reply stanza 13 years ago
Kim Alvefur aa15ed7020 mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives 13 years ago
Matthew Wild 26511c10d4 mod_storage_sql2: Remove from 0.9 13 years ago
Matthew Wild 98ce253063 mod_component: Local imports for some functions, including xpcall 13 years ago
Matthew Wild b4da24a9cb mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s). 13 years ago
Matthew Wild 28d174b045 mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters 13 years ago
Matthew Wild fb9838c64b mod_component: xpcall() stanza processing, as per other listeners, preventing potentially harmful 'top-level errors' 13 years ago
Florian Zeitz 94bc9e826d mod_admin_adhoc: Fix node of the "Get List of Online Users" command 13 years ago
Kim Alvefur fdacf5cb34 mod_http_files: Put the MIME type map in a global shared table instead of per-host 13 years ago