| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_presence: Tag outgoing unavailables generated by a disconnect with a from... | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
* | net.server: Fail to open port if legacy SSL requested, but SSL not available | Matthias Diene | 2009-07-23 | 1 | -1/+6 |
* | prosodyctl: Also switch group when we switch user | Matthew Wild | 2009-07-23 | 1 | -5/+14 |
* | pposix, mod_posix: Bump pposix version number | Matthew Wild | 2009-07-23 | 2 | -2/+2 |
* | pposix: Add setgid() function | Matthew Wild | 2009-07-23 | 1 | -0/+63 |
* | net.server: Remove listener from listeners table when calling removeserver | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
* | prosody: Correctly allow console ports to be changed through the config | Matthew Wild | 2009-07-23 | 1 | -4/+2 |
* | mod_console: Set default_interface to 127.0.0.1 | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
* | net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ... | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
* | ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and bin... | Sergei Golovan | 2009-07-23 | 1 | -24/+55 |
* | ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo) | Matthew Wild | 2009-07-21 | 2 | -260/+260 |
* | net.server: Continue to initialise port listener even when SSL errors occur | Matthias Diener | 2009-07-23 | 1 | -6/+8 |
* | mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ... | Matthew Wild | 2009-07-22 | 1 | -0/+5 |
* | pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intos... | Matthew Wild | 2009-07-21 | 1 | -1/+1 |
* | mod_muc: Set correct 'from' JID when sending the room subject to joiners, fix... | Matthew Wild | 2009-07-21 | 1 | -1/+1 |
* | Tagging 0.5.0 | Matthew Wild | 2009-07-20 | 0 | -0/+0 |
* | util.xmlrpc: Fixed table serialization (regression introduced in previous cha...vault/0.5.00.5.0 | Waqas Hussain | 2009-07-15 | 1 | -12/+11 |
* | mod_httpserver: Update to use new new_from_config() too | Matthew Wild | 2009-07-14 | 1 | -1/+1 |
* | mod_bosh: Update to use new new_from_config() | Matthew Wild | 2009-07-14 | 1 | -1/+1 |
* | net.httpserver: Allow specification of the default base URL when using new_fr... | Matthew Wild | 2009-07-14 | 1 | -3/+3 |
* | prosody.cfg.lua.dist: Add mod_pep to the default config file | Matthew Wild | 2009-07-14 | 1 | -0/+1 |
* | net.server: Initiate the handshake when we should, the more correcter fix for... | Matthew Wild | 2009-07-13 | 1 | -1/+2 |
* | net.server: Fix copyright header line endings and text | Matthew Wild | 2009-07-12 | 1 | -16/+6 |
* | net.server: Correct fix for SSL traceback earlier | Matthew Wild | 2009-07-12 | 1 | -1/+1 |
* | 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 |