| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_disco: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -12/+12 |
* | util.discohelper: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -65/+65 |
* | mod_presence: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -337/+337 |
* | util.events: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -99/+99 |
* | mod_console: Expose commands and environment table | Matthew Wild | 2009-07-09 | 1 | -0/+2 |
* | modulemanager: Small code improvement, move autoloaded modules list to the to... | Matthew Wild | 2009-07-09 | 1 | -1/+3 |
* | configmanager, modulemanager: Allow components to have modules specified in t... | Matthew Wild | 2009-07-09 | 2 | -23/+21 |
* | 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 |
* | prosodyctl: Quit when user pressed ^C in password prompts | Matthew Wild | 2009-07-08 | 1 | -0/+4 |
* | prosodyctl: Don't 'blugh' when ^C is pressed during reading passwords | Matthew Wild | 2009-07-08 | 1 | -4/+8 |
* | prosodyctl: Fix traceback when issued with no parameters | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | util.xmlrpc: Support for multiple parameters in requests | Matthew Wild | 2009-07-08 | 1 | -9/+15 |
* | util.xmlrpc: Add create_request | Matthew Wild | 2009-07-08 | 1 | -0/+8 |
* | 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 |
* | prosody: Record time the server started | Matthew Wild | 2009-07-08 | 1 | -0/+2 |
* | s2smanager: Fix to correctly bounce stanzas if first connection attempt fails... | Matthew Wild | 2009-07-08 | 1 | -2/+9 |
* | mod_console: Add c2s:close() command | Matthew Wild | 2009-07-08 | 1 | -0/+11 |
* | net.xmppclient_listener: Fix potential traceback when no reason is specified ... | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | Merged with trunk | Waqas Hussain | 2009-07-06 | 4 | -8/+24 |
|\ |
|
| * | Merge with main branch. | Tobias Markmann | 2009-07-05 | 14 | -158/+379 |
| |\ |
|
| | * | mod_console: Allow customisation/suppression of the banner | Matthew Wild | 2009-07-05 | 1 | -0/+13 |
| | * | util.hmac: Some optimisations | Matthew Wild | 2009-07-05 | 1 | -3/+6 |
| | * | util.hmac: Fix a global set | Matthew Wild | 2009-07-05 | 1 | -1/+1 |
| * | | Remove to-unicode conversion because it's done in sasl.lua now. | Tobias Markmann | 2009-07-05 | 1 | -2/+1 |
| * | | Move to-unicode conversion from mod_saslauth.lua to sasl.lua. | Tobias Markmann | 2009-07-05 | 1 | -1/+2 |
| * | | 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 | 2 | -8/+11 |
* | | sessionmanager: Replace raw session by an event data table for resource bind/... | Waqas Hussain | 2009-07-05 | 1 | -2/+2 |
* | | 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 |
* | | sessionmanager: Reset bare_sessions[user] after resource conflict resolution.... | Matthew Wild | 2009-07-03 | 1 | -0/+1 |
* | | mod_presence: Declare t_insert, fixes a potential traceback | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
* | | sessionmanager: Newly created sessions shouldn't have a priority. Fixes one o... | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
* | | s2smanager: Log the hostname and address when s2s connection fails instantly | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
* | | hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_l... | Matthew Wild | 2009-07-03 | 1 | -1/+6 |
* | | stanza_router: Check host.disallow_s2s before routing over s2sout. you can ha... | Matthew Wild | 2009-07-03 | 1 | -6/+10 |
* | | Merged branches | Dwayne Bent | 2009-07-02 | 1 | -48/+0 |
|\ \ |
|
| * | | mod_presence: Removed dead code | Waqas Hussain | 2009-07-02 | 1 | -48/+0 |
* | | | Added man page for prosodyctl | Dwayne Bent | 2009-07-02 | 2 | -0/+82 |
|/ / |
|
* | | datamanager: Fixed incorrect callback result checking | Waqas Hussain | 2009-07-02 | 1 | -4/+4 |
* | | mod_pep: Escape + in pattern | Matthew Wild | 2009-07-02 | 1 | -1/+1 |