usermanager: Removed an unnecessary check
|
Waqas Hussain |
2009-07-25 |
mod_xmlrpc: Added support for secure calls by non-admins
|
Waqas Hussain |
2009-07-25 |
modulemanager: Added get_option(name, default_value) to plugin API
|
Waqas Hussain |
2009-07-25 |
Switch to using a more generic credentials_callback/handler for SASL auth.
|
nick |
2009-07-24 |
mod_saslauth, usermanager: Fetch list of mechanisms from usermanager
|
Nick Thomas |
2009-07-23 |
prosody: net_activate_ports: Check listener exists before trying to open port for it
|
Matthew Wild |
2009-07-23 |
Merge with 0.5
|
Matthew Wild |
2009-07-23 |
net.server: Fail to open port if legacy SSL requested, but SSL not available
|
Matthias Diene |
2009-07-23 |
prosodyctl: Also switch group when we switch user
|
Matthew Wild |
2009-07-23 |
pposix, mod_posix: Bump pposix version number
|
Matthew Wild |
2009-07-23 |
pposix: Add setgid() function
|
Matthew Wild |
2009-07-23 |
net.server: Remove listener from listeners table when calling removeserver
|
Matthew Wild |
2009-07-23 |
prosody: Correctly allow console ports to be changed through the config
|
Matthew Wild |
2009-07-23 |
mod_console: Set default_interface to 127.0.0.1
|
Matthew Wild |
2009-07-23 |
net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting to wrap clients with a broken context
|
Matthew Wild |
2009-07-23 |
Merge with 0.5
|
Matthew Wild |
2009-07-23 |
ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and binaries, and atoms enclosed in single quotes
|
Sergei Golovan |
2009-07-23 |
ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)
|
Matthew Wild |
2009-07-21 |
net.server: Continue to initialise port listener even when SSL errors occur
|
Matthias Diener |
2009-07-23 |
Merge with 0.5
|
Matthew Wild |
2009-07-22 |
mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback (thanks Deepspawn)
|
Matthew Wild |
2009-07-22 |
ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)
|
Matthew Wild |
2009-07-21 |
Merge with 0.5
|
Matthew Wild |
2009-07-21 |
pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intosi for reporting and an initial patch
|
Matthew Wild |
2009-07-21 |
mod_muc: Set correct 'from' JID when sending the room subject to joiners, fixes a traceback
|
Matthew Wild |
2009-07-21 |
Tagging 0.5.0
|
Matthew Wild |
2009-07-20 |
mod_muc: Expose rooms table to the host and plugins
|
Matthew Wild |
2009-07-20 |
prosody: Send friendly text with system-shutdown stream error
|
Matthew Wild |
2009-07-18 |
xmppclient_listener: Use error text as disconnect reason if there is any
|
Matthew Wild |
2009-07-18 |
mod_console: Add server:shutdown() command
|
Matthew Wild |
2009-07-18 |
mod_console: Add config:reload() command
|
Matthew Wild |
2009-07-18 |
prosody: Return success/error from prosody.reload_config()
|
Matthew Wild |
2009-07-18 |
mod_console: Rename server:reload() to server:insane_reload() (basically no-one should use it except me...)
|
Matthew Wild |
2009-07-18 |
Merge with 0.5
|
Matthew Wild |
2009-07-14 |
util.xmlrpc: Fixed table serialization (regression introduced in previous change)
0.5.0
|
Waqas Hussain |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-14 |
mod_httpserver: Update to use new new_from_config() too
|
Matthew Wild |
2009-07-14 |
mod_bosh: Update to use new new_from_config()
|
Matthew Wild |
2009-07-14 |
net.httpserver: Allow specification of the default base URL when using new_from_config()
|
Matthew Wild |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-14 |
prosody.cfg.lua.dist: Add mod_pep to the default config file
|
Matthew Wild |
2009-07-14 |
Merge with 0.5
|
Matthew Wild |
2009-07-13 |
net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix
|
Matthew Wild |
2009-07-13 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
net.server: Fix copyright header line endings and text
|
Matthew Wild |
2009-07-12 |
net.server: Correct fix for SSL traceback earlier
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
mod_bosh: Mark a session as secure if it is created with HTTPS
|
Matthew Wild |
2009-07-12 |
net.httpserver: Mark a request as secure if it is made using HTTPS
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
mod_httpserver: Use new httpserver helper to initialise ports
|
Matthew Wild |
2009-07-12 |
mod_bosh: Use new httpserver helper to initialise ports
|
Matthew Wild |
2009-07-12 |
net.httpserver: Add helper function to set up HTTP server according to given config options
|
Matthew Wild |
2009-07-12 |
net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback
|
Matthew Wild |
2009-07-12 |
Merge with 0.5
|
Matthew Wild |
2009-07-12 |
net.server: Don't close handler if it is already nil when SSL handshake fails
|
Matthew Wild |
2009-07-12 |
prosody: Load util.helpers at startup
|
Matthew Wild |
2009-07-12 |
util.helpers: New util library to aid with debugging, etc.
|
Matthew Wild |
2009-07-12 |
prosody: Call initialisation functions at once
|
Matthew Wild |
2009-07-11 |
prosody: Start of refactoring of main file
|
Matthew Wild |
2009-07-11 |
util.pubsub -> util.broadcast
|
Matthew Wild |
2009-07-11 |
prosody.cfg.lua: Various small changes
|
Matthew Wild |
2009-07-10 |
prosody.cfg.lua.dist: Move enabled line higher up (people including myself often miss it)
|
Matthew Wild |
2009-07-10 |
prosody.cfg.lua.dist: Add auto-loaded modules to the config
|
Matthew Wild |
2009-07-10 |
mod_uptime: Fix bad uptime if module is loaded at startup
|
Matthew Wild |
2009-07-10 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
stanza_router: Catch and log an error case which I don't think should happen (but sometimes seems to)
|
Matthew Wild |
2009-07-10 |
Remove completed items from TODO
|
Matthew Wild |
2009-07-10 |
util.pubsub: Fix undefined global accesses
|
Matthew Wild |
2009-07-10 |
util.sasl: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.stanza: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.hmac: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
util.prosodyctl: Fix undefined global access
|
Matthew Wild |
2009-07-10 |
eventmanager: Convert from Windows line endings
|
Matthew Wild |
2009-07-10 |
mod_time Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
discomanager: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_ping: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
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 |
Send xml:lang in stream headers, fixes #78
|
Matthew Wild |
2009-07-01 |
Making sure the node is in unicode when passing it to password lookup function.
|
Tobias Markmann |
2009-07-01 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-29 |
modulemanager: Don't close stream on stream:error with unsupported-stanza-type (fixes #102)
|
Waqas Hussain |
2009-06-29 |
prosody.cfg.lua.dist: Removed 'presence' from default modules list
|
Waqas Hussain |
2009-06-29 |
stanza_router: Removed unnecessary xmlns check
|
Waqas Hussain |
2009-06-29 |
stanza_router: Don't fire preprocessing events if stanza is not from full JID
|
Waqas Hussain |
2009-06-29 |
Merge with nolan
|
Matthew Wild |
2009-06-29 |
Serialize unknown stanza before logging.
|
nolan |
2009-06-28 |
util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugin tracebacks)
|
Waqas Hussain |
2009-06-28 |
mod_pep: Fixed a nil access error
|
Waqas Hussain |
2009-06-28 |
mod_pep: Use cached caps
|
Waqas Hussain |
2009-06-28 |
Merged with trunk
|
Waqas Hussain |
2009-06-28 |
mod_pep: Entity capabilities
|
Waqas Hussain |
2009-06-28 |
Merge with nolan
|
Matthew Wild |
2009-06-28 |
net.httpserver: Don't upset logger when response is nil
|
Matthew Wild |
2009-06-28 |
Log stanza if stanza.to isn't set for some component errors.
|
nolan |
2009-06-28 |
mod_console: Reload/unload a module on a component host if it is loaded there
|
Matthew Wild |
2009-06-28 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-27 |
util.stanza: Serializer optimizations, and nicer output for empty elements
|
Waqas Hussain |
2009-06-27 |
mod_pep: Broadcast only to available recipients with caps
|
Waqas Hussain |
2009-06-26 |
mod_pep: Ignore presence subscriptions when extractng hash information
|
Waqas Hussain |
2009-06-26 |
mod_pep: Added function get_caps_hash_from_presence
|
Waqas Hussain |
2009-06-26 |
util.muc: Fixed duplicate parameter names in function room:set_subject
|
Waqas Hussain |
2009-06-26 |
util.muc: Fixed incorrect parameters for a function call
|
Waqas Hussain |
2009-06-26 |
mod_pep: Removed some YODO comments
|
Waqas Hussain |
2009-06-26 |
mod_pep: Added handler for disco responses
|
Waqas Hussain |
2009-06-26 |
mod_message: Advertise offline message support as per XEP-0160 (thanks nolan)
|
Matthew Wild |
2009-06-26 |
xmppclient_listener: Pass session close reason to destroy_session (to be used in unavailable presence)
|
Matthew Wild |
2009-06-26 |
mod_iq: Change sub-event names for IQ errors and results to use stanza IDs
|
Waqas Hussain |
2009-06-26 |
util.stanza: Add stanza:get_text() to retrieve all child text nodes #api
|
Matthew Wild |
2009-06-26 |
stanza_router: Fire events also for stanzas to components
|
Matthew Wild |
2009-06-26 |
mod_message, mod_presence: Maintain list of top resources. Less work in routing messages to bare JIDs. - #optimization
|
Waqas Hussain |
2009-06-26 |
util.events: Replaced ipairs with slightly faster numeric for loop - #optimization
|
Waqas Hussain |
2009-06-26 |
util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization
|
Waqas Hussain |
2009-06-25 |
util.stanza: Remove numeric attributes while deserializing
|
Waqas Hussain |
2009-06-25 |
xmlhandlers: Remove numeric attributes
|
Waqas Hussain |
2009-06-25 |
stanza_router: Remove unused variables and code
|
Waqas Hussain |
2009-06-25 |
stanza_router: A little refactoring
|
Waqas Hussain |
2009-06-25 |
stanza_router: Remove unused variables
|
Waqas Hussain |
2009-06-25 |
stanza_router: Remove even more old routing code
|
Waqas Hussain |
2009-06-25 |
stanza_router: Remove some more old routing code
|
Waqas Hussain |
2009-06-25 |
stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code
|
Waqas Hussain |
2009-06-25 |
stanza_router: Removed unused function: select_best_resources
|
Waqas Hussain |
2009-06-25 |
stanza_router: Removed old routing code
|
Waqas Hussain |
2009-06-25 |
mod_component: Rewrite jabber:client stanzas to jabber:component:accept, thanks JaredH!
|
Matthew Wild |
2009-06-25 |
mod_pep: Use new style events
|
Waqas Hussain |
2009-06-24 |
mod_iq: Fire sub-events for IQ results and errors
|
Waqas Hussain |
2009-06-24 |
mod_pep: Broadcast from the user's bare JID, not full JID
|
Waqas Hussain |
2009-06-24 |
mod_pep: Remove data when a user disables a node
|
Waqas Hussain |
2009-06-24 |
mod_pep: Added some comments
|
Waqas Hussain |
2009-06-24 |
mod_pep: Fixed detection of contact presence changes
|
Waqas Hussain |
2009-06-24 |
mod_muc: Now based on util.muc
|
Waqas Hussain |
2009-06-23 |
mod_announce: Work with non-local admins
|
Waqas Hussain |
2009-06-23 |
mod_announce: Use usermanager.is_admin to verify admin status
|
Waqas Hussain |
2009-06-23 |
sessionmanager: Fire event on resource unbind
|
Waqas Hussain |
2009-06-23 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-23 |
modulemanager: Enabled access to the module API from plugin libraries
|
Waqas Hussain |
2009-06-22 |
modulemanager: Added simple module:require implementation
|
Waqas Hussain |
2009-06-21 |
README: Update for new MUC address
|
Matthew Wild |
2009-06-23 |
prosodyctl: Allow commands to be implemented in modules
|
Matthew Wild |
2009-06-23 |
modulemanager: Expose api table to allow others to extend the module API
|
Matthew Wild |
2009-06-23 |
mod_groups: Support for public groups, and extra logging
|
Matthew Wild |
2009-06-22 |
util.pluginloader: Remove unnecessary return value suppressing the real load error
|
Matthew Wild |
2009-06-22 |
modulemanager: Fix copy/paste error, should be name instead of module_name
|
Matthew Wild |
2009-06-22 |
mod_announce: New module to send a message to all online users
|
Matthew Wild |
2009-06-22 |
mod_httpserver: Allow configuration of ports and base path, like mod_bosh
|
Matthew Wild |
2009-06-22 |
mod_groups: Experimental shared roster support
|
Matthew Wild |
2009-06-22 |
prosody: Switch anonymous_login check to use the new datamanager callback syntax
|
Matthew Wild |
2009-06-22 |
util.datamanager: Allow multiple data storage callbacks, and allow them to modify parameters
|
Matthew Wild |
2009-06-22 |
rostermanager: Fire event on roster load
|
Matthew Wild |
2009-06-22 |
sessionmanager: Fire event on resource bind
|
Matthew Wild |
2009-06-22 |
modulemanager: Call 'load' method when loading a module
|
Matthew Wild |
2009-06-22 |
Merge with Tobias
|
Matthew Wild |
2009-06-20 |
Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API.
|
Tobias Markmann |
2009-06-20 |
Adding a parameter for realm to the password_callback.
|
Tobias Markmann |
2009-06-20 |
Adding COMPAT comment.
|
Tobias Markmann |
2009-06-20 |
util.array: Add support for + operator to create a new array from two arrays joined
|
Matthew Wild |
2009-06-20 |
util.array: Make array:reverse() and array:shuffle() return the array to allow chaining
|
Matthew Wild |
2009-06-20 |
util.array: Add array:append() method, to append a new array to an existing one
|
Matthew Wild |
2009-06-20 |
stanza_router: Skip prepping 'to' in many common cases - #optimization
|
Waqas Hussain |
2009-06-20 |
stanza_router: Skip prepping 'from' on c2s origins - #optimization
|
Waqas Hussain |
2009-06-20 |
stanza_router: Fixed a corner case where processing could continue after an error reply
|
Waqas Hussain |
2009-06-20 |
stanza_router: A little refactoring
|
Waqas Hussain |
2009-06-20 |
componentmanager: Using prosody.events instead of core.eventmanager
|
Waqas Hussain |
2009-06-20 |
Main: Don't use empty event data objects for some global events. Some handlers don't expect it.
|
Waqas Hussain |
2009-06-20 |