aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge with 0.5Matthew Wild2009-07-232-30/+63
|\|
| * ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and bin...Sergei Golovan2009-07-231-24/+55
| * 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
* | Merge with 0.5Matthew Wild2009-07-221-0/+5
|\|
| * mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ...Matthew Wild2009-07-221-0/+5
* | ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)Matthew Wild2009-07-212-260/+260
* | Merge with 0.5Matthew Wild2009-07-212-2/+2
|\|
| * pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intos...Matthew Wild2009-07-211-1/+1
| * mod_muc: Set correct 'from' JID when sending the room subject to joiners, fix...Matthew Wild2009-07-211-1/+1
| * Tagging 0.5.0Matthew Wild2009-07-200-0/+0
* | mod_muc: Expose rooms table to the host and pluginsMatthew Wild2009-07-201-0/+3
* | prosody: Send friendly text with system-shutdown stream errorMatthew Wild2009-07-181-1/+6
* | xmppclient_listener: Use error text as disconnect reason if there is anyMatthew Wild2009-07-181-1/+1
* | mod_console: Add server:shutdown() commandMatthew Wild2009-07-181-0/+5
* | mod_console: Add config:reload() commandMatthew Wild2009-07-181-0/+6
* | prosody: Return success/error from prosody.reload_config()Matthew Wild2009-07-181-0/+1
* | mod_console: Rename server:reload() to server:insane_reload() (basically no-o...Matthew Wild2009-07-181-1/+1
* | Merge with 0.5Matthew Wild2009-07-141-12/+11
|\|
| * util.xmlrpc: Fixed table serialization (regression introduced in previous cha...vault/0.5.00.5.0Waqas Hussain2009-07-151-12/+11
* | Merge with 0.5Matthew Wild2009-07-143-5/+5
|\|
| * 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
* | Merge with 0.5Matthew Wild2009-07-141-0/+1
|\|
| * prosody.cfg.lua.dist: Add mod_pep to the default config fileMatthew Wild2009-07-141-0/+1
* | Merge with 0.5Matthew Wild2009-07-131-1/+2
|\|
| * net.server: Initiate the handshake when we should, the more correcter fix for...Matthew Wild2009-07-131-1/+2
* | Merge with 0.5Matthew Wild2009-07-121-17/+7
|\|
| * 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
* | Merge with 0.5Matthew Wild2009-07-122-1/+6
|\|
| * 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
* | Merge with 0.5Matthew Wild2009-07-124-24/+26
|\|
| * 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
* | Merge with 0.5Matthew Wild2009-07-121-1/+1
|\|
| * net.server: Don't close handler if it is already nil when SSL handshake failsMatthew Wild2009-07-121-1/+1
* | prosody: Load util.helpers at startupMatthew Wild2009-07-121-1/+2
* | util.helpers: New util library to aid with debugging, etc.Matthew Wild2009-07-121-0/+26
* | prosody: Call initialisation functions at onceMatthew Wild2009-07-111-51/+52
* | prosody: Start of refactoring of main fileMatthew Wild2009-07-111-166/+191
* | util.pubsub -> util.broadcastMatthew Wild2009-07-111-0/+0
|/
* prosody.cfg.lua: Various small changesMatthew Wild2009-07-101-5/+4