aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* core.loggingmanager: Enable timestamps by default for file log sinksMatthew Wild2009-07-281-1/+1
|
* net.server: Much improve SSL/TLS error reporting, do our best to understand ↵Matthew Wild2009-07-281-6/+27
| | | | and hide OpenSSL's ridiculously unfriendly error messages
* Fixed: Possible duplicate error replies for unhandled stanzasWaqas Hussain2009-07-281-5/+1
|
* net.httpserver: Reduce log level of 'request left open' messageMatthew Wild2009-07-271-1/+1
|
* mod_presence: Tag outgoing unavailables generated by a disconnect with a ↵Matthew Wild2009-07-271-1/+1
| | | | from attribute
* net.server: Fail to open port if legacy SSL requested, but SSL not availableMatthias Diene2009-07-231-1/+6
|
* prosodyctl: Also switch group when we switch userMatthew Wild2009-07-231-5/+14
|
* pposix, mod_posix: Bump pposix version numberMatthew Wild2009-07-232-2/+2
|
* pposix: Add setgid() functionMatthew Wild2009-07-231-0/+63
|
* net.server: Remove listener from listeners table when calling removeserverMatthew Wild2009-07-231-0/+1
|
* prosody: Correctly allow console ports to be changed through the configMatthew Wild2009-07-231-4/+2
|
* mod_console: Set default_interface to 127.0.0.1Matthew Wild2009-07-231-1/+1
|
* net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ↵Matthew Wild2009-07-231-0/+1
| | | | to wrap clients with a broken context
* ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and ↵Sergei Golovan2009-07-231-24/+55
| | | | binaries, and atoms enclosed in single quotes
* ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)Matthew Wild2009-07-212-260/+260
|
* net.server: Continue to initialise port listener even when SSL errors occurMatthias Diener2009-07-231-6/+8
|
* mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ↵Matthew Wild2009-07-221-0/+5
| | | | (thanks Deepspawn)
* pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to ↵Matthew Wild2009-07-211-1/+1
| | | | intosi for reporting and an initial patch
* mod_muc: Set correct 'from' JID when sending the room subject to joiners, ↵Matthew Wild2009-07-211-1/+1
| | | | fixes a traceback
* Tagging 0.5.0Matthew Wild2009-07-200-0/+0
|
* util.xmlrpc: Fixed table serialization (regression introduced in previous ↵vault/0.5.00.5.0Waqas Hussain2009-07-151-12/+11
| | | | change)
* mod_httpserver: Update to use new new_from_config() tooMatthew Wild2009-07-141-1/+1
|
* mod_bosh: Update to use new new_from_config()Matthew Wild2009-07-141-1/+1
|
* net.httpserver: Allow specification of the default base URL when using ↵Matthew Wild2009-07-141-3/+3
| | | | new_from_config()
* prosody.cfg.lua.dist: Add mod_pep to the default config fileMatthew Wild2009-07-141-0/+1
|
* net.server: Initiate the handshake when we should, the more correcter fix ↵Matthew Wild2009-07-131-1/+2
| | | | for the previous correct fix
* net.server: Fix copyright header line endings and textMatthew Wild2009-07-121-16/+6
|
* net.server: Correct fix for SSL traceback earlierMatthew Wild2009-07-121-1/+1
|
* mod_bosh: Mark a session as secure if it is created with HTTPSMatthew Wild2009-07-121-1/+1
|
* net.httpserver: Mark a request as secure if it is made using HTTPSMatthew Wild2009-07-121-0/+5
|
* mod_httpserver: Use new httpserver helper to initialise portsMatthew Wild2009-07-121-11/+1
|
* mod_bosh: Use new httpserver helper to initialise portsMatthew Wild2009-07-121-11/+1
|
* net.httpserver: Add helper function to set up HTTP server according to given ↵Matthew Wild2009-07-121-1/+21
| | | | config options
* net.server: Don't continue with socket initialisation if SSL handshake ↵Matthew Wild2009-07-121-1/+3
| | | | failed, fixes nil socket traceback
* net.server: Don't close handler if it is already nil when SSL handshake failsMatthew Wild2009-07-121-1/+1
|
* prosody.cfg.lua: Various small changesMatthew Wild2009-07-101-5/+4
|
* prosody.cfg.lua.dist: Move enabled line higher up (people including myself ↵Matthew Wild2009-07-101-2/+3
| | | | often miss it)
* prosody.cfg.lua.dist: Add auto-loaded modules to the configMatthew Wild2009-07-101-0/+9
|
* mod_uptime: Fix bad uptime if module is loaded at startupMatthew Wild2009-07-101-0/+2
|
* Remove version number from copyright headersMatthew Wild2009-07-1063-63/+63
|
* Add copyright header to those files missing oneMatthew Wild2009-07-1036-0/+288
|
* stanza_router: Catch and log an error case which I don't think should happen ↵Matthew Wild2009-07-101-1/+4
| | | | (but sometimes seems to)
* Remove completed items from TODOMatthew Wild2009-07-101-4/+1
|
* util.pubsub: Fix undefined global accessesMatthew Wild2009-07-101-1/+1
|
* util.sasl: Convert spaces to tabsMatthew Wild2009-07-101-2/+2
|
* util.stanza: Convert spaces to tabsMatthew Wild2009-07-101-20/+21
|
* util.hmac: Convert spaces to tabsMatthew Wild2009-07-101-33/+33
|
* util.prosodyctl: Fix undefined global accessMatthew Wild2009-07-101-1/+1
|
* eventmanager: Convert from Windows line endingsMatthew Wild2009-07-101-24/+24
|
* mod_time Convert from Windows line endingsMatthew Wild2009-07-091-29/+29
|