aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net.server: Add checking for nil sockets to prevent tracebackMatthew Wild2009-08-181-7/+13
* net.dns: Automatically add nameserver 127.0.0.1 if /etc/resolv.conf missing o...Matthew Wild2009-08-181-3/+6
* Merge waqas with Tobias. Eww.Matthew Wild2009-08-189-248/+93
|\
| * Removed util/discohelper.luaWaqas Hussain2009-08-181-89/+0
| * Removed core/discomanager.luaWaqas Hussain2009-08-181-66/+0
| * modulemanager: Removed unused variables and reference to core.discomanagerWaqas Hussain2009-08-181-5/+0
| * modulemanager: Removed unnecessary code in the unload functionWaqas Hussain2009-08-181-2/+0
| * modulemanager: Removed legacy disco#items hookWaqas Hussain2009-08-181-39/+0
| * modulemanager: add_feature and add_identity APIs updated to use only the add_...Waqas Hussain2009-08-181-2/+0
| * componentmanager: Removed disco#items hook, and reference to core.discomanagerWaqas Hussain2009-08-181-10/+0
| * mod_disco: Rearranged some lines, and added a FIXME commentWaqas Hussain2009-08-181-2/+2
| * mod_disco: Removed reference to core.discomanagerWaqas Hussain2009-08-181-1/+0
| * mod_disco: Removed legacy IQ hooksWaqas Hussain2009-08-181-7/+0
| * mod_disco: Handle disco#items queries using new APIsWaqas Hussain2009-08-181-0/+14
| * mod_disco: Added identity server/im with name 'Prosody'Waqas Hussain2009-08-181-0/+1
| * mod_disco: Handle disco#info queries using new APIsWaqas Hussain2009-08-181-2/+26
| * modulemanager: Added module API function to get all items for a given host ba...Waqas Hussain2009-08-181-0/+13
| * modulemanager: Module API functions add_item and add_feature updated to use t...Waqas Hussain2009-08-181-0/+2
| * mod_pep: Added name 'Prosody' to the pubsub/pep identityWaqas Hussain2009-08-181-1/+1
| * modulemanager: Changed the add_identity module API to accept an optional name...Waqas Hussain2009-08-181-2/+2
| * Added: functions add_item and remove_item to add and remove items to the modu...Waqas Hussain2009-08-181-0/+19
| * componentmanager: Added function to get a list of children for a given hostnameWaqas Hussain2009-08-181-0/+4
| * mod_register: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-131-6/+5
| * mod_posix: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-131-4/+3
| * mod_legacyauth: Added a FIXMEWaqas Hussain2009-08-131-1/+1
| * mod_legacyauth: Refactored a bitWaqas Hussain2009-08-131-9/+2
| * mod_legacyauth: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-131-2/+1
| * mod_legacyauth: Removed useless 'require' call on every login attemptWaqas Hussain2009-08-131-1/+0
* | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess...Matthew Wild2009-08-162-6/+1
* | xmppclient_listener: Remove useless commentMatthew Wild2009-08-161-2/+0
* | core.sessionmanager, xmppclient_listener: Move responsibility for setting ses...Matthew Wild2009-08-162-4/+5
* | net.server: Comment all calls to mem_free/collectgarbage... not really suitab...Matthew Wild2009-08-161-5/+5
* | Shutdown prosody if changing user or group fails.Tobias Markmann2009-08-151-4/+14
* | Make mod_posix not complain about root user, if setuid is set to something di...Tobias Markmann2009-08-151-4/+7
* | Add setuid and setgid support.Tobias Markmann2009-08-151-0/+14
* | Remove print which was used for debugging purposes.Tobias Markmann2009-08-131-1/+0
* | Using pcall to make save the rest from zlib fails. Emit errors on those fails.Tobias Markmann2009-08-131-5/+39
* | Forgot to use the configured compression_level. Now it's used.Tobias Markmann2009-08-131-1/+1
* | Add config option handling.Tobias Markmann2009-08-131-0/+11
* | Another unwanted spaces at the end of a line.Tobias Markmann2009-08-131-1/+1
* | Add a TODO for s2s compression support.Tobias Markmann2009-08-131-1/+2
* | Remove space at the end of a line.Tobias Markmann2009-08-131-1/+1
* | Add FIXME to remember TLS compression detection.Tobias Markmann2009-08-131-1/+4
* | Actually inject de- and compression into the reading/writing functions.Tobias Markmann2009-08-131-1/+33
* | Remove unwanted spaces.Tobias Markmann2009-08-121-2/+2
* | Commit initial version of mod_compression.Tobias Markmann2009-08-121-0/+35
* | Removing tabs at the end of a line.Tobias Markmann2009-08-121-1/+1
|/
* mod_httpserver: Set default file handler (you can now request static files as...Matthew Wild2009-08-111-6/+36
* net.httpserver: Allow overriding default request handlerMatthew Wild2009-08-111-3/+4
* mod_bosh: Strip BOSH namespace from stanzas to allow for some clients which m...Matthew Wild2009-08-111-1/+2