Social network/blog platform project still under construction
This project is still in development stage, not all features implemented. It is hosted in same hosting as my Personal Site. You can also check my Twitter account if interested. A valid account is required to be able to post here. Register first if you don't have one. An invite code is also required to complete the registration.
Development status
TODO Checklist
- Allow to block and/or hide users
- Flagging
- Tag blacklist
- Following blogs, show only followed on main page
- Likes & reblogs
- Post comments
- Activity/notification/etc page
- Blog & post rating (safe/unsafe/etc). Hiding of unsafe posts when logged out.
- Messaging
- Drafts/queue/etc
- Implement infinite scroll
To do next
In progress / partially implemented
- Formatting captions & text posts
- Searching the site, filtering search results
- Admin page
- Add paging system, limit count of posts shown in each page
- Settings page for the user
Already implemented
- Minimum functionality (displaying posts)
- Text posting with captcha, login implemented later
- Form not resent during refresh, post errors showing correctly after redirect
- New color scheme
- Highlighting known users, registration implemented later
- Image posts
- Log in
- Registration
- Minor bug fixes under the hood
- Post editing
- Tags
- Deleting posts
- Tag pages
- Post & blog pages
- Pagination (including bug fixes)
Posts
Newer posts
Older posts
Some improvements behind the scenes were done to the code of this site. Mainly bugfixes and management features not visible to regular users.
Bugs found, bugs fixed. Special cases of certain parameters are now handled correctly. Returns 404 instead of unexpected results where a 404 should be.
Auto-banning implementation improved. Now bans IP addresses generating too many 404 errors in short time. No unban by captcha yet, so don't get accidentally banned.
First auto-banning implementation using hidden link to bot trap. Bans all bots ignoring robots.txt, might reduce some spam.
IP Ban system implemented. Will be useful to ban spammers in the future. No auto-banning yet though.
Admin users can now edit / delete all posts. No more using of external database management tools for such a purposes. Minimizes hassle when dealing with spam posts.
Fixed captcha for post form
Fixed a javascript bug in post form. Form is now correctly updated after changing post type while in mobile.
Post form now requires javascript. Might protect from some spam when other methods fails.
Post should not be created when image input field is missing from form submit when using image post type.
Administration panel under construction. Site management non-functional at this time.
Implemented more logging, added correct headers where needed (posts, register/login pages, etc.).
Images included in posts are now directly requested using secure protocol. No more insecure to secure page redirection when loading the page.
Soup.io going down soon
It appears soup.io will be closed on 2020-07-20, there's already a huge lag as every1 is trying to save posts & images and there've been a bunch of errors while it tries to load almost any page. Saving old posts has been a very annoying so far I guess.
Still under construction
This site is currently under contruction, the visual editor is currently not working properly. Also there's some spam attempted to be posted on this site but it is not getting through as spambots don't even attempt to solve captcha nor load the captcha image as I see in the logs :\
Added alt tag to images of photo posts, they might be needed some times. Might include some more updates sooner or later.
First spam message logged. At least it din't go through. The captcha feature blocked it :\
Added a first implementation of text formattiing to visual editor. Now selection can be formatted as bold, italic and underline, no way to undo it though w/o editing html
Edit: Strikethrough added, fixed a small bug in editor.
When soup.io stops working after a while since purchasing the paid subscription
The handling of divs in visual editor is now improved
The new lines are correctly rendered from within divs
With </div><div> formation replaced with line breaks
though something might still be buggy
Newer posts
Older posts