~stefanor/ibid/exchange-336443

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
Decisions
=========
Auto-load plugins
Memo: Leaving memos for people without identities
Factpacks: Fixed high factoid_ids? Mark in database
Private attributes
Better meaning for "Ibid"
Better names for event.{sender,sender_id,who}
Database string limits

To Do
=====
Race condition where two identities are created if multiple messages received at the same time (usually from services/bots)
    - Can't happen anymore due to unique constraint, but second message won't be handled properly because no identity will be attached
Accounts: Admin command to create an account and attach an identity?
setup.py: Exclude most of lib/
PB: Logging, identifying
Import: weißes fleisch
apt syntax
Source connect/disconnect/reload

Future
======
Improve NickServ authentication
Tests for everything
Console source
Refactor Reloader class