forked from puddyput/toxme.se
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix things #17
Open
subliun
wants to merge
46
commits into
subliun:master
Choose a base branch
from
LittleVulpix:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix things #17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update copyright + link for the web UI
make things that were worse before better in the hopes of unbreaking …
Wow I known ToxMe code was shit but not at this point. Could have been using templates, at least. e.e |
as a static file
Little vulpix robotstxt
... to prevent nonexistant records from showing up and blocking addition of a user.
- Prevent already deleted items from showing up in results (fixes inability to delete and re-add the same name without the need to restart toxme)
Only allow root to be crawled.
This is mostly for people who have some kind of request related to having their old account removed after they forgot the password.
This is for people who want to change their account but don't remember their password. Note that you will always need to be able to prove the account you want to modify is yours. In case of losing the toxme.io password, this means you must be able to log into this account and add me from it.
Add a more apparent way of contacting me
SkyzohKey
suggested changes
Sep 19, 2016
@@ -0,0 +1,3 @@ | |||
User-agent: * | |||
Allow: /$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure the $
mark is only useful in the router regex, marking the end of the line.
pip3 update in multiple locations
Update README.md
libsodium is no longer available for direct download so we compile it manually.
Update README.md to reflect missing dependency
Make it more apparent because people were apparently confused by it.
@toxme.io is not an e-mail domain
SkyzohKey
approved these changes
Jan 21, 2017
Fix headings in README
Previously, full tox id shows only when user had bio. Makes no sense to do it this way.
Show full tox ID even when user has no bio
Sick and tired of people adding me to "test toxme". I'm here for technical issues.
Add echobot as a test contact instead of myself.
No more blank favicon on the pain page of toxme.
looking glass+tox padlock. I think it fits.
Add favicon to the template
Fix headings in doc/config.md
squashed changes to remove reference to bios from public view * Omit Bios from public view Hello darkness my ol' friend. * more fixes @LittleVulpix, squash this so I don't have to git clone
* add_ui year bump * addkeyweb_success year bump * api_error_pretty year bump * edit_ui year bump * fourohfour year bump * lookup_home year bump * onemomentplease year bump * public_userlist year bump
Get rid of CDN dependency
People constantly add me "no I just want to test toxme". The link to echobot for "TESTING TOXME" is literally right above mine! So there, no direct contact easily visibly on the site now. Enjoy your echobot.
About the latest change, maybe make a [email protected] or [email protected] address |
* Remove "not in use" line. * Update logic to disable only friend listing When cfg value is set to 0, it now still allows adding/editing but no more public list of any user; you can still query normally however.
Could be done with the CFG but really, I don't wanna redirect to that page at all.
All the files updated with new copyright year.
https://blog.fefe.de/?ts=a3695410 and this is why we can't have nice things.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.