Log

description author age
plugins/muc/muc.lib: Add muc-get-history event; it uses an iterator in the event object so that messages don't need to be all in memory at once daurnimator 2014-03-24
plugins/muc/muc.lib: Add muc-broadcast-message event. Use it for saving to history daurnimator 2014-03-24
plugins/muc/muc.lib: Better password check daurnimator 2014-03-24
plugins/muc/muc.lib: Add muc-occupant-prejoin events; Use it for banned, members-only, password, nick-conflict and lock checks daurnimator 2014-03-24
plugins/muc/muc.lib: Move password check and nick conflict check into `handle_join` daurnimator 2014-03-21
plugins/muc/muc.lib: Additional `route_to_occupant` usage daurnimator 2014-03-20
plugins/muc/muc.lib: Remove duplicate variable; it can never be nil. daurnimator 2014-03-20
plugins/muc/muc.lib: Add decline event for parity with invite daurnimator 2014-03-20
plugins/muc/muc.lib: Add route_to_occupant function to send a stanza to all occupant sessions daurnimator 2014-03-20
plugins/muc: Have utility methods for locking the room daurnimator 2014-03-20
plugins/muc/muc.lib: Use occupant jids when whois == "moderators" daurnimator 2014-03-19
plugins/muc/muc.lib: Allow users with affiliations to invite while not in room themselves daurnimator 2014-03-19
plugins/muc/muc.lib: Use `get_role` in `handle_admin_item_get_command`. Removed a TODO that's already done daurnimator 2014-03-19
plugins/muc/muc.lib: Send invite out from event: removes '-prepared' from event name daurnimator 2014-03-19
plugins/muc/muc.lib: Check role instead of current_nick daurnimator 2014-03-19
plugins/muc/muc.lib: Remove `payload` argument from `handle_mediated_*`; extract it from inside. daurnimator 2014-03-19
plugins/muc/muc.lib: Fix wrong variable in `construct_stanza_id` block daurnimator 2014-03-19
plugins/muc/muc.lib: Add muc-invite-prepared event; Use it for granting affiliations in members only rooms daurnimator 2014-03-19
plugins/muc/muc.lib: Don't get same variable twice..... daurnimator 2014-03-19
plugins/muc/muc.lib: Use `get_occupant_jid` method instead of indexing _jid_nick daurnimator 2014-03-19
plugins/muc/muc.lib: Fetch config via accessors instead of using `_data` daurnimator 2014-03-19
plugins/muc/muc.lib: In `_route_stanza` access occupant data less often daurnimator 2014-03-19
plugins/muc/muc.lib: Tidy up `get_filtered_presence` daurnimator 2014-03-19
plugins/muc/muc.lib: Tidy up is_kickable_error: it didn't need to return the condition. daurnimator 2014-03-19
plugins/muc/muc.lib: Use module.host where `muc_domain` was previously daurnimator 2014-03-19
plugins/muc/muc.lib: Remove unused methods (breaks api) daurnimator 2014-03-19
plugins/muc/muc.lib: Use more modern stanza methods daurnimator 2014-03-19
plugins/muc: Provide a reasonable default `route_stanza` daurnimator 2014-03-19
plugins/muc/mod_muc: host sessions have a .send these days daurnimator 2014-03-18
plugins/muc/mod_muc: Refactor to use new methods available daurnimator 2014-03-18
plugins/muc/muc: Add 'muc-occupant-left' event daurnimator 2014-03-18
plugins/muc/muc: Only call get_password once in invite creation daurnimator 2014-03-18
plugins/muc/muc: When there's no history; return an empty iterator daurnimator 2014-03-18
plugins/muc/muc: Support mediated declines daurnimator 2014-03-18
plugins/muc/muc: Rename `handle_invite_to_room` to `handle_mediated_invite`; clean up logic daurnimator 2014-03-18
plugins/muc/muc: Check for mediated invites in a smarter way daurnimator 2014-03-18
plugins/muc/muc: Add copyright for daurnimator daurnimator 2014-03-18
plugins/muc/muc.lib: Add disco iq handlers with compatible argument signature daurnimator 2014-02-22
plugins/muc/muc.lib: Move all kick code into one place daurnimator 2014-02-21
plugins/muc/muc.lib: Make use of return values to send service-unavailable errors daurnimator 2014-02-21
plugins/muc/muc.lib: Add some missing return values daurnimator 2014-02-21
plugins/muc/muc.lib: Move (de)construct_stanza_id into `handle_iq_to_occupant` daurnimator 2014-02-21
plugins/muc/muc.lib: Refactor _to_occupant handlers daurnimator 2014-02-21
plugins/muc/muc.lib: Split out the room iq handler into functions daurnimator 2014-02-21
plugins/muc/muc.lib: Factor `handle_to_occupant` out into many functions daurnimator 2014-02-20
plugins/muc/muc.lib: Split up `handle_to_room` into smaller handlers (thanks sysko) daurnimator 2014-02-20
plugins/muc/muc.lib: Split out `send_history` into `parse_history` and `get_history` daurnimator 2014-02-19
plugins/muc/mod_muc: Move Xep-0307 MUC unique to seperate file daurnimator 2014-02-18
Merge 0.10->trunk Kim Alvefur 2014-04-21
certmanager: Move ssl.protocol handling to after ssl.options is a table (thanks Ralph) Kim Alvefur 2014-04-21
Merge 0.10->trunk Kim Alvefur 2014-04-20
certmanager: Fix traceback if no global 'ssl' section set (thanks albert) Kim Alvefur 2014-04-20
mod_http: Update to disable peer verification with the new certmanager Kim Alvefur 2014-04-19
mod_s2s: Replace open_stream() with function that only adds s2s/dialback attributes to stream header Kim Alvefur 2014-04-18
util.xmppstream: Check for callback that may add stream header attributes Kim Alvefur 2014-04-18
Merge 0.10->trunk Kim Alvefur 2014-04-15
net.http.server: Fix some typos introduced in 420c0d3b8583. Daurnimator 2014-04-15
Merge 0.10->trunk Kim Alvefur 2014-04-15
certmanager: Update ssl_compression when config is reloaded Kim Alvefur 2014-04-14
certmanager: Reformat core ssl defaults Kim Alvefur 2014-04-14
certmanager: Support ssl.protocol syntax like "tlsv1+" that disables older protocols Kim Alvefur 2014-04-14
certmanager: Merge ssl.options, verify etc from core defaults and global ssl settings with inheritance while allowing options to be disabled per virtualhost Kim Alvefur 2014-04-14
certmanager: Wrap long line and add comment Kim Alvefur 2014-04-14
certmanager: Concatenate cipher list if given as a table Kim Alvefur 2014-04-14
certmanager: Allow non-server contexts to be without certificate and key Kim Alvefur 2014-04-14
certmanager: Check for non-nil values instead of true-ish values, allows removing defaults Kim Alvefur 2014-04-14
Merge 0.10->trunk Matthew Wild 2014-04-15
net.http.server: Add prepare_header() and finish_response() to allow sending chunked responses via the API Daurnimator 2014-04-15
Merge 0.10->trunk Kim Alvefur 2014-04-10
mod_s2s: Revert e626ee2fe106 change, it broke Dialback Kim Alvefur 2014-04-10
Merge 0.10->trunk Kim Alvefur 2014-04-10
Merge 0.9->0.10 Kim Alvefur 2014-04-10
prosody: Check dependencies later in the startup sequence Kim Alvefur 2014-04-09
util.dependencies: Check for Lua 5.1. We don't currently support any other versions. LuaJIT identifies as 5.1. Waqas Hussain 2014-04-09
mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with a non-existent host Matthew Wild 2014-04-05
mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream Kim Alvefur 2014-04-10
prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by default on posix platforms Kim Alvefur 2014-04-09
mod_posix: Remove compat code for 0.5 Kim Alvefur 2014-04-09
mod_storage_sql2: Build counter query without ORDER BY clause Kim Alvefur 2014-04-08
Merge 0.10->trunk Kim Alvefur 2014-04-03
mod_compression: Only iterate over correctly named and namespaced child tags of compression feature Kim Alvefur 2014-04-03
mod_compression: Use get_child() and get_child_text() Kim Alvefur 2014-04-03
mod_compression: Remove checks for impossible conditions Kim Alvefur 2014-04-03
Merge 0.10->trunk Matthew Wild 2014-04-02
Merge 0.9->0.10 Matthew Wild 2014-04-02
util.xmppstream: Also disable CharacterData merging after stream restarts Matthew Wild 2014-04-02
util.xmppstream: Disable LuaExpat's buffering (if possible) Matthew Wild 2014-04-02
Tagging 0.9.4 Matthew Wild 2014-04-01
Merge 0.9.4 Matthew Wild 2014-04-01
MUC: Fixed traceback when a JID not in a room requested a role change for an occupant. Waqas Hussain 2014-04-01
Merge Matthew Wild 2014-04-01
net.server_{select,event}: Add compat code for supporting the same client port API on connections Kim Alvefur 2014-04-01
Backed out changeset a5b5bce71a11 Kim Alvefur 2014-03-31
net.server_event: Rename conn:port() -> conn:clientport() to match server_select Kim Alvefur 2014-03-27
Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and change / to | to allow paths to be used in RUNWITH (thanks Ben) Matthew Wild 2014-03-30
util.dependencies: Log error when LuaExpat is not capable of enforcing stanza size limits Matthew Wild 2014-03-30
util.xmppstream: Implement stanza size limiting, default limit 10MB Matthew Wild 2014-03-30
portmanager: Make maximum read size configurable, and default to 4KB Matthew Wild 2014-03-30
mod_compression: Only allow compression on authenticated streams Kim Alvefur 2014-02-18
Merge 0.10->trunk Kim Alvefur 2014-03-25
Merge 0.9->0.10 Kim Alvefur 2014-03-25
prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms now Kim Alvefur 2014-03-22
util.sasl: Fix logic for when mechanisms with channel binding support are offered Kim Alvefur 2014-03-22
prosodyctl: Show real error if certificate config file can't be opened Kim Alvefur 2014-03-22
modulemanager: Load mod_saslauth on components by default Kim Alvefur 2014-03-22
mod_saslauth: Only do c2s SASL on normal VirtualHosts Kim Alvefur 2014-03-22
Merge 0.10->trunk Kim Alvefur 2014-03-09
Merge 0.9->0.10 Kim Alvefur 2014-03-09
mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne) Kim Alvefur 2014-03-09
util.pluginloader: Always use path separator from package.config (thanks Junne) Kim Alvefur 2014-03-09
Merge 0.10->trunk Kim Alvefur 2014-02-26
Merge 0.9->0.10 Kim Alvefur 2014-02-26
mod_http: Fix http_external_url setting without an explicit port Kim Alvefur 2014-02-26
mod_http: Use hostname from the correct context (thanks gryffus) Kim Alvefur 2014-02-20
tools/ejabberd2prosody: Don't throw an error if XML CDATA is null ([] in Erlang, instead of a string or being missing). Waqas Hussain 2014-02-18
mod_auth_anonymous: Fixed a traceback in listing all users (issue#396). Waqas Hussain 2014-02-17
Merge 0.10->trunk Kim Alvefur 2014-02-19
mod_proxy65: Use mod_disco Florian Zeitz 2014-02-19
Merge 0.10->trunk Kim Alvefur 2014-02-19
mod_auth_interal_hashed: Update salt and iteration count when setting a new password Florian Zeitz 2014-02-12