| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | MUC: Presence and message stanzas now fully work (status messages, xhtml-im, ... | Waqas Hussain | 2009-02-16 | 1 | -24/+133 |
* | | mod_version: Operating system detection. Disable with hide_os_type = true in ... | Matthew Wild | 2009-02-15 | 1 | -1/+18 |
* | | Adding inital support for ANONYMOUS mechanism in SASL. | Tobias Markmann | 2009-02-14 | 1 | -0/+1 |
|/ |
|
* | Fixed: User resources not disconnected correctly on account delete | Waqas Hussain | 2009-02-12 | 1 | -1/+1 |
* | Merge with waqas for MUC/routing fixes | Matthew Wild | 2009-02-11 | 1 | -8/+22 |
|\ |
|
| * | mod_muc: Room history | Waqas Hussain | 2009-02-11 | 1 | -2/+20 |
| * | Changed mod_muc to work with changed component manager | Waqas Hussain | 2009-02-11 | 1 | -6/+2 |
* | | mod_bosh: Fix for 'invalid key to next' error when using BOSH | Matthew Wild | 2009-02-09 | 1 | -0/+1 |
* | | Remove redundant logging and debug printing from mod_bosh | Matthew Wild | 2009-02-09 | 1 | -5/+3 |
|/ |
|
* | mod_bosh: No need to tostring() uuids now | Matthew Wild | 2009-02-01 | 1 | -1/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 15 | -30/+30 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 15 | -16/+16 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 15 | -195/+30 |
* | mod_muc: Add 'nick' to unavailable presence of nick changes. Thanks to Asteri... | Matthew Wild | 2009-01-29 | 1 | -7/+12 |
* | mod_muc: Convert to unix line endings | Matthew Wild | 2009-01-29 | 1 | -295/+295 |
* | mod_muc: Add support for being a component | Matthew Wild | 2009-01-29 | 1 | -3/+12 |
* | mod_console: Make global | Matthew Wild | 2009-01-16 | 1 | -181/+181 |
* | mod_posix: logging fix | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | Fix for pposix version detection | Matthew Wild | 2009-01-16 | 1 | -2/+2 |
* | mod_posix: Check version of pposix | Matthew Wild | 2009-01-16 | 1 | -0/+4 |
* | Replacing pretty_print() with top_tag() for logging | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | Fix invalid loglevels in mod_saslauth | Matthew Wild | 2009-01-16 | 1 | -3/+3 |
* | mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log correc... | Matthew Wild | 2009-01-15 | 1 | -2/+12 |
* | mod_posix: Support for logging to syslog (log = 'syslog' in config) | Matthew Wild | 2009-01-15 | 1 | -1/+11 |
* | mod_console: Added module:reload | Waqas Hussain | 2009-01-13 | 1 | -9/+18 |
* | mod_muc: Added unload, save and restore callbacks to allow reloading code whi... | Waqas Hussain | 2009-01-13 | 1 | -2/+8 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-01-13 | 4 | -17/+190 |
|\ |
|
| * | BOSH: Allow BOSH servers to be configured through config file | Matthew Wild | 2009-01-13 | 1 | -1/+13 |
| * | mod_actions_http: Show tables as 'list's | Matthew Wild | 2009-01-12 | 1 | -0/+2 |
| * | Add mod_actions_http for executing actions through HTTP | Matthew Wild | 2009-01-12 | 1 | -0/+76 |
| * | mod_httpserver: Add require 'net.httpserver' | Matthew Wild | 2009-01-12 | 1 | -0/+2 |
| * | BOSH: Make previous fix a bit more efficient | Matthew Wild | 2009-01-12 | 1 | -1/+1 |
| * | BOSH: Fix for error when closed session was in inactive_sessions list | Matthew Wild | 2009-01-12 | 1 | -4/+8 |
| * | Add option to in-band registration to allow only whitelisted IPs to register | Matthew Wild | 2009-01-11 | 1 | -1/+2 |
| * | Added rate limiting to in-band registration, and added IP [black/white]lists | Matthew Wild | 2009-01-11 | 1 | -0/+29 |
| * | Implement session:close() for BOSH, and add checking for attempts to connect ... | Matthew Wild | 2009-01-09 | 1 | -10/+24 |
| * | Change default maximum inactivity period to 60s from 30s | Matthew Wild | 2009-01-09 | 1 | -1/+1 |
| * | Numerous BOSH improvements... handle client disconnects, either explicit or i... | Matthew Wild | 2009-01-09 | 1 | -14/+47 |
* | | mod_muc: deregister component on unload | Waqas Hussain | 2009-01-13 | 1 | -0/+6 |
* | | 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 |
|/ |
|
* | mod_muc: Room subject should be sent only the newly joined occupant | Waqas Hussain | 2009-01-03 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Remove some old debugging code from mod_bosh | Matthew Wild | 2008-12-27 | 1 | -7/+2 |
* | Destroy session on failed dialback instead of throwing an error | Matthew Wild | 2008-12-25 | 1 | -2/+2 |
* | Initial mod_bosh, works, kind of, but quite incomplete | Matthew Wild | 2008-12-22 | 1 | -0/+211 |
* | Add initial mod_httpserver for serving static content | Matthew Wild | 2008-12-22 | 1 | -0/+20 |