summaryrefslogtreecommitdiff
path: root/src/rabbit_direct.erl
Commit message (Expand)AuthorAgeFilesLines
* Refer to running nodes using rabbit_nodes:all_running/0Michael Klishin2020-09-021-3/+2
* Minor improvements to log message formattingMichael Klishin2020-09-021-2/+2
* A typoMichael Klishin2020-09-021-1/+1
* Make formatting of user channel-limit exceeded consistentAyanda-D2020-09-021-2/+2
* Update connection/channel limit context and error messagesAyanda-D2020-09-021-10/+18
* User connection/channel limit for direct connectionsAnupama Singh2020-09-021-22/+36
* Add timeout to rpc:multicall usageLuke Bakken2020-08-281-2/+4
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* Continuation to #2169 by @velimirMichael Klishin2019-11-231-1/+0
* avoid synchronous call to a connection process from a channel processGrigory Starinkin2019-11-201-4/+4
* Replace spaces by underscores when forging module nameArnaud Cogoluègnes2019-06-141-1/+3
* Propagate protocol-specific context to authorizationArnaud Cogoluègnes2019-05-291-1/+2
* Add commentsLuke Bakken2019-03-251-0/+2
* Finish converting check_vhost_access/3 to new APILuke Bakken2019-03-221-2/+2
* Modify check_vhost_access/3 to use map of dataLuke Bakken2019-03-221-7/+2
* URL CleanupSpring Operator2019-03-201-1/+1
* Introduce originating source to channels, to help avoidAyanda Dube2019-02-181-0/+1
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-21/+27
* Restore the `rabbit:force_refresh_event()` featureJean-Sébastien Pédron2019-02-011-1/+7
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Quorum queues (#1706)Karl Nilsson2018-10-291-6/+1
* Add code_server cache to prevent code:get_object_code abuseLuke Bakken2018-07-111-14/+2
* Merge branch 'stable'Michael Klishin2017-09-111-19/+24
|\
| * Do not start direct connections if the direct connection supervisor is not st...Daniil Fedotov2017-09-111-11/+17
* | Refuse connections to dead vhosts.Daniil Fedotov2017-07-191-10/+30
* | CompileMichael Klishin2017-06-261-1/+1
* | Log this as an error, provide more detailsMichael Klishin2017-06-261-1/+1
* | SimplifyMichael Klishin2017-06-261-4/+1
* | Pass in extra arguments to authentication backendArnaud Cogoluègnes2017-06-221-5/+48
* | Merge branch 'stable'Michael Klishin2017-04-021-1/+1
|\ \ | |/
| * (c) yearMichael Klishin2017-04-021-1/+1
* | Merge branch 'stable'Michael Klishin2016-12-011-0/+2
|\ \ | |/
| * Push connection created/closed eventsDiana Corbacho2016-08-111-0/+2
* | Enforce max-queues vhost limitMichael Klishin2016-09-191-1/+1
* | Support direct connection trackingDaniil Fedotov2016-09-121-22/+51
|/
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-19/+17
* Includes VHost to AuthProps.Ayanda Dube2016-04-011-2/+2
* Update (c) infoMichael Klishin2016-01-011-1/+1
* Updates exception to handle 'not_allowed' error.Ayanda Dube2015-11-061-2/+2
* (c) yearMichael Klishin2015-05-241-1/+1
* Implement authz_socket_info structure passed to authorization plugins.Petr Gotthard2015-04-151-1/+7
* No need to concatenate hard-coded lists...Jean-Sebastien Pedron2014-12-101-2/+2
* Filter out auth notification properties with no valueJean-Sebastien Pedron2014-12-031-1/+1
* Style fix: Use ++ to construct EventProps, not multiple temporary variablesJean-Sebastien Pedron2014-12-031-6/+3
* Pass "extra properties" to notify_auth_result/{3,4} instead of a messageJean-Sebastien Pedron2014-12-021-7/+5
* Use rabbit_misc:format/2 instead of lists:flatten/1 + io_lib:format/2Jean-Sebastien Pedron2014-12-021-1/+1
* Add more properties to the user_authentication_* notificationsJean-Sebastien Pedron2014-11-251-2/+18
* Import changes from https://github.com/gotthardp/rabbitmq-server/tree/multi_a...Simon MacMullen2014-11-131-1/+1