log

age author description
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.
2011-09-11 Waqas Hussain mod_auth_phpbb3: A little refactoring.
2011-09-10 Waqas Hussain mod_auth_phpbb3: Support legacy PHPBB2 password hashes (simple MD5).
2011-09-10 Waqas Hussain mod_auth_phpbb3: Apply stringprep, and try automatic JID escaping to derive username.
2011-09-05 Kim Alvefur mod_auth_dovecot: Fix years in (c)
2011-09-03 Marco Cirillo mod_s2s_never_encrypt_blacklist: add option to check for the dull s2s session ip (OpenFire bork bork).
2011-09-02 Marco Cirillo merge.
2011-09-02 Kim Alvefur mod_addressing: Add partial implementation of Extended Stanza Addressing, XEP-33.
2011-09-02 Kim Alvefur mod_server_contact_info: Add module that publishes contact information.
2011-09-02 Marco Cirillo mod_s2s_never_encrypt_blacklist: filter both incoming and outgoing streams.
2011-09-02 Marco Cirillo mod_s2s_never_encrypt_blacklist: first commit.
2011-09-02 Kim Alvefur mod_auth_dovecot: Update Copyright
2011-09-01 Kim Alvefur mod_auth_dovecot: Make appending the domain name configurable. Warning: If you depend on this behaviour, add auth_append_host = true to your config
2011-08-30 Marco Cirillo mod_register_url: code refactor, clean, all the rest (thanks Zash ;))
2011-08-30 Marco Cirillo mod_register_url: minor fix.
2011-08-30 Matthew Wild mod_auth_log: New module (currently) to log failed auth attempts and their IP address, requires trunk
2011-08-28 Waqas Hussain mod_component_roundrobin: Initial commit.
2011-08-27 Kim Alvefur mod_pubsub_feed: Kill the timer on module unload
2011-08-25 Waqas Hussain mod_saslauth_muc: Report proper SASL error on auth failure.
2011-08-24 Kim Alvefur mod_pubsub_feed: Major cleanup, and use newer APIs. (Thanks Maranda)
2011-08-24 Kim Alvefur mod_pubsub_feed: Use httpserver.new_from_config(). Fixes SSL. And fix traceback when called without a querypart.
2011-08-24 Kim Alvefur mod_pubsub_feed: Try harder to figure out ones callback URL.
2011-08-24 Kim Alvefur mod_pubsub_feed: Fix timestamp on Windows, which has no %T
2011-08-10 Waqas Hussain mod_auth_sql: More cleanup.
2011-08-09 Waqas Hussain mod_auth_sql: Cleanup.
2011-07-29 Florian Zeitz mod_admin_web: Update dependencies / remove need to build strophe.js (Thanks Zash)
2011-07-29 Florian Zeitz mod_admin_web: Show S2S certificate validity
2011-07-26 leonbogaert Copied from bash :s
2011-07-26 leonbogaert Let session.send() actually send the config string
2011-07-24 Waqas Hussain mod_muc_log_http: Improved page titles a little.
2011-07-24 Waqas Hussain mod_muc_log_http: Show proper time period in the headline.
2011-07-24 Waqas Hussain mod_muc_log_http: Properly sort calendar listing.
2011-07-24 Waqas Hussain mod_muc_log_http: Removed some more code. Module now no longer attempts to track muc_log hosts on its own.
2011-07-24 Waqas Hussain mod_muc_log_http: Fixed a typo.
2011-07-24 Waqas Hussain mod_muc_log_http: Generate room calendar page even when there is no log data.
2011-07-24 Waqas Hussain mod_muc_log_http: Fixed a typo.
2011-07-24 Waqas Hussain mod_muc_log_http: Simplified calculating day count for a month.
2011-07-24 Waqas Hussain mod_muc_log_http: Generate component room list page even when there are no rooms.
2011-07-24 Waqas Hussain mod_muc_log_http: Cleaned up URL handling.
2011-07-24 Waqas Hussain mod_muc_log_http: Added assertion to ensure proper failure on empty responses.
2011-07-24 Waqas Hussain mod_muc_log_http: Cleaned up URL parsing.
2011-07-24 Waqas Hussain mod_muc_log_http: Generate main component list page even when there are no components defined.
2011-07-24 Waqas Hussain mod_muc_log_http: Spaces -> Tabs.
2011-07-06 leonbogaert Moved the file to a directory
2011-07-06 leonbogaert First version of mod_flash_policy
2011-07-01 Waqas Hussain mod_auth_phpbb3: Implement password change.
2011-07-01 Waqas Hussain mod_auth_phpbb3: Comment logging of user password.
2011-07-01 Waqas Hussain mod_auth_phpbb3: Fixed traceback when logging in as a non-existent user.
2011-07-01 Waqas Hussain mod_auth_phpbb3: Fixed a missing function parameter causing auth to fail.
2011-07-01 Waqas Hussain mod_auth_phpbb3: Initial commit.
2011-05-03 Paul Aurich mod_blocking: Properly initialize the bootstrap privacy storage
2011-04-26 Tomasz Sterna Do not run in transaction.
2011-04-22 Marco Cirillo mod_register_json: There again, finally found the right way to pass the ports table to be processed correctly.
2011-04-21 Marco Cirillo mod_register_json: Fixed http listener creation syntax. (Please document that in the API, that would avoid my brain overheating, thank you.)
2011-04-17 Marco Cirillo mod_register_url: added option to specify no whitelististing is employed.
2011-04-13 Tomasz Sterna Implemented password and user existence check in mod_auth_sql
2011-04-13 Tomasz Sterna Reconnect on DB disconnection.
2011-04-12 Marco Cirillo mod_register_json: Corrected typo.
2011-04-12 Marco Cirillo mod_register_json: fixed missing declared variable.
2011-04-12 Marco Cirillo mod_register_json: Let's call it the first commit, fixed all code errors (aka it works).
2011-04-12 Marco Cirillo mod_register_json: Typo fix.
2011-04-12 Marco Cirillo mod_register_json: Failed at JSON successful decode check, fixed with a code refactor.
2011-04-12 Marco Cirillo mod_register_json: Typo fix.
2011-04-12 Marco Cirillo mod_register_json: Changed log levels, added a few primitive throttling/whitelist/blacklist options
2011-04-12 Marco Cirillo mod_register_json: Minor refactor, default to port 9280 if option is unspecified or default to port 9443 if SSL is used. (Good, bad?)
2011-04-12 Marco Cirillo mod_register_json: Changed a few bits to allow the service to be specified as standalone (by default uses port 9443), Q: Does it work?
2011-04-12 Marco Cirillo mod_register_json: Fixed missing close quote.
2011-04-12 Marco Cirillo mod_register_json: First commit (needs tests).
2011-04-11 Tomasz Sterna Implemented basic SQL authentication module.
2011-04-03 Phil Stewart merge with upstream
2011-04-01 Waqas Hussain mod_json_streams/strophe.jsonstreams.js: Fix some compatability issues.
2011-04-01 Waqas Hussain mod_json_streams/strophe.jsonstreams.js: A strophe.js plugin to make it work.
2011-04-01 Waqas Hussain mod_json_streams: Add BOSH support (on HTTP path "/jsonstreams").
2011-04-01 Waqas Hussain mod_json_streams: An implementation of XEP-0295: JSON Encodings for XMPP.
2011-03-27 Florian Zeitz mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
2011-04-03 Phil Stewart mod_sms_clickatell: moved clickatell API ID and source number settings to component registration
2011-03-24 Phil Stewart mod_sms_clickatell: initial import
2011-03-18 Matthew Wild mod_smacks: Merge mod_fastreconnect (resumption support), fix a number of bugs, refactor the code and add some more comments to explain process
2011-03-05 Joseph Wallace mod_muc_log_http: Fix room name encoding/decoding (for UTF-8 room names)
2011-03-03 Matthew Wild mod_muc_log_http: Fix iterator usage and indentation in loadTheme() (thanks tanget128)
2011-02-22 Waqas Hussain mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.