sessionmanager: Use UUID for stream ids to clients, no math.random anymore :)
|
Matthew Wild |
2009-10-03 |
sessionmanager: Add c2s_timeout option for unauthenticated client connections
|
Matthew Wild |
2009-10-03 |
util.timer: Pass current_time to timer callbacks
|
Matthew Wild |
2009-10-03 |
mod_httpserver: Update to use new httpserver.new_from_config syntax
|
Matthew Wild |
2009-10-02 |
mod_bosh: Update to use new httpserver.new_from_config syntax
|
Matthew Wild |
2009-10-02 |
net.httpserver: Allow modules registering to provide more than just a default path when using httpserver.new_from_config
|
Matthew Wild |
2009-10-02 |
Merge with 0.5
|
Matthew Wild |
2009-10-02 |
util.muc: Fix location of <x> element on error replies
|
Matthew Wild |
2009-10-02 |
Merge with 0.5
|
Matthew Wild |
2009-10-02 |
mod_bosh: Fix for 'invalid key to next' error when 2 clients lose connection at the same time
|
Matthew Wild |
2009-10-02 |
net.server: Fix missing concatenation operator in error message
|
Matthew Wild |
2009-10-02 |
MUC: Prep given JID when changing affiliation.
|
Waqas Hussain |
2009-10-02 |
Merge with 0.5
|
Waqas Hussain |
2009-10-02 |
Merge
|
Waqas Hussain |
2009-10-02 |
mod_register: Added helpful text to registration error responses.
|
Waqas Hussain |
2009-10-02 |
mod_register: Changed error type for hitting registration rate limit from 'cancel' to 'wait'.
|
Waqas Hussain |
2009-10-02 |
mod_register: Fixed: No error was returned if username failed nodeprep.
|
Waqas Hussain |
2009-10-02 |
util.encodings: Removed a bit of unreachable code.
|
Waqas Hussain |
2009-10-02 |
util.encodings: Included idn-free.h, which explicitly declares the idn_free function.
|
Waqas Hussain |
2009-10-02 |
util.encodings: Fixed: Last change was not ANSI C compatible.
|
Waqas Hussain |
2009-10-02 |
Merge with 0.5
|
Matthew Wild |
2009-09-30 |
modulemanager: Load modules for components, too
|
Matthew Wild |
2009-09-30 |
componentmanager: Preserve existing events table (if any) when registering a component
|
Matthew Wild |
2009-09-30 |
componentmanager: Fire event on component activation
|
Matthew Wild |
2009-09-30 |
componentmanager: Use create_component for, er, creating components
|
Matthew Wild |
2009-09-30 |
hostmanager: Only load vhosts, not components
|
Matthew Wild |
2009-09-30 |
Merge with 0.5
|
Matthew Wild |
2009-09-29 |
mod_saslauth: Prep username used for authenticating a session
|
Matthew Wild |
2009-09-29 |
Merge with 0.5
|
Matthew Wild |
2009-09-29 |
util.encodings: Don't throw an error but return nil when passed nil or a non-string value
|
Matthew Wild |
2009-09-29 |
Merge with 0.5
|
Matthew Wild |
2009-09-29 |
util.pposix: Compatibility with Solaris systems (thanks Filip)
|
Matthew Wild |
2009-09-29 |
util.signal: Change ifdef to allow signal.kill() on Solaris (thanks Filip)
|
Matthew Wild |
2009-09-29 |
Makefile: Don't combine variable export with assignment for compatibility with other shells (thanks Filip)
|
Matthew Wild |
2009-09-29 |
Merge with 0.5
|
Matthew Wild |
2009-09-27 |
Tagging 0.5.2
|
Matthew Wild |
2009-09-27 |
Merge with trunk
|
Matthew Wild |
2009-09-27 |
Merge with 0.5
|
Matthew Wild |
2009-09-27 |
Merge with waqas
0.5.2
|
Matthew Wild |
2009-09-27 |
Merge with waqas
|
Matthew Wild |
2009-09-27 |
mod_legacyauth: Don't allow server-generated resource identifiers, as these are not support by legacy auth.
|
Waqas Hussain |
2009-09-27 |
mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic.
|
Waqas Hussain |
2009-09-27 |
mod_legacyauth: Added node and resource prepping.
|
Waqas Hussain |
2009-09-27 |
Makefile.win: Updated the windows Makefile with more appropriate paths.
|
Waqas Hussain |
2009-09-22 |
util.encodings: Fixed an issue with cross-module memory deallocation (crashes on some windows versions).
|
Waqas Hussain |
2009-09-22 |
core.s2smanager: Always use last record in the DNS cache
|
Matthew Wild |
2009-09-27 |
net.dns: Even better parsing of nameservers from resolv.conf
|
Matthew Wild |
2009-09-25 |
MUC: Added multi-session support to the room-exiting occupant use case.
|
Waqas Hussain |
2009-09-25 |
MUC: Renamed a variable name.
|
Waqas Hussain |
2009-09-25 |
MUC: Refactored to remove some duplicate code.
|
Waqas Hussain |
2009-09-25 |
Merge with 0.5
|
Matthew Wild |
2009-09-24 |
net.dns: Remove elements from the cache when expired so as to not leave holes in the array
|
Matthew Wild |
2009-09-24 |
mod_console: s2s:close: Use session:close() if that exists, otherwise just destroy the session
|
Matthew Wild |
2009-09-24 |
net.dns: Stricter matching of nameserver entries in resolv.conf
|
Matthew Wild |
2009-09-24 |
MUC: Added legacy error code to the presence error returned when a banned user attempts to join.
|
Waqas Hussain |
2009-09-24 |
MUC: Added legacy error codes to nickname conflict presence errors.
|
Waqas Hussain |
2009-09-24 |
Merge with trunk
|
Matthew Wild |
2009-09-24 |
Merge with 0.5
|
Matthew Wild |
2009-09-24 |
net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko)
|
Matthew Wild |
2009-09-24 |
mod_welcome: Change $user to $username in default welcome message (thanks to neustradamus for spotting)
|
Matthew Wild |
2009-09-23 |
Re-tagging 0.5.2
|
Matthew Wild |
2009-09-21 |
mod_httpserver: Configurable filesystem path to serve from
|
Matthew Wild |
2009-09-21 |
Re-tagging 0.5.2
|
Matthew Wild |
2009-09-21 |
prosody.cfg.lua.dist: Add example of declaring admins for a server
|
Matthew Wild |
2009-09-21 |
net.dns: Accidentally committed a hard-coded 4.2.2.1 nameserver
|
Matthew Wild |
2009-09-21 |
MUC: Added MUC feature to the disco#info replies of rooms.
|
Waqas Hussain |
2009-09-21 |
net.dns: (for some reason this commit didn't pull over from 0.5) Remove hard-coded 4.2.2.1 from dns.lua
|
Matthew Wild |
2009-09-21 |
Merge with 0.5
|
Matthew Wild |
2009-09-21 |
core.s2smanager: Don't recurse CNAMEs infinitely :)
|
Matthew Wild |
2009-09-21 |
net.server: Fix traceback when closing connections with buffered data get closed during send
|
Matthew Wild |
2009-09-21 |
Merge with 0.5
|
Matthew Wild |
2009-09-20 |
Tagging 0.5.2
|
Matthew Wild |
2009-09-20 |
Merge with 0.5
|
Matthew Wild |
2009-09-20 |
mod_vcard: Handle vcard requests from local components.
|
Waqas Hussain |
2009-09-20 |
Merge with 0.5
|
Matthew Wild |
2009-09-20 |
mod_console: Show status and priority of clients
|
Matthew Wild |
2009-07-26 |
Merge with 0.5
|
Matthew Wild |
2009-09-20 |
s2smanager: Timeout unauthed s2s connections
|
Matthew Wild |
2009-09-20 |
util.helpers: It would be a good idea to fire an event when we say we are
|
Matthew Wild |
2009-09-20 |
Merge with 0.5
|
Matthew Wild |
2009-09-19 |
s2smanager: Compatibility with domains which use CNAMEs
|
Matthew Wild |
2009-09-19 |
Merge with 0.5
|
Matthew Wild |
2009-09-19 |
s2smanager: Pass A-record lookups through adns module
|
Matthew Wild |
2009-09-19 |
prosody: Add prosody.installed flag to indicate whether Prosody has been installed or is running from checkout
|
Matthew Wild |
2009-09-19 |
prosody: Add prosody.platform which can be either 'windows', 'posix' or 'unknown'
|
Matthew Wild |
2009-09-19 |
Merge with 0.5
|
Matthew Wild |
2009-09-18 |
net.adns: Utilise new net.dns API to handle DNS network errors
|
Matthew Wild |
2009-09-18 |
net.dns: Multiple internal changes and API extensions to allow for more reliable DNS lookups
|
Matthew Wild |
2009-09-18 |
net.server: Add checking for nil sockets to prevent traceback
|
Matthew Wild |
2009-08-18 |
ejabberd2prosody: Fixed a problem with null roster groups.
|
Waqas Hussain |
2009-09-18 |
ejabberd2prosody: Fixed escape code processing when parsing strings.
|
Waqas Hussain |
2009-09-17 |
ejabberd2prosody: Added support for ask='both' in subscriptions.
|
Waqas Hussain |
2009-09-17 |
MUC: Removed some debug logging.
|
Waqas Hussain |
2009-09-13 |
MUC: Added a send() method to the component. Fixes issues with local mod_vcard.
|
Waqas Hussain |
2009-09-13 |
mod_vcard: Handle vcard requests from local components.
|
Waqas Hussain |
2009-09-13 |
MUC: Correct routing of vCard requests to bare JID.
|
Waqas Hussain |
2009-09-13 |
configmanager: Assign a chunk name to config files loaded using the default config loader (fixes issues with some diagnostic tools).
|
Waqas Hussain |
2009-09-11 |
mod_offline: Fixed undefined global access.
|
Waqas Hussain |
2009-09-11 |
ComponentManager: Removed unused variable.
|
Waqas Hussain |
2009-09-11 |
ComponentManager: Removed dependency on core_route_stanza. The default component handler now replies using origin.send().
|
Waqas Hussain |
2009-09-11 |
ComponentManager: Fixed: Default handler sent error replies on result stanzas.
|
Waqas Hussain |
2009-09-11 |
ComponentManager: Fixed a bit of logging.
|
Waqas Hussain |
2009-09-11 |
Merge with 0.5 (no changes!)
|
Matthew Wild |
2009-09-11 |
mod_httpserver: Backport from trunk more thorough validation of URLs prior to processing
|
Matthew Wild |
2009-09-11 |
MUC: Preserve stanza attributes for private messages.
|
Waqas Hussain |
2009-09-09 |
MUC: Don't kick on errors in private messages.
|
Waqas Hussain |
2009-09-09 |
MUC: Discard non-persistent rooms as soon as they become empty.
|
Waqas Hussain |
2009-09-09 |
Removed util.muc (replaced by new MUC plugin library)
|
Waqas Hussain |
2009-09-09 |
Removed legacy mod_muc (replaced by new one).
|
Waqas Hussain |
2009-09-09 |
MUC: Removed commented code.
|
Waqas Hussain |
2009-09-09 |
mod_console: c2s:show(): Group listed clients by host
|
Matthew Wild |
2009-09-09 |
Fix for Makefile hack to install MUC plugin
|
matthew |
2009-09-08 |
Updated the Makefile to work with the MUC plugin folder.
|
Waqas Hussain |
2009-09-08 |
Merged with Tobias
|
Waqas Hussain |
2009-09-07 |
Automated merge with http://prosody.im/source/hg
|
Tobias Markmann |
2009-09-06 |
Add NODEprepping to SASL Digest-MD5 authentication handling.
|
Tobias Markmann |
2009-09-06 |
MUC: Fixed traceback on unauthorized access of the room configuration form.
|
Waqas Hussain |
2009-09-07 |
MUC: Added service discovery replies for rooms.
|
Waqas Hussain |
2009-09-07 |
MUC: Fixed an undefined global access.
|
Waqas Hussain |
2009-09-07 |
MUC: Added support for room configuration forms, persistence and hidden rooms.
|
Waqas Hussain |
2009-09-07 |
MUC: Refactored IQ handling to be more easily extensible.
|
Waqas Hussain |
2009-09-07 |
MUC: Added kicking support.
|
Waqas Hussain |
2009-09-07 |
MUC: Fixed a variable scoping bug causing problems with presence routing on affiliation/role change.
|
Waqas Hussain |
2009-09-07 |
MUC: Fixed: Unavailable presence was being sent for all role and affiliation changes. Now sent only for kicked occupants.
|
Waqas Hussain |
2009-09-07 |
MUC: Changed a MUC library method into a function.
|
Waqas Hussain |
2009-09-07 |
MUC: Fixed stanza routing for reloaded rooms.
|
Waqas Hussain |
2009-09-07 |
MUC: Added support for reloading MUC library code.
|
Waqas Hussain |
2009-09-07 |
MUC: Workaround for Miranda sending 'nick' instead of 'jid' when changing affiliation.
|
Waqas Hussain |
2009-09-07 |