Back to Topic Index
Mumble Forum-auth!
By RobbieThe1st on 31/12/2009
As of a few minutes ago, I got rudimentary forum authorization setup.
What this means is when you join, you will be asked for a password. You want to use your WG Forum password, not the server password(which has changed).
Also, make sure you are connecting with your forum Username or else it obviously won't let you in.
--------
Glitches:
Odd characters in usernames and passwords are in the "beta" stage. In theory, any of the characters on the next line should work, but not all of them have been tested:
~`!@#$%^&*()-_=+[]{}\|;:'"<>,./?
By Mickey on 31/12/2009
Nice work Robbie
By Billy on 31/12/2009
Gj robbie, done it again lol
By Kwaichi on 31/12/2009
Well done, you should take some rest during holiday, at least. Or this is how do you rest - connectiing Mumble with forums ?
By Billy on 31/12/2009
I cant get on mumble

, my pass is 5 lower case letters lol.
By Mickey on 31/12/2009
A few of us are having trouble connecting to Mumble now. I tried changing my password, and it still didn't work
By Flame Outlaw on 31/12/2009
Worked for me man, great job Robbie.
By Quikdrawjoe on 31/12/2009
will do
By RobbieThe1st on 01/01/2010
|
|
|
|
QUOTE |
Billy|Gilli @ December 31, 2009 04:24 pm) |
|
|
|
|
|
|
|
|
I cant get on mumble , my pass is 5 lower case letters lol.
|
|
|
|
|
|
|
Its cause of your username. *smacked* cause of odd-character username!
I -think- I have fixed the problem. I created an account with the name of all odd characters, and saw what they were stored as; then used those replacements in the forum-auth script also.
Just so you guys know, This:
~`!@#$%^&*()-_=+[]{}\|;:'"<>,./?
is stored as:
~`!@#$%^&*()-_=+[]{}\|;:'"<>,./?
Some characters don't get changed, but some do - and the ones that do get changed to "&----;" HTML character encodings.
Note that, for anyone who cares, password encodings are the same as usernames, only instead of | being converted to |, it isn't converted at all.
By Mmangler on 02/01/2010
Well, this explains why I cannot connect. Oh well will try with the forum pw.
By RobbieThe1st on 02/01/2010
Ok, I've changed things again, and hopefully made it easier for all of you!
Now, you can add stuff to your Mumble "nickname", while still being able to login. By this I mean, anything after after the last | character in your name is ignored.
Example:
My name is RobbieThe2nd.
I can successfully login with:
RobbieThe2nd
RobbieThe2nd|Test
RobbieThe2nd|SomethingElseHere
RobbieThe2nd|TF2
etc.
Ah, but what if you have a | character in your forum-name?
Easy. Just add a | after your name(extra characters optional) My test account is "Robbie|test"
I can login with:
"Robbie|Test|"
"Robbie|Test|TF2"
"Robbie|Test|WhateverIWantHere"
etc.
Hopefully this will make it so that if you have a different forum name than your RSN, you can connect with "MyForumName|RSN", thereby making it easier for us to figure out who is who.
Hope you like it!
-RobbieThe1st
By JC on 02/01/2010
Good work Robbie, sounds good
By Back to Own on 08/01/2010
Says my username is invalid after 10 minutes of saying the host disconnected me.
By Lee on 08/01/2010
Mumble is broken, for alot of people.
Wont work, unless its the main window.
By Frozen_10 on 08/01/2010
|
|
|
|
QUOTE |
Back to Own @ January 08, 2010 10:52 pm) |
|
|
|
|
|
|
|
|
Says my username is invalid after 10 minutes of saying the host disconnected me.
|
|
|
|
|
|
|
Because you have spaces in your name, that isnt working.
Back to Topic Index