Download Game! Currently 88 players and visitors. Last logged in:GaldrielChizraPotionLiku

BatMUD Forums > Ideas-wanted > Re: Bat News RSS Feed?

 
 
#1
16 Mar 2009 11:43
 
 
Is it possible to get bat news as an rss feed somehow? If not could this be
coded? /wink favorit

Thanks :)

----------------------------------------------
If life gives you melons, you may be dyslexic.

 
Rating:
4
Votes:
4
 
 
Ssmud
N e w b i e  H e l p e r
1y, 257d, 1h, 34m, 3s old
Level:
90
 
 
#2
16 Mar 2009 16:18
 
 
Ssmud wrote:
Is it possible to get bat news as an rss feed somehow? If not could this be
coded? /wink favorit

Thanks :)
It is possible to get it coded if someone will code it, indeed.

^o^

 
Rating:
6
Votes:
6
 
 
Favorit
A r c h w i z a r d
6y, 102d, 2h, 16m, 14s old
Level:
600 [Wizard]
 
 
#3
17 Mar 2009 09:02
 
 
Favorit wrote:
Ssmud wrote:
Is it possible to get bat news as an rss feed somehow? If not could this be
coded? /wink favorit

Thanks :)
It is possible to get it coded if someone will code it, indeed.
Uh, so would you want to get it to display the news available to your
character or just the general newsgroups? The user/pass information has to be
passed in plaintext if you want the society-news and guildnews that are not
available to everyone.

 
 
 
Nerya
C o d e s l a v e
27y, 290d, 7h, 2m, 27s old
Level:
25 [Wizard]
 
 
#4
17 Mar 2009 09:34
 
 
Nerya wrote:
Favorit wrote:
Ssmud wrote:
Is it possible to get bat news as an rss feed somehow? If not could this be
coded? /wink favorit

Thanks :)
It is possible to get it coded if someone will code it, indeed.
Uh, so would you want to get it to display the news available to your
character or just the general newsgroups? The user/pass information has to be
passed in plaintext if you want the society-news and guildnews that are not
available to everyone.
That's like a 'WOW!' piece of information, Nerya ;) BatMUD is telnet-based, do
you think anyone who passes his password here to log in does it in an encypted
fashion? :)

^o^

 
Rating:
5
Votes:
5
 
 
Favorit
A r c h w i z a r d
6y, 102d, 19h, 16m, 37s old
Level:
600 [Wizard]
 
 
#5
17 Mar 2009 09:36
 
 
Favorit wrote:
Nerya wrote:
Favorit wrote:
Ssmud wrote:
Is it possible to get bat news as an rss feed somehow? If not could this be
coded? /wink favorit

Thanks :)
It is possible to get it coded if someone will code it, indeed.
Uh, so would you want to get it to display the news available to your
character or just the general newsgroups? The user/pass information has to be
passed in plaintext if you want the society-news and guildnews that are not
available to everyone.
That's like a 'WOW!' piece of information, Nerya ;) BatMUD is telnet-based, do
you think anyone who passes his password here to log in does it in an encypted
fashion? :)
No, but in an automated RSS-feed, the password will also get saved somewhere
on the computer, in the same plaintext. Though I guess we could run that
through some md5-function and give the players an ingame-command to create the
hash.

 
Rating:
-6
Votes:
6
 
 
Nerya
C o d e s l a v e
27y, 290d, 7h, 36m, 2s old
Level:
25 [Wizard]
 
 
#6
17 Mar 2009 09:39
 
 
Nerya wrote:
Favorit wrote:
Nerya wrote:
Favorit wrote:
Ssmud wrote:
Is it possible to get bat news as an rss feed somehow? If not could this be
coded? /wink favorit

Thanks :)
It is possible to get it coded if someone will code it, indeed.
Uh, so would you want to get it to display the news available to your
character or just the general newsgroups? The user/pass information has to be
passed in plaintext if you want the society-news and guildnews that are not
available to everyone.
That's like a 'WOW!' piece of information, Nerya ;) BatMUD is telnet-based, do
you think anyone who passes his password here to log in does it in an encypted
fashion? :)
No, but in an automated RSS-feed, the password will also get saved somewhere
on the computer, in the same plaintext. Though I guess we could run that
through some md5-function and give the players an ingame-command to create the
hash.
Anyway, this is really for the offline discussion, but. Only poorly coded
RSS-readers are saving passwords in plantext. Moreover, you don't need to let
players generate md5 hash from their passwords it will remain unique every
time, so you can hash it on clientside (not sure if any client can do that)
and hash it on receiving side, voila, password authentication done. Then, we
do have SSL certificates available on www.bat.org, you can make RSS only
available on SSL side, there's your encryption. And last, but not least, we
don't give a flying f*ck if some clients save passwords in plaintext. I bet
90% of people who use TF user auto-login and their tfrc is full of their
passwords.

^o^

 
Rating:
7
Votes:
7
 
 
Favorit
A r c h w i z a r d
6y, 102d, 19h, 16m, 37s old
Level:
600 [Wizard]