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
  • logger.h
21 Nov, 2021
2 commits
  • Add 'quiet' option to log ...
    b5af42be
    This mutes all INFO and NOTICE.
    
    Also fixed the parsing of the log_subscriptions.
    Wiebe Cazemier authored
    2021-11-21 14:16:14 +0100  
    Browse File »
  • Use separate thread for writing log ...
    d105ac30
    The file IO is blocking, so we don't want that in our thread loops.
    Wiebe Cazemier authored
    2021-11-21 13:38:41 +0100  
    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 »

20 Mar, 2021
6 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 »
  • 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 »
  • Settings and logger stuff ...
    d55f39d1
    Also reloading of settings, which re-opens the log file.
    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 »
  • Start of simple logger
    4315fb5b
    Wiebe Cazemier authored
    2021-03-20 19:02:25 +0100  
    Browse File »