Software /
code /
prosody
Graph
-
plugins/muc/muc.lib: Allow users with affiliations to invite while not in room themselves2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Use `get_role` in `handle_admin_item_get_command`. Removed a TODO that's already done2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Send invite out from event: removes '-prepared' from event name2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Check role instead of current_nick2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Remove `payload` argument from `handle_mediated_*`; extract it from inside.2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Fix wrong variable in `construct_stanza_id` block2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Add muc-invite-prepared event; Use it for granting affiliations in members only rooms2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Don't get same variable twice.....2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Use `get_occupant_jid` method instead of indexing _jid_nick2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Fetch config via accessors instead of using `_data`2014-03-19, by daurnimator
-
plugins/muc/muc.lib: In `_route_stanza` access occupant data less often2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Tidy up `get_filtered_presence`2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Tidy up is_kickable_error: it didn't need to return the condition.2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Use module.host where `muc_domain` was previously2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Remove unused methods (breaks api)2014-03-19, by daurnimator
-
plugins/muc/muc.lib: Use more modern stanza methods2014-03-19, by daurnimator
-
plugins/muc: Provide a reasonable default `route_stanza`2014-03-19, by daurnimator
-
plugins/muc/mod_muc: host sessions have a .send these days2014-03-18, by daurnimator
-
plugins/muc/mod_muc: Refactor to use new methods available2014-03-18, by daurnimator
-
plugins/muc/muc: Add 'muc-occupant-left' event2014-03-18, by daurnimator
-
plugins/muc/muc: Only call get_password once in invite creation2014-03-18, by daurnimator
-
plugins/muc/muc: When there's no history; return an empty iterator2014-03-18, by daurnimator
-
plugins/muc/muc: Support mediated declines2014-03-18, by daurnimator
-
plugins/muc/muc: Rename `handle_invite_to_room` to `handle_mediated_invite`; clean up logic2014-03-18, by daurnimator
-
plugins/muc/muc: Check for mediated invites in a smarter way2014-03-18, by daurnimator
-
plugins/muc/muc: Add copyright for daurnimator2014-03-18, by daurnimator
-
plugins/muc/muc.lib: Add disco iq handlers with compatible argument signature2014-02-22, by daurnimator
-
plugins/muc/muc.lib: Move all kick code into one place2014-02-21, by daurnimator
-
plugins/muc/muc.lib: Make use of return values to send service-unavailable errors2014-02-21, by daurnimator
-
plugins/muc/muc.lib: Add some missing return values2014-02-21, by daurnimator
-
plugins/muc/muc.lib: Move (de)construct_stanza_id into `handle_iq_to_occupant`2014-02-21, by daurnimator
-
plugins/muc/muc.lib: Refactor _to_occupant handlers2014-02-21, by daurnimator
-
plugins/muc/muc.lib: Split out the room iq handler into functions2014-02-21, by daurnimator
-
plugins/muc/muc.lib: Factor `handle_to_occupant` out into many functions2014-02-20, by daurnimator
-
plugins/muc/muc.lib: Split up `handle_to_room` into smaller handlers (thanks sysko)2014-02-20, by daurnimator
-
plugins/muc/muc.lib: Split out `send_history` into `parse_history` and `get_history`2014-02-19, by daurnimator
-
plugins/muc/mod_muc: Move Xep-0307 MUC unique to seperate file2014-02-18, by daurnimator
-
Merge 0.10->trunk2014-04-21, by Kim Alvefur
-
certmanager: Move ssl.protocol handling to after ssl.options is a table (thanks Ralph)2014-04-21, by Kim Alvefur
-
Merge 0.10->trunk2014-04-20, by Kim Alvefur
-
certmanager: Fix traceback if no global 'ssl' section set (thanks albert)2014-04-20, by Kim Alvefur
-
mod_http: Update to disable peer verification with the new certmanager2014-04-19, by Kim Alvefur
-
mod_s2s: Replace open_stream() with function that only adds s2s/dialback attributes to stream header2014-04-18, by Kim Alvefur
-
util.xmppstream: Check for callback that may add stream header attributes2014-04-18, by Kim Alvefur
-
Merge 0.10->trunk2014-04-15, by Kim Alvefur
-
net.http.server: Fix some typos introduced in 420c0d3b8583.2014-04-15, by Daurnimator
-
Merge 0.10->trunk2014-04-15, by Kim Alvefur
-
certmanager: Update ssl_compression when config is reloaded2014-04-14, by Kim Alvefur
-
certmanager: Reformat core ssl defaults2014-04-14, by Kim Alvefur
-
certmanager: Support ssl.protocol syntax like "tlsv1+" that disables older protocols2014-04-14, by Kim Alvefur
-
certmanager: Wrap long line and add comment2014-04-14, by Kim Alvefur
-
certmanager: Concatenate cipher list if given as a table2014-04-14, by Kim Alvefur
-
certmanager: Allow non-server contexts to be without certificate and key2014-04-14, by Kim Alvefur
-
certmanager: Check for non-nil values instead of true-ish values, allows removing defaults2014-04-14, by Kim Alvefur
-
Merge 0.10->trunk2014-04-15, by Matthew Wild
-
net.http.server: Add prepare_header() and finish_response() to allow sending chunked responses via the API2014-04-15, by Daurnimator
-
Merge 0.10->trunk2014-04-10, by Kim Alvefur
-
mod_s2s: Revert e626ee2fe106 change, it broke Dialback2014-04-10, by Kim Alvefur
-
Merge 0.10->trunk2014-04-10, by Kim Alvefur
-
Merge 0.9->0.102014-04-10, by Kim Alvefur
-
prosody: Check dependencies later in the startup sequence2014-04-09, by Kim Alvefur
-
util.dependencies: Check for Lua 5.1. We don't currently support any other versions. LuaJIT identifies as 5.1.2014-04-09, by Waqas Hussain
-
mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with a non-existent host2014-04-05, by Matthew Wild
-
prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by default on posix platforms2014-04-09, by Kim Alvefur
-
mod_posix: Remove compat code for 0.52014-04-09, by Kim Alvefur
-
mod_storage_sql2: Build counter query without ORDER BY clause2014-04-08, by Kim Alvefur
-
Merge 0.10->trunk2014-04-03, by Kim Alvefur
-
mod_compression: Only iterate over correctly named and namespaced child tags of compression feature2014-04-03, by Kim Alvefur
-
mod_compression: Use get_child() and get_child_text()2014-04-03, by Kim Alvefur
-
mod_compression: Remove checks for impossible conditions2014-04-03, by Kim Alvefur
-
Merge 0.10->trunk2014-04-02, by Matthew Wild
-
Merge 0.9->0.102014-04-02, by Matthew Wild
-
util.xmppstream: Also disable CharacterData merging after stream restarts2014-04-02, by Matthew Wild
-
util.xmppstream: Disable LuaExpat's buffering (if possible)2014-04-02, by Matthew Wild
-
Tagging 0.9.42014-04-01, by Matthew Wild
-
MUC: Fixed traceback when a JID not in a room requested a role change for an occupant.2014-04-01, by Waqas Hussain
-
Merge2014-04-01, by Matthew Wild
-
net.server_{select,event}: Add compat code for supporting the same client port API on connections2014-04-01, by Kim Alvefur
-
Backed out changeset a5b5bce71a112014-03-31, by Kim Alvefur
-
net.server_event: Rename conn:port() -> conn:clientport() to match server_select2014-03-27, by Kim Alvefur
-
util.dependencies: Log error when LuaExpat is not capable of enforcing stanza size limits2014-03-30, by Matthew Wild
-
util.xmppstream: Implement stanza size limiting, default limit 10MB2014-03-30, by Matthew Wild
-
portmanager: Make maximum read size configurable, and default to 4KB2014-03-30, by Matthew Wild
-
mod_compression: Only allow compression on authenticated streams2014-02-18, by Kim Alvefur
-
Merge 0.10->trunk2014-03-25, by Kim Alvefur
-
Merge 0.9->0.102014-03-25, by Kim Alvefur
-
prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms now2014-03-22, by Kim Alvefur
-
util.sasl: Fix logic for when mechanisms with channel binding support are offered2014-03-22, by Kim Alvefur
-
prosodyctl: Show real error if certificate config file can't be opened2014-03-22, by Kim Alvefur
-
modulemanager: Load mod_saslauth on components by default2014-03-22, by Kim Alvefur
-
mod_saslauth: Only do c2s SASL on normal VirtualHosts2014-03-22, by Kim Alvefur
-
Merge 0.10->trunk2014-03-09, by Kim Alvefur
-
Merge 0.9->0.102014-03-09, by Kim Alvefur
-
mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne)2014-03-09, by Kim Alvefur
-
util.pluginloader: Always use path separator from package.config (thanks Junne)2014-03-09, by Kim Alvefur
-
Merge 0.10->trunk2014-02-26, by Kim Alvefur
-
Merge 0.9->0.102014-02-26, by Kim Alvefur
-
mod_http: Fix http_external_url setting without an explicit port2014-02-26, by Kim Alvefur
-
mod_http: Use hostname from the correct context (thanks gryffus)2014-02-20, by Kim Alvefur
-
mod_auth_anonymous: Fixed a traceback in listing all users (issue#396).2014-02-17, by Waqas Hussain
-
Merge 0.10->trunk2014-02-19, by Kim Alvefur
-
mod_proxy65: Use mod_disco2014-02-19, by Florian Zeitz
-
Merge 0.10->trunk2014-02-19, by Kim Alvefur
-
mod_auth_interal_hashed: Update salt and iteration count when setting a new password2014-02-12, by Florian Zeitz
-
Merge 0.10 -> trunk2014-02-12, by Kim Alvefur
-
Merge 0.9 -> 0.102014-02-12, by Kim Alvefur
-
mod_admin_telnet: Prep jids for user:create() etc.2014-02-09, by Kim Alvefur
-
mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout2014-02-09, by Kim Alvefur
-
mod_saslauth: Make sure sasl handler has add_cb_handler (fixes #392)2014-02-12, by Kim Alvefur
-
mod_storage_sql2: archive:delete() with username = true deletes for all users2014-02-09, by Kim Alvefur
-
mod_ping: Use type-specific event2014-02-09, by Kim Alvefur
-
Merge 0.10->trunk2014-02-06, by Kim Alvefur
-
Merge 0.9->0.102014-02-06, by Kim Alvefur
-
mod_motd: Strip indentation only, leave multiple newlines2014-02-06, by Kim Alvefur
-
Merge 0.10->trunk2014-02-03, by Kim Alvefur
Scroll all the way down to load more.