| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling throughout the codebase [codespell] | Kim Alvefur | 2018-02-04 | 1 | -4/+4 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
* | mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mo... | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
* | mod_iq: Don't treat an iq as handled if session.send() returns false | Matthew Wild | 2012-07-22 | 1 | -4/+1 |
* | mod_iq: Use "jabber:client" when the stanza payload namespace is nil. | Waqas Hussain | 2012-05-12 | 1 | -6/+9 |
* | mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack eve... | Matthew Wild | 2012-04-28 | 1 | -5/+3 |
* | mod_iq: Fix an extra character in previous commit... | Waqas Hussain | 2010-12-02 | 1 | -1/+1 |
* | mod_iq: Don't hook 'iq/full' on components. | Waqas Hussain | 2010-12-02 | 1 | -13/+15 |
* | mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this l... | Waqas Hussain | 2010-12-02 | 1 | -6/+3 |
* | mod_iq: Optimized a bit more (fewer table accesses). | Waqas Hussain | 2010-11-28 | 1 | -6/+9 |
* | mod_iq: Optimized a bit (fewer table accesses). | Waqas Hussain | 2010-11-28 | 1 | -9/+12 |
* | mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,se... | Waqas Hussain | 2010-11-28 | 1 | -4/+10 |
* | mod_iq: IQ error and result sub-events are now "iq-{error,result}/{host,self,... | Waqas Hussain | 2010-11-28 | 1 | -3/+3 |
* | mod_iq: Removed a check for user existance when firing iq/bare/* sub-events. | Waqas Hussain | 2010-05-30 | 1 | -11/+0 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | | mod_iq: Fire sub-events for iq/self events. | Waqas Hussain | 2010-02-21 | 1 | -0/+12 |
|/ |
|
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | mod_iq: Change sub-event names for IQ errors and results to use stanza IDs | Waqas Hussain | 2009-06-26 | 1 | -2/+2 |
* | mod_iq: Fire sub-events for IQ results and errors | Waqas Hussain | 2009-06-24 | 1 | -2/+4 |
* | mod_iq: Limit sub-events to get and set IQs | Waqas Hussain | 2009-06-02 | 1 | -2/+2 |
* | mod_iq: Correctly handle the lack of 'to' on IQs | Waqas Hussain | 2009-06-01 | 1 | -2/+3 |
* | mod_iq: Immediately return an error for IQs to non-existing bare JIDs | Waqas Hussain | 2009-06-01 | 1 | -1/+11 |
* | mod_iq: Include event data in sub-events | Waqas Hussain | 2009-06-01 | 1 | -2/+2 |
* | mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'i... | Waqas Hussain | 2009-06-01 | 1 | -2/+6 |
* | mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts | Waqas Hussain | 2009-06-01 | 1 | -2/+10 |
* | mod_message, mod_iq: A little cleanup | Waqas Hussain | 2009-05-30 | 1 | -0/+3 |
* | mod_iq: Initial commit | Waqas Hussain | 2009-05-30 | 1 | -0/+30 |