aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.xmlrpc: Fixed table serialization (regression introduced in previous cha...vault/0.5.00.5.0Waqas Hussain2009-07-151-12/+11
* 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 new_fr...Matthew Wild2009-07-141-3/+3
* 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 for...Matthew Wild2009-07-131-1/+2
* 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
* net.server: Don't continue with socket initialisation if SSL handshake failed...Matthew Wild2009-07-121-1/+3
* 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 of...Matthew Wild2009-07-101-2/+3
* 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
* 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
* discomanager: Convert from Windows line endingsMatthew Wild2009-07-091-52/+52
* mod_ping: Convert from Windows line endingsMatthew Wild2009-07-091-11/+11
* mod_disco: Convert from Windows line endingsMatthew Wild2009-07-091-12/+12
* util.discohelper: Convert from Windows line endingsMatthew Wild2009-07-091-65/+65
* mod_presence: Convert from Windows line endingsMatthew Wild2009-07-091-337/+337
* util.events: Convert from Windows line endingsMatthew Wild2009-07-091-99/+99
* mod_console: Expose commands and environment tableMatthew Wild2009-07-091-0/+2
* modulemanager: Small code improvement, move autoloaded modules list to the to...Matthew Wild2009-07-091-1/+3
* configmanager, modulemanager: Allow components to have modules specified in t...Matthew Wild2009-07-092-23/+21
* mod_console: Add quit and exit as aliases for 'bye' commandMatthew Wild2009-07-091-0/+1
* mod_console: Check for commands when not executing in the global environmentMatthew Wild2009-07-091-6/+9
* prosodyctl: Quit when user pressed ^C in password promptsMatthew Wild2009-07-081-0/+4
* prosodyctl: Don't 'blugh' when ^C is pressed during reading passwordsMatthew Wild2009-07-081-4/+8
* prosodyctl: Fix traceback when issued with no parametersMatthew Wild2009-07-081-1/+1
* util.xmlrpc: Support for multiple parameters in requestsMatthew Wild2009-07-081-9/+15
* util.xmlrpc: Add create_requestMatthew Wild2009-07-081-0/+8
* mod_console: server:version() and server:uptime() commandsMatthew Wild2009-07-081-0/+18
* mod_uptime: Use time of server start rather than module loadMatthew Wild2009-07-081-1/+1
* mod_uptime: Convert to unix line endingsMatthew Wild2009-07-081-24/+24
* prosody: Record time the server startedMatthew Wild2009-07-081-0/+2