aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mod_console: Add quit and exit as aliases for 'bye' commandMatthew Wild2009-07-091-0/+1
|
* mod_console: Check for commands when not executing in the global environmentMatthew Wild2009-07-091-6/+9
|
* prosodyctl: Quit when user pressed ^C in password promptsMatthew Wild2009-07-081-0/+4
|
* prosodyctl: Don't 'blugh' when ^C is pressed during reading passwordsMatthew Wild2009-07-081-4/+8
|
* prosodyctl: Fix traceback when issued with no parametersMatthew Wild2009-07-081-1/+1
|
* util.xmlrpc: Support for multiple parameters in requestsMatthew Wild2009-07-081-9/+15
|
* util.xmlrpc: Add create_requestMatthew Wild2009-07-081-0/+8
|
* mod_console: server:version() and server:uptime() commandsMatthew Wild2009-07-081-0/+18
|
* mod_uptime: Use time of server start rather than module loadMatthew Wild2009-07-081-1/+1
|
* mod_uptime: Convert to unix line endingsMatthew Wild2009-07-081-24/+24
|
* prosody: Record time the server startedMatthew Wild2009-07-081-0/+2
|
* s2smanager: Fix to correctly bounce stanzas if first connection attempt ↵Matthew Wild2009-07-081-2/+9
| | | | fails instantly
* mod_console: Add c2s:close() commandMatthew Wild2009-07-081-0/+11
|
* net.xmppclient_listener: Fix potential traceback when no reason is specified ↵Matthew Wild2009-07-081-1/+1
| | | | for closing a session
* Merged with trunkWaqas Hussain2009-07-064-8/+24
|\
| * Merge with main branch.Tobias Markmann2009-07-0514-158/+379
| |\
| | * mod_console: Allow customisation/suppression of the bannerMatthew Wild2009-07-051-0/+13
| | |
| | * util.hmac: Some optimisationsMatthew Wild2009-07-051-3/+6
| | |
| | * util.hmac: Fix a global setMatthew Wild2009-07-051-1/+1
| | |
| * | Remove to-unicode conversion because it's done in sasl.lua now.Tobias Markmann2009-07-051-2/+1
| | |
| * | Move to-unicode conversion from mod_saslauth.lua to sasl.lua.Tobias Markmann2009-07-051-1/+2
| | |
| * | Fixed decoding of parameters.Tobias Markmann2009-07-051-1/+1
| | |
* | | mod_presence: Fixed: Presence probe replies now get sent to the full JID of ↵Waqas Hussain2009-07-061-1/+1
| |/ |/| | | | | the probe sender
* | mod_presence: Send unavailable presence to resources from non-available ↵Waqas Hussain2009-07-051-0/+9
| | | | | | | | resources on disconnect
* | Moved automatic unavailable presence generation on disconnect from ↵Waqas Hussain2009-07-052-8/+11
| | | | | | | | sessionmanager to mod_presence
* | sessionmanager: Replace raw session by an event data table for resource ↵Waqas Hussain2009-07-051-2/+2
| | | | | | | | bind/unbind events, allowing extra data
* | mod_presence: Broadcast presence to resources before contactsWaqas Hussain2009-07-051-6/+6
| |
* | mod_presence: Prevented normal presence from non-interested resources from ↵Waqas Hussain2009-07-051-70/+66
| | | | | | | | being dropped
* | mod_presence: Changed handle_normal_presence to use a local roster rather ↵Waqas Hussain2009-07-051-6/+7
| | | | | | | | than origin's roster
* | mod_presence: Simplified roster iterationWaqas Hussain2009-07-051-6/+4
| |
* | mod_presence: Eliminated a jid_splitWaqas Hussain2009-07-051-1/+1
| |
* | mod_presence: Removed some unnecessary codeWaqas Hussain2009-07-051-3/+0
| |
* | sessionmanager: Reset bare_sessions[user] after resource conflict ↵Matthew Wild2009-07-031-0/+1
| | | | | | | | resolution. Fixes the other stanza gobbling bug \o/
* | mod_presence: Declare t_insert, fixes a potential tracebackMatthew Wild2009-07-031-1/+1
| |
* | sessionmanager: Newly created sessions shouldn't have a priority. Fixes one ↵Matthew Wild2009-07-031-1/+1
| | | | | | | | of the stanza-gobbling bugs \o/
* | s2smanager: Log the hostname and address when s2s connection fails instantlyMatthew Wild2009-07-031-1/+1
| |
* | hostmanager: Add disallow_s2s to config, defaults to false unless ↵Matthew Wild2009-07-031-1/+6
| | | | | | | | anonymous_login is enabled, then defaults to true
* | stanza_router: Check host.disallow_s2s before routing over s2sout. you can ↵Matthew Wild2009-07-031-6/+10
| | | | | | | | haz no s2s.
* | Merged branchesDwayne Bent2009-07-021-48/+0
|\ \
| * | mod_presence: Removed dead codeWaqas Hussain2009-07-021-48/+0
| | |
* | | Added man page for prosodyctlDwayne Bent2009-07-022-0/+82
|/ /
* | datamanager: Fixed incorrect callback result checkingWaqas Hussain2009-07-021-4/+4
| |
* | mod_pep: Escape + in patternMatthew Wild2009-07-021-1/+1
| |
* | prosodyctl: Add message for not-running errorMatthew Wild2009-07-021-0/+1
| |
* | prosodyctl: Use prosodyctl_timeout option if it exists in the configMatthew Wild2009-07-021-2/+4
| |
* | prosodyctl: Improve usability with status messages, and waiting up to 5s for ↵Matthew Wild2009-07-021-2/+37
| | | | | | | | the server to start/stop
* | mod_pep: Pass origin/session to publish_all()Matthew Wild2009-07-021-1/+1
| |
* | Added HMAC utility moduleDwayne Bent2009-07-011-0/+67
| | | | | | | | Produces HMAC codes using all the supported hashes (md5, sha1, sha256)
* | prosody: Add fallbacks/ to pathMatthew Wild2009-07-021-2/+5
| |
* | Makefile: Install fallbacks/ directoryMatthew Wild2009-07-021-1/+2
| |