about summary refs log tree commit diff stats
path: root/browse_slack
Commit message (Collapse)AuthorAgeFilesLines
* slack: fix abort after loadKartik K. Agaram2021-08-101-1/+8
| | | | I forgot about the null bytes that come from loading sectors.
* slack: takes almost 3 minutes to load 55MBKartik K. Agaram2021-08-101-3/+5
| | | | | | | | | This is with KVM on a pretty fast Thinkpad. If I exclude images, 14MB takes 45s to load. There's also a bug in parsing at the moment; it aborts after loading all records.
* .Kartik K. Agaram2021-08-101-0/+71
|
* .Kartik K. Agaram2021-08-102-9/+42
|
* slack: emit comment parent indices in converterKartik K. Agaram2021-08-101-8/+15
| | | | | | | They're easier to process when loading the data disk. In the process we lose a few more items because they're comments to items we were dropping earlier.
* .Kartik K. Agaram2021-08-101-3/+3
|
* undo my stupid format for post/comment idsKartik K. Agaram2021-08-101-9/+6
| | | | Now items just have a field for parent id.
* .Kartik K. Agaram2021-08-101-2/+0
|
* .Kartik K. Agaram2021-08-101-22/+16
|
* .Kartik K. Agaram2021-08-101-6/+2
|
* .Kartik K. Agaram2021-08-101-3/+1
|
* .Kartik K. Agaram2021-08-101-1/+0
|
* .Kartik K. Agaram2021-08-101-5/+3
|
* .Kartik K. Agaram2021-08-101-7/+4
| | | | | Vestige from when we were scanning all files in the current directory rather than channels.json.
* .Kartik K. Agaram2021-08-101-4/+2
|
* .Kartik K. Agaram2021-08-101-1/+1
|
* .Kartik K. Agaram2021-08-101-6/+5
|
* .Kartik K. Agaram2021-08-101-15/+9
|
* .Kartik K. Agaram2021-08-101-2/+2
|
* .Kartik K. Agaram2021-08-101-2/+2
|
* .Kartik K. Agaram2021-08-101-2/+2
|
* .Kartik K. Agaram2021-08-101-8/+1
|
* .Kartik K. Agaram2021-08-101-27/+27
|
* .Kartik K. Agaram2021-08-101-9/+0
|
* .Kartik K. Agaram2021-08-083-1/+132
|
* .Kartik K. Agaram2021-08-073-0/+111