log plugins/mod_iq.lua @ 4499:55ef5d83d00a

age author description
Thu, 02 Dec 2010 16:58:24 +0500 Waqas Hussain mod_iq: Fix an extra character in previous commit...
Thu, 02 Dec 2010 16:56:30 +0500 Waqas Hussain mod_iq: Don't hook 'iq/full' on components.
Thu, 02 Dec 2010 16:04:42 +0500 Waqas Hussain mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events).
Sun, 28 Nov 2010 02:42:02 +0500 Waqas Hussain mod_iq: Optimized a bit more (fewer table accesses).
Sun, 28 Nov 2010 02:37:18 +0500 Waqas Hussain mod_iq: Optimized a bit (fewer table accesses).
Sun, 28 Nov 2010 02:24:26 +0500 Waqas Hussain mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled).