2012-01-14 |
Marco Cirillo |
mod_register_json: fire user-registered event manually on the destination host. (thanks Mr. Gecko)
|
2012-01-14 |
Marco Cirillo |
mod_register_json: modified code to employ get_option_set for true sets, and contains meta method
|
2012-01-14 |
Florian Zeitz |
mod_admin_web: Use proper path for www_data files (Thanks Zash)
|
2012-01-14 |
Marco Cirillo |
mod_register_json: cleaned up useless unused code (thanks Mr. Gecko)
|
2012-01-12 |
Florian Zeitz |
mod_adhoc_web: fade instead of scrolling
|
2012-01-10 |
Marco Cirillo |
mod_server_status: fixed trace case when an user, mistakenly or not, sets a component which doesn't exist into the plugin config. (thanks chris)
|
2012-01-10 |
Kim Alvefur |
mod_carbons: Update to Carbons v0.6.
|
2012-01-10 |
Marco Cirillo |
mod_server_status: corrected mistake in the code.
|
2012-01-10 |
Marco Cirillo |
mod_server_status: useless "space" removed
|
2012-01-10 |
Marco Cirillo |
mod_server_status: corrected error.
|
2012-01-10 |
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 |
Florian Zeitz |
mod_admin_web: Add missing images
|
2012-01-10 |
Florian Zeitz |
First pass of web-admin redesign
|
2012-01-08 |
Marco Cirillo |
mod_ircd: Made the requirement of setting the conference_server a bit more "aggressive", and the resulting error banner for not setting it also.
|
2012-01-08 |
Marco Cirillo |
mod_host_guard: fixed plugin, minor code refactor.
|
2012-01-08 |
Marco Cirillo |
mod_register_json: replaced prosody.events.add_handler with module:hook.
|
2012-01-08 |
Marco Cirillo |
mod_stanza_counter_http: replaced prosody.events.add_handler with module:hook.
|
2012-01-08 |
Marco Cirillo |
mod_stanza_counter: removed a few empty lines.
|
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)
|