Software /
code /
prosody-modules
Graph
-
mod_admin_web: Add bootstrap to get_deps.sh2012-01-17, by Matthew Wild
-
mod_admin_web: Move style.css to css/2012-01-17, by Matthew Wild
-
mod_admin_web: Fix typo (incomming->incoming)2012-01-17, by Matthew Wild
-
mod_stanza_counter_http: revert to use module:get_option_boolean2012-01-17, by Marco Cirillo
-
mod_server_status: revert to use module:get_option_boolean2012-01-17, by Marco Cirillo
-
mod_register_json: revert to use module:get_option_boolean2012-01-17, by Marco Cirillo
-
mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present.2012-01-17, by Marco Cirillo
-
mod_server_status: added http cleanup code from mod_register_json2012-01-17, by Marco Cirillo
-
mod_stanza_counter_http: added cleanup function (from mod_register_json)2012-01-17, by Marco Cirillo
-
mod_mam: Store the message id more accessible.2012-01-15, by Kim Alvefur
-
mod_mam: Implement archiving preferences.2012-01-15, by Kim Alvefur
-
mod_muc_limits: Echo any MUC <x> or <body> in the error reply (required to make Gajim display the error)2012-01-15, by Matthew Wild
-
mod_muc_limits: Don't limit room leaving2012-01-15, by Matthew Wild
-
mod_muc_limits: New module to impose overall rate-limits on a MUC (not on individual users)2012-01-15, by Matthew Wild
-
mod_register_json: checking out if the user creation succeeded or not is good practice.2012-01-14, by Marco Cirillo
-
mod_register_json: fire user-registered event manually on the destination host. (thanks Mr. Gecko)2012-01-14, by Marco Cirillo
-
mod_register_json: modified code to employ get_option_set for true sets, and contains meta method2012-01-14, by Marco Cirillo
-
mod_admin_web: Use proper path for www_data files (Thanks Zash)2012-01-14, by Florian Zeitz
-
mod_register_json: cleaned up useless unused code (thanks Mr. Gecko)2012-01-14, by Marco Cirillo
-
mod_adhoc_web: fade instead of scrolling2012-01-12, by Florian Zeitz
-
mod_carbons: Update to Carbons v0.6.2012-01-10, by Kim Alvefur
-
mod_server_status: corrected mistake in the code.2012-01-10, by Marco Cirillo
-
mod_server_status: useless "space" removed2012-01-10, by Marco Cirillo
-
mod_server_status: corrected error.2012-01-10, by Marco Cirillo
-
mod_server_status: renamed mod_xml_status to mod_server_status as the option to output the stats in JSON was added.2012-01-10, by Marco Cirillo
-
mod_admin_web: Add missing images2012-01-10, by Florian Zeitz
-
First pass of web-admin redesign2012-01-10, by Florian Zeitz
-
mod_host_guard: fixed plugin, minor code refactor.2012-01-08, by Marco Cirillo
-
mod_register_json: replaced prosody.events.add_handler with module:hook.2012-01-08, by Marco Cirillo
-
mod_stanza_counter_http: replaced prosody.events.add_handler with module:hook.2012-01-08, by Marco Cirillo
-
mod_stanza_counter: removed a few empty lines.2012-01-08, by Marco Cirillo
-
mod_host_guard: replaced prosody.events.add_handler with module:hook.2012-01-08, by Marco Cirillo
-
mod_xml_status: stick to one code "punctuation" style.2012-01-07, by Marco Cirillo
-
mod_s2s_never_encrypt_blacklist: stick to one code "punctuation" style.2012-01-07, by Marco Cirillo
-
mod_register_redirect: stick to one code "punctuation" style.2012-01-07, by Marco Cirillo
-
mod_register_json: stick to one code "punctuation" style.2012-01-07, by Marco Cirillo
-
mod_host_guard: stick to one code "punctuation" style.2012-01-07, by Marco Cirillo
-
mod_xml_status: last code cleanup and optimization.2012-01-07, by Marco Cirillo
-
mod_xml_status: small cleanup.2012-01-06, by Marco Cirillo
-
mod_xml_status: initial commit. Expose server status in xml format to be used on external webapps.2012-01-06, by Marco Cirillo
-
mod_mam: Add experimental implementation of the Message Archive Management ProtoXEP2012-01-06, by Kim Alvefur
-
Merge2012-01-06, by Kim Alvefur
-
mod_carbons: Add MIT license statement.2012-01-06, by Kim Alvefur
-
mod_carbons: Remove completed TODO2012-01-06, by Kim Alvefur
-
mod_host_guard: updated banner.2012-01-05, by Marco Cirillo
-
mod_stanza_counter: corrected syntax mistake in the http plugin.2012-01-02, by Marco Cirillo
-
mod_pastebin: Make last commit work (also set on restore)2011-12-21, by Matthew Wild
-
mod_pastebin: Fix issue with metatable not being set when a reload changes expires_after to 02011-12-21, by Matthew Wild
-
mod_pastebin: Support for persistent pastes (set pastebin_expire_after = 0)2011-12-19, by Matthew Wild
-
mod_pastebin: Fix off-by-one in line counting (display issue only)2011-12-19, by Matthew Wild
-
mod_pastebin: Fix call to undefined function introduced in previous commit2011-12-19, by Matthew Wild
-
mod_storage_mongodb: (un)lock globals around require; only auth if we need to2011-12-18, by James Callahan
-
mod_carbons: Fix a typo and unindent a line.2011-12-14, by Kim Alvefur
-
mod_storage_mongodb: (un)lock globals around require; only auth if we need to2011-12-18, by James Callahan
-
mod_storage_mongodb: move database connecting to inside driver:open2011-12-14, by James Callahan
-
mod_storage_mongodb: assert the configuration options2011-12-14, by James Callahan
-
mod_storage_mongodb: Use _global as host when none provided2011-12-13, by James Callahan
-
Rename to mongodb2011-12-12, by James Callahan
-
mod_storage_mondodb: Add module2011-12-12, by James Callahan
-
mod_ircd: some cleanup.2011-12-11, by Marco Cirillo
-
mod_reload_modules: Use module:hook_global() if available2011-12-10, by Matthew Wild
-
mod_pastebin: Threshold is now UTF-8 characters (thanks Grom_PE for initial patch)2011-12-08, by Matthew Wild
-
mod_auth_sql: Read option 'auth_sql' (thanks rdnzlc)2011-12-08, by Matthew Wild
-
mod_ircd: "finish" previous commit.2011-12-05, by Marco Cirillo
-
mod_ircd: remove some duped code.2011-12-05, by Marco Cirillo
-
mod_ircd: added USERHOST command.2011-12-05, by Marco Cirillo
-
mod_ircd: added channel modes' prefix declaration as some irc clients parse those to detect which mapping to use.2011-12-05, by Marco Cirillo
-
mod_ircd: added USERHOST placeholder.2011-12-05, by Marco Cirillo
-
mod_host_guard: minor fix.2011-12-04, by Marco Cirillo
-
mod_roster_command: Fix traceback and log error message when loaded into Prosody (thanks epaulin)2011-12-03, by Matthew Wild
-
mod_ircd: "yatc" (yet another typo correction)2011-12-02, by Marco Cirillo
-
mod_ircd: minor typo clean up.2011-12-02, by Marco Cirillo
-
mod_ircd: corrected an issue within the nick change logic, and improved it by implementing the USER command.2011-12-02, by Marco Cirillo
-
mod_data_access: Implement PUT and POST.2011-11-28, by Kim Alvefur
-
mod_ircd: removed role check.2011-11-28, by Marco Cirillo
-
mod_ircd: added role check for who sets the topic, to make sure that who sets the topic is actually a moderator.2011-11-28, by Marco Cirillo
-
mod_ircd: hacked around it to make it "work" again, topics should be operational once again.2011-11-28, by Marco Cirillo
-
mod_carbons: Consolidate message handlers2011-11-26, by Kim Alvefur
-
mod_default_bookmarks: Serve a list of default bookmarks if the user has nil.2011-11-25, by Kim Alvefur
-
mod_archive_muc: A little refactoring to improve code search.2011-11-17, by Waqas Hussain
-
mod_archive_muc: Fixed a nil global access.2011-11-17, by Waqas Hussain
Scroll all the way down to load more.