aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* mod_console: Add module:list() to helpMatthew Wild2009-10-051-0/+1
|
* mod_console: Add module:list() command to show modules loaded on a hostMatthew Wild2009-10-051-0/+25
|
* mod_bosh: Fix for 'invalid key to next' error when 2 clients lose connection ↵Matthew Wild2009-10-021-1/+10
| | | | at the same time
* MergeWaqas Hussain2009-10-021-4/+4
|\
| * mod_saslauth: Prep username used for authenticating a sessionMatthew Wild2009-09-291-4/+4
| |
* | mod_register: Added helpful text to registration error responses.Waqas Hussain2009-10-021-6/+5
| |
* | mod_register: Changed error type for hitting registration rate limit from ↵Waqas Hussain2009-10-021-1/+1
| | | | | | | | 'cancel' to 'wait'.
* | mod_register: Fixed: No error was returned if username failed nodeprep.Waqas Hussain2009-10-021-4/+7
|/
* mod_legacyauth: Don't allow server-generated resource identifiers, as these ↵Waqas Hussain2009-09-271-1/+5
| | | | are not support by legacy auth.
* mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic.Waqas Hussain2009-09-271-0/+1
|
* mod_legacyauth: Added node and resource prepping.Waqas Hussain2009-09-271-1/+5
|
* mod_console: s2s:close: Use session:close() if that exists, otherwise just ↵Matthew Wild2009-09-241-2/+2
| | | | destroy the session
* mod_welcome: Change $user to $username in default welcome message (thanks to ↵Matthew Wild2009-09-231-1/+1
| | | | neustradamus for spotting)
* mod_httpserver: Configurable filesystem path to serve fromMatthew Wild2009-09-211-1/+1
|
* mod_vcard: Handle vcard requests from local components.Waqas Hussain2009-09-201-1/+1
|
* mod_console: Show status and priority of clientsMatthew Wild2009-07-261-2/+11
|
* mod_httpserver: Backport from trunk more thorough validation of URLs prior ↵Matthew Wild2009-09-111-1/+25
| | | | to processing
* mod_presence: Fixed: Don't recursively handle inbound presence directed at ↵Waqas Hussain2009-09-061-1/+1
| | | | local host
* Use NODEprep for prepping usernames used during SASL logins.Tobias Markmann2009-08-191-2/+6
|
* Fixed: Outbound subscription requests silently dropped (regression in ↵Waqas Hussain2009-08-071-1/+1
| | | | hg:7f17d0d00fbb)
* mod_bosh: Fix error reply for host-unknown errorsMatthew Wild2009-08-051-2/+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_pep: Added support for pubsub item retractionWaqas Hussain2009-07-291-1/+2
|
* mod_console: Finally add in the missing 'help' command \o/Matthew Wild2009-07-281-0/+45
|
* mod_presence: Tag outgoing unavailables generated by a disconnect with a ↵Matthew Wild2009-07-271-1/+1
| | | | from attribute
* 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
|
* mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ↵Matthew Wild2009-07-221-0/+5
| | | | (thanks Deepspawn)
* 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
|
* mod_bosh: Mark a session as secure if it is created with HTTPSMatthew Wild2009-07-121-1/+1
|
* mod_httpserver: Use new httpserver helper to initialise portsMatthew Wild2009-07-121-11/+1
|
* mod_bosh: Use new httpserver helper to initialise portsMatthew Wild2009-07-121-11/+1
|
* mod_uptime: Fix bad uptime if module is loaded at startupMatthew Wild2009-07-101-0/+2
|
* Remove version number from copyright headersMatthew Wild2009-07-1020-20/+20
|
* Add copyright header to those files missing oneMatthew Wild2009-07-1013-0/+104
|
* mod_time Convert from Windows line endingsMatthew Wild2009-07-091-29/+29
|
* mod_ping: Convert from Windows line endingsMatthew Wild2009-07-091-11/+11
|
* mod_disco: Convert from Windows line endingsMatthew Wild2009-07-091-12/+12
|
* mod_presence: Convert from Windows line endingsMatthew Wild2009-07-091-337/+337
|
* mod_console: Expose commands and environment tableMatthew Wild2009-07-091-0/+2
|
* mod_console: Add quit and exit as aliases for 'bye' commandMatthew Wild2009-07-091-0/+1
|
* mod_console: Check for commands when not executing in the global environmentMatthew Wild2009-07-091-6/+9
|
* mod_console: server:version() and server:uptime() commandsMatthew Wild2009-07-081-0/+18
|
* mod_uptime: Use time of server start rather than module loadMatthew Wild2009-07-081-1/+1
|
* mod_uptime: Convert to unix line endingsMatthew Wild2009-07-081-24/+24
|
* mod_console: Add c2s:close() commandMatthew Wild2009-07-081-0/+11
|
* Merged with trunkWaqas Hussain2009-07-062-3/+15
|\
| * Merge with main branch.Tobias Markmann2009-07-054-128/+153
| |\