Commit Graph

724 Commits (a00a7f76bc8bbc8a0174bfda7b7962e981e984df)

Author SHA1 Message Date
Waqas Hussain df3c5d431b mod_saslauth: Fixed some indentation and added some semi-colons. 16 years ago
Waqas Hussain 2a388bda5c mod_saslauth: Made some variables local to avoid unnecessary global access. 16 years ago
Waqas Hussain 52cfde2f6e mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neustradamus). 16 years ago
Matthew Wild e3ac62a1b8 mod_posix: Lock pidfile when in use, shut down if we can't write or lock the pidfile 16 years ago
Matthew Wild df44b24491 mod_posix: Set umask to 'umask' from the config, or 027 16 years ago
Matthew Wild 4558719f38 util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mod_posix) 16 years ago
Matthew Wild 0632c3fd75 mod_posix: Remove the lines added to work around the util.signal loop bug 16 years ago
Paul Aurich af4bab0fbc mod_saslauth: Oops. 16 years ago
Matthew Wild c1c4425f34 mod_muc/muc.lib: Use stanza:get_child() to locate MUC child element 16 years ago
Paul Aurich baafc1c47c mod_saslauth: Use module:get_option() 16 years ago
Paul Aurich 90edd26fd4 mod_saslauth: Add sasl_backend config parameter 16 years ago
Matthew Wild 3f619ace4b mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c) 16 years ago
Rob Hoelz a69d90ef45 Added notification of configuration changes for MUCs 16 years ago
Rob Hoelz 93956ac112 Add support for non-anonymous MUC rooms 16 years ago
Tobias Markmann ea8ac406e6 mod_saslauth: Adjust sanitizing. 16 years ago
Tobias Markmann 04a38eb6c5 mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth. 16 years ago
jorj ec61c983ac added comment to remind us to fix binary output breaking the terminal 16 years ago
Tobias Markmann df2be014da mod_saslauth: Make service_name configurable for CyrusSASL users. 16 years ago
Tobias Markmann 8d63e6daaf mod_saslauth: Add support for CyrusSASL. 16 years ago
Matthew Wild 070043c6d2 mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo 16 years ago
Waqas Hussain 281a8e651c mod_pep: Added a TODO. 16 years ago
Waqas Hussain c21f22df8d mod_pep: Handle service discovery queries for bare account JIDs (thanks darkrain). 16 years ago
Waqas Hussain 0453ec49b8 mod_disco: Handle and fire events for service discovery queries for bare account JIDs (thanks darkrain). 16 years ago
Matthew Wild 68bacb8be1 mod_bosh: Update for new connection API 16 years ago
Waqas Hussain 7fa4ee73e2 mod_httpserver: Text files are text/plain, and not plain/text. 16 years ago
Waqas Hussain 74e0382621 mod_httpserver: Removed a log message. 16 years ago
Waqas Hussain 7ea7cdcbf3 mod_httpserver: Read files in binary mode; fixes issues with serving binary files. 16 years ago
Waqas Hussain 62460850a8 mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default). 16 years ago
Waqas Hussain 6a4b442aba mod_httpserver: Return Content-Type header based on file extension. 16 years ago
Waqas Hussain 36710bbfac mod_httpserver: Delay setup until after server is started. 16 years ago
Waqas Hussain 3d65df61e3 mod_bosh: Delay setup until after server is started. 16 years ago
Matthew Wild cb288b82ad 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 ac9d44a858 mod_posix: Fix to not loop in SIGTERM either, but the same happens with SIGHUP (where the same 'fix' can't be applied) - shall investigate tomorrow 16 years ago
Matthew Wild 5da4e2583a mod_posix: Set empty SIGINT handler when a SIGINT is caught 16 years ago
Matthew Wild 97680a1c21 mod_posix: Catch SIGINT 16 years ago
Paul Aurich f22ee7712b mod_pep: Support item retrieval use cases 16 years ago
Paul Aurich 1080555852 mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64 data) 16 years ago
Matthew Wild 7ce19513ad mod_compression: Tweak some log levels 16 years ago
Matthew Wild 3b8737814d mod_proxy65: Strip trailing whitespace 16 years ago
Sjoerd Simons 29fce4bb4b mod_proxy65: Don't read data from the connection untill the proxying is activated 16 years ago
Sjoerd Simons 339c16a46f mod_proxy65: Make the proxying bidirectional 16 years ago
Sjoerd Simons d43c929cda mod_proxy65: Use a bigger buffer for data we're proxying 16 years ago
Sjoerd Simons 241f1dc323 mod_proxy65: Only lock the reading side when throttling 16 years ago
Matthew Wild 7b01ad22db mod_proxy65: Throttle connections to prevent senders flooding the server's buffers if the receiver doesn't receive fast enough 16 years ago
Matthew Wild 24cccd311d mod_proxy65: Replace error() calls with module:log("error", ...) 16 years ago
Tobias Markmann e6d31cc15a mod_console: Show compression status on s2s:show() output. 16 years ago
Matthew Wild 0cbbfc225c mod_proxy65: Remove trailing whitespace 16 years ago
Tobias Markmann 8c48053170 mod_compression: Removing trailing whitespace. 16 years ago
Matthew Wild 85332f04e0 mod_proxy65: Fix log:module -> module:log :) 16 years ago
Tobias Markmann 81e7039c89 mod_compression: Declaring the de-/compression pipes as local. 16 years ago