| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | componentmanager: Improve default component stanza handler | Matthew Wild | 2009-04-11 | 1 | -1/+5 |
* | Remove more debugging code which was accidentally committed (don't trust hg) | Matthew Wild | 2009-04-10 | 1 | -2/+0 |
* | core.s2smanager: Remove some debugging | Matthew Wild | 2009-04-10 | 1 | -8/+2 |
* | Merge | Matthew Wild | 2009-04-10 | 1 | -21/+45 |
* | Merge | Matthew Wild | 2009-04-08 | 2 | -9/+9 |
|\ |
|
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-04-08 | 2 | -2/+23 |
| |\ |
|
| * | | Fixed: Send correct error reply for IQs directed at unavailable resources | Waqas Hussain | 2009-04-07 | 1 | -2/+2 |
| * | | Fixed: Issue with presence error routing | Waqas Hussain | 2009-04-07 | 2 | -7/+7 |
* | | | sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!) | Matthew Wild | 2009-04-08 | 2 | -27/+25 |
| |/
|/| |
|
* | | core.s2smanager: Look away... wait for it... now! Hopefully s2s should be bac... | Matthew Wild | 2009-04-08 | 1 | -1/+1 |
* | | componentmanager: Reply with service-unavailable for unconnected components | Matthew Wild | 2009-04-08 | 1 | -1/+17 |
* | | core.s2smanager: Check for valid host and port before attempting connection | Matthew Wild | 2009-04-06 | 1 | -0/+5 |
|/ |
|
* | sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c... | Matthew Wild | 2009-04-05 | 2 | -0/+10 |
* | core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into ... | Matthew Wild | 2009-04-03 | 1 | -1/+1 |
* | core.componentmanager: Fix global set, causing problems with multiple compone... | Matthew Wild | 2009-03-31 | 1 | -1/+1 |
* | Added: componentmanager: Automatically add component.host.name to the disco i... | Waqas Hussain | 2009-03-30 | 1 | -1/+20 |
* | Fixed: Some nil access bugs | Waqas Hussain | 2009-03-30 | 1 | -2/+2 |
* | Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of ... | Waqas Hussain | 2009-03-30 | 1 | -2/+3 |
* | Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part ... | Waqas Hussain | 2009-03-30 | 1 | -0/+2 |
* | Fixed: modulemanager: IQs with extended elements in the default namespace cou... | Waqas Hussain | 2009-03-30 | 1 | -1/+1 |
* | Fixed: rostermanager: Create new roster item if one doesn't exist on subscrip... | Waqas Hussain | 2009-03-30 | 1 | -0/+4 |
* | Fixed: stanza_router: Respond with correct stanza error on malformed stanzas | Waqas Hussain | 2009-03-30 | 1 | -3/+5 |
* | core.rostermanager/mod_roster: Support for roster versioning | Matthew Wild | 2009-03-23 | 1 | -3/+9 |
* | core.configmanager: Make components use 'component' module by default if none... | Matthew Wild | 2009-03-22 | 1 | -3/+5 |
* | core.xmlhandlers: Filter out default stream namespace from stanzas | Matthew Wild | 2009-03-21 | 1 | -2/+3 |
* | core.stanza_router: Allow routing from components | Matthew Wild | 2009-03-21 | 1 | -1/+1 |
* | Merge | Matthew Wild | 2009-03-20 | 1 | -3/+1 |
|\ |
|
| * | Merge | Matthew Wild | 2009-03-14 | 2 | -0/+75 |
| |\ |
|
| * | | Don't reject some valid IQs. Thanks to elmex for spotting. | Matthew Wild | 2009-03-14 | 1 | -3/+1 |
* | | | 0.3->0.4 | Matthew Wild | 2009-03-20 | 12 | -12/+12 |
| |/
|/| |
|
* | | usermanager: Added is_admin(jid) | Waqas Hussain | 2009-03-08 | 1 | -0/+15 |
* | | Added core.objectmanager | Waqas Hussain | 2009-03-08 | 1 | -0/+60 |
|/ |
|
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-03-04 | 1 | -221/+221 |
|\ |
|
| * | core.presencemanager: Convert Windows line endings to UNIX | Waqas Hussain | 2009-03-04 | 1 | -221/+221 |
* | | Let global modules add disco features for all hosts | Waqas Hussain | 2009-03-04 | 1 | -0/+8 |
* | | Allow global modules to hook stanza handlers | Waqas Hussain | 2009-03-04 | 1 | -0/+1 |
|/ |
|
* | core.configmanager: Small fix to check validity of Component definitions | Matthew Wild | 2009-03-03 | 1 | -6/+8 |
* | core.stanza_router: Don't bounce errors to iq type=result/error | Matthew Wild | 2009-03-02 | 1 | -2/+2 |
* | core.s2smanager: Remove some old commented code, break a long line in 2 | Matthew Wild | 2009-03-02 | 1 | -5/+2 |
* | core.stanza_router: Reply with error to groupchat messages directed at unavai... | Matthew Wild | 2009-02-28 | 1 | -0/+7 |
* | core.componentmanager: Refactor a little to make XEP-0114 plugin a little sim... | Matthew Wild | 2009-02-28 | 1 | -35/+41 |
* | core.xmlhandlers: Remove redundant check in condition | Matthew Wild | 2009-02-27 | 1 | -1/+1 |
* | core.xmlhandlers: Optimise completed stanza logic | Matthew Wild | 2009-02-26 | 1 | -11/+13 |
* | core.presencemanager: Set 'from' attribute on outgoing unavailable directed p... | Matthew Wild | 2009-02-19 | 1 | -7/+10 |
* | Add RunScript command to config to run a Lua script prior to starting the server | Matthew Wild | 2009-02-13 | 1 | -3/+3 |
* | Add Include command to include extra configuration files from the main one | Matthew Wild | 2009-02-13 | 1 | -3/+16 |
* | Report errors in the config file to the user | Matthew Wild | 2009-02-13 | 1 | -4/+4 |
* | Fixed: kick_old resource conflict resolution policy could fail with a backtrace | Waqas Hussain | 2009-02-12 | 1 | -1/+4 |
* | stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes f... | Matthew Wild | 2009-02-11 | 1 | -1/+1 |
* | Change the to attribute of messages to the recipients' bare JID when the reci... | Waqas Hussain | 2009-02-11 | 1 | -2/+3 |