aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\|
| * mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ...Matthew Wild2009-07-221-0/+5
* | mod_muc: Expose rooms table to the host and pluginsMatthew Wild2009-07-201-0/+3
* | mod_console: Add server:shutdown() commandMatthew Wild2009-07-181-0/+5
* | mod_console: Add config:reload() commandMatthew Wild2009-07-181-0/+6
* | mod_console: Rename server:reload() to server:insane_reload() (basically no-o...Matthew Wild2009-07-181-1/+1
|/
* 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
| |\
| | * mod_console: Allow customisation/suppression of the bannerMatthew Wild2009-07-051-0/+13
| * | Remove to-unicode conversion because it's done in sasl.lua now.Tobias Markmann2009-07-051-2/+1
| * | Fixed decoding of parameters.Tobias Markmann2009-07-051-1/+1
* | | mod_presence: Fixed: Presence probe replies now get sent to the full JID of t...Waqas Hussain2009-07-061-1/+1
| |/ |/|
* | mod_presence: Send unavailable presence to resources from non-available resou...Waqas Hussain2009-07-051-0/+9
* | Moved automatic unavailable presence generation on disconnect from sessionman...Waqas Hussain2009-07-051-0/+11
* | mod_presence: Broadcast presence to resources before contactsWaqas Hussain2009-07-051-6/+6
* | mod_presence: Prevented normal presence from non-interested resources from be...Waqas Hussain2009-07-051-70/+66
* | mod_presence: Changed handle_normal_presence to use a local roster rather tha...Waqas Hussain2009-07-051-6/+7
* | mod_presence: Simplified roster iterationWaqas Hussain2009-07-051-6/+4
* | mod_presence: Eliminated a jid_splitWaqas Hussain2009-07-051-1/+1
* | mod_presence: Removed some unnecessary codeWaqas Hussain2009-07-051-3/+0
* | mod_presence: Declare t_insert, fixes a potential tracebackMatthew Wild2009-07-031-1/+1
* | mod_presence: Removed dead codeWaqas Hussain2009-07-021-48/+0
* | mod_pep: Escape + in patternMatthew Wild2009-07-021-1/+1