Tags give the ability to mark specific points in history as being important
  • v1.0.0 protected
    First version with just telnet implemented
    
  • v2.0.0 protected
    bd20151e · main - simplification ·
    New protocols added: HTTP, FTP, SMTP (submission)
    
    This is heavily reworked version of minipots. New protocols were added.
    Integration and behavior is improved.
    
  • v2.0.1 protected
    751d3f26 · Release version 2.0.1 ·
    Sentinel-Minipot version 2.0.1
    
    Fixed
    * Telnet getting stuck with specific control sequence being received
    
  • v2.1 protected
    c5b6ac1d · Release version 2.1 ·
    Sentinel-Minipots version 2.1
    
    Added
    * Server data check
    * Unit tests
    * Scripts for easy test setup
    
    Changed
    * Integration tests refactored
    * Sentinel messages formats
    
  • v2.2 protected
    9a120eb4 · Release version 2.2 ·
    Sentinel-Minipots version 2.2
    
    Added
    * ipeline integration tests
    * Doc comments
    * Throughput integration tests
    * Logging
    
    Removed
    * anual proxy - moved to Proxy repo
    * Minipots doc - moved to internal wiki
    
    Changed
    * Update README
    * Update integration tests doc
    * Update Minipots doc
    * Send invalid Sentinel message if missing username
    * HTTP minipot - limit announced version
    * HTTP minipot - make user agent optional part of Sentinel message
    
    Fixed
    * Debug prints
    * HTTP content length parsing
    * SMTP SASL mechanism field name
    
  • v2.3.0 protected
    69a51636 · Release version 2.3.0 ·
    Release Release 2.3.0
    Sentinel-minipots version 2.3.0
    
    Added
    * Gitlab CI
    * libevent_logc and libczmq_logc as dependency
    
    Changed
    * Repository layout
    * Minimal version of LogC to 0.2.0
    * SMTP minipot: split received username string to username and domain
    * integration tests: check timestamp value
    
    Fixed
    * Out of source tree build