Software /
code /
prosody
Graph
-
tests: Disable TLS in scansion tests2019-09-06, by Kim Alvefur
-
core.certmanager: Lower severity for tls config not having cert2019-09-06, by Kim Alvefur
-
net.http: Pass server name along for SNI (fixes #1408)2019-09-01, by Kim Alvefur
-
net.server: Handle server name (SNI) as extra argument2019-08-31, by Kim Alvefur
-
net.server: Accept and save an 'extra' field for client connections2019-08-31, by Kim Alvefur
-
Merge 0.11->trunk2019-08-31, by Kim Alvefur
-
MUC: Fix delay tag @from in test to be the room JID (#1054 came back)2019-08-31, by Kim Alvefur
-
MUC: Add a test covering basic room creation, messages and destruction2019-08-31, by Kim Alvefur
-
net.server_epoll: Add support for opportunistic writes2019-08-27, by Kim Alvefur
-
core.certmanager: Remove unused import [luacheck]2019-08-25, by Kim Alvefur
-
Remove COMPAT with temporary luasec fork2019-08-25, by Kim Alvefur
-
MUC: Simplify nickname refresh loop2019-08-25, by Kim Alvefur
-
core.certmanager: Move EECDH ciphers before EDH in default cipherstring2019-08-25, by Kim Alvefur
-
mod_storage_internal: Include last text message2019-08-22, by Kim Alvefur
-
mod_storage_*: Also include timestmap of first message in :summary API2019-08-22, by Kim Alvefur
-
mod_storage_*: Include timestamp of latest message in :summary API2019-08-22, by Kim Alvefur
-
mod_storage_*: Tweak :summary API to allow future expansion with more fields2019-08-22, by Kim Alvefur
-
mod_auth_internal_hashed: Precompute SCRAM authentication profile name (thanks MattJ)2019-08-21, by Kim Alvefur
-
mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-12019-01-13, by Kim Alvefur
-
util.sasl.scram: Add support for SCRAM-SHA-2562019-01-13, by Kim Alvefur
-
util.sasl.scram: Factor out SHA-1 specific getAuthenticationDatabaseSHA12019-01-13, by Kim Alvefur
-
mod_vcard_legacy: Use PEP nickname if vcard4 data is unavailable2019-08-22, by Kim Alvefur
-
core.moduleapi: Restructure send_iq method for more atomic cleanup2019-08-21, by Kim Alvefur
-
core.moduleapi: Uppercase "IQ stanza" for consistency2019-08-21, by Kim Alvefur
-
Merge 0.11->trunk2019-08-20, by Kim Alvefur
-
Merge mod-installer (2019 GSoC by João Duarte)2019-08-19, by Matthew Wild
-
util/prosodyctl: call_luarocks now sets a directory variable itself2019-08-16, by João Duarte
-
util/prosodyctl: Removed the check_flags and execute_command function2019-08-16, by João Duarte
-
prosodyctl: Install, remove and list commands now use the call_luarocks function2019-08-16, by João Duarte
-
core.configmanager: Removed code related to complement_lua_path2019-08-16, by João Duarte
-
util.pluginloader: Added a new path to the variable local_names2019-08-16, by João Duarte
-
util.paths: Fixed file termination for package.cpath's extra path2019-08-16, by João Duarte
-
util.startup: Changed the way util.paths.complement_lua_path was being accessed2019-08-16, by João Duarte
-
prosodyctl: Fixed a typo2019-08-16, by João Duarte
-
util.startup: Reorganized code at setup_plugindir2019-08-01, by João Duarte
-
util.paths: Refactored a variable, to avoid shadowing2019-08-01, by João Duarte
-
util.startup: Now calls a function to complement lua's path/cpath2019-08-01, by João Duarte
-
core.configmanager: Added support to 'complement_lua_path'2019-08-01, by João Duarte
-
util.paths: Added the function 'complement_lua_path'2019-08-01, by João Duarte
-
util.startup: setup_plugindir now also checks package.cpath for duplicates2019-08-01, by João Duarte
-
util.startup: Directly calling lfs.currentdir instead of storing it in a local variable2019-08-01, by João Duarte
-
util.startup: Removed/rewrote comments at setup_plugindir2019-08-01, by João Duarte
-
util.startupt: setup_plugindir now uses lfs.mkdir to check/create directories2019-08-01, by João Duarte
-
util.prosodyctl: Changed a comment2019-08-01, by João Duarte
-
prosodyctl: Removed the auxiliary command 'enabled_plugins'2019-07-31, by João Duarte
-
prosodyctl: The install, remove and list commands now work by calling the execute_command function2019-07-31, by João Duarte
-
util.prosodyctl: Added the execute_command function2019-07-31, by João Duarte
-
prosodyctl: Rewrote the list command, to make it cleaner and easier to work with2019-07-31, by João Duarte
-
util.prosodyctl: call_luarocks function is now compatible with the list command2019-07-31, by João Duarte
-
prosodyctl: Rewrote the remove command, to make it cleaner and easier to work with2019-07-31, by João Duarte
-
prosodyctl: Rewrote the install command, to make it more cleaner2019-07-31, by João Duarte
-
util.prosodyctl: Added the call_luarocks function2019-07-31, by João Duarte
-
util.prosodyctl: Added the check_flags function2019-07-31, by João Duarte
-
prosodyctl: Removed unnecessary comments from the remove command2019-07-31, by João Duarte
-
prosodyctl: Swapped prints for the show_message function at the install/remove commands2019-07-31, by João Duarte
-
make_repo.lua: Moved to /tools/make_repo.lua2019-07-29, by João Duarte
-
prosody.cfg.lua.dist: Added a field for the installer's path2019-07-27, by João Duarte
-
util.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpath2019-07-27, by João Duarte
-
util.startup: The .setup_plugindir function now correctly sets a default/specified path for custom plugins2019-07-26, by João Duarte
-
prosodyctl: Corrected the help output of the install and remove commands2019-07-26, by João Duarte
-
util.startup: Removed unnecessary if clause at startup.set_plugindir2019-07-25, by João Duarte
-
prosodyctl: Removed the list duplicate at the commands_order variable2019-07-25, by João Duarte
-
prosodyctl: Removed the local_plugins command2019-07-24, by João Duarte
-
prosodyctl: Custom plugins paths are now retrieved by an helper function2019-07-24, by João Duarte
-
util.prosodyctl: Created the helper function get_path_custom_plugins2019-07-24, by João Duarte
-
prosodyctl: Updated the list command, to use the new directory for custom plugins2019-07-24, by João Duarte
-
prosodyctl: Updated the remove command to use the new directory for custom plugins2019-07-24, by João Duarte
-
prosodyctl: The install command now performs its job at a dedicated folder for custom plugins2019-07-24, by João Duarte
-
util.startup: Now it also loads default or configured paths to custom plugin directories and creates them2019-07-24, by João Duarte
-
prosodyctl: Removed/rewrote comments at the install, remove and list commands2019-07-24, by João Duarte
-
prosodyctl: Corrected the remove and install commands' order2019-07-24, by João Duarte
-
prosodyctl: Added the install and remove arguments to the reorganized commands_order variable2019-07-24, by João Duarte
-
prosodyctl: Removed the admin_add and admin_remove from the commands_order variable2019-07-24, by João Duarte
-
util.prosodyctl: Removed the admin_operation command2019-07-24, by João Duarte
-
prosodyctl: Removed the make, admin_add and admin_remove commands2019-07-24, by João Duarte
-
make_repo: This script creates a repository with prosody plugins' rockspecs2019-07-24, by João Duarte
-
prosodyctl: Removed the development commands magic, get_modules and write_rockspec2019-07-24, by João Duarte
-
prosodyctl: The install command now prints output regarding module configuration2019-07-23, by João Duarte
-
util.prosodyctl: Added the show_module_configuration_help function2019-07-23, by João Duarte
-
prosodyctl: The install command is now also checking a specified remote server2019-07-23, by João Duarte
-
prosodyctl: Corrected the outputs from the install command2019-07-23, by João Duarte
-
prosodyctl: Corrected output printed by the remove command2019-07-23, by João Duarte
-
util.prosodyctl: Corrected indentation on my code2019-07-20, by João Duarte
-
prosodyctl: Corrected indentation on my code2019-07-20, by João Duarte
-
prosodyctl: Removed trailing whitespaces2019-07-17, by João Duarte
-
prosodyctl: Added missing semicolons to some return calls2019-07-17, by João Duarte
-
prosodyctl: Improved the 'remove' command2019-07-17, by João Duarte
-
prosodyctl: The 'install' command can now recognize the flag '--tree'2019-07-17, by João Duarte
-
prosodyctl: Improved the 'list' command2019-07-17, by João Duarte
-
prosodyctl: Added the 'install' command2019-07-17, by João Duarte
-
prosodyctl: Added the 'remove' command2019-07-16, by João Duarte
-
prosodyctl: Added the 'make' function2019-07-16, by João Duarte
-
prosodyctl: Added the 'write_rockspec' function2019-07-16, by João Duarte
-
prosodyctl: Added the 'get_modules' commands2019-07-16, by João Duarte
-
util.prosodyctl: Added help support to 'admin_operation'2019-06-27, by João Duarte
-
prosodyctl: added help support to all my functions2019-06-27, by João Duarte
-
prosodyctl: Complemented my functions with return calls, when possible2019-06-26, by João Duarte
-
prosodyctl: Corrected the calls to the recently moved function 'admin_operation'2019-06-25, by João Duarte
-
util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to here2019-06-25, by João Duarte
-
prosodyctl: Added the 'admin_remove' command2019-06-25, by João Duarte
-
prosodyctl: Added the 'admin_add' command2019-06-25, by João Duarte
-
prosodyctl: Implemented a command bridge to the 'luarocks-admin add' command, called 'admin_add'2019-06-21, by João Duarte
-
Merge my line of development->trunk2019-06-21, by João Duarte
Scroll all the way down to load more.