| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_bosh: Mark a session as secure if it is created with HTTPS | Matthew Wild | 2009-07-12 | 1 | -1/+1 |
* | net.httpserver: Mark a request as secure if it is made using HTTPS | Matthew Wild | 2009-07-12 | 1 | -0/+5 |
* | mod_httpserver: Use new httpserver helper to initialise ports | Matthew Wild | 2009-07-12 | 1 | -11/+1 |
* | mod_bosh: Use new httpserver helper to initialise ports | Matthew Wild | 2009-07-12 | 1 | -11/+1 |
* | net.httpserver: Add helper function to set up HTTP server according to given ... | Matthew Wild | 2009-07-12 | 1 | -1/+21 |
* | net.server: Don't continue with socket initialisation if SSL handshake failed... | Matthew Wild | 2009-07-12 | 1 | -1/+3 |
* | net.server: Don't close handler if it is already nil when SSL handshake fails | Matthew Wild | 2009-07-12 | 1 | -1/+1 |
* | prosody.cfg.lua: Various small changes | Matthew Wild | 2009-07-10 | 1 | -5/+4 |
* | prosody.cfg.lua.dist: Move enabled line higher up (people including myself of... | Matthew Wild | 2009-07-10 | 1 | -2/+3 |
* | prosody.cfg.lua.dist: Add auto-loaded modules to the config | Matthew Wild | 2009-07-10 | 1 | -0/+9 |
* | mod_uptime: Fix bad uptime if module is loaded at startup | Matthew Wild | 2009-07-10 | 1 | -0/+2 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 63 | -63/+63 |
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 36 | -0/+288 |
* | stanza_router: Catch and log an error case which I don't think should happen ... | Matthew Wild | 2009-07-10 | 1 | -1/+4 |
* | Remove completed items from TODO | Matthew Wild | 2009-07-10 | 1 | -4/+1 |
* | util.pubsub: Fix undefined global accesses | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | util.sasl: Convert spaces to tabs | Matthew Wild | 2009-07-10 | 1 | -2/+2 |
* | util.stanza: Convert spaces to tabs | Matthew Wild | 2009-07-10 | 1 | -20/+21 |
* | util.hmac: Convert spaces to tabs | Matthew Wild | 2009-07-10 | 1 | -33/+33 |
* | util.prosodyctl: Fix undefined global access | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | eventmanager: Convert from Windows line endings | Matthew Wild | 2009-07-10 | 1 | -24/+24 |
* | mod_time Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -29/+29 |
* | discomanager: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -52/+52 |
* | mod_ping: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -11/+11 |
* | mod_disco: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -12/+12 |
* | util.discohelper: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -65/+65 |
* | mod_presence: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -337/+337 |
* | util.events: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -99/+99 |
* | mod_console: Expose commands and environment table | Matthew Wild | 2009-07-09 | 1 | -0/+2 |
* | modulemanager: Small code improvement, move autoloaded modules list to the to... | Matthew Wild | 2009-07-09 | 1 | -1/+3 |
* | configmanager, modulemanager: Allow components to have modules specified in t... | Matthew Wild | 2009-07-09 | 2 | -23/+21 |
* | mod_console: Add quit and exit as aliases for 'bye' command | Matthew Wild | 2009-07-09 | 1 | -0/+1 |
* | mod_console: Check for commands when not executing in the global environment | Matthew Wild | 2009-07-09 | 1 | -6/+9 |
* | prosodyctl: Quit when user pressed ^C in password prompts | Matthew Wild | 2009-07-08 | 1 | -0/+4 |
* | prosodyctl: Don't 'blugh' when ^C is pressed during reading passwords | Matthew Wild | 2009-07-08 | 1 | -4/+8 |
* | prosodyctl: Fix traceback when issued with no parameters | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | util.xmlrpc: Support for multiple parameters in requests | Matthew Wild | 2009-07-08 | 1 | -9/+15 |
* | util.xmlrpc: Add create_request | Matthew Wild | 2009-07-08 | 1 | -0/+8 |
* | mod_console: server:version() and server:uptime() commands | Matthew Wild | 2009-07-08 | 1 | -0/+18 |
* | mod_uptime: Use time of server start rather than module load | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | mod_uptime: Convert to unix line endings | Matthew Wild | 2009-07-08 | 1 | -24/+24 |
* | prosody: Record time the server started | Matthew Wild | 2009-07-08 | 1 | -0/+2 |
* | s2smanager: Fix to correctly bounce stanzas if first connection attempt fails... | Matthew Wild | 2009-07-08 | 1 | -2/+9 |
* | mod_console: Add c2s:close() command | Matthew Wild | 2009-07-08 | 1 | -0/+11 |
* | net.xmppclient_listener: Fix potential traceback when no reason is specified ... | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | Merged with trunk | Waqas Hussain | 2009-07-06 | 4 | -8/+24 |
|\ |
|
| * | Merge with main branch. | Tobias Markmann | 2009-07-05 | 14 | -158/+379 |
| |\ |
|
| | * | mod_console: Allow customisation/suppression of the banner | Matthew Wild | 2009-07-05 | 1 | -0/+13 |
| | * | util.hmac: Some optimisations | Matthew Wild | 2009-07-05 | 1 | -3/+6 |
| | * | util.hmac: Fix a global set | Matthew Wild | 2009-07-05 | 1 | -1/+1 |