mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is enabled
[prosody.git] / plugins /
2009-10-05 Matthew Wildmod_tls: Mark starttls feature as <required/> if requir...
2009-10-05 Matthew Wildmod_tls: Mark session as not secure before negotiating TLS
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildmod_console: Add module:list() to help
2009-10-05 Matthew Wildmod_console: Add module:list() command to show modules...
2009-10-05 Matthew Wildmod_tls: Only advertise TLS if the server told us which...
2009-10-04 Matthew Wildmod_tls: :up() out of the starttls tag in stream:features
2009-10-04 Paul AurichMinor changes; outgoing TLS works.
2009-10-04 Matthew Wildmod_dialback: Initiate dialback on incoming stream...
2009-10-04 Matthew Wildmod_tls: Advertise and handle TLS for s2s connections
2009-10-02 Matthew Wildmod_httpserver: Update to use new httpserver.new_from_c...
2009-10-02 Matthew Wildmod_bosh: Update to use new httpserver.new_from_config...
2009-10-02 Matthew WildMerge with 0.5
2009-10-02 Matthew Wildmod_bosh: Fix for 'invalid key to next' error when...
2009-10-02 Waqas HussainMUC: Prep given JID when changing affiliation.
2009-10-02 Waqas HussainMerge with 0.5
2009-10-02 Waqas HussainMerge
2009-10-02 Waqas Hussainmod_register: Added helpful text to registration error...
2009-10-02 Waqas Hussainmod_register: Changed error type for hitting registrati...
2009-10-02 Waqas Hussainmod_register: Fixed: No error was returned if username...
2009-09-29 Matthew WildMerge with 0.5
2009-09-29 Matthew Wildmod_saslauth: Prep username used for authenticating...
2009-09-27 Matthew WildMerge with trunk
2009-09-27 Matthew WildMerge with 0.5
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Waqas Hussainmod_legacyauth: Don't allow server-generated resource...
2009-09-27 Waqas Hussainmod_legacyauth: Undo auth on bind fail. Legacy auth...
2009-09-27 Waqas Hussainmod_legacyauth: Added node and resource prepping.
2009-09-25 Waqas HussainMUC: Added multi-session support to the room-exiting...
2009-09-25 Waqas HussainMUC: Renamed a variable name.
2009-09-25 Waqas HussainMUC: Refactored to remove some duplicate code.
2009-09-24 Matthew WildMerge with 0.5
2009-09-24 Matthew Wildmod_console: s2s:close: Use session:close() if that...
2009-09-24 Waqas HussainMUC: Added legacy error code to the presence error...
2009-09-24 Waqas HussainMUC: Added legacy error codes to nickname conflict...
2009-09-24 Matthew WildMerge with trunk
2009-09-24 Matthew WildMerge with 0.5
2009-09-23 Matthew Wildmod_welcome: Change $user to $username in default welco...
2009-09-21 Waqas HussainMUC: Added MUC feature to the disco#info replies of...
2009-09-21 Matthew Wildmod_httpserver: Configurable filesystem path to serve...
2009-09-20 Matthew WildMerge with 0.5
2009-09-13 Waqas HussainMUC: Removed some debug logging.
2009-09-13 Waqas HussainMUC: Added a send() method to the component. Fixes...
2009-09-13 Waqas Hussainmod_vcard: Handle vcard requests from local components.
2009-09-13 Waqas HussainMUC: Correct routing of vCard requests to bare JID.
2009-09-11 Waqas Hussainmod_offline: Fixed undefined global access.
2009-09-11 Matthew WildMerge with 0.5 (no changes!)
2009-09-11 Matthew Wildmod_httpserver: Backport from trunk more thorough valid...
2009-09-09 Waqas HussainMUC: Preserve stanza attributes for private messages.
2009-09-09 Waqas HussainMUC: Don't kick on errors in private messages.
2009-09-09 Waqas HussainMUC: Discard non-persistent rooms as soon as they becom...
2009-09-09 Waqas HussainRemoved legacy mod_muc (replaced by new one).
2009-09-09 Waqas HussainMUC: Removed commented code.
2009-09-09 Matthew Wildmod_console: c2s:show(): Group listed clients by host
2009-09-07 Waqas HussainMerged with Tobias
2009-09-07 Waqas HussainMUC: Fixed traceback on unauthorized access of the...
2009-09-07 Waqas HussainMUC: Added service discovery replies for rooms.
2009-09-07 Waqas HussainMUC: Fixed an undefined global access.
2009-09-07 Waqas HussainMUC: Added support for room configuration forms, persis...
2009-09-07 Waqas HussainMUC: Refactored IQ handling to be more easily extensible.
2009-09-07 Waqas HussainMUC: Added kicking support.
2009-09-07 Waqas HussainMUC: Fixed a variable scoping bug causing problems...
2009-09-07 Waqas HussainMUC: Fixed: Unavailable presence was being sent for...
2009-09-07 Waqas HussainMUC: Changed a MUC library method into a function.
2009-09-07 Waqas HussainMUC: Fixed stanza routing for reloaded rooms.
2009-09-07 Waqas HussainMUC: Added support for reloading MUC library code.
2009-09-07 Waqas HussainMUC: Workaround for Miranda sending 'nick' instead...
2009-09-07 Waqas HussainMUC: Some fixes for minor bugs in IQ handling.
2009-09-07 Waqas HussainMUC: Added support for requesting various lists (owner...
2009-09-07 Waqas HussainMUC: An admin or owner MUST NOT be able to revoke moder...
2009-09-07 Waqas HussainMUC: Owners can now modify roles and affiliations
2009-09-07 Waqas HussainMUC: Added support for generating unique room names
2009-09-07 Waqas HussainMUC: Send appropriate error to banned users on join.
2009-09-07 Waqas HussainMUC: Renamed _participants table to _occupants
2009-09-07 Waqas HussainMUC: New basic mod_muc based on the new MUC library
2009-09-07 Waqas HussainMUC: Initial support for roles and affiliations
2009-09-07 Waqas HussainMUC: Fixed function declarations.
2009-09-07 Waqas HussainMUC: The MUC lib is now metatable based. Cleaned up...
2009-09-07 Waqas HussainMUC: Added initial MUC lib
2009-09-06 Tobias MarkmannAutomated merge with http://prosody.im/source/hg
2009-09-06 Tobias MarkmannAdd NODEprepping to SASL Digest-MD5 authentication...
2009-09-05 matthew@silverMerge with 0.5
2009-09-05 Waqas Hussainmod_presence: Fixed: Don't recursively handle inbound...
2009-09-02 Waqas Hussainmod_compression: Fixed: Starting compression only worke...
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-19 Tobias MarkmannUse NODEprep for prepping usernames used during SASL...
2009-08-18 Tobias MarkmannDon't allow double compression.
2009-08-18 Tobias MarkmannSupport compression also after SASL.
2009-08-18 Matthew WildMerge with waqas
2009-08-18 Waqas Hussainmod_compression: Fixed some undefined global accesses
2009-08-18 Matthew WildMerge waqas with Tobias. Eww.
2009-08-18 Waqas Hussainmod_disco: Rearranged some lines, and added a FIXME...
2009-08-18 Waqas Hussainmod_disco: Removed reference to core.discomanager
2009-08-18 Waqas Hussainmod_disco: Removed legacy IQ hooks
2009-08-18 Waqas Hussainmod_disco: Handle disco#items queries using new APIs
2009-08-18 Waqas Hussainmod_disco: Added identity server/im with name 'Prosody'
2009-08-18 Waqas Hussainmod_disco: Handle disco#info queries using new APIs
2009-08-18 Waqas Hussainmod_pep: Added name 'Prosody' to the pubsub/pep identity
next