summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* Minor improvements to log message formattingMichael Klishin2020-08-271-1/+1
* Update formatting and cosmetics for user-limit error messagesAyanda-D2020-08-241-5/+6
* Checking allowed channel count for user before channel creationAnupama Singh2020-08-241-13/+22
* Checking user connection limit before starting connectionAnupama Singh2020-08-241-2/+11
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* rabbit_reader: Use `selected_cipher_suite` instead of `cipher_suite`Jean-Sébastien Pédron2020-05-141-9/+5
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* Avoid using erlang:get_stacktrace/0 for improved OTP 23/24 compatMichael Klishin2020-02-271-3/+2
* (c) bumpMichael Klishin2019-12-291-1/+1
* Continuation to #2169 by @velimirMichael Klishin2019-11-231-1/+0
* rabbit_reader: Format `Explanation` before passing itJean-Sébastien Pédron2019-10-311-1/+1
* Merge pull request #2050 from rabbitmq/oauth2-credential-expiration-supportArnaud Cogoluègnes2019-07-041-0/+38
|\
| * Avoid permission cache when at least one backend supports credential expirationMichael Klishin2019-07-021-1/+1
| * Avoid a case clause by renaming a binding, spotted by @lukebakkenMichael Klishin2019-07-011-4/+4
| * Return a complete connection recordMichael Klishin2019-06-281-2/+2
| * Remove a debug log line that's meant to be temporaryMichael Klishin2019-06-281-1/+0
| * Update user authn/authz state correctlyMichael Klishin2019-06-281-1/+1
| * Error reporting for invalid secrets (tokens) WIPMichael Klishin2019-06-271-4/+10
| * Propagate updated user/authn/authz state to channelsMichael Klishin2019-06-241-3/+13
| * WIP: credential expiration support prototypingMichael Klishin2019-06-221-0/+23
* | Remove deprecation of force_event_refresh messageLuke Bakken2019-07-011-2/+3
|/
* Propagate protocol-specific context to authorizationArnaud Cogoluègnes2019-05-291-1/+1
* Finish converting check_vhost_access/3 to new APILuke Bakken2019-03-221-1/+1
* URL CleanupSpring Operator2019-03-201-2/+2
* Introduce originating source to channels, to help avoidAyanda Dube2019-02-181-0/+1
* spelling: simplifiedJosh Soref2019-02-121-1/+1
* spelling: maximumJosh Soref2019-02-121-1/+1
* Remove commented out codeLoïc Hoguin2019-02-051-1/+0
* Fix many Dialyzer warningsLoïc Hoguin2019-02-051-2/+5
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-19/+30
* Restore the `rabbit:force_refresh_event()` featureJean-Sébastien Pédron2019-02-011-1/+18
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Use the built-in Ranch PROXY protocol supportLoïc Hoguin2018-12-041-9/+9
* Quorum queues (#1706)Karl Nilsson2018-10-291-16/+1
* A typoMichael Klishin2018-08-151-1/+1
* A more precise commentMichael Klishin2018-08-151-1/+1
* Log errors as, well, errorsMichael Klishin2018-08-151-1/+1
* Improve formatting of logged connection.tune errors/exceptionsMichael Klishin2018-08-151-0/+7
* Add detail for channel_max 0 valueLuke Bakken2018-08-151-2/+9
* Compile Erlang/OTP 21Michael Klishin2018-06-071-0/+4
* Don't await for error_logger handlers to initialiseMichael Klishin2018-06-061-9/+0
* Add connection name to connection created/closed events if necessaryArnaud Cogoluègnes2018-05-281-21/+32
* Add connection_user_provided_name to connection created/closed eventsArnaud Cogoluègnes2018-05-211-8/+30
* Add client properties to connection.closed eventsArnaud Cogoluègnes2018-05-181-2/+12
* Add special case in handle_other for normal TCP port exitLuke Bakken2018-03-151-3/+14
* Add a macro to identify processes in Looking GlassLoïc Hoguin2017-12-121-0/+1
* Use lager sink API for logs.Daniil Fedotov2017-08-071-24/+35
* Refuse connections to dead vhosts.Daniil Fedotov2017-07-191-6/+17
* Merge branch 'stable'Michael Klishin2017-06-271-1/+1
|\
| * Add OTP version to server properties during connection negotiationGerhard Lazu2017-06-261-1/+1