| Commit message (Expand) | Author | Age | Files | Lines |
* | Stringprep! | Waqas Hussain | 2009-01-15 | 1 | -5/+23 |
* | stanza_router: Fixed error replies for unhandled stanzas | Waqas Hussain | 2009-01-14 | 1 | -9/+9 |
* | modulemanager: Check for syntax errors before reloading a module | Waqas Hussain | 2009-01-13 | 1 | -0/+6 |
* | modulemanager: Added reload support, with callbacks for saving and restoring ... | Waqas Hussain | 2009-01-13 | 1 | -2/+29 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-01-13 | 3 | -3/+36 |
|\ |
|
| * | Add core.actions for managing server 'actions'; and make modulemanager regist... | Matthew Wild | 2009-01-12 | 2 | -1/+33 |
| * | modulemanager: Change pairs() to ipairs() to allow ordered module loading | Matthew Wild | 2009-01-12 | 1 | -2/+2 |
| * | Set session.ip to the IP address of connecting clients | Matthew Wild | 2009-01-12 | 1 | -0/+1 |
* | | modulemanager: Fixed error on unloading modules with no handlers | Waqas Hussain | 2009-01-13 | 1 | -3/+5 |
* | | componentmanager: Removed unneeded parameter from componentmanager.deregister... | Waqas Hussain | 2009-01-13 | 1 | -1/+1 |
|/ |
|
* | Removed core/offlinemessage.lua along with documentation and references - we ... | Waqas Hussain | 2009-01-09 | 1 | -35/+0 |
* | modulemanager: Per-host event hooks for plugins - solves issue 41 | Waqas Hussain | 2009-01-09 | 1 | -1/+17 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-01-07 | 1 | -1/+3 |
|\ |
|
| * | Remove warning of already-loaded modules at startup | Matthew Wild | 2009-01-04 | 1 | -1/+3 |
* | | modulemanager: module.unload now gets called when modules are being unloaded | Waqas Hussain | 2009-01-07 | 1 | -3/+4 |
* | | componentmanager: Added support for component deregistering | Waqas Hussain | 2009-01-07 | 1 | -1/+14 |
|/ |
|
* | Modulemanager: Basic modules can now be unloaded correctly | Waqas Hussain | 2009-01-03 | 1 | -9/+33 |
* | Send host, and not the recipient's JID to module manager (fixes #53) | Waqas Hussain | 2008-12-31 | 1 | -1/+1 |
* | Delete the offline message store only when offline messages are present | Waqas Hussain | 2008-12-26 | 1 | -4/+7 |
* | Return an empty set intead of an error when no disco items are available for ... | Waqas Hussain | 2008-12-26 | 1 | -0/+5 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-25 | 3 | -12/+26 |
|\ |
|
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-24 | 3 | -12/+26 |
| |\ |
|
| | * | Fix for not loading global modules when host-specific modules are specified i... | Matthew Wild | 2008-12-24 | 1 | -0/+18 |
| | * | Merge from waqas | Matthew Wild | 2008-12-22 | 2 | -6/+35 |
| | |\ |
|
| | * | | Change xmlhandlers to match stream opening tag with ns+tag | Matthew Wild | 2008-12-16 | 1 | -10/+8 |
| | * | | Remove old debugging line from sessionmanager | Matthew Wild | 2008-12-16 | 1 | -2/+0 |
* | | | | More error replies for offline and non-existing users | Waqas Hussain | 2008-12-25 | 1 | -3/+4 |
* | | | | Directed presence | Waqas Hussain | 2008-12-25 | 2 | -1/+12 |
* | | | | Changed order of checking for component hosts to check the full and bare JIDs... | Waqas Hussain | 2008-12-25 | 1 | -2/+2 |
|/ / / |
|
* | / | Changed order of checking for component hosts to check the full and bare JIDs... | Waqas Hussain | 2008-12-24 | 1 | -2/+3 |
| |/
|/| |
|
* | | Bounce stanza errors on failed s2s | Waqas Hussain | 2008-12-19 | 2 | -6/+35 |
|/ |
|
* | Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h... | Matthew Wild | 2008-12-13 | 2 | -10/+22 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 13 | -13/+13 |
* | Newline at end of file for sessionmanager | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Enable dialback for components | Waqas Hussain | 2008-12-09 | 1 | -2/+5 |
* | Don't try processing stanzas not of type get or set in module manager | Waqas Hussain | 2008-12-08 | 1 | -2/+7 |
* | stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listener... | Matthew Wild | 2008-12-07 | 1 | -1/+1 |
* | Slightly more secure dialback secret generation | Matthew Wild | 2008-12-07 | 1 | -1/+1 |
* | Merge from waqas | Matthew Wild | 2008-12-06 | 1 | -95/+16 |
|\ |
|
| * | Removed unused variables | Waqas Hussain | 2008-12-07 | 1 | -7/+4 |
| * | Combined and merged similar code | Waqas Hussain | 2008-12-07 | 1 | -33/+14 |
| * | Removed pre-multitable code from module manager | Waqas Hussain | 2008-12-07 | 1 | -57/+0 |
* | | Temporary hack for global modules | Matthew Wild | 2008-12-06 | 1 | -7/+12 |
* | | Remove print()s from sessionmanager and s2smanager | Matthew Wild | 2008-12-06 | 2 | -2/+2 |
|/ |
|
* | Merge from waqas | Matthew Wild | 2008-12-06 | 1 | -3/+41 |
|\ |
|
| * | Changed module manager to use multitable (initial commit) | Waqas Hussain | 2008-12-07 | 1 | -3/+41 |
* | | Fix add_event_hook in module API | Matthew Wild | 2008-12-06 | 1 | -1/+1 |
* | | Log in hostmanager when a vhost is activated/deactivated | Matthew Wild | 2008-12-06 | 1 | -4/+5 |
|/ |
|
* | Move module loading to modulemanager | Matthew Wild | 2008-12-06 | 1 | -0/+12 |
* | Merge from waqas/myself | Matthew Wild | 2008-12-06 | 1 | -16/+17 |
|\ |
|