prosody.git
2009-08-18 Matthew WildMerge waqas with Tobias. Eww.
2009-08-18 Waqas HussainRemoved util/discohelper.lua
2009-08-18 Waqas HussainRemoved core/discomanager.lua
2009-08-18 Waqas Hussainmodulemanager: Removed unused variables and reference...
2009-08-18 Waqas Hussainmodulemanager: Removed unnecessary code in the unload...
2009-08-18 Waqas Hussainmodulemanager: Removed legacy disco#items hook
2009-08-18 Waqas Hussainmodulemanager: add_feature and add_identity APIs update...
2009-08-18 Waqas Hussaincomponentmanager: Removed disco#items hook, and referen...
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 Hussainmodulemanager: Added module API function to get all...
2009-08-18 Waqas Hussainmodulemanager: Module API functions add_item and add_fe...
2009-08-18 Waqas Hussainmod_pep: Added name 'Prosody' to the pubsub/pep identity
2009-08-18 Waqas Hussainmodulemanager: Changed the add_identity module API...
2009-08-18 Waqas HussainAdded: functions add_item and remove_item to add and...
2009-08-18 Waqas Hussaincomponentmanager: Added function to get a list of child...
2009-08-16 Matthew Wildcore.s2smanager, xmppserver_listener: Move the responsi...
2009-08-16 Matthew Wildxmppclient_listener: Remove useless comment
2009-08-16 Matthew Wildcore.sessionmanager, xmppclient_listener: Move responsi...
2009-08-16 Matthew Wildnet.server: Comment all calls to mem_free/collectgarbag...
2009-08-15 Tobias MarkmannShutdown prosody if changing user or group fails.
2009-08-15 Tobias MarkmannMake mod_posix not complain about root user, if setuid...
2009-08-15 Tobias MarkmannAdd setuid and setgid support.
2009-08-13 Waqas Hussainmod_register: Updated to use module:get_option instead...
2009-08-13 Tobias MarkmannRemove print which was used for debugging purposes.
2009-08-13 Waqas Hussainmod_posix: Updated to use module:get_option instead...
2009-08-13 Waqas Hussainmod_legacyauth: Added a FIXME
2009-08-13 Waqas Hussainmod_legacyauth: Refactored a bit
2009-08-13 Waqas Hussainmod_legacyauth: Updated to use module:get_option instea...
2009-08-13 Waqas Hussainmod_legacyauth: Removed useless 'require' call on every...
2009-08-13 Tobias MarkmannUsing pcall to make save the rest from zlib fails....
2009-08-13 Tobias MarkmannForgot to use the configured compression_level. Now...
2009-08-13 Tobias MarkmannAdd config option handling.
2009-08-13 Tobias MarkmannAnother unwanted spaces at the end of a line.
2009-08-13 Tobias MarkmannAdd a TODO for s2s compression support.
2009-08-13 Tobias MarkmannRemove space at the end of a line.
2009-08-13 Tobias MarkmannAdd FIXME to remember TLS compression detection.
2009-08-13 Tobias MarkmannActually inject de- and compression into the reading...
2009-08-12 Tobias MarkmannRemove unwanted spaces.
2009-08-12 Tobias MarkmannCommit initial version of mod_compression.
2009-08-12 Tobias MarkmannRemoving tabs at the end of a line.
2009-08-11 Matthew Wildmod_httpserver: Set default file handler (you can now...
2009-08-11 Matthew Wildnet.httpserver: Allow overriding default request handler
2009-08-11 Matthew Wildmod_bosh: Strip BOSH namespace from stanzas to allow...
2009-08-11 Matthew Wildmod_bosh: Calculate rid difference just once
2009-08-11 Matthew Wildmod_bosh: Basic handling of rids (more to come)
2009-08-11 Matthew Wildmod_bosh: Correct reply when closing sessions
2009-08-11 Matthew Wildnet.httpserver: Don't log response bodies!
2009-08-10 Matthew Wildutil.iterators: Add tail() iterator, to return the...
2009-08-10 Matthew Wildutil.iterators: Add head() iterator, to return the...
2009-08-10 Matthew WildMerge with Tobias
2009-08-09 Tobias MarkmannMoving realm at the beginning of the digest-md5 message...
2009-08-09 Waqas Hussainmod_bosh: Updated to use module:get_option instead...
2009-08-08 Tobias MarkmannFixing a SASL issue by always passing the realm from...
2009-08-08 Waqas Hussainmod_watchregistrations: Updated to use module:get_optio...
2009-08-08 Waqas Hussainmod_selftests: Mark as global
2009-08-08 Waqas Hussainmod_tls: Updated to use module:get_option instead of...
2009-08-08 Waqas Hussainmod_selftests: Updated to use module:get_option instead...
2009-08-08 Waqas Hussainmod_welcome: Updated to use module:get_option instead...
2009-08-08 Waqas Hussainejabberdsql2prosody: Removed unnecessary stanza reseria...
2009-08-08 Waqas Hussainejabberdsql2prosody: Added support for offline messages
2009-08-08 Waqas Hussainejabberdsql2prosody: Fix access of undefined global
2009-08-07 Waqas Hussainmod_version: Rewritten to use new API. Added reply...
2009-08-07 Waqas Hussainmod_version: Use the module API to read configuration...
2009-08-08 Matthew WildMerge with albert and waqas
2009-08-07 Waqas HussainFixed: Zeros could be stripped from the version string...
2009-08-07 Matthew WildMerge with 0.5
2009-08-07 Waqas HussainFixed: Outbound subscription requests silently dropped...
2009-08-05 Matthew Wildmod_xmlrpc: Correct stripping of filename/line number...
2009-08-05 Matthew Wildmod_saslauth: Fix coding style and layout, and use...
2009-08-05 Matthew Wildmod_saslauth: Fix indentation
2009-08-05 Matthew Wildmod_saslauth: Fix traceback on attempted login for...
2009-08-05 Matthew WildMerge with 0.5
2009-08-05 Matthew Wildxmppcomponent_listener: Fix to collect component sessio...
2009-08-05 Matthew WildMerge with 0.5
2009-08-05 Matthew Wildmod_bosh: Fix error reply for host-unknown errors
2009-08-05 Matthew Wildnet.httpserver: Allow response.body to be a non-string
2009-08-03 Matthew WildMerge with waqas
2009-08-03 Matthew WildMerge with 0.5
2009-08-03 Waqas HussainFixed: Self-references could be added to rosters via...
2009-08-03 Waqas HussainFixed: IQ replies are not sent back on publishing a...
2009-08-02 Waqas Hussainejabberdsql2prosody: Added support for Private XML...
2009-08-02 Waqas Hussainejabberdsql2prosody: Added support for vCards
2009-08-02 Waqas Hussainejabberdsql2prosody: Added an XML parser
2009-07-31 Paul Aurichmod_console: EOT (Ctrl-D) closes the connection.
2009-07-29 Matthew WildTagging 0.5.1
2009-07-29 Matthew WildMerge with 0.5
2009-07-29 Waqas HussainMUC: Added the MUC child element to conflict errors
2009-07-29 Waqas HussainAdded: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR...
2009-07-29 Waqas Hussainmod_pep: Added support for pubsub item retraction
2009-07-28 Matthew WildMerge with 0.5
2009-07-28 Matthew Wildxmpp{client,server,component]_listener: Open stream...
2009-07-28 Matthew Wildmod_console: Finally add in the missing 'help' command \o/
2009-07-28 Matthew Wildconfigmanager: Default options appearing before Host...
2009-07-28 Matthew Wildhostmanager: Warn when user puts port configuration...
2009-07-28 Matthew Wildcore.loggingmanager: Enable timestamps by default for...
next