forked from fluffle/sp0rkle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
81 lines (66 loc) · 2.38 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
The todo list is broken down into the following sections:
Drivers: Specific drivers that need creating
Core: Items that affect the main framework
Testability: Items surounding the test framework
Bugs: Known problems with current implementation
Drivers
=======
// There are probably more useful web services with JSON apis to wrap,
// these can all go in 'netdriver'
*WebServices
- exchange (XE.com?)
command: exchange, convert
exchange 10 GBP to USD
- weather (weather.com?)
weather manchester, uk
- google?
- ftse or other share indexen?
- soundcloud
follow particular bands/users to announce when they post new tracks
(would require API use since they don't expose simple RSS feeds)
*Remind
// Remind me, (or someone) about something at a certain point in the future
// Still TODO:
- repeating reminders -- daily, weekly, monthly. no shorter than hourly ;-)
- split tell stuff out to a notify driver
- add "ping me when x next says something" to notify driver
*urlsearch
//Keep a track of urls that are said and allow them to be searched (using regex)
// Still TODO:
- get hosting and buy sp0rk.ly
*Quotes
// Still TODO: some...
- Multi-line quote add for copypasta win?
+ q(uote )?begin
+ record all lines said by Nick
+ q(uote )?end
- Multi-line quote storage? (means parsing logic in quoteimporter)
- Quote stats (use access counts)
- Help, unit tests, etc.
*Factoids
// Still TODO
- Permissions system:
+ each factoid has "owner" == creator initially
+ owner can set factoid read-only, prevents others modifying/deleting
+ need some mechanism for giving/taking ownership (someone needs "root")
- The ability to apply commands to something other than the last factoid seen
via "literal" to list then s/that/N/ in command to apply.
- The above but operating on all factoids associated with a key.
- Something that utilises the access count to help prune unseen factoids
- More unit tests
- Pruning of 404'd F_URL factoids
*Insult generator
- needed for many many factoids :-)
Core
====
* Persistent ignore list
* Admin commands like join/part/ignore (and perms)
* Push servemux-like command/handler dispatch up into a layer in goirc.
* Help: look into godoc -> wiki.git dumping
Testability
===========
* Ensure all functions (where applicable) have unit tests
* mock/fake the DB connection
Bugs
====
Many, natch.