aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | plugins/muc/muc.lib: Allow users with affiliations to invite while not in roo...daurnimator2014-03-191-1/+1
| | * | | plugins/muc/muc.lib: Use `get_role` in `handle_admin_item_get_command`. Remov...daurnimator2014-03-191-3/+1
| | * | | plugins/muc/muc.lib: Send invite out from event: removes '-prepared' from eve...daurnimator2014-03-191-3/+7
| | * | | plugins/muc/muc.lib: Check role instead of current_nickdaurnimator2014-03-191-1/+2
| | * | | plugins/muc/muc.lib: Remove `payload` argument from `handle_mediated_*`; extr...daurnimator2014-03-191-4/+6
| | * | | plugins/muc/muc.lib: Fix wrong variable in `construct_stanza_id` blockdaurnimator2014-03-191-1/+1
| | * | | plugins/muc/muc.lib: Add muc-invite-prepared event; Use it for granting affil...daurnimator2014-03-191-4/+13
| | * | | plugins/muc/muc.lib: Don't get same variable twice.....daurnimator2014-03-191-3/+2
| | * | | plugins/muc/muc.lib: Use `get_occupant_jid` method instead of indexing _jid_nickdaurnimator2014-03-191-13/+18
| | * | | plugins/muc/muc.lib: Fetch config via accessors instead of using `_data`daurnimator2014-03-191-6/+7
| | * | | plugins/muc/muc.lib: In `_route_stanza` access occupant data less oftendaurnimator2014-03-191-9/+9
| | * | | plugins/muc/muc.lib: Tidy up `get_filtered_presence`daurnimator2014-03-191-8/+13
| | * | | plugins/muc/muc.lib: Tidy up is_kickable_error: it didn't need to return the ...daurnimator2014-03-191-25/+19
| | * | | plugins/muc/muc.lib: Use module.host where `muc_domain` was previouslydaurnimator2014-03-191-3/+2
| | * | | plugins/muc/muc.lib: Remove unused methods (breaks api)daurnimator2014-03-191-72/+0
| | * | | plugins/muc/muc.lib: Use more modern stanza methodsdaurnimator2014-03-191-22/+11
| | * | | plugins/muc: Provide a reasonable default `route_stanza`daurnimator2014-03-192-4/+3
| | * | | plugins/muc/mod_muc: host sessions have a .send these daysdaurnimator2014-03-181-7/+0
| | * | | plugins/muc/mod_muc: Refactor to use new methods availabledaurnimator2014-03-181-38/+72
| | * | | plugins/muc/muc: Add 'muc-occupant-left' eventdaurnimator2014-03-181-0/+2
| | * | | plugins/muc/muc: Only call get_password once in invite creationdaurnimator2014-03-181-3/+4
| | * | | plugins/muc/muc: When there's no history; return an empty iteratordaurnimator2014-03-181-1/+1
| | * | | plugins/muc/muc: Support mediated declinesdaurnimator2014-03-181-0/+25
| | * | | plugins/muc/muc: Rename `handle_invite_to_room` to `handle_mediated_invite`; ...daurnimator2014-03-181-5/+7
| | * | | plugins/muc/muc: Check for mediated invites in a smarter waydaurnimator2014-03-181-7/+11
| | * | | plugins/muc/muc: Add copyright for daurnimatordaurnimator2014-03-181-0/+1
| | * | | plugins/muc/muc.lib: Add disco iq handlers with compatible argument signaturedaurnimator2014-02-211-4/+12
| | * | | plugins/muc/muc.lib: Move all kick code into one placedaurnimator2014-02-211-27/+10
| | * | | plugins/muc/muc.lib: Make use of return values to send service-unavailable er...daurnimator2014-02-211-11/+15
| | * | | plugins/muc/muc.lib: Add some missing return valuesdaurnimator2014-02-211-0/+10
| | * | | plugins/muc/muc.lib: Move (de)construct_stanza_id into `handle_iq_to_occupant`daurnimator2014-02-211-35/+22
| | * | | plugins/muc/muc.lib: Refactor _to_occupant handlersdaurnimator2014-02-211-53/+46
| | * | | plugins/muc/muc.lib: Split out the room iq handler into functionsdaurnimator2014-02-211-87/+129
| | * | | plugins/muc/muc.lib: Factor `handle_to_occupant` out into many functionsdaurnimator2014-02-201-186/+269
| | * | | plugins/muc/muc.lib: Split up `handle_to_room` into smaller handlers (thanks ...daurnimator2014-02-201-156/+186
| | * | | plugins/muc/muc.lib: Split out `send_history` into `parse_history` and `get_h...daurnimator2014-02-191-33/+62
| | * | | plugins/muc/mod_muc: Move Xep-0307 MUC unique to seperate filedaurnimator2014-02-182-21/+21
* | | | | Merge 0.10->trunkKim Alvefur2014-04-211-8/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | certmanager: Move ssl.protocol handling to after ssl.options is a table (than...Kim Alvefur2014-04-211-8/+9
* | | | | Merge 0.10->trunkKim Alvefur2014-04-204-16/+15
|\| | | |
| * | | | certmanager: Fix traceback if no global 'ssl' section set (thanks albert)Kim Alvefur2014-04-201-1/+3
| * | | | mod_http: Update to disable peer verification with the new certmanagerKim Alvefur2014-04-191-1/+7
| * | | | mod_s2s: Replace open_stream() with function that only adds s2s/dialback attr...Kim Alvefur2014-04-181-14/+2
| * | | | util.xmppstream: Check for callback that may add stream header attributesKim Alvefur2014-04-181-0/+3
* | | | | Merge 0.10->trunkKim Alvefur2014-04-151-4/+3
|\| | | |
| * | | | net.http.server: Fix some typos introduced in 420c0d3b8583.Daurnimator2014-04-151-4/+3
* | | | | Merge 0.10->trunkKim Alvefur2014-04-151-12/+68
|\| | | |
| * | | | certmanager: Update ssl_compression when config is reloadedKim Alvefur2014-04-151-0/+3
| * | | | certmanager: Reformat core ssl defaultsKim Alvefur2014-04-151-9/+9
| * | | | certmanager: Support ssl.protocol syntax like "tlsv1+" that disables older pr...Kim Alvefur2014-04-151-2/+13