Logo white

Peter M. Groen / FlashMQ

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 453
  • Compare
  • Branches 1
  • Tags 0
  • FlashMQ
  • authplugin.cpp
01 May, 2022
2 commits
  • Implement extended authentication ...
    569b87ee
    This also contains some fixes/unifications for traditional
    authentication, error handling specifically.
    Wiebe Cazemier authored
    2022-05-01 17:32:10 +0200  
    Browse File »
  • Mostly done with user properties in connect, publish and subscribe. ...
    8ce485ee
    And one line about correlation data that was a bug.
    Wiebe Cazemier authored
    2022-05-01 17:32:10 +0200  
    Browse File »

06 Mar, 2022
1 commit
  • Use std::make_shared and std::make_unique ...
    57b89866
    This saves some allocations.
    
    This also meant having to set the C++ standard to 2014.
    
    The getCopy() methods of sessions and mqttpackets can't be changed,
    because of access errors (private).
    Wiebe Cazemier authored
    2022-03-06 11:41:24 +0100  
    Browse File »

27 Oct, 2021
1 commit
  • Fix not returning Mosquitto plugin result
    c96edcdd
    Wiebe Cazemier authored
    2021-10-27 21:13:09 +0200  
    Browse File »

25 Oct, 2021
1 commit
  • Clean up auth in its own thread ...
    477dd009
    This avoids changing which thread runs the code.
    
    Also let auth_plugin_serialize_init affect cleanup serialization.
    Wiebe Cazemier authored
    2021-10-25 19:50:45 +0200  
    Browse File »

02 Aug, 2021
1 commit
  • Support lack of subscribe ACL in Mosquitto files
    b0cff47b
    Wiebe Cazemier authored
    2021-08-02 21:32:07 +0200  
    Browse File »

12 Jun, 2021
1 commit
  • Implement a native FlashMQ auth plugin
    aa19d41b
    Wiebe Cazemier authored
    2021-06-12 18:19:20 +0200  
    Browse File »

29 May, 2021
1 commit
  • Better handling of the allow_anonymous setting
    6075860a
    Wiebe Cazemier authored
    2021-05-29 12:41:00 +0200  
    Browse File »

26 Apr, 2021
1 commit
  • Add support for Mosquitto's acl_file
    05b38f94
    Wiebe Cazemier authored
    2021-04-26 11:40:34 +0200  
    Browse File »

11 Apr, 2021
1 commit
  • Add support for Mosquitto's password file ...
    b2c5fe90
    Encrypted version only.
    Wiebe Cazemier authored
    2021-04-11 13:48:22 +0200  
    Browse File »

20 Mar, 2021
9 commits
  • Add license
    60b9cd16
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Implement the log levels
    6990c689
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Quit threads by using task queue ...
    7be0fcf4
    This fixes the 100ms wait time requirement.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Implement the option to serialize auth checks
    775180c0
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Implement ACL checks and improved login checks
    be205082
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Support generic listener in config file ...
    5d72070e
    This allows creation of multiple listeners, with different protocols
    and/or SSL certificates.
    
    Related change: settings is now a class that is copyable and assignable,
    and is done so to each thread on reload.
    
    Semi-related fix: fix crash in quit when multiple threads initiated it.
    This came to light when testing the auth plugin settings.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Working auth with plugin
    462fb2ed
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Auth plugin init works ...
    543d4451
    It can be defined in the config file, along with options.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Start of auth plugin. ...
    1b9f0978
    I kind of need a config file parser first, so I'm going to make that.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »