aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net.dns: Multiple internal changes and API extensions to allow for more ↵Matthew Wild2009-09-181-9/+62
| | | | reliable DNS lookups
* net.server: Add checking for nil sockets to prevent tracebackMatthew Wild2009-08-181-7/+13
|
* mod_httpserver: Backport from trunk more thorough validation of URLs prior ↵Matthew Wild2009-09-111-1/+25
| | | | to processing
* datamanager: Fixed logging errors on deletion of datastores not owned by a ↵Waqas Hussain2009-09-061-2/+2
| | | | user@host
* mod_presence: Fixed: Don't recursively handle inbound presence directed at ↵Waqas Hussain2009-09-061-1/+1
| | | | local host
* modulemanager: Fixed: Internally generated stanzas could be missing ↵Waqas Hussain2009-09-061-1/+1
| | | | namespaces, which causes tracebacks in logging (e.g., auto-generated offline presence)
* ejabberd2prosody: More intelligent searching for erlparse libraryMatthew Wild2009-08-201-1/+6
|
* util.sasl: Fix 2 global sets (one a tpyo)Matthew Wild2009-08-201-2/+2
|
* Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo.Tobias Markmann2009-08-191-4/+4
|
* Change variable name. The previous choice was too ugly looking.Tobias Markmann2009-08-191-3/+3
|
* Use NODEprep for prepping usernames used during SASL logins.Tobias Markmann2009-08-191-2/+6
|
* Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616.Tobias Markmann2009-08-191-0/+3
|
* Fixed: Zeros could be stripped from the version string the Makefile extracts ↵Waqas Hussain2009-08-081-1/+1
| | | | from the local hg repository (thanks albert)
* Fixed: Outbound subscription requests silently dropped (regression in ↵Waqas Hussain2009-08-071-1/+1
| | | | hg:7f17d0d00fbb)
* xmppcomponent_listener: Fix to collect component sessions on disconnectMatthew Wild2009-08-051-0/+1
|
* mod_bosh: Fix error reply for host-unknown errorsMatthew Wild2009-08-051-2/+2
|
* net.httpserver: Allow response.body to be a non-stringMatthew Wild2009-08-051-4/+5
|
* Fixed: Self-references could be added to rosters via presence subscriptionsWaqas Hussain2009-08-031-0/+1
|
* Fixed: IQ replies are not sent back on publishing a PEP eventWaqas Hussain2009-08-031-0/+1
|
* Tagging 0.5.1Matthew Wild2009-07-290-0/+0
|
* MUC: Added the MUC child element to conflict errorsvault/0.5.10.5.1Waqas Hussain2009-07-291-2/+2
|
* Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variablesWaqas Hussain2009-07-291-2/+2
|
* mod_pep: Added support for pubsub item retractionWaqas Hussain2009-07-291-1/+2
|
* xmpp{client,server,component]_listener: Open stream if sending an error and ↵Matthew Wild2009-07-283-0/+15
| | | | it isn't already open. Fixes #120
* mod_console: Finally add in the missing 'help' command \o/Matthew Wild2009-07-281-0/+45
|
* configmanager: Default options appearing before Host "*" to global (fixes ↵Matthew Wild2009-07-281-0/+1
| | | | potential traceback)
* hostmanager: Warn when user puts port configuration under vhost sectionMatthew Wild2009-07-281-0/+5
|
* core.loggingmanager: Enable timestamps by default for file log sinksMatthew Wild2009-07-281-1/+1
|
* net.server: Much improve SSL/TLS error reporting, do our best to understand ↵Matthew Wild2009-07-281-6/+27
| | | | and hide OpenSSL's ridiculously unfriendly error messages
* Fixed: Possible duplicate error replies for unhandled stanzasWaqas Hussain2009-07-281-5/+1
|
* net.httpserver: Reduce log level of 'request left open' messageMatthew Wild2009-07-271-1/+1
|
* mod_presence: Tag outgoing unavailables generated by a disconnect with a ↵Matthew Wild2009-07-271-1/+1
| | | | from attribute
* net.server: Fail to open port if legacy SSL requested, but SSL not availableMatthias Diene2009-07-231-1/+6
|
* prosodyctl: Also switch group when we switch userMatthew Wild2009-07-231-5/+14
|
* pposix, mod_posix: Bump pposix version numberMatthew Wild2009-07-232-2/+2
|
* pposix: Add setgid() functionMatthew Wild2009-07-231-0/+63
|
* net.server: Remove listener from listeners table when calling removeserverMatthew Wild2009-07-231-0/+1
|
* 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
| | | | to wrap clients with a broken context
* ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and ↵Sergei Golovan2009-07-231-24/+55
| | | | binaries, and atoms enclosed in single quotes
* 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
|
* mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ↵Matthew Wild2009-07-221-0/+5
| | | | (thanks Deepspawn)
* pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to ↵Matthew Wild2009-07-211-1/+1
| | | | intosi for reporting and an initial patch
* mod_muc: Set correct 'from' JID when sending the room subject to joiners, ↵Matthew Wild2009-07-211-1/+1
| | | | fixes a traceback
* Tagging 0.5.0Matthew Wild2009-07-200-0/+0
|
* util.xmlrpc: Fixed table serialization (regression introduced in previous ↵vault/0.5.00.5.0Waqas Hussain2009-07-151-12/+11
| | | | change)
* 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
|