Skip to content

Tags: umputun/tg-spam

Tags

v1.13.2

Toggle v1.13.2's commit message
missing replacement for \ in json body

v1.13.1

Toggle v1.13.1's commit message
add Multi Lingual Words to ui settings page

v1.13.0

Toggle v1.13.0's commit message
add exception for i in multi-lang check

v1.12.2

Toggle v1.12.2's commit message
ban confirmation in soft mode performs full ban for the uses

v1.12.1

Toggle v1.12.1's commit message
missed passing SoftMode to listener

v1.12.0

Toggle v1.12.0's commit message
bump deps

v1.11.6

Toggle v1.11.6's commit message
Add file creation handling and tests in SampleUpdater #67

The code now checks if the specified file exists before appending a message. If it doesn't exist, it tries to create it, handling related errors accordingly. Corresponding tests to verify the new functionality have also been added, effectively ensuring its correct operation.

The failure to update spam for non-existing file was a side effect from duplication check #63

fix test typo from prev commit

v1.11.5

Toggle v1.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Loading indicator for delete spam samples (#69)

* add loading indicator on delete #61

* fix tests

v1.11.4

Toggle v1.11.4's commit message
Refactor file replacement method and clean up tests

This commit adds a new `fileReplace` method in `spam.go` as a workaround for "invalid cross-device link" error and refactors the original file replacement

v1.11.3

Toggle v1.11.3's commit message
ensure proper permission after file rename for dynmaic spam

fix test inconsistency

allow LoadSamplesCalls called >=1 times

due to background watcher