Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 14:44
· 141 commits to master since this release
faf3c93

What's Changed

Features

  • Ablity to enable/disable protocols notifications for payloads (#34) @russtone

    • There is new option -p for /new command which allows to set protocols for which you want to receive notifications.
      For example payload created by command /new test -p dns,http won't receive SMTP notifications.
      If you don't pass -p option then by default all protocols will be enabled.
    • Also there is new command /mod which allows to modify existing payloads.
      Examples: /mod test -p dns,smtp - change payload protocols, /mod test -n test_new - change payload name
  • Ability to add bot to telegram groups (#33) @russtone

    • When bot added to group new separate user is created for this group
    • Only authorised users can control bot in group
    • When bot is deleted from group corresponding user with all its payloads is deleted

Maintenance

  • Refactor cmd module (#32) @russtone
  • Move users.params into separate table user_params (#31) @russtone
  • Create separate db column for admin flag (#30) @russtone
  • Set users.id as owner column for users_id_seq (#29) @russtone