aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Waqas Hussain2009-08-181-0/+13
| | | | based on a key
* modulemanager: Module API functions add_item and add_feature updated to use ↵Waqas Hussain2009-08-181-0/+2
| | | | the add_item API
* 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 ↵Waqas Hussain2009-08-181-2/+2
| | | | name parameter (the 'name' attribute for the <identity/> element)
* Added: functions add_item and remove_item to add and remove items to the ↵Waqas Hussain2009-08-181-0/+19
| | | | module API
* 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
|
* mod_httpserver: Set default file handler (you can now request static files ↵Matthew Wild2009-08-111-6/+36
| | | | as /*) and restructure code a bit
* 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 ↵Matthew Wild2009-08-111-1/+2
| | | | may send them without the correct xmlns
* mod_bosh: Calculate rid difference just onceMatthew Wild2009-08-111-3/+3
|
* mod_bosh: Basic handling of rids (more to come)Matthew Wild2009-08-111-1/+16
|
* mod_bosh: Correct reply when closing sessionsMatthew Wild2009-08-111-2/+1
|
* net.httpserver: Don't log response bodies!Matthew Wild2009-08-111-1/+1
|
* util.iterators: Add tail() iterator, to return the last n itemsMatthew Wild2009-08-101-0/+21
|
* util.iterators: Add head() iterator, to return the first n itemsMatthew Wild2009-08-101-0/+12
|
* Merge with TobiasMatthew Wild2009-08-101-2/+2
|\
| * Moving realm at the beginning of the digest-md5 message send by the server.Tobias Markmann2009-08-091-1/+1
| |
| * Fixing a SASL issue by always passing the realm from SASL framework init to ↵Tobias Markmann2009-08-081-1/+1
| | | | | | | | the handlers.
* | mod_bosh: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-091-8/+6
| |
* | mod_watchregistrations: Updated to use module:get_option instead of ↵Waqas Hussain2009-08-081-5/+3
| | | | | | | | configmanager
* | mod_selftests: Mark as globalWaqas Hussain2009-08-081-1/+1
| |
* | mod_tls: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-081-4/+1
| |
* | mod_selftests: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-081-2/+1
| |
* | mod_welcome: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-081-3/+1
| |
* | ejabberdsql2prosody: Removed unnecessary stanza reserialization for private ↵Waqas Hussain2009-08-081-1/+1
| | | | | | | | storage
* | ejabberdsql2prosody: Added support for offline messagesWaqas Hussain2009-08-081-0/+21
| |
* | ejabberdsql2prosody: Fix access of undefined globalWaqas Hussain2009-08-081-2/+2
| |
* | mod_version: Rewritten to use new API. Added reply caching, and fixed some ↵Waqas Hussain2009-08-071-11/+11
| | | | | | | | issues.
* | mod_version: Use the module API to read configuration options instead of ↵Waqas Hussain2009-08-071-1/+1
| | | | | | | | configmanager
* | Merge with albert and waqasMatthew Wild2009-08-081-1/+1
|\ \ | |/ |/|
| * 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)
* | Merge with 0.5Matthew Wild2009-08-071-1/+1
|\|
| * Fixed: Outbound subscription requests silently dropped (regression in ↵Waqas Hussain2009-08-071-1/+1
| | | | | | | | hg:7f17d0d00fbb)
* | mod_xmlrpc: Correct stripping of filename/line number prefix in RPC method ↵Matthew Wild2009-08-051-1/+1
| | | | | | | | error results
* | mod_saslauth: Fix coding style and layout, and use of arg[] for varargMatthew Wild2009-08-051-7/+12
| |
* | mod_saslauth: Fix indentationMatthew Wild2009-08-051-16/+16
| |
* | mod_saslauth: Fix traceback on attempted login for non-existent usersMatthew Wild2009-08-051-2/+6
| |
* | Merge with 0.5Matthew Wild2009-08-051-0/+1
|\|
| * xmppcomponent_listener: Fix to collect component sessions on disconnectMatthew Wild2009-08-051-0/+1
| |
* | Merge with 0.5Matthew Wild2009-08-052-6/+7
|\|