| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Add more tests for util/stanza.lua serialization routines | Matthew Wild | 2009-01-09 | 1 | -0/+13 |
| | * | Add test for previous commit | Matthew Wild | 2009-01-09 | 2 | -1/+9 |
| | * | Restore fix for missing last_add on deserialized stanzas. Thanks to tsing for... | Matthew Wild | 2009-01-09 | 1 | -0/+3 |
| | * | Numerous BOSH improvements... handle client disconnects, either explicit or i... | Matthew Wild | 2009-01-09 | 1 | -14/+47 |
* | | | modulemanager: Fixed error on unloading modules with no handlers | Waqas Hussain | 2009-01-13 | 1 | -3/+5 |
* | | | mod_muc: deregister component on unload | Waqas Hussain | 2009-01-13 | 1 | -0/+6 |
* | | | datamanager: Change log message from type "warn" to "debug" when loading a fi... | Waqas Hussain | 2009-01-13 | 1 | -2/+2 |
* | | | mod_saslauth, mod_tls: minor code cleanup | Waqas Hussain | 2009-01-13 | 2 | -25/+18 |
* | | | mod_version: Removed and rearranged some code | Waqas Hussain | 2009-01-13 | 1 | -7/+2 |
* | | | componentmanager: Removed unneeded parameter from componentmanager.deregister... | Waqas Hussain | 2009-01-13 | 1 | -1/+1 |
* | | | sasl: Set realm to be the current realm when the client didn't send a realm, ... | Waqas Hussain | 2009-01-10 | 1 | -3/+3 |
|/ / |
|
* | | Removed core/offlinemessage.lua along with documentation and references - we ... | Waqas Hussain | 2009-01-09 | 3 | -48/+0 |
* | | modulemanager: Per-host event hooks for plugins - solves issue 41 | Waqas Hussain | 2009-01-09 | 1 | -1/+17 |
* | | sasl: Don't fail for realm="" | Waqas Hussain | 2009-01-09 | 1 | -3/+3 |
|/ |
|
* | Protected call for HTTP request callbacks, to catch errors | Matthew Wild | 2009-01-08 | 1 | -3/+7 |
* | Fix to prevent calling HTTP request callback twice with the same data | Matthew Wild | 2009-01-08 | 1 | -2/+7 |
* | Default mod_console to listening on localhost only. May be changed with conso... | Matthew Wild | 2009-01-07 | 1 | -1/+1 |
* | 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 |
|/ |
|
* | mod_muc: Room subject should be sent only the newly joined occupant | Waqas Hussain | 2009-01-03 | 1 | -1/+1 |
* | Modulemanager: Basic modules can now be unloaded correctly | Waqas Hussain | 2009-01-03 | 1 | -9/+33 |
* | mod_console: replace all \n with \r\n in the output, and send \0 as a marker ... | Waqas Hussain | 2009-01-03 | 1 | -40/+42 |
* | mod_muc: Room subjects stored, and room persistence code in place. First user... | Waqas Hussain | 2008-12-31 | 1 | -3/+59 |
* | Send host, and not the recipient's JID to module manager (fixes #53) | Waqas Hussain | 2008-12-31 | 1 | -1/+1 |
* | Initial mod_muc: XEP-0045: Multi-User Chat | Waqas Hussain | 2008-12-31 | 1 | -0/+218 |
* | Add allow_registration option to disable account registration | Matthew Wild | 2008-12-29 | 1 | -1/+4 |
* | Don't use TLS connection handler when SSL/TLS not available or configured (th... | Matthew Wild | 2008-12-29 | 1 | -1/+1 |
* | Makefile fix for clean target | Matthew Wild | 2008-12-28 | 1 | -0/+1 |
* | Updating 0.2.0 tag | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Small fix for logging in connlisteners (warning != warn)vault/0.2.00.2.0 | Matthew Wild | 2008-12-27 | 1 | -1/+1 |
* | Remove some old debugging code from mod_bosh | Matthew Wild | 2008-12-27 | 1 | -7/+2 |
* | Remove some debugging code that slipped in | Matthew Wild | 2008-12-27 | 1 | -1/+0 |
* | Fix specifying ports in config, and SSL support | Matthew Wild | 2008-12-27 | 3 | -14/+25 |
* | Remove logging for server.lua | Matthew Wild | 2008-12-27 | 1 | -1/+0 |
* | Remove borken tags | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Fix incorrect version number as tag (again) (again) | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Fix incorrect version number as tag (again) (again) | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Added tag 0.2.0, -m, Fix incorrect version number as tag (again) for changese... | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Added tag 0.20, -m, Fix incorrect version number as tag for changeset 90da4c9... | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Added tag 0.20, -m, Fix incorrect version number as tag for changeset 90da4c9... | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Added util.multitable.set | Waqas Hussain | 2008-12-27 | 1 | -5/+17 |
* | 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 |
* | Added tag 0.2 for changeset 90da4c9b34b5 | Matthew Wild | 2008-12-25 | 0 | -0/+0 |
* | HTTP requests now have status code as a number instead of a string. Switched ... | Matthew Wild | 2008-12-25 | 1 | -7/+8 |
* | Destroy session on failed dialback instead of throwing an error | Matthew Wild | 2008-12-25 | 1 | -2/+2 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-25 | 14 | -24/+594 |
|\ |
|
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-24 | 14 | -24/+594 |
| |\ |
|