| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_bosh: Fix for 'invalid key to next' error when 2 clients lose connection ... | Matthew Wild | 2009-10-02 | 1 | -1/+10 |
* | Merge | Waqas Hussain | 2009-10-02 | 1 | -4/+4 |
|\ |
|
| * | mod_saslauth: Prep username used for authenticating a session | Matthew Wild | 2009-09-29 | 1 | -4/+4 |
* | | mod_register: Added helpful text to registration error responses. | Waqas Hussain | 2009-10-02 | 1 | -6/+5 |
* | | mod_register: Changed error type for hitting registration rate limit from 'ca... | Waqas Hussain | 2009-10-02 | 1 | -1/+1 |
* | | mod_register: Fixed: No error was returned if username failed nodeprep. | Waqas Hussain | 2009-10-02 | 1 | -4/+7 |
|/ |
|
* | mod_legacyauth: Don't allow server-generated resource identifiers, as these a... | Waqas Hussain | 2009-09-27 | 1 | -1/+5 |
* | mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic. | Waqas Hussain | 2009-09-27 | 1 | -0/+1 |
* | mod_legacyauth: Added node and resource prepping. | Waqas Hussain | 2009-09-27 | 1 | -1/+5 |
* | mod_console: s2s:close: Use session:close() if that exists, otherwise just de... | Matthew Wild | 2009-09-24 | 1 | -2/+2 |
* | mod_welcome: Change $user to $username in default welcome message (thanks to ... | Matthew Wild | 2009-09-23 | 1 | -1/+1 |
* | mod_httpserver: Configurable filesystem path to serve from | Matthew Wild | 2009-09-21 | 1 | -1/+1 |
* | mod_vcard: Handle vcard requests from local components. | Waqas Hussain | 2009-09-20 | 1 | -1/+1 |
* | mod_console: Show status and priority of clients | Matthew Wild | 2009-07-26 | 1 | -2/+11 |
* | mod_httpserver: Backport from trunk more thorough validation of URLs prior to... | Matthew Wild | 2009-09-11 | 1 | -1/+25 |
* | mod_presence: Fixed: Don't recursively handle inbound presence directed at lo... | Waqas Hussain | 2009-09-06 | 1 | -1/+1 |
* | Use NODEprep for prepping usernames used during SASL logins. | Tobias Markmann | 2009-08-19 | 1 | -2/+6 |
* | Fixed: Outbound subscription requests silently dropped (regression in hg:7f17... | Waqas Hussain | 2009-08-07 | 1 | -1/+1 |
* | mod_bosh: Fix error reply for host-unknown errors | Matthew Wild | 2009-08-05 | 1 | -2/+2 |
* | Fixed: Self-references could be added to rosters via presence subscriptions | Waqas Hussain | 2009-08-03 | 1 | -0/+1 |
* | Fixed: IQ replies are not sent back on publishing a PEP event | Waqas Hussain | 2009-08-03 | 1 | -0/+1 |
* | mod_pep: Added support for pubsub item retraction | Waqas Hussain | 2009-07-29 | 1 | -1/+2 |
* | mod_console: Finally add in the missing 'help' command \o/ | Matthew Wild | 2009-07-28 | 1 | -0/+45 |
* | mod_presence: Tag outgoing unavailables generated by a disconnect with a from... | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
* | pposix, mod_posix: Bump pposix version number | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
* | mod_console: Set default_interface to 127.0.0.1 | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
* | mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ... | Matthew Wild | 2009-07-22 | 1 | -0/+5 |
* | mod_httpserver: Update to use new new_from_config() too | Matthew Wild | 2009-07-14 | 1 | -1/+1 |
* | mod_bosh: Update to use new new_from_config() | Matthew Wild | 2009-07-14 | 1 | -1/+1 |
* | mod_bosh: Mark a session as secure if it is created with HTTPS | Matthew Wild | 2009-07-12 | 1 | -1/+1 |
* | mod_httpserver: Use new httpserver helper to initialise ports | Matthew Wild | 2009-07-12 | 1 | -11/+1 |
* | mod_bosh: Use new httpserver helper to initialise ports | Matthew Wild | 2009-07-12 | 1 | -11/+1 |
* | mod_uptime: Fix bad uptime if module is loaded at startup | Matthew Wild | 2009-07-10 | 1 | -0/+2 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 20 | -20/+20 |
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 13 | -0/+104 |
* | mod_time Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -29/+29 |
* | mod_ping: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -11/+11 |
* | mod_disco: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -12/+12 |
* | mod_presence: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -337/+337 |
* | mod_console: Expose commands and environment table | Matthew Wild | 2009-07-09 | 1 | -0/+2 |
* | mod_console: Add quit and exit as aliases for 'bye' command | Matthew Wild | 2009-07-09 | 1 | -0/+1 |
* | mod_console: Check for commands when not executing in the global environment | Matthew Wild | 2009-07-09 | 1 | -6/+9 |
* | mod_console: server:version() and server:uptime() commands | Matthew Wild | 2009-07-08 | 1 | -0/+18 |
* | mod_uptime: Use time of server start rather than module load | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | mod_uptime: Convert to unix line endings | Matthew Wild | 2009-07-08 | 1 | -24/+24 |
* | mod_console: Add c2s:close() command | Matthew Wild | 2009-07-08 | 1 | -0/+11 |
* | Merged with trunk | Waqas Hussain | 2009-07-06 | 2 | -3/+15 |
|\ |
|
| * | Merge with main branch. | Tobias Markmann | 2009-07-05 | 4 | -128/+153 |
| |\ |
|
| | * | mod_console: Allow customisation/suppression of the banner | Matthew Wild | 2009-07-05 | 1 | -0/+13 |
| * | | Remove to-unicode conversion because it's done in sasl.lua now. | Tobias Markmann | 2009-07-05 | 1 | -2/+1 |