Commit Graph

73 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire ad26b04e1c
Merge pull request #4 from deavmi/safe_channel_associations
Safe channel associations
2023-10-24 18:43:07 +02:00
Tristan B. Velloza Kildaire d60bf7930b Merge branch 'master' into safe_channel_associations 2023-10-24 18:28:15 +02:00
Tristan B. Velloza Kildaire 16be1e71ff Dub
- Upgraded `birchwood` to version `2.10.2`
2023-10-24 17:01:34 +02:00
Tristan B. Velloza Kildaire e4ba063a44 Gitea IRC Bot
- Switched to using `getRespectiveChannel(string)` for `/commit` and /`issue` handling
2023-09-24 15:47:32 +02:00
Tristan B. Velloza Kildaire c5863751de Gitea IRC Bot
- Implemented `getRespectiveChannel(string repositoryName)`
2023-09-24 15:46:28 +02:00
Tristan B. Velloza Kildaire 4799001074 App
- Include issue's title when  a comment is added
2023-07-09 14:42:44 +02:00
Tristan B. Velloza Kildaire 6d1ef81793 App
- Make the "New commit" text green
2023-07-07 13:12:19 +02:00
Tristan B. Velloza Kildaire acad105e21 App
- Fixed logging ref
2023-07-06 19:56:10 +02:00
Tristan B. Velloza Kildaire 56a2f6f91d App
- Handle tags by doing nothing for now - better than crashing
2023-07-06 19:55:43 +02:00
Tristan B. Velloza Kildaire 4cbca297b3 App
- Use environment variable rather for config
2023-07-04 18:08:20 +02:00
Tristan B. Velloza Kildaire 8a62c93a6c Updated docs 2023-07-04 18:01:10 +02:00
Tristan B. Velloza Kildaire 4e0fd43dd4
Merge pull request #2 from deavmi/multi-channel
Multi channel
2023-07-04 17:52:44 +02:00
Tristan B. Velloza Kildaire e6eb559117 App
- Construct a list of channels in which to join one-shot
2023-07-04 12:15:59 +02:00
Tristan B. Velloza Kildaire 1def85e5d2 Config
- Now map repository names to channel names

App

- Now we join all channels in the `repo -> channel` map
2023-07-04 12:13:31 +02:00
Tristan B. Velloza Kildaire 682f52b246 App
- Now base the channel to send to on the repository
2023-07-04 11:41:33 +02:00
Tristan B. Velloza Kildaire a62298d637 App
- Disable fake lag
2023-07-04 10:58:35 +02:00
Tristan B. Velloza Kildaire 3d8320428d Dub
- Upgraded to `birchwood` version `2.8.0-beta`
2023-07-04 10:53:07 +02:00
Tristan B. Velloza Kildaire 29467689c0 Dub
- Upgraded `birchwood` to version `2.3.1-beta`
2023-06-26 19:09:32 +02:00
Tristan B. Velloza Kildaire 880220f1a4 Merge branch 'master' of github.com:deavmi/gitea-irc-bot 2023-06-25 19:34:46 +02:00
Tristan B. Velloza Kildaire 3618742da3 - Removed CI/CD badge 2023-06-25 19:32:58 +02:00
Tristan B. Velloza Kildaire 61193567d5 - Updated README and added badges 2023-06-25 19:31:03 +02:00
Tristan B. Velloza Kildaire e7645b5085
Create d.yml 2023-06-25 19:30:28 +02:00
Tristan B. Velloza Kildaire 564c7d6f43 Dub
- Upgraded `birchwood` to `2.3.0-beta`
2023-06-25 17:16:33 +02:00
Tristan B. Velloza Kildaire 195552a7a0 - Added logo to README 2023-06-18 14:12:27 +02:00
Tristan B. Velloza Kildaire 583d46c0cf Branding
- Removed background
2023-06-18 14:12:26 +02:00
Tristan B. Velloza Kildaire 44251ea982 Branding
- Added branding
2023-06-18 14:08:16 +02:00
Tristan B. Velloza Kildaire 510606f75f Dub
- Added minimum versions required
2023-06-18 13:20:50 +02:00
Tristan B. Velloza Kildaire 6d7c2972ca - Added LICENSE 2023-06-13 15:09:57 +02:00
Tristan B. Velloza Kildaire e89e05b66a - Updated testing example 2023-06-13 15:07:00 +02:00
Tristan B. Velloza Kildaire 1a9ab5393f Added demo image to README 2023-06-13 15:00:50 +02:00
Tristan B. Velloza Kildaire 4d5f969005 App
- Made formatting for newly created issues (opened) same as for other events issue-wise
2023-06-13 14:56:39 +02:00
Tristan B. Velloza Kildaire 5d1eef944e - Updated default config 2023-06-13 14:43:14 +02:00
Tristan B. Velloza Kildaire 6f9364e559 App
- Added missing`[]` for new comment alerts
2023-06-12 21:02:49 +02:00
Tristan B. Velloza Kildaire 96f52c3e1c App
- Use green text formatting when re-openning an issue
2023-06-12 20:31:13 +02:00
Tristan B. Velloza Kildaire f9ce9c1e2d App
- Fixed compilation error with `newConnection()`
- Made formatting uniform regarding re-opening of issues, closing of issues and comments
2023-06-12 20:30:17 +02:00
Tristan B. Velloza Kildaire 19b0ce361f Dub
- Upgraded to birchwood `v2.0.1.beta.1`
2023-06-12 18:28:49 +02:00
Tristan B. Velloza Kildaire bf08d2641e - Color `"New comment"` in green 2023-03-24 18:57:14 +02:00
Tristan B. Velloza Kildaire c7953c80ef - Fixed function name typo 2023-03-24 18:55:00 +02:00
Tristan B. Velloza Kildaire af4a1ccb1e - Underline the URL of the new comment, make username and comment italics, make issue number bold 2023-03-24 18:53:53 +02:00
Tristan B. Velloza Kildaire 22e813500a - On new issue comment bolden repository name 2023-03-24 18:51:07 +02:00
Tristan B. Velloza Kildaire 771321f016 - Upgraded to `birchwood` `2.0.0` 2023-03-24 18:43:58 +02:00
Tristan B. Velloza Kildaire 40ded0b52d - Extract the repository's full name and include it as part of the message sent for `/commit` 2023-03-20 11:11:55 +02:00
Tristan B. Velloza Kildaire 9fe0f95269 - Extract the name of the repository and add it to the IRC messages sent for the `/issue` handler 2023-03-20 11:10:27 +02:00
Tristan B. Velloza Kildaire a8bd7c8750 - Use `channelName` instead of hardcoded `#tlang` 2023-03-20 10:52:06 +02:00
Tristan B. Velloza Kildaire 44e476c9c5 - Make the `logger` global such that there is only one 2023-03-19 15:22:14 +02:00
Tristan B. Velloza Kildaire ac85baae8c - Updated license 2023-03-12 14:38:36 +02:00
Tristan B. Velloza Kildaire 79987bad74 - Use `joinChannel(string)` 2023-03-11 16:05:57 +02:00
Tristan B. Velloza Kildaire 9d5d86765e
Update README.md 2023-03-11 16:02:18 +02:00
Tristan B. Velloza Kildaire d42bf3c6c5 - Use `GoggaLogger`'s `error()` on errors and `warn()` on warnings 2023-03-11 15:58:15 +02:00
Tristan B. Velloza Kildaire 0e8a9c8313 - Upgraded `gogga` version to `2.1.18` 2023-03-11 15:55:40 +02:00