| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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_console: EOT (Ctrl-D) closes the connection. | Paul Aurich | 2009-07-31 | 1 | -0/+3 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-29 | 1 | -1/+2 |
|\| |
|
| * | mod_pep: Added support for pubsub item retraction | Waqas Hussain | 2009-07-29 | 1 | -1/+2 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-28 | 1 | -0/+45 |
|\| |
|
| * | mod_console: Finally add in the missing 'help' command \o/ | Matthew Wild | 2009-07-28 | 1 | -0/+45 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
|\| |
|
| * | mod_presence: Tag outgoing unavailables generated by a disconnect with a from... | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
* | | mod_console: Show status and priority of clients | Matthew Wild | 2009-07-26 | 1 | -2/+11 |
* | | mod_xmlrpc: Remove file and line number from XML-RPC errors | Waqas Hussain | 2009-07-25 | 1 | -1/+1 |
* | | mod_xmlrpc: Fixed typos | Waqas Hussain | 2009-07-25 | 1 | -2/+2 |
* | | mod_xmlrpc: Added support for secure calls by non-admins | Waqas Hussain | 2009-07-25 | 1 | -12/+16 |
* | | Switch to using a more generic credentials_callback/handler for SASL auth. | nick | 2009-07-24 | 1 | -13/+16 |
* | | mod_saslauth, usermanager: Fetch list of mechanisms from usermanager | Nick Thomas | 2009-07-23 | 1 | -11/+14 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-23 | 2 | -2/+2 |
|\| |
|
| * | 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 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-22 | 1 | -0/+5 |
|\| |
|
| * | mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ... | Matthew Wild | 2009-07-22 | 1 | -0/+5 |
* | | mod_muc: Expose rooms table to the host and plugins | Matthew Wild | 2009-07-20 | 1 | -0/+3 |
* | | mod_console: Add server:shutdown() command | Matthew Wild | 2009-07-18 | 1 | -0/+5 |
* | | mod_console: Add config:reload() command | Matthew Wild | 2009-07-18 | 1 | -0/+6 |
* | | mod_console: Rename server:reload() to server:insane_reload() (basically no-o... | Matthew Wild | 2009-07-18 | 1 | -1/+1 |
|/ |
|
* | 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 |