| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | Fixed decoding of parameters. | Tobias Markmann | 2009-07-05 | 1 | -1/+1 |
* | | | mod_presence: Fixed: Presence probe replies now get sent to the full JID of t... | Waqas Hussain | 2009-07-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | mod_presence: Send unavailable presence to resources from non-available resou... | Waqas Hussain | 2009-07-05 | 1 | -0/+9 |
* | | Moved automatic unavailable presence generation on disconnect from sessionman... | Waqas Hussain | 2009-07-05 | 1 | -0/+11 |
* | | mod_presence: Broadcast presence to resources before contacts | Waqas Hussain | 2009-07-05 | 1 | -6/+6 |
* | | mod_presence: Prevented normal presence from non-interested resources from be... | Waqas Hussain | 2009-07-05 | 1 | -70/+66 |
* | | mod_presence: Changed handle_normal_presence to use a local roster rather tha... | Waqas Hussain | 2009-07-05 | 1 | -6/+7 |
* | | mod_presence: Simplified roster iteration | Waqas Hussain | 2009-07-05 | 1 | -6/+4 |
* | | mod_presence: Eliminated a jid_split | Waqas Hussain | 2009-07-05 | 1 | -1/+1 |
* | | mod_presence: Removed some unnecessary code | Waqas Hussain | 2009-07-05 | 1 | -3/+0 |
* | | mod_presence: Declare t_insert, fixes a potential traceback | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
* | | mod_presence: Removed dead code | Waqas Hussain | 2009-07-02 | 1 | -48/+0 |
* | | mod_pep: Escape + in pattern | Matthew Wild | 2009-07-02 | 1 | -1/+1 |
* | | mod_pep: Pass origin/session to publish_all() | Matthew Wild | 2009-07-02 | 1 | -1/+1 |