all repos — paprika @ 25de5b6c6af4b418eb4cb6ef74eb26540f50ddd6

go rewrite of taigabot

25de5b6c
Contextual Errors

This set of changes removes all the old CTCP code in favor of contextual
errors. The problem is, it also exposes a large amount of defects in
current prefix matching approaches that we need to discuss fix.

Error Types:

  * NoReply - DO NOT REPLY; continue matching prefixes.
  * ReplyT  - A set of flags that allow customizing how to send a reply.
Anthony DeDominic adedomin@gmail.com
Sun, 21 Nov 2021 19:34:12 -0500
3a6f4cb1
use yaml instead :(
Anthony DeDominic adedomin@gmail.com
Sun, 21 Nov 2021 17:41:51 -0500
6056e2af
Add configuration handling and parsing.

  * Configuration initialization: `paprika init [ -c xyz ]`
  * Default directory path for DB and plugin state.
  * Usage / Help text.
Anthony DeDominic adedomin@gmail.com
Sat, 20 Nov 2021 07:16:16 -0500
4c12596c
Basic CTCP handling (#5)

* Implemented basic CTCP recognition and handling

* implemented additional CTCP-related calls, implemented CTCP ping

Co-authored-by: nojusr @office <nojus.raskevicius@teltonika.lt>
Nojus nojusr@gmail.com
Sun, 21 Nov 2021 17:41:22 +0200
30551520
Basic Link Handling (#4)

* implemented foundational link handling and parsing

* Various formatting fixes, removed NOTE:(nojusr) from comments

Co-authored-by: nojusr @office <nojus.raskevicius@teltonika.lt>
Nojus nojusr@gmail.com
Sun, 21 Nov 2021 17:41:08 +0200
b89432ec
Support setting location for user (#7)

* Init location plugin

* Support setting loc and getting loc for @nick
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Nov 2021 08:09:00 +0530
9120dc31
Wrapper funcs for Set-ing and Get-ing from db
Anirudh Oppiliappan x@icyphox.sh
Sat, 20 Nov 2021 19:51:19 +0530
d2840bdc
Rename to paprika
Anirudh Oppiliappan x@icyphox.sh
Fri, 19 Nov 2021 14:15:55 +0530
8ccd2df8
Add weather plugin (#3)

* Add weather plugin

* Clean up struct

* Remove useless shit from weather desc data
Anirudh Oppiliappan x@icyphox.sh
Wed, 17 Nov 2021 22:02:06 +0530
7d0fbe31
Adds search plugin. (#1)

* add search

* Formatting and consistency

Co-authored-by: Anirudh Oppiliappan <x@icyphox.sh>
Anthony DeDominic adedomin@gmail.com
Tue, 16 Nov 2021 00:22:58 -0500
9bfb1a00
Add Listenbrainz plugin (#2)

* Add Listenbrainz plugin

* Add formatting output

* Close r.Body
Anirudh Oppiliappan x@icyphox.sh
Tue, 16 Nov 2021 10:50:54 +0530
1a98ec30
Simple sanity check plugin
Anirudh Oppiliappan x@icyphox.sh
Sun, 14 Nov 2021 14:40:37 +0530
90f2396d
Init taigobot
Anirudh Oppiliappan x@icyphox.sh
Sun, 14 Nov 2021 13:23:49 +0530