aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugi...Waqas Hussain2009-06-281-1/+1
* 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-285-8/+11
|\
| * Merge with nolanMatthew Wild2009-06-281-1/+1
| |\
| | * Log stanza if stanza.to isn't set for some component errors.nolan2009-06-281-1/+1
| * | net.httpserver: Don't upset logger when response is nilMatthew Wild2009-06-281-1/+1
| * | 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-272-2/+4
| |\|
| | * mod_message: Advertise offline message support as per XEP-0160 (thanks nolan)Matthew Wild2009-06-261-0/+2
| | * xmppclient_listener: Pass session close reason to destroy_session (to be used...Matthew Wild2009-06-261-2/+2
* | | mod_pep: Entity capabilitiesWaqas Hussain2009-06-281-11/+84
|/ /
* | util.stanza: Serializer optimizations, and nicer output for empty elementsWaqas Hussain2009-06-271-12/+19
* | 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
* | util.muc: Fixed duplicate parameter names in function room:set_subjectWaqas Hussain2009-06-261-1/+1
* | util.muc: Fixed incorrect parameters for a function callWaqas Hussain2009-06-261-1/+1
* | 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
* util.stanza: Add stanza:get_text() to retrieve all child text nodes #apiMatthew Wild2009-06-261-0/+6
* stanza_router: Fire events also for stanzas to componentsMatthew Wild2009-06-261-2/+2
* mod_message, mod_presence: Maintain list of top resources. Less work in routi...Waqas Hussain2009-06-262-23/+34
* util.events: Replaced ipairs with slightly faster numeric for loop - #optimiz...Waqas Hussain2009-06-261-4/+4
* util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization...Waqas Hussain2009-06-251-32/+18
* util.stanza: Remove numeric attributes while deserializingWaqas Hussain2009-06-251-0/+2
* xmlhandlers: Remove numeric attributesWaqas Hussain2009-06-251-2/+3
* stanza_router: Remove unused variables and codeWaqas Hussain2009-06-251-16/+1
* stanza_router: A little refactoringWaqas Hussain2009-06-251-2/+1
* stanza_router: Remove unused variablesWaqas Hussain2009-06-251-6/+2
* stanza_router: Remove even more old routing codeWaqas Hussain2009-06-251-12/+0
* stanza_router: Remove some more old routing codeWaqas Hussain2009-06-251-16/+5
* stanza_router: Call core_post_stanza from core_route_stanza in place of old r...Waqas Hussain2009-06-251-0/+1
* stanza_router: Removed unused function: select_best_resourcesWaqas Hussain2009-06-251-19/+0
* stanza_router: Removed old routing codeWaqas Hussain2009-06-251-82/+1
* 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
* sessionmanager: Fire event on resource unbindWaqas Hussain2009-06-231-0/+2
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-2311-13/+238
|\
| * README: Update for new MUC addressMatthew Wild2009-06-231-1/+1
| * prosodyctl: Allow commands to be implemented in modulesMatthew Wild2009-06-231-0/+37