Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
1d6b5dad8d
Just because I noticed it break the tags to where it overflows, it now just uses the tag cleaner for finding out the link. Yes this can infact cause a problem if there is a span tag inside the link, but I am not to sure if I want to spend the time to detect inner tags. I think people won't mind if the link sometimes ends up being with the image.
cc420e9c72
Changed way it gets the link to improve probability of it getting the link without html.
1002a9616f
Made it check the path of the url and not the full url to prevent it from allowing urls with the parameters of an image extension. Made it not embed images from people that are strangers unless you set a default to allow images by strangers.
404fdad555
Releaseses the start items when you logout so it'll force a update and added a update 5 minutes after it starts everything to help improve the probability of it updating the database before your computer crashes and to prevent some applications from launching twice.
575db8fb75
Fixed a typo in the code, doesn't really have a difference with the functionality. Also added memory management even though it's not needed as things auto release when the application close and the only thing to release is the password that we retained for the entire application run time.