aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Waqas Hussain2009-07-061-1/+1
| |/ |/| | | | | the probe sender
* | mod_presence: Send unavailable presence to resources from non-available ↵Waqas Hussain2009-07-051-0/+9
| | | | | | | | resources on disconnect
* | Moved automatic unavailable presence generation on disconnect from ↵Waqas Hussain2009-07-051-0/+11
| | | | | | | | sessionmanager to mod_presence
* | mod_presence: Broadcast presence to resources before contactsWaqas Hussain2009-07-051-6/+6
| |
* | mod_presence: Prevented normal presence from non-interested resources from ↵Waqas Hussain2009-07-051-70/+66
| | | | | | | | being dropped
* | mod_presence: Changed handle_normal_presence to use a local roster rather ↵Waqas Hussain2009-07-051-6/+7
| | | | | | | | than origin's roster
* | 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
| |
* | mod_pep: Added function get_caps_hash_from_presenceWaqas Hussain2009-06-261-0/+17
| |
* | mod_pep: Removed some YODO commentsWaqas Hussain2009-06-261-2/+2
| |
* | mod_pep: Added handler for disco responsesWaqas Hussain2009-06-261-0/+13
|/
* mod_iq: Change sub-event names for IQ errors and results to use stanza IDsWaqas Hussain2009-06-261-2/+2
|
* mod_message, mod_presence: Maintain list of top resources. Less work in ↵Waqas Hussain2009-06-262-23/+34
| | | | routing messages to bare JIDs. - #optimization
* mod_component: Rewrite jabber:client stanzas to jabber:component:accept, ↵Matthew Wild2009-06-251-1/+6
| | | | thanks JaredH!
* mod_pep: Use new style eventsWaqas Hussain2009-06-241-2/+2
|
* mod_iq: Fire sub-events for IQ results and errorsWaqas Hussain2009-06-241-2/+4
|