mod_disco: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
util.discohelper: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_presence: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
util.events: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_console: Expose commands and environment table
|
Matthew Wild |
2009-07-09 |
modulemanager: Small code improvement, move autoloaded modules list to the top of the file
|
Matthew Wild |
2009-07-09 |
configmanager, modulemanager: Allow components to have modules specified in the config (but don't load the global set of modules for them)
|
Matthew Wild |
2009-07-09 |
mod_console: Add quit and exit as aliases for 'bye' command
|
Matthew Wild |
2009-07-09 |
mod_console: Check for commands when not executing in the global environment
|
Matthew Wild |
2009-07-09 |
prosodyctl: Quit when user pressed ^C in password prompts
|
Matthew Wild |
2009-07-08 |
prosodyctl: Don't 'blugh' when ^C is pressed during reading passwords
|
Matthew Wild |
2009-07-08 |
prosodyctl: Fix traceback when issued with no parameters
|
Matthew Wild |
2009-07-08 |
util.xmlrpc: Support for multiple parameters in requests
|
Matthew Wild |
2009-07-08 |
util.xmlrpc: Add create_request
|
Matthew Wild |
2009-07-08 |
mod_console: server:version() and server:uptime() commands
|
Matthew Wild |
2009-07-08 |
mod_uptime: Use time of server start rather than module load
|
Matthew Wild |
2009-07-08 |
mod_uptime: Convert to unix line endings
|
Matthew Wild |
2009-07-08 |
prosody: Record time the server started
|
Matthew Wild |
2009-07-08 |
s2smanager: Fix to correctly bounce stanzas if first connection attempt fails instantly
|
Matthew Wild |
2009-07-08 |
mod_console: Add c2s:close() command
|
Matthew Wild |
2009-07-08 |
net.xmppclient_listener: Fix potential traceback when no reason is specified for closing a session
|
Matthew Wild |
2009-07-08 |
Merged with trunk
|
Waqas Hussain |
2009-07-05 |
mod_presence: Fixed: Presence probe replies now get sent to the full JID of the probe sender
|
Waqas Hussain |
2009-07-05 |
Merge with main branch.
|
Tobias Markmann |
2009-07-05 |
Remove to-unicode conversion because it's done in sasl.lua now.
|
Tobias Markmann |
2009-07-05 |
Move to-unicode conversion from mod_saslauth.lua to sasl.lua.
|
Tobias Markmann |
2009-07-05 |
Fixed decoding of parameters.
|
Tobias Markmann |
2009-07-05 |
mod_console: Allow customisation/suppression of the banner
|
Matthew Wild |
2009-07-05 |
util.hmac: Some optimisations
|
Matthew Wild |
2009-07-05 |
util.hmac: Fix a global set
|
Matthew Wild |
2009-07-05 |
mod_presence: Send unavailable presence to resources from non-available resources on disconnect
|
Waqas Hussain |
2009-07-05 |
Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence
|
Waqas Hussain |
2009-07-05 |
sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data
|
Waqas Hussain |
2009-07-05 |
mod_presence: Broadcast presence to resources before contacts
|
Waqas Hussain |
2009-07-05 |
mod_presence: Prevented normal presence from non-interested resources from being dropped
|
Waqas Hussain |
2009-07-05 |
mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster
|
Waqas Hussain |
2009-07-05 |
mod_presence: Simplified roster iteration
|
Waqas Hussain |
2009-07-05 |
mod_presence: Eliminated a jid_split
|
Waqas Hussain |
2009-07-05 |
mod_presence: Removed some unnecessary code
|
Waqas Hussain |
2009-07-05 |
sessionmanager: Reset bare_sessions[user] after resource conflict resolution. Fixes the other stanza gobbling bug \o/
|
Matthew Wild |
2009-07-03 |
mod_presence: Declare t_insert, fixes a potential traceback
|
Matthew Wild |
2009-07-03 |
sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/
|
Matthew Wild |
2009-07-03 |
s2smanager: Log the hostname and address when s2s connection fails instantly
|
Matthew Wild |
2009-07-03 |
hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_login is enabled, then defaults to true
|
Matthew Wild |
2009-07-03 |
stanza_router: Check host.disallow_s2s before routing over s2sout. you can haz no s2s.
|
Matthew Wild |
2009-07-03 |
Merged branches
|
Dwayne Bent |
2009-07-02 |
Added man page for prosodyctl
|
Dwayne Bent |
2009-07-02 |
mod_presence: Removed dead code
|
Waqas Hussain |
2009-07-02 |
datamanager: Fixed incorrect callback result checking
|
Waqas Hussain |
2009-07-02 |
mod_pep: Escape + in pattern
|
Matthew Wild |
2009-07-02 |
prosodyctl: Add message for not-running error
|
Matthew Wild |
2009-07-02 |
prosodyctl: Use prosodyctl_timeout option if it exists in the config
|
Matthew Wild |
2009-07-02 |
prosodyctl: Improve usability with status messages, and waiting up to 5s for the server to start/stop
|
Matthew Wild |
2009-07-02 |
mod_pep: Pass origin/session to publish_all()
|
Matthew Wild |
2009-07-02 |
Added HMAC utility module
|
Dwayne Bent |
2009-07-02 |
prosody: Add fallbacks/ to path
|
Matthew Wild |
2009-07-02 |
Makefile: Install fallbacks/ directory
|
Matthew Wild |
2009-07-01 |
mod_offline: Initial commit
|
Waqas Hussain |
2009-07-01 |
Merged with trunk
|
Waqas Hussain |
2009-07-01 |
mod_pep: Fixed boolean indexing error while casting all messages for a user
|
Waqas Hussain |
2009-07-01 |