Commit Graph

2148 Commits (5226f7e43a8b32b1d40ebea350c6267fef6f94de)
 

Author SHA1 Message Date
Matthew Wild 5226f7e43a s2smanager: Give reasons to destroy_session in more cases, including when DNS lookup fails 16 years ago
Matthew Wild 7bdb84764c xmppserver_listener: When a connection fails, pass the reason to destroy_session 16 years ago
Matthew Wild e394e2f222 s2smanager: Have both destroy_session and bounce_sendq accept a reason string to include in bounced stanzas 16 years ago
Matthew Wild a50ea05d63 s2smanager: Send reply stream header only after checking we serve this host (sorry darkrain... :) ) 16 years ago
Matthew Wild 2043ba8fba xmppserver_listener: Make log messages during SRV retries clearer 16 years ago
Waqas Hussain 3992d26de2 prosody: Fixed a possible nil concatenation. 16 years ago
Matthew Wild 1ea522dd46 net.http: Don't expect the body on redirects 16 years ago
Waqas Hussain cc9e756839 mod_httpserver: Text files are text/plain, and not plain/text. 16 years ago
Waqas Hussain 0c6835cf3a net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html. 16 years ago
Waqas Hussain 01e8004bf6 mod_httpserver: Removed a log message. 16 years ago
Waqas Hussain 4750648ca6 mod_httpserver: Read files in binary mode; fixes issues with serving binary files. 16 years ago
Waqas Hussain eeee71ebc1 mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default). 16 years ago
Waqas Hussain 0103431013 mod_httpserver: Return Content-Type header based on file extension. 16 years ago
Waqas Hussain 1b3f83b619 util.signal: Make kill() available on Solaris; really fixes #136. 16 years ago
Matthew Wild b4eed8099c prosody: Less strict matching for the magic 'interrupted' error 16 years ago
Matthew Wild b041ac5805 componentmanager: Set ssl_ctx[_in] for components correctly, and use global SSL context if available 16 years ago
Paul Aurich a5dcc1d8c6 Disable SSLv2 by default, it's known to be insecure. 16 years ago
Matthew Wild c82b309e78 net.server_select: Restore checks for wantread/timeout errors on receive 16 years ago
Matthew Wild 3ad72c194c net.server_select: Make bufferlen() method return, of all things, the buffer length 16 years ago
Matthew Wild d3176587c4 net.server_select: Fix possibility of losing data sent from a socket just before it closes (thanks Sjoerd Simons) 16 years ago
Matthew Wild 54c77c0054 net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...) 16 years ago
Matthew Wild 0ab240e0eb net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use 16 years ago
Matthew Wild b74d2847c0 net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types 16 years ago
Matthew Wild cd82ebe27d s2smanager: Don't tostring() the data before sending, sends2s already does this. 16 years ago
Matthew Wild cc932b9c97 tests/test_core_s2smanager.lua: Fix to compare SRV weights correctly 16 years ago
Matthew Wild f713f78045 s2smanager: Log and fail gracefully when unable to create socket for outgoing s2s connection (thanks foucault) 16 years ago
Matthew Wild 1ac7b7a3b7 s2smanager: Fix for the logic SRV record priority comparison (thanks darkrain) 16 years ago
Matthew Wild 73f760c896 net.adns: Trailing whitespace 16 years ago
Matthew Wild 220a7eefbd mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enabled, fixes intercepting stanzas to the full JID that it shouldn't 16 years ago
Matthew Wild 6428065b5e util.dependencies: Fix package name of LuaFilesystem 16 years ago
Waqas Hussain beb6fa2f21 core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with jwchat). 16 years ago
Waqas Hussain 2093797462 mod_register: Properly notify contacts of subscription removal on account deletion. 16 years ago
Waqas Hussain de4aa7b47a mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations. 16 years ago
Waqas Hussain 0554c71543 mod_presence: Use the local host as origin for subscription request acks. 16 years ago
Waqas Hussain cfce018b80 mod_presence: Removed an unnecessary compatibility workaround which was causing issues with unavailable presence exchange after subscription removal. 16 years ago
Waqas Hussain a3c705d9ee mod_roster: Ask remote server to remove pending subscription requests when removing roster items. 16 years ago
Matthew Wild 87a1d736ac Tagging 0.6.1 16 years ago
Matthew Wild ad562c737a Tagging 0.6.0 16 years ago
Matthew Wild 2e3f2e68d7 util.serialization: Correctly serialize tables with 'false' as a key, fixes an issue with rosters not saving (thanks mathias, Tobias) 16 years ago
Florian Zeitz 22d8917d8c util.dataforms: Don't require type when parsing form XML 16 years ago
Matthew Wild 38e55888e5 util.dependencies: Log an error if the current version of LuaSec installed contains The Bug (thanks Remko) 16 years ago
Matthew Wild ff6b4c2c6d Merge with 0.6 on prosody.im 16 years ago
Matthew Wild c4742ed781 s2smanager: Log warning when trying to send a stanza from a host we don't serve, instead of a traceback (thanks stpeter) 16 years ago
Waqas Hussain 4e56a3c519 xmppclient_listener: Escape control characters when logging invalid XML. 16 years ago
Matthew Wild 49916630b9 util.datamanager: Replace popen(mkdir) with lfs.mkdir, keeping the just-in-time creation until we have the new datamanager API 16 years ago
Matthew Wild a918d40c04 util.dependencies: Missed a Debian/ 16 years ago
Matthew Wild 86de468002 util.dependencies: Clearer message, add homepages, etc. 16 years ago
Matthew Wild b3b2728598 util.dependencies: Add LuaFileSystem as a hard dependency 16 years ago
Waqas Hussain 7b44078ada prosody: Added support for command line argument '--config'. 16 years ago
Waqas Hussain 5b41760cec util.serialization: Replaced commas with semi-colons between table fields. 16 years ago