aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | 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 routi...Waqas Hussain2009-06-262-23/+34
* mod_component: Rewrite jabber:client stanzas to jabber:component:accept, than...Matthew Wild2009-06-251-1/+6
* 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
* mod_pep: Broadcast from the user's bare JID, not full JIDWaqas Hussain2009-06-241-2/+2
* mod_pep: Remove data when a user disables a nodeWaqas Hussain2009-06-241-2/+9
* mod_pep: Added some commentsWaqas Hussain2009-06-241-3/+3
* mod_pep: Fixed detection of contact presence changesWaqas Hussain2009-06-241-2/+2
* mod_muc: Now based on util.mucWaqas Hussain2009-06-241-396/+36
* mod_announce: Work with non-local adminsWaqas Hussain2009-06-231-2/+2
* mod_announce: Use usermanager.is_admin to verify admin statusWaqas Hussain2009-06-231-1/+2
* mod_groups: Support for public groups, and extra loggingMatthew Wild2009-06-221-7/+21
* mod_announce: New module to send a message to all online usersMatthew Wild2009-06-221-0/+37
* mod_httpserver: Allow configuration of ports and base path, like mod_boshMatthew Wild2009-06-221-1/+12
* mod_groups: Experimental shared roster supportMatthew Wild2009-06-221-0/+79
* Adding a parameter for realm to the password_callback.Tobias Markmann2009-06-201-4/+4
* mod_roster: Removed references to presencemanager and core_route_stanzaWaqas Hussain2009-06-141-2/+0