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
  • mainapp.cpp
12 Jun, 2021
1 commit
  • Implement a native FlashMQ auth plugin
    aa19d41b
    Wiebe Cazemier authored
    2021-06-12 18:19:20 +0200  
    Browse File »

06 Jun, 2021
3 commits
  • Default config file location
    e0d2e93c
    Wiebe Cazemier authored
    2021-06-06 14:49:30 +0200  
    Browse File »
  • Add configurable session expiration
    d0333fb6
    Wiebe Cazemier authored
    2021-06-06 09:52:20 +0200  
    Browse File »
  • Setting for max number of open files: rlimit_nofile
    436a5ffa
    Wiebe Cazemier authored
    2021-06-06 09:52:20 +0200  
    Browse File »

05 Jun, 2021
1 commit
  • Expand client identifying string, including address
    e305b754
    Wiebe Cazemier authored
    2021-06-05 17:04:10 +0200  
    Browse File »

04 Jun, 2021
1 commit
  • Refactor SIMD/SSE
    d3072e9c
    Wiebe Cazemier authored
    2021-06-04 21:31:55 +0200  
    Browse File »

01 Jun, 2021
1 commit
  • Properly handle dollar topics ...
    367579cc
    Also include a few stats.
    Wiebe Cazemier authored
    2021-06-01 18:18:06 +0200  
    Browse File »

29 May, 2021
2 commits
  • Include websocket write buffer in fuzzing
    67497fb4
    Wiebe Cazemier authored
    2021-05-29 12:46:04 +0200  
    Browse File »
  • Better handling of the allow_anonymous setting
    6075860a
    Wiebe Cazemier authored
    2021-05-29 12:41:00 +0200  
    Browse File »

25 May, 2021
1 commit
  • Show version on start
    b971b1a5
    Wiebe Cazemier authored
    2021-05-25 20:56:02 +0200  
    Browse File »

24 May, 2021
1 commit
  • Bump version to 0.6.3
    ab7c79a7
    Wiebe Cazemier authored
    2021-05-24 10:39:45 +0200  
    Browse File »

19 May, 2021
1 commit
  • Enhance fuzzing by writing packets to subscriber
    9cbd0be5
    Wiebe Cazemier authored
    2021-05-19 21:57:13 +0200  
    Browse File »

05 May, 2021
2 commits
  • Version 0.6.1
    31084bb4
    Wiebe Cazemier authored
    2021-05-05 21:09:14 +0200  
    Browse File »
  • Version 0.6.0
    8e7c7361
    Wiebe Cazemier authored
    2021-05-05 19:47:35 +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 »

27 Mar, 2021
1 commit
  • Remove typedefs for shared_ptr things ...
    ac3a130a
    My IDE didn't understand them for finding symbols, apparently.
    Wiebe Cazemier authored
    2021-03-27 10:51:04 +0100  
    Browse File »

23 Mar, 2021
1 commit
  • Version v0.5.2
    d76529ab
    Wiebe Cazemier authored
    2021-03-23 22:15:42 +0100  
    Browse File »

21 Mar, 2021
1 commit
  • Version 0.5.1
    56cf59e3
    Wiebe Cazemier authored
    2021-03-21 10:14:54 +0100  
    Browse File »

20 Mar, 2021
22 commits
  • Bump version for next development cycle
    460ff3ed
    Wiebe Cazemier authored
    2021-03-20 19:10:36 +0100  
    Browse File »
  • Version v0.5.0
    ffe004ac
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Add license
    60b9cd16
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Auto-detect fuzzing mode, and don't make threads ...
    1f84a1ef
    Having threads creates instability for the fuzzer, and we don't need
    them.
    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 »
  • Only allow one instance (per user) to run
    38563f95
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Make setting rlimits a little better
    d68708d3
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Add IPv6 support, with related listener options ...
    d06dcb0b
    This also adds configuration options for choosing what address to bind
    to.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Crude websocket fuzz mode ...
    80d5cf8b
    Probably I also need a flag to fake already being upgraded, because
    otherwise we never get passed the complicated websocket handshake.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Add fuzz mode by feeding a client from a file ...
    d6af7d82
    This can be called by a fuzzer like afl-fuzz.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Fix not creating a listener when no config is defined
    0586e380
    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 »
  • 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 »
  • Add IoWrapper, with websocket support added ...
    b5ba41f5
    The ping/pong is actually untested at this point, because Paho (my test
    client for now) doesn't do those. I wonder if any do, because MQTT
    already has ping/pong.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Buffer size and max packet size as setting
    1106e210
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Like main thread, also have a task queue in threads ...
    f3a45a2a
    It's also used to reload settings. Settings are copied to threads, to
    avoid concurrency issues.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Add setting 'allow_unsafe_clientid_chars' ...
    65146ae2
    And some side issues.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Auto-detect number of threads
    d0473da1
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Fix not logging to stdout
    64ec702a
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Added some error checking on write calls
    88a78820
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Working on expiring sessions ...
    33ef5bdf
    This includes a timer mechanism.
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »
  • Add SSL support ...
    9e33ebda
    It also contains some related improvements that I needed:
    
    * Show disconnect reason
    * Fix the while condition for doing write() to avoid an unnecessary call
    * Config reloading logic
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »