aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mod_pep: Pass origin/session to publish_all()Matthew Wild2009-07-021-1/+1
* | mod_offline: Initial commitWaqas Hussain2009-07-021-0/+47
* | Merged with trunkWaqas Hussain2009-07-021-1/+2
|\|
| * Making sure the node is in unicode when passing it to password lookup function.Tobias Markmann2009-07-011-1/+2
* | mod_pep: Fixed boolean indexing error while casting all messages for a userWaqas Hussain2009-07-021-2/+3
|/
* mod_pep: Fixed a nil access errorWaqas Hussain2009-06-281-2/+4
* mod_pep: Use cached capsWaqas Hussain2009-06-281-14/+23
* Merged with trunkWaqas Hussain2009-06-282-4/+7
|\
| * mod_console: Reload/unload a module on a component host if it is loaded thereMatthew Wild2009-06-281-4/+5
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-271-0/+2
| |\
| | * mod_message: Advertise offline message support as per XEP-0160 (thanks nolan)Matthew Wild2009-06-261-0/+2
* | | mod_pep: Entity capabilitiesWaqas Hussain2009-06-281-11/+84
|/ /
* | mod_pep: Broadcast only to available recipients with capsWaqas Hussain2009-06-261-19/+14
* | mod_pep: Ignore presence subscriptions when extractng hash informationWaqas Hussain2009-06-261-2/+5