Merge with 0.5
|
Matthew Wild |
2009-07-14 |
util.xmlrpc: Fixed table serialization (regression introduced in previous change)
0.5.0
|
Waqas Hussain |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-14 |
mod_httpserver: Update to use new new_from_config() too
|
Matthew Wild |
2009-07-14 |
mod_bosh: Update to use new new_from_config()
|
Matthew Wild |
2009-07-14 |
net.httpserver: Allow specification of the default base URL when using new_from_config()
|
Matthew Wild |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-14 |
prosody.cfg.lua.dist: Add mod_pep to the default config file
|
Matthew Wild |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-13 |
net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix
|
Matthew Wild |
2009-07-13 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
net.server: Fix copyright header line endings and text
|
Matthew Wild |
2009-07-12 |
net.server: Correct fix for SSL traceback earlier
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
mod_bosh: Mark a session as secure if it is created with HTTPS
|
Matthew Wild |
2009-07-12 |
net.httpserver: Mark a request as secure if it is made using HTTPS
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
mod_httpserver: Use new httpserver helper to initialise ports
|
Matthew Wild |
2009-07-12 |
mod_bosh: Use new httpserver helper to initialise ports
|
Matthew Wild |
2009-07-12 |
net.httpserver: Add helper function to set up HTTP server according to given config options
|
Matthew Wild |
2009-07-12 |
net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
net.server: Don't close handler if it is already nil when SSL handshake fails
|
Matthew Wild |
2009-07-12 |
prosody: Load util.helpers at startup
|
Matthew Wild |
2009-07-12 |
util.helpers: New util library to aid with debugging, etc.
|
Matthew Wild |
2009-07-12 |
prosody: Call initialisation functions at once
|
Matthew Wild |
2009-07-11 |
prosody: Start of refactoring of main file
|
Matthew Wild |
2009-07-11 |
util.pubsub -> util.broadcast
|
Matthew Wild |
2009-07-11 |
prosody.cfg.lua: Various small changes
|
Matthew Wild |
2009-07-10 |
prosody.cfg.lua.dist: Move enabled line higher up (people including myself often miss it)
|
Matthew Wild |
2009-07-10 |
prosody.cfg.lua.dist: Add auto-loaded modules to the config
|
Matthew Wild |
2009-07-10 |
mod_uptime: Fix bad uptime if module is loaded at startup
|
Matthew Wild |
2009-07-10 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
stanza_router: Catch and log an error case which I don't think should happen (but sometimes seems to)
|
Matthew Wild |
2009-07-10 |
Remove completed items from TODO
|
Matthew Wild |
2009-07-10 |
util.pubsub: Fix undefined global accesses
|
Matthew Wild |
2009-07-10 |
util.sasl: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.stanza: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.hmac: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.prosodyctl: Fix undefined global access
|
Matthew Wild |
2009-07-10 |
eventmanager: Convert from Windows line endings
|
Matthew Wild |
2009-07-10 |
mod_time Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
discomanager: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_ping: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_disco: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
util.discohelper: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_presence: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
util.events: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_console: Expose commands and environment table
|
Matthew Wild |
2009-07-09 |
modulemanager: Small code improvement, move autoloaded modules list to the top of the file
|
Matthew Wild |
2009-07-09 |
configmanager, modulemanager: Allow components to have modules specified in the config (but don't load the global set of modules for them)
|
Matthew Wild |
2009-07-09 |
mod_console: Add quit and exit as aliases for 'bye' command
|
Matthew Wild |
2009-07-09 |
mod_console: Check for commands when not executing in the global environment
|
Matthew Wild |
2009-07-09 |
prosodyctl: Quit when user pressed ^C in password prompts
|
Matthew Wild |
2009-07-08 |
prosodyctl: Don't 'blugh' when ^C is pressed during reading passwords
|
Matthew Wild |
2009-07-08 |