Commit Graph

1991 Commits (d431f7e1ec80f4ecef0935aeaff6044e76185da2)

Author SHA1 Message Date
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
Kim Alvefur 12877796b2 mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob) 13 years ago
Matthew Wild 34fd62b3ff mod_s2s/s2sout.lib: Remove unused variables and imports 13 years ago
Matthew Wild 5a6094750b mod_s2s/s2sout.lib: Remove reference to undefined global 13 years ago
Matthew Wild f538d14ed4 mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses 13 years ago
Matthew Wild 28e1592c0c mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6 13 years ago
Florian Zeitz 7507b21e6a mod_pep: When a client supplies no id on a published item, reflect our generated id back to it 13 years ago
Matthew Wild 9698b497ba mod_muc: Fix incorrect variable name 13 years ago
Matthew Wild 54e380045f mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage 13 years ago
Matthew Wild ed5d3365b4 mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server) 13 years ago
Matthew Wild 6155cd122a mod_bosh: Fix global write 13 years ago
Kim Alvefur 36910d3b88 mod_admin_telnet: Fix another wrong boolean expression 13 years ago
Matthew Wild d06cad4628 mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth) 13 years ago