Christopher Sardegna

Results 44 issues of Christopher Sardegna

Details are here: https://support.apple.com/en-us/HT206894

crate: database
table
new feature

There is an `int` column in the `messages` table called `item_type`. Normal messages are `0`, channel announcements that update the room name are `2`. I have a third `item_type` in...

question

https://github.com/ReagentX/imessage-exporter/blob/7d98061104572669f5ac28839063c2fb08f76de7/imessage-database/src/tables/messages.rs#L484-L500

enhancement

iMessage has a feature where you can mention chat participants: ![image](https://user-images.githubusercontent.com/1920666/179337829-6256356f-6afe-4440-accf-78f421c49a72.png) There is only one column in the database that seems related to mentions: `has_unseen_mention`. It is just a boolean...

table
new feature

Some webmasters include HTML in their sites' metadata: https://darknetdiaries.com/transcript/21/ ```html ``` In the `payload_data` that ends up looking like this escaped html code: If we got the whole string that...

html
enhancement

`ME` should be overridden by custom text. https://github.com/ReagentX/imessage-exporter/blob/9a40b7b7bdfd55e69f066460423ff20913952203/imessage-exporter/src/app/runtime.rs#L248-L252 https://github.com/ReagentX/imessage-exporter/blob/b61493b34c88e4c6c25f0c2df1fdbd028633b3fb/imessage-exporter/src/exporters/html.rs#L465-L470

crate: cli
exporter
new feature

Example to reproduce: ```python """ Simple script to generate test logs """ import random import time import logging def first(): RANDINT = random.randint(1, 100) if RANDINT % 3 == 0:...

bug
input

Since these commands remove data from the disk, we should double-check to avoid unwanted data loss.

enhancement

Right now it is way too big and annoying to deal with.

enhancement