2012-01-08 |
Marco Cirillo |
mod_host_guard: replaced prosody.events.add_handler with module:hook.
|
2012-01-07 |
Marco Cirillo |
mod_xml_status: stick to one code "punctuation" style.
|
2012-01-07 |
Marco Cirillo |
mod_s2s_never_encrypt_blacklist: stick to one code "punctuation" style.
|
2012-01-07 |
Marco Cirillo |
mod_register_redirect: stick to one code "punctuation" style.
|
2012-01-07 |
Marco Cirillo |
mod_register_json: stick to one code "punctuation" style.
|
2012-01-07 |
Marco Cirillo |
mod_host_guard: stick to one code "punctuation" style.
|
2012-01-07 |
Marco Cirillo |
mod_xml_status: re-removed http response function wrong code (self note: make sure what you're copy&pasting from the local notepad is fully correct)
|
2012-01-07 |
Marco Cirillo |
mod_xml_status: last code cleanup and optimization.
|
2012-01-06 |
Marco Cirillo |
mod_xml_status: small cleanup.
|
2012-01-06 |
Marco Cirillo |
mod_xml_status: initial commit. Expose server status in xml format to be used on external webapps.
|
2012-01-06 |
Kim Alvefur |
mod_mam: Add experimental implementation of the Message Archive Management ProtoXEP
|
2012-01-06 |
Kim Alvefur |
Merge
|
2012-01-06 |
Kim Alvefur |
mod_carbons: Add MIT license statement.
|
2012-01-06 |
Kim Alvefur |
mod_carbons: Remove completed TODO
|
2012-01-05 |
Marco Cirillo |
mod_host_guard: updated banner.
|
2012-01-02 |
Marco Cirillo |
mod_stanza_counter: corrected syntax mistake in the http plugin.
|
2011-12-21 |
Matthew Wild |
mod_pastebin: Make last commit work (also set on restore)
|
2011-12-21 |
Matthew Wild |
mod_pastebin: Fix issue with metatable not being set when a reload changes expires_after to 0
|
2011-12-20 |
Marco Cirillo |
mod_host_guard: added exceptions/whitelisting to the blockall logic (makes little sense otherwise has s2s_disallow = true does the same)
|
2011-12-19 |
Matthew Wild |
mod_pastebin: Support for persistent pastes (set pastebin_expire_after = 0)
|
2011-12-19 |
Matthew Wild |
mod_pastebin: Fix off-by-one in line counting (display issue only)
|
2011-12-19 |
Matthew Wild |
mod_pastebin: Fix call to undefined function introduced in previous commit
|
2011-12-18 |
James Callahan |
mod_storage_mongodb: (un)lock globals around require; only auth if we need to
|
2011-12-14 |
Kim Alvefur |
mod_carbons: Fix a typo and unindent a line.
|
2011-12-18 |
James Callahan |
mod_storage_mongodb: (un)lock globals around require; only auth if we need to
|
2011-12-14 |
James Callahan |
mod_storage_mongodb: move database connecting to inside driver:open
|
2011-12-14 |
James Callahan |
mod_storage_mongodb: assert the configuration options
|
2011-12-13 |
James Callahan |
mod_storage_mongodb: Use _global as host when none provided
|
2011-12-12 |
James Callahan |
Rename to mongodb
|
2011-12-12 |
James Callahan |
mod_storage_mondodb: Add module
|
2011-12-11 |
Marco Cirillo |
mod_ircd: some cleanup.
|
2011-12-10 |
Matthew Wild |
mod_reload_modules: Use module:hook_global() if available
|
2011-12-08 |
Matthew Wild |
mod_pastebin: Threshold is now UTF-8 characters (thanks Grom_PE for initial patch)
|
2011-12-08 |
Matthew Wild |
mod_auth_sql: Read option 'auth_sql' (thanks rdnzlc)
|
2011-12-05 |
Marco Cirillo |
mod_ircd: "finish" previous commit.
|
2011-12-05 |
Marco Cirillo |
mod_ircd: remove some duped code.
|
2011-12-05 |
Marco Cirillo |
mod_ircd: added USERHOST command.
|
2011-12-05 |
Marco Cirillo |
mod_ircd: added channel modes' prefix declaration as some irc clients parse those to detect which mapping to use.
|
2011-12-05 |
Marco Cirillo |
mod_ircd: added USERHOST placeholder.
|
2011-12-04 |
Marco Cirillo |
mod_host_guard: minor fix.
|
2011-12-04 |
Marco Cirillo |
mod_host_guard: renamed mod_component_guard to mod_host_guard, as it really works with all hosts, finally decided to wiki it out and not merge it with the s2s_blackwhitelisting module.
|
2011-12-03 |
Matthew Wild |
mod_roster_command: Fix traceback and log error message when loaded into Prosody (thanks epaulin)
|
2011-12-02 |
Marco Cirillo |
mod_ircd: Fixed nick change logic (thanks mva), so that the self nick-change "flag" is removed properly, improved the logic to use verse's room_mt:change_nick (thanks Zash) yet to be pushed into main, added squished verse with the meta method included.
|
2011-12-02 |
Marco Cirillo |
mod_ircd: "yatc" (yet another typo correction)
|
2011-12-02 |
Marco Cirillo |
mod_ircd: minor typo clean up.
|
2011-12-02 |
Marco Cirillo |
mod_ircd: corrected an issue within the nick change logic, and improved it by implementing the USER command.
|
2011-12-02 |
Marco Cirillo |
mod_ircd: code cleanup, added full logic for changing nicks (locally it works no traces), removed many comment lines (there was an over abundance of 'em they're in the .old_annotate file)
|
2011-11-28 |
Kim Alvefur |
mod_data_access: Implement PUT and POST.
|
2011-11-28 |
Marco Cirillo |
mod_ircd: removed role check.
|
2011-11-28 |
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 |
Marco Cirillo |
mod_ircd: added listener port configuration, added utf8 checks to TOPIC, added check so that module wonn't get loaded if conference_server is unset.
|
2011-11-28 |
Marco Cirillo |
mod_ircd: hacked around it to make it "work" again, topics should be operational once again.
|
2011-11-28 |
Matthew Wild |
mod_ircd: squishy: Search for installed verse by default, but support --use-http or --verse=path to fetch Verse from HTTP or filesystem.
|
2011-11-26 |
Kim Alvefur |
mod_carbons: Consolidate message handlers
|
2011-11-25 |
Kim Alvefur |
mod_default_bookmarks: Serve a list of default bookmarks if the user has nil.
|
2011-11-19 |
Matthew Wild |
mod_smacks: Don't destroy a session that binds the same resource as a hibernating smacks session (thanks xnyhps for tracking down the problem, though I've used a different fix)
|
2011-11-17 |
Waqas Hussain |
mod_archive_muc: A little refactoring to improve code search.
|
2011-11-17 |
Waqas Hussain |
mod_archive_muc: Fixed a nil global access.
|
2011-11-10 |
Kim Alvefur |
mod_pubsub_feed: Dynamicaly reloadable config.
|
2011-11-10 |
Kim Alvefur |
mod_auth_dovecot: Replace with SASL proxying version.
|
2011-11-02 |
Marco Cirillo |
mod_ircd: fixed aff/roles last data table cleaning code.
|
2011-11-02 |
Marco Cirillo |
mod_ircd: Toxic MattJ's artifact removed.
|
2011-11-01 |
Marco Cirillo |
mod_ircd: adjusted quirk in the banner I missed.
|
2011-11-01 |
Marco Cirillo |
mod_ircd: merged in various changes including -- code to propagate aff/role changes as modes, topic hooks/command, scarecrow motd banner, default port.
|
2011-11-01 |
Kim Alvefur |
mod_ircd: ignore JOIN without channel
|
2011-11-01 |
Kim Alvefur |
mod_ircd: Scrub invalid UTF-8 sequences, welcome message
|
2011-11-01 |
Kim Alvefur |
Merge
|
2011-11-01 |
Kim Alvefur |
mod_ircd: Proper line parsing and generating. Fix PMs
|
2011-11-01 |
Kim Alvefur |
mod_ircd: Better nameing, squishy.
|
2011-11-01 |
Marco Cirillo |
mod_ircd: WiP trash removed.
|
2011-10-29 |
Kim Alvefur |
mod_carbons: Fix top_resources loop and correctly stamp sent messages (thanks xnyhps)
|
2011-10-29 |
Kim Alvefur |
mod_carbons: Initial commit.
|
2011-10-29 |
Kim Alvefur |
Revert various changes accidentally included in previous commit
|
2011-10-24 |
Marco Cirillo |
mod_component_guard: made module global, refactored init.
|
2011-10-23 |
Marco Cirillo |
mod_component_guard: added default empty table entries for config options (is it even valid for true sets?)
|
2011-10-22 |
Marco Cirillo |
mod_component_guard: refactored init code, added reloading logic to prevent events pollution with stale dupes.
|
2011-10-22 |
Marco Cirillo |
mod_component_guard: missing hook priority.
|
2011-10-22 |
Marco Cirillo |
mod_component_guard: initial commit.
|
2011-10-15 |
Kim Alvefur |
mod_default_vcard: Sets initial vCard from data enterd on registration
|
2011-10-11 |
Matthew Wild |
mod_pastebin: Preserve pastes through a reload
|
2011-10-11 |
Matthew Wild |
mod_roster_command: Manage rosters through prosodyctl
|
2011-10-10 |
Kim Alvefur |
mod_seclabels: Support orderd items
|
2011-10-05 |
Kim Alvefur |
mod_seclabels: Fix config reloading
|
2011-10-05 |
Kim Alvefur |
mod_seclabels: Update to latest catalog schema, while keeping compatibility with the old one.
|
2011-10-05 |
Kim Alvefur |
mod_seclabels: Fetch catalog from config.
|
2011-09-26 |
Marco Cirillo |
mod_ircd: added patched plugin file.
|
2011-09-26 |
Marco Cirillo |
mod_ircd: few patches from both Zash and myself to make it work again.
|
2011-09-23 |
Matthew Wild |
mod_pastebin: Some experimental summary changes
|
2011-09-23 |
Matthew Wild |
mod_pastebin: Update to use module:get_option()
|
2011-09-23 |
Matthew Wild |
mod_pastebin: Support for changing the summary length (pastebin_summary_length), and including it even in the plaintext version of the generated message
|
2011-09-22 |
Marco Cirillo |
mod_register_redirect: update authors info.
|
2011-09-22 |
Marco Cirillo |
mod_register_redirect: few mistake fixes to make it work.
|
2011-09-22 |
Marco Cirillo |
mod_register_redirect: removed invalid character from code (why you do these things dear term...?)
|
2011-09-22 |
Marco Cirillo |
mod_register_redirect: initial commit.
|
2011-09-22 |
Marco Cirillo |
mod_register_redirect: renamed mod_register_url, and added options to allow more customization.
|
2011-09-22 |
Matthew Wild |
mod_pastebin: Add option 'pastebin_private_messages', defaults to false for components and true for other hosts (thanks Kelden/Maranda)
|
2011-09-20 |
Marco Cirillo |
mod_stanza_counter: missing end.
|
2011-09-20 |
Marco Cirillo |
mod_stanza_counter: splitted plugin :/
|
2011-09-20 |
Marco Cirillo |
mod_stanza_counter: "*" doesn't handle stanzas.
|
2011-09-20 |
Marco Cirillo |
mod_stanza_counter: cleanup, corrections. (prosody starts, web stats work)
|
2011-09-20 |
Marco Cirillo |
mod_stanza_counter: tidbits, line break escapes.
|
2011-09-20 |
Marco Cirillo |
mod_stanza_counter: initial draft.
|
2011-09-17 |
Waqas Hussain |
mod_auth_dovecot: Added support for TCP sockets, and checks for UNIX socket availability.
|
2011-09-15 |
Marco Cirillo |
mod_register_json: changed pestered code to something less pestered. (added nodeprep)
|
2011-09-15 |
Marco Cirillo |
mod_register_json: added check for invalid characters in the username.
|
2011-09-11 |
Kim Alvefur |
mod_auth_wordpress: Update Copyright
|
2011-09-11 |
Kim Alvefur |
mod_auth_wordpress: Fix wrong column name
|
2011-09-11 |
Kim Alvefur |
mod_auth_wordpress: Allow table prefix to be configured
|
2011-09-11 |
Kim Alvefur |
mod_auth_wordpress: Fix hash identifier.
|
2011-09-11 |
Kim Alvefur |
mod_auth_wordpress: Rename functions to match module name
|
2011-09-11 |
Kim Alvefur |
mod_auth_wordpress: Initial commit.
|
2011-09-11 |
Waqas Hussain |
mod_auth_joomla: Initial commit.
|