Tags give the ability to mark specific points in history as being important
  • v1.0.5 protected
    9bb57130 · version bump ·
    1.0.5 (2019-10-21)
    ------------------
    
    * dns: Fix add_forwarder WS notifications
    
  • v1.0.4 protected
    e0aa2f0f · version bump ·
    1.0.4 (2019-10-18)
    ------------------
    
    * about: get os branch from svupdater
    * dns: add add_forwarder action
    * tests: refactoring of tests
    
  • v1.0.3 protected
    594c12f3 · version bump ·
    1.0.3 (2019-08-29)
    ------------------
    
    * networks: get_network_info fix
    * mqtt: custom announcements via python entry_points
    * example project: using cookiecutter for generating new projects
    
  • v1.0.2 protected
    d355c0b8 · version bump ·
    1.0.2 (2019-08-08)
    ------------------
    
    * client_socket: use controller_id - mqtt fix
    * use ipaddress module instead of foris_controller_utils.IPv4 and remove IPv4
    * removing python version ifs
    * doc: protocol documentation added + mqtt doc extended
    * lan: fix list dhcp clients (whitespace in mac field)
    * remote: add hostname into advertize
    * lan: show only valid ipv4 addresses in dns
    
  • v1.0.1 protected
    121a01a5 · version bump ·
    1.0.1 (2019-05-31)
    ------------------
    
    * remote: include module names and version into advertizements
    
  • v1.0 protected
    8166f926 · version bump ·
    1.0 (2019-05-27)
    ----------------
    
    * mqtt: retry to send messages (with a small timeout)
    * remote: add working_replies field into advertizements
    * mqtt: allow to process messages concurrently
    * mqtt: doc file which describes erroneous situations added
    * mqtt: use retain and clean the messages afterwards
    * tests: fix fork bomb
    * router_notifications: making lang optional
    
  • v0.11.14 protected
    4eba8aa6 · version bump ·
    0.11.14 (2019-05-03)
    --------------------
    
    * updater: approval max delay period extended from 7 to 31 days
    
  • v0.11.13 protected
    dcf43d36 · version tag ·
    0.11.13 (2019-04-29)
    --------------------
    
    * about: remove board_name
    * lan: don't fail when mac is missing in static lease record
    * time: don't require wifi uci file to save time settings
    * lan: fix schema description
    
  • v0.11.12 protected
    c4719dda · version bump ·
    0.11.12 (2019-04-05)
    --------------------
    
    * wan: wan6 defaults from 'none' to 'dhcpv6'
    * updater: get enabled fix
    * maintain: lighttpd restart command added
    
  • v0.11.11 protected
    368f8625 · version bump ·
    0.11.11 (2019-04-01)
    --------------------
    
    * remote: display netboot status in advertize and add set_netboot_configured call
    * all python source code reformatted using black
    * updater: reflect api changes of svupdater
    * time: properly set regulatory domain after timezone was updated
    * lan: support for customizing static dhcp clients added
    * wifi: update notification contains all new data
    * router_notification: add separate functions for setting emails and reboots
    * router_notification: different default
    
  • v0.11.10 protected
    1012fcdb · version bump ·
    0.11.10 (2019-03-13)
    --------------------
    
    * wifi+time: properly set regulatory domain (country)
    
  • v0.11.9 protected
    14a591b1 · version bump ·
    0.11.9 (2019-03-12)
    -------------------
    
    * wifi hack to tame iw command
    * async cmds fix
    
  • v0.11.8 protected
    d00166bc · version bump ·
    0.11.8 (2019-03-08)
    -------------------
    
    * suboridnates: api changes
    * subordinates: send notification before restarting mqtt server
    * mqtt: nicer client_id
    * set proper controller_id in notifications
    * subordinates: reload -> restart when managing (sub)subordinates
    * about: atsha204 -> cryptowrapper migration
    * remote module splitted into remote and subordinates
    * remote: handlig of subsubordinates implemented
    
  • v0.11.7 protected
    c9c28f38 · version bump ·
    0.11.7 (2019-02-14)
    -------------------
    
    * controller-id program arg fix
    * remote: adding subordinates
    
  • v0.11.6 protected
    42302309 · version bump ·
    0.11.6 (2019-02-08)
    -------------------
    
    * updater: list api changes
    * password: refuse to set compromised passwords
    * socket_client: mqtt fix
    
  • v0.11.5 protected
    098679f2 · version bump ·
    0.11.5 (2019-01-31)
    -------------------
    
    * mqtt: can set path to credentials file
    * make controller_id configurable + update its format
    
  • v0.11.4.1 protected
    a9cb6c73 · version bump ·
    0.11.4.1 (2019-01-30)
    ---------------------
    
    * updater: setting approval fix
    
  • v0.11.4 protected
    b190a2a6 · version bump ·
    0.11.4 (2019-01-29)
    -------------------
    
    * updater: api chnaged (no need to use uci)
    * make ubus and mqtt buses optional
    
  • v0.11.3.1 protected
    bf915049 · version bump ·
    0.11.3.1 (2019-01-22)
    ---------------------
    
    * mqtt: advertisement format fix
    
  • v0.11.3 protected
    c436d2b4 · version bump ·
    0.11.3 (2019-01-21)
    -------------------
    
    * mqtt: request - reply protocol change
    * mqtt: more resilent message handling