aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* mod_pep: Added name 'Prosody' to the pubsub/pep identityWaqas Hussain2009-08-181-1/+1
|
* 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
* 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
|
* 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
|
* 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 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-2/+2
|\|
| * mod_bosh: Fix error reply for host-unknown errorsMatthew Wild2009-08-051-2/+2
| |
* | Merge with 0.5Matthew Wild2009-08-032-0/+2
|\|
| * 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
| |
* | mod_console: EOT (Ctrl-D) closes the connection.Paul Aurich2009-07-311-0/+3
| |
* | Merge with 0.5Matthew Wild2009-07-291-1/+2
|\|
| * mod_pep: Added support for pubsub item retractionWaqas Hussain2009-07-291-1/+2
| |
* | Merge with 0.5Matthew Wild2009-07-281-0/+45
|\|
| * mod_console: Finally add in the missing 'help' command \o/Matthew Wild2009-07-281-0/+45
| |
* | Merge with 0.5Matthew Wild2009-07-271-1/+1
|\|
| * mod_presence: Tag outgoing unavailables generated by a disconnect with a ↵Matthew Wild2009-07-271-1/+1
| | | | | | | | from attribute
* | mod_console: Show status and priority of clientsMatthew Wild2009-07-261-2/+11
| |
* | mod_xmlrpc: Remove file and line number from XML-RPC errorsWaqas Hussain2009-07-251-1/+1
| |
* | mod_xmlrpc: Fixed typosWaqas Hussain2009-07-251-2/+2
| |
* | mod_xmlrpc: Added support for secure calls by non-adminsWaqas Hussain2009-07-251-12/+16
| |
* | Switch to using a more generic credentials_callback/handler for SASL auth.nick2009-07-241-13/+16
| | | | | | | | | | | | | | Not all authentication mechanisms have the same requirements; it makes sense to provide them only with the information they require (and for them to depend on that) so that as many auth mechanisms as possible can be supported with a variety of credentials-storing schemes. This commit patches that together
* | mod_saslauth, usermanager: Fetch list of mechanisms from usermanagerNick Thomas2009-07-231-11/+14
| |
* | Merge with 0.5Matthew Wild2009-07-232-2/+2
|\|
| * pposix, mod_posix: Bump pposix version numberMatthew Wild2009-07-231-1/+1
| |
| * mod_console: Set default_interface to 127.0.0.1Matthew Wild2009-07-231-1/+1
| |
* | Merge with 0.5Matthew Wild2009-07-221-0/+5
|\|