1
0
mirror of https://github.com/TehPeGaSuS/xmasbot.git synced 2026-07-10 02:25:43 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
TehPeGaSuS a45a2da6da Update go.mod 2025-12-20 20:38:44 +01:00
TehPeGaSuS 858d587391 Update xmasbot dependency version in go.mod 2025-12-20 20:38:22 +01:00
TehPeGaSuS 0d1c312266 Update xmasbot dependency version in go.mod 2025-12-20 20:37:48 +01:00
TehPeGaSuS 3b937f32bb Add interactive timezone location query utility
This utility reads location information from standard input and provides timezone details based on the queried locations.
2025-12-20 20:16:49 +01:00
TehPeGaSuS 7fda7ae5bc Implement Time Zone validation utility 2025-12-20 20:15:29 +01:00
TehPeGaSuS 463f617b2d Add go.sum file with dependency checksums 2025-12-20 20:14:08 +01:00
TehPeGaSuS 143957cdd8 Initialize go.mod for validatetz module 2025-12-20 20:13:22 +01:00
TehPeGaSuS 95b0156080 Add utility to print lengths of zone representations
This utility prints lengths of zones string representation, useful for checking if a zone exceeds IRC limits.
2025-12-20 20:11:57 +01:00
TehPeGaSuS 5cfd55e442 Add files via upload 2025-12-20 20:10:47 +01:00
TehPeGaSuS a1d9db9fa2 Add main.go to calculate seconds in max duration 2025-12-20 20:06:41 +01:00
TehPeGaSuS df148cddea Add main.go for timezone data processing 2025-12-20 20:06:00 +01:00
TehPeGaSuS 6ccc79813c Add go.sum file with dependency checksums 2025-12-20 20:04:20 +01:00
TehPeGaSuS 96a62550ca Initialize go.mod for tzbuilder module 2025-12-20 20:03:54 +01:00
TehPeGaSuS 9f6a46bbdd Update .gitignore to include additional file patterns
Add new patterns to ignore JSON files and tz.go.new.
2025-12-20 20:03:05 +01:00
TehPeGaSuS 13aca7a218 Add utility for testing TZ string splitting
This utility tests TZ string splitting and sorts the zones in reverse order.
2025-12-20 20:02:14 +01:00
TehPeGaSuS f696fb02bb Implement sorting for time zone JSON data
This program sorts time zone data from a JSON source and saves it to a file.
2025-12-20 20:01:22 +01:00
TehPeGaSuS 0c906c9d52 Change IRC channel from '##ugjka2' to '##xmas00' 2025-12-20 19:59:52 +01:00
TehPeGaSuS fd0d5ae2bc Implement IRC bot with test command 2025-12-20 19:59:24 +01:00
TehPeGaSuS 71f0fa16b3 Add go.sum file with dependency checksums 2025-12-20 19:57:57 +01:00
TehPeGaSuS 77e56cd755 Initialize go.mod for ircprinttest module 2025-12-20 19:57:27 +01:00