<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-19255070</id><updated>2011-07-30T05:17:36.900-07:00</updated><category term='tzmud'/><category term='bugfix'/><category term='Mamnuts'/><category term='selva'/><category term='typotown'/><category term='release'/><category term='pytalker'/><category term='1.8.8'/><category term='python'/><category term='talkers'/><title type='text'>Mamnuts</title><subtitle type='html'>Bugless, Full-Featured Talker Base</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>29</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-19255070.post-2639789807561512846</id><published>2010-10-19T11:38:00.000-07:00</published><updated>2010-10-19T11:38:00.775-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pytalker'/><category scheme='http://www.blogger.com/atom/ns#' term='tzmud'/><category scheme='http://www.blogger.com/atom/ns#' term='Mamnuts'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='talkers'/><title type='text'>Mamnuts and PyTalker are dead, long live TZMud!</title><content type='html'>&lt;i&gt;This is a cross-posting on &lt;a href="http://mindboosternoori.blogspot.com"&gt;my own blog&lt;/a&gt;, since PyTalker's website is down for a long time, and on &lt;a href="http://mamnuts.blogspot.com"&gt;Mamnuts&lt;/a&gt;' website.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;If you don't know what a &lt;a href="http://en.wikipedia.org/wiki/Talker"&gt;talker&lt;/a&gt; is, this is a blog post that you probably don't want to read. If you do, please check that link, which points to wikipedia. Once upon a time, there were plenty of talker codebases - which, like "web servers", were used to "serve" a talker (or a website, in the case of web servers). Most of the talker codebases are nowadays unmaintained, even if there are quite lots of talkers. But the bad part of that is that there's still interest - I find myself talking with new people several times a year regarding the fact that they're looking for a talker codebase. There are many problems associated with choosing a talker base nowadays: the biggest being that the only that was still maintained - until &lt;strong&gt;now&lt;/strong&gt; - was Mamnuts. I say "maintained", but the only thing that I've been doing on it for the last couple of years is actually giving some support to its users, and I'm surely dissatisfied with its state. &lt;u&gt;In particular, Mamnuts is insecure&lt;/u&gt;. PyTalker, which used to be my pet project of building a talker base from scratch is pretty much abandoned, and never really got into a state where I could happily recommend it as a viable alternative to Mamnuts. What about the unmaintained codebases? Well, don't get me even started with those: there's not a single one that isn't buggy, flawed and - the worst of all - insecure. Really: if you're looking at NUTS 3.3.3 or AmNUTS, even the CVS branch, &lt;u&gt;don't&lt;/u&gt;. Sucks, heh? Well, not any more.&lt;br /&gt;&lt;br /&gt;I had several choices, really. I could choose to undertake the huge task of fixing Mamnuts (actually throwing away most of the underlying NUTS-inherited code), but it was simply too much work. Or I could take PyTalker by the horns and just make its idea work - which had an estimated amount of man-hours quite inferior to the first option. But... what about maintaining and expanding it afterwords? One of the issues with PyTalker would be that, as soon as a working version was released, I would have to work on implementing each feature Mamnuts had, to be able to have a convincing argument against the usage of Mamnuts, leaving to the side the only unarguable preference: the common "but I prefer C to Python!" (and, really, there's lots of people saying that in the talkers world, imagine that!). I hoped to find a good team to do the job with me, but others would find even less time than me to dedicate to the job. It wouldn't work. Sigh. Well, I would have to do it by myself... with the use of nice Python frameworks. And, while looking at those and who contributed to what, I just saw that there was a third, quite more interesting option: get back to the origins - now without configurability limitations - and assume once and for all that &lt;i&gt;a talker is a kind of MUD with certain particularities&lt;/i&gt;. And so, the best way to deal with my issue was, really, find out the best configurable, well-maintained, clean, active, secure, with a nice community MUD codebase, and try to just add the configurable options needed to turn a MUD codebase into a "MUD/Talker codebase", or, in fact, a MUD with a configuration option that would let you set it up to behave like your typical talker, with just something like&lt;br /&gt;&lt;blockquote&gt; allow_utf8 = True&lt;br /&gt; speechmode_default = True&lt;br /&gt; talkmode = True&lt;br /&gt;&lt;/blockquote&gt;Now, guess what... &lt;a href="http://code.google.com/p/tzmud/wiki/TalkerSetup"&gt;that's exactly what you need to do&lt;/a&gt; to turn the MUD codebase "TZMud" into a talker. That's right: &lt;a href="http://code.google.com/p/tzmud/"&gt;TZMud&lt;/a&gt; is a server to host a multi-user domain (MUD) in the tradition of LPMud, but implemented in the Python programming language, and, since it's &lt;a href="http://code.google.com/p/tzmud/downloads/detail?name=tzmud-0.9.tgz"&gt;0.9 version&lt;/a&gt;, with a configurable option to turn it into a NUTS-like talker. &lt;br /&gt;&lt;br /&gt;This is also, obviously, the time to say goodbye to PyTalker and Mamnuts. Don't be sad: you'll be probably able to find me lurking on the TZMud project. And, most importantly, if you're planning on running a talker (or running one already), &lt;u&gt;switch to TZMud&lt;/u&gt;. It lacks lot's of features, that's for sure, but that is easily fixed: just &lt;a href="http://code.google.com/p/tzmud/issues/list"&gt;open a ticket asking for what you're missing&lt;/a&gt;. Feel free to contribute with code, if you can, the project maintainers are quite open and happy to review/accept your code. &lt;br /&gt;&lt;br /&gt;This is the last blog post on Mamnuts' website.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-2639789807561512846?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/2639789807561512846/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=2639789807561512846' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/2639789807561512846'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/2639789807561512846'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2010/10/mamnuts-and-pytalker-are-dead-long-live.html' title='Mamnuts and PyTalker are dead, long live TZMud!'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-1688839788557351555</id><published>2009-10-13T01:31:00.001-07:00</published><updated>2009-10-13T01:31:38.557-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='typotown'/><category scheme='http://www.blogger.com/atom/ns#' term='selva'/><category scheme='http://www.blogger.com/atom/ns#' term='Mamnuts'/><category scheme='http://www.blogger.com/atom/ns#' term='talkers'/><title type='text'>Where to see Mamnuts in action?</title><content type='html'>People sometimes ask me where can they see a Mamnuts talker in action, so here are a couple of examples:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;For Portuguese speakers - &lt;tt&gt;telnet selva.grogue.org 8888&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;For English speakers - &lt;tt&gt;telnet typotown.net 6666&lt;/tt&gt;&lt;/li&gt;&lt;/ul&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-1688839788557351555?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/1688839788557351555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=1688839788557351555' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/1688839788557351555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/1688839788557351555'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2009/10/where-to-see-mamnuts-in-action.html' title='Where to see Mamnuts in action?'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-3010495203598540981</id><published>2007-02-08T08:04:00.000-08:00</published><updated>2007-01-30T07:49:30.269-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mamnuts'/><category scheme='http://www.blogger.com/atom/ns#' term='release'/><category scheme='http://www.blogger.com/atom/ns#' term='1.8.8'/><category scheme='http://www.blogger.com/atom/ns#' term='bugfix'/><title type='text'>Mamnuts 1.8.8 released</title><content type='html'>I messed it up, Mamnuts 1.8.7 wouldn't even compile, because I forgot to clean the code up... :-( So, 1.8.8 is basicly what 1.8.7 should be.&lt;br /&gt;&lt;br /&gt;Download &lt;a href="http://download.berlios.de/mamnuts/mamnuts-1.8.8.tgz"&gt;here&lt;/a&gt; 1.8.8.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-3010495203598540981?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/3010495203598540981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=3010495203598540981' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/3010495203598540981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/3010495203598540981'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2007/02/mamnuts-188-released.html' title='Mamnuts 1.8.8 released'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-1757694178598516174</id><published>2007-01-30T07:46:00.000-08:00</published><updated>2007-01-30T07:49:30.400-08:00</updated><title type='text'>To Moe</title><content type='html'>&lt;div style="text-align: justify;"&gt;The talkers history started long ago, and one of the names that should be written in it is that of Moe's. Mike Irving, known as "Moe" by the talker community, and the creator of Moenuts, passed away on January 23rd, with suffered a massive stroke. Although he received ICU treatment at the hospital, he remained comatose and in a non-reponsive state. Unfortunately the damage was irreversible.&lt;br /&gt;&lt;br /&gt;Here I want to give my real "thank you" to him.&lt;br /&gt;Moe, you won't be forgoten.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-1757694178598516174?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/1757694178598516174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=1757694178598516174' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/1757694178598516174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/1757694178598516174'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2007/01/to-moe.html' title='To Moe'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-2590245082671334177</id><published>2007-01-22T04:46:00.000-08:00</published><updated>2007-01-22T07:02:02.617-08:00</updated><title type='text'>Mamnuts 1.8.7 is out!</title><content type='html'>Mamnuts 1.8.7 is out:&lt;br /&gt;&lt;br /&gt;Fixed a bug that exists in any version of Amnuts 2.3.0 or Mamnuts. Strings ending with ~ or ^ had as its output ~RS. That doesn't happen anymore.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.berlios.de/mamnuts/mamnuts-1.8.7.tgz"&gt;Get it!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-2590245082671334177?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/2590245082671334177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=2590245082671334177' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/2590245082671334177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/2590245082671334177'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2007/01/mamnuts-1.html' title='Mamnuts 1.8.7 is out!'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-116523264023026515</id><published>2006-12-04T03:42:00.000-08:00</published><updated>2006-12-04T03:44:00.766-08:00</updated><title type='text'>Mamnuts 1.8.6 is out!</title><content type='html'>Mamnuts 1.8.6 is out! This version fixes a bug that was introduced in the 2.3.0 branch of Amnuts, and that let's anyone crash any talker, so upgrading is highly recommended.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://prdownload.berlios.de/mamnuts/mamnuts-1.8.6.tgz"&gt;Download it here!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-116523264023026515?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/116523264023026515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=116523264023026515' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/116523264023026515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/116523264023026515'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/12/mamnuts-186-is-out.html' title='Mamnuts 1.8.6 is out!'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-116482781084518524</id><published>2006-11-29T11:12:00.000-08:00</published><updated>2006-11-29T11:16:50.863-08:00</updated><title type='text'>Mamnuts 1.8.5 is out!</title><content type='html'>Mamnuts 1.8.5 is out! This version fixes a bug on .smail that was introduced in the 2.3.0 branch of Amnuts.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://prdownload.berlios.de/mamnuts/mamnuts-1.8.5.tgz"&gt;Download it here!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-116482781084518524?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/116482781084518524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=116482781084518524' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/116482781084518524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/116482781084518524'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/11/mamnuts-185-is-out.html' title='Mamnuts 1.8.5 is out!'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-116231337794156394</id><published>2006-10-31T08:45:00.000-08:00</published><updated>2006-10-31T08:49:37.966-08:00</updated><title type='text'>Mamnuts 1.8.4 is out</title><content type='html'>&lt;div style="text-align: justify;"&gt;Mamnuts 1.8.4 is out. Upgrade is recommended. Some things were changed, including a bug fix that makes mamnuts run well on Solaris (this bug was present in any version of (m)amnuts), but I had to take &lt;tt&gt;.set room&lt;/tt&gt; because of it. Then, I found a stupid bug introduced by me because of lack of attention and propper testing on &lt;tt&gt;.sto&lt;/tt&gt;: sorry about that :-( That's now fixed in this release.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.berlios.de/mamnuts/mamnuts-1.8.4.tgz"&gt;Grab it!&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-116231337794156394?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/116231337794156394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=116231337794156394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/116231337794156394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/116231337794156394'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/10/mamnuts-184-is-out.html' title='Mamnuts 1.8.4 is out'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-116137682945755582</id><published>2006-10-20T13:39:00.000-07:00</published><updated>2006-10-20T13:40:29.470-07:00</updated><title type='text'>Mamnuts CVS</title><content type='html'>Finally, Mamnuts is in a &lt;a href="http://cvs.berlios.de/cgi-bin/viewcvs.cgi/mamnuts/mamnuts/"&gt;public CVS repository&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-116137682945755582?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/116137682945755582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=116137682945755582' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/116137682945755582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/116137682945755582'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/10/mamnuts-cvs.html' title='Mamnuts CVS'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-115333368356597871</id><published>2006-07-19T11:05:00.000-07:00</published><updated>2006-07-19T11:28:03.616-07:00</updated><title type='text'>Mamnuts 1.8.3</title><content type='html'>&lt;h4&gt;WARNING:&lt;/h4&gt;&lt;br /&gt;A &lt;b&gt;SECURITY BUG&lt;/b&gt; was found in Amnuts and Mamnuts. That bug exists in EVERY version of Amnuts and Mamnuts (before 1.8.3). So, if you don't want your talker compromised and the account where it is running, &lt;b&gt;upgrade&lt;/b&gt; to &lt;a href="http://download.berlios.de/mamnuts/mamnuts-1.8.3.tgz"&gt;Mamnuts 1.8.3&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-115333368356597871?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/115333368356597871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=115333368356597871' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115333368356597871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115333368356597871'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/07/mamnuts-183.html' title='Mamnuts 1.8.3'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-115287412802654651</id><published>2006-07-14T03:47:00.000-07:00</published><updated>2006-07-14T03:48:48.043-07:00</updated><title type='text'>New developer</title><content type='html'>&lt;a href="https://developer.berlios.de/users/ppires/"&gt;Pix&lt;/a&gt; was now added as a Mamnuts developer. Thanks for your help!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-115287412802654651?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/115287412802654651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=115287412802654651' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115287412802654651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115287412802654651'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/07/new-developer.html' title='New developer'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-115273089615964632</id><published>2006-07-12T11:59:00.000-07:00</published><updated>2006-07-12T12:01:36.160-07:00</updated><title type='text'>Mamnuts on BerliOS</title><content type='html'>&lt;div align="justify"&gt;I've registred Mamnuts in &lt;a href="http://developer.berlios.de/projects/mamnuts/"&gt;BerliOS&lt;/a&gt;. The center of development is still this blog, but I registred the project there because from now one releases will be made there...&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-115273089615964632?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/115273089615964632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=115273089615964632' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115273089615964632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115273089615964632'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/07/mamnuts-on-berlios.html' title='Mamnuts on BerliOS'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-115255444759878037</id><published>2006-07-10T10:58:00.000-07:00</published><updated>2006-07-10T11:00:47.600-07:00</updated><title type='text'>Mamnuts 1.8.2</title><content type='html'>As you can see in the latteral bar, Mamnuts 1.8.2 is out. This version only adds the &lt;tt&gt;.sto&lt;/tt&gt; command, so if you don't want it you can ignore this release and not upgrade. Notice that I have now the tarballs in two different places (one of them as a mirror) so it gets harder to have downtime problems...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-115255444759878037?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/115255444759878037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=115255444759878037' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115255444759878037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115255444759878037'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/07/mamnuts-182.html' title='Mamnuts 1.8.2'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-115230043042655907</id><published>2006-07-07T12:19:00.000-07:00</published><updated>2006-07-07T12:27:10.463-07:00</updated><title type='text'>Mamnuts v1.8.1 released</title><content type='html'>&lt;div align="justify"&gt;&lt;a href="http://student.dei.uc.pt/~marado/software/mamnuts-1.8.1.tgz"&gt;Mamnuts v1.8.1&lt;/a&gt; has been released today. This release fixes lot's of bugs and &lt;i&gt;almost&lt;/i&gt; implements &lt;tt&gt;.visual&lt;/tt&gt;. That implementation is just commented, because the actual code has some incorrectnesses that make have interoperability issues: it will work well (I suppose) in Linux, but I can't promiss nothing, specialy in other Operating Systems. So, I just decided to have it there in comments (that you can easily take off if you want to try it), and leave the cleanup of that code for a further version.&lt;br /&gt;&lt;br /&gt;As allways, upgrade is recommended, since there are those bugfixes there.&lt;br /&gt;&lt;br /&gt;The project is gaining a bigger dimension than the one I was expecting, and we actualy have contributions: NomadWolf contributed in the past and now Pix contributed (with the visual code). Keeping track of TODO stuff is also starting to get a mess, so I'm planing to have a proper project development website, instead of just a blog. File storage is one of the things needed: if you notice, this version isn't hosted where the other are, because the former server has availability problems. Problem is, this one also have them. So, what I really need is a proper project management system to keep Mamnuts development. In time, I'll be back to that...&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-115230043042655907?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/115230043042655907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=115230043042655907' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115230043042655907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/115230043042655907'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/07/mamnuts-v181-released.html' title='Mamnuts v1.8.1 released'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-114951662810150266</id><published>2006-06-05T07:08:00.000-07:00</published><updated>2006-06-05T07:10:28.110-07:00</updated><title type='text'>TODO</title><content type='html'>Since the internacionalization support is still quite "alpha" in Mamnuts, the translated files (for now, only in Portuguese) shouldn't have accentuated characters.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-114951662810150266?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/114951662810150266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=114951662810150266' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114951662810150266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114951662810150266'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/06/todo.html' title='TODO'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-114900133396752125</id><published>2006-05-30T08:01:00.000-07:00</published><updated>2006-05-30T08:02:13.986-07:00</updated><title type='text'>Mamnuts 1.8.0 is out!</title><content type='html'>&lt;div align="justify"&gt;Some hours ago I wrote this:&lt;br /&gt;&lt;br /&gt;It's allways fun to read to other talker's codes: not other code bases, but, knowing a particular codebase, knowing which changes were made in more than ten years of existence of a talker. Of course that, for each code change, a design flaw is being found: talker bases shouldn't be made to be hacked around but to allow enough customization to avoid it. Yesterday night I spent lot's of time reading a quite old talkers code, and there was really some funny stuff there... And lot's of ideas of stuff to implement in Mamnuts. But everything in time... Another thing I am playing with is with trying to compile &lt;b&gt;sanely&lt;/b&gt; Mamnuts on Solaris 9, with GNU Make and GNU gcc. I just had to change the Makefile to gcc instead of cc, and follow the comments to uncomment two Solaris lines and commenting the two others. Easy and documented well enough, even if I think we should use automake and autoconf in the future... And, voilá, it compiles, even if spitting lot's of Warnings (I'll have to fix that...). Since the whole thing is being compiled using -Wall, the number of Warnings wasn't that scary, so I tried to compile it without -Wall, to see if there were any &lt;i&gt;really important&lt;/i&gt; Warnings to take care of. As expected, no Warnings. So, let's see what we can do to fix those others... For now, I just can bet that I'll use this as an excuse to purge MANDNS from Mamnuts... This code, despite having better performance in BSD systems, isn't that well written (as we can see with the use of isspace()), and uses popen, which is a blocking call.&lt;br /&gt;&lt;br /&gt;And now, before posting it, I just have a further addo: Mamnuts 1.8.0 is out!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-114900133396752125?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/114900133396752125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=114900133396752125' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114900133396752125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114900133396752125'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/05/mamnuts-180-is-out.html' title='Mamnuts 1.8.0 is out!'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-114771239337703923</id><published>2006-05-15T09:57:00.000-07:00</published><updated>2006-05-15T10:00:57.490-07:00</updated><title type='text'>Mamnuts 1.7 released</title><content type='html'>Mamnuts 1.7 has been released, and can be downloaded &lt;a href="http://talkerspt.no-ip.org/%7Embooster/mamnuts-1.7.tgz"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Changelog:&lt;br /&gt;&lt;/span&gt;v1.7:&lt;br /&gt;Fixed a bug on user descriptions.&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Roadmap:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;--- Concept:&lt;br /&gt;&lt;br /&gt;Following the directions that can be read at http://mindboosternoori.blogspot.com/2005/11/building-talker.html , the idea os MAMNUTS is to provide a secure an stable code base until AmNUTS 2.3.0 is done.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--- Towards full security and stability:&lt;br /&gt;&lt;br /&gt;v1.8.0:&lt;br /&gt;Remove smail related code: .smail .rmail and such commands AND everything that sends or uses it's code.&lt;br /&gt;&lt;br /&gt;v1.8.1:&lt;br /&gt;Implement a SpamGuard system. Better yet, if time lets me do it, implement something like Uzume suggests &lt;a href="http://amnuts.talker.com/cgi-bin/AMboard/UltraBoard.pl?Action=ShowPost&amp;Board=bugs&amp;Post=73&amp;Idle=0&amp;Sort=0&amp;Order=Descend&amp;Page=0&amp;Session="&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;v1.9.0:&lt;br /&gt;Fix #36: Revert "multi-line paste" changes. It will reduce usability but fix a security issue.&lt;br /&gt;&lt;br /&gt;v2.0.0:&lt;br /&gt;Fix the charset issues with non-ASCII chr()'s. This mean implementing a proper telnet support, or, at least, filter those characters aund bind thrm to static printouts.&lt;br /&gt;This will be (hopefully) a bug-free talker base.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--- Improoving functionality:&lt;br /&gt;&lt;br /&gt;v2.1.0:&lt;br /&gt;The 'AFK' function (including command, calls, presentation et all) should be renamed 'BUSY'.&lt;br /&gt;&lt;br /&gt;v2.2.0:&lt;br /&gt;Implementation of an SSLPORT, similar to WIZPORT but that provides the possibility of telnet-ssl connections.&lt;br /&gt;&lt;br /&gt;v2.3.0:&lt;br /&gt;Modularize all ports, to MAINPORT (to be renamed to TELPORT), WIZPORT (renamed to TWIZPORT) and SSLPORT can be included or not. That will give more configurability (for instance, set up a talker that only allows telnet-ssl connections).&lt;br /&gt;&lt;br /&gt;v2.4.0:&lt;br /&gt;Major clean-up of the code and documentation effort.&lt;br /&gt;&lt;br /&gt;v2.5.0:&lt;br /&gt;Re-implement a messaging system to replace the 'smail' functions. Implement it to mails, news, suggestions and virtualy everything that uses the actual EDITOR calls.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-114771239337703923?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/114771239337703923/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=114771239337703923' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114771239337703923'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114771239337703923'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/05/mamnuts-17-released.html' title='Mamnuts 1.7 released'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-114348729393183776</id><published>2006-03-27T11:12:00.000-08:00</published><updated>2007-08-01T06:13:42.668-07:00</updated><title type='text'>Mamnuts 1.6</title><content type='html'>Mamnuts 1.6 has been released, and can be downloaded &lt;a href="http://talkerspt.no-ip.org/%7Embooster/mamnuts-1.6.tgz"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;The Changelog:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;Now there are helpfiles in English or Portuguese. The default is English, but you just have to change the config file to point out to the Portuguese support. Thanks to NomadWolf for helping with the translation. If you know any other language and want to contribute with translations, we'll gladly accept your help and include them!&lt;/li&gt;   &lt;li&gt;user-&gt;recap now resets the terminal colours. That will make an usefull use of user-&gt;recap and user-&gt;bw_recap in a way that you'll never need to escape colours to do whatever you want.&lt;/li&gt;   &lt;li&gt;.read shows user-&gt;recap instead of user-&gt;bw_recap .&lt;/li&gt; &lt;/ul&gt; &lt;span style="font-weight: bold; font-style: italic;"&gt;To Do:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;&lt;span style="font-weight: bold;"&gt;v1.7: &lt;/span&gt;Remove smail related code: .smail .rmail and such commands AND everything that sends or uses it's code.&lt;/li&gt;   &lt;li&gt;&lt;span style="font-weight: bold;"&gt;v1.8:&lt;/span&gt; Implement a SpamGuard system. Better yet, if time lets me do it, implement something like Uzume suggests in &lt;a href="http://amnuts.talker.com/cgi-bin/AMboard/UltraBoard.pl?Action=ShowPost&amp;Board=bugs&amp;amp;Post=73&amp;Idle=0&amp;amp;Sort=0&amp;Order=Descend&amp;amp;Page=0&amp;Session="&gt;here&lt;/a&gt;.&lt;/li&gt;   &lt;li&gt;&lt;span style="font-weight: bold;"&gt;v1.9: &lt;/span&gt;Fix #36: Revert "multi-line paste" changes. It will reduce usability but fix a security issue.&lt;/li&gt;   &lt;li&gt;&lt;span style="font-weight: bold;"&gt;v2.0:&lt;/span&gt; Fix the charset issues with non-ASCII chr()'s. This mean implementing a proper telnet support, or, at least, filter those characters aund bind thrm to static printouts.&lt;br /&gt; &lt;/li&gt; &lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-114348729393183776?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/114348729393183776/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=114348729393183776' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114348729393183776'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114348729393183776'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/03/mamnuts-16.html' title='Mamnuts 1.6'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-114297057711503944</id><published>2006-03-21T11:47:00.000-08:00</published><updated>2006-03-21T11:54:25.663-08:00</updated><title type='text'>TODO</title><content type='html'>I should get rid of all the mail system on Mamnuts (to 2.0 version) and design an alternative (to 2.1). The actual system is &lt;a href="http://amnuts.talker.com/cgi-bin/AMboard/UltraBoard.pl?Action=ShowPost&amp;Board=general&amp;amp;Post=436&amp;Idle=0&amp;amp;Sort=0&amp;Order=Descend&amp;amp;amp;Page=0&amp;amp;Session="&gt;utterly broke&lt;/a&gt;. The problem is that this is not some easy task: removing the mail commands won't suffice, events that trigger mails (like promoting an offline user) must be also checked.&lt;br /&gt;&lt;br /&gt;[EDIT:]&lt;br /&gt;&lt;br /&gt;For 2.0 also, a Spamguard should be done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-114297057711503944?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/114297057711503944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=114297057711503944' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114297057711503944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114297057711503944'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/03/todo.html' title='TODO'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-114141522420806495</id><published>2006-03-03T11:44:00.000-08:00</published><updated>2006-03-03T11:47:04.210-08:00</updated><title type='text'>Mamnuts 1.5</title><content type='html'>&lt;a href="http://talkerspt.no-ip.org/%7Embooster/mamnuts-1.5.tgz"&gt;Mamnuts 1.5&lt;/a&gt; has been released, here's the Changelog:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;Spodlist was utterly broken for some compilers, so it was removed.&lt;/li&gt;   &lt;li&gt;Description length is now variable with the maximum name length.&lt;/li&gt;   &lt;li&gt;Grep user was somewhat broken in the presentation layer, so it was removed.&lt;/li&gt;   &lt;li&gt;The clear screen function now does the right thing and sends the clear screen escape character. Since not every "telnet client" supports it (shame on them!) the character is still preceeded by a flood of new lines (more, this time), so nobody looses .cls functionality.&lt;/li&gt; &lt;/ul&gt;&lt;br /&gt;Next version will hopefuly be 2.0.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-114141522420806495?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/114141522420806495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=114141522420806495' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114141522420806495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114141522420806495'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/03/mamnuts-15.html' title='Mamnuts 1.5'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-114140399257965412</id><published>2006-03-03T08:38:00.000-08:00</published><updated>2006-03-03T08:39:52.580-08:00</updated><title type='text'>Mamnuts 1.4</title><content type='html'>&lt;a href="http://talkerspt.no-ip.org/~mbooster/mamnuts-1.4.tgz"&gt;Mamnuts 1.4&lt;/a&gt; has been released, fixing a &lt;a href="http://mamnuts.blogspot.com/2006/02/todo.html"&gt;Netlinks bug&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Next version will hopefuly be 2.0.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-114140399257965412?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/114140399257965412/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=114140399257965412' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114140399257965412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114140399257965412'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/03/mamnuts-14.html' title='Mamnuts 1.4'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-114012904611768755</id><published>2006-02-16T14:30:00.000-08:00</published><updated>2006-02-16T14:30:46.133-08:00</updated><title type='text'>TODO</title><content type='html'>Note to self: &lt;a href="http://amnuts.dune.net/bugzilla/show_bug.cgi?id=46"&gt;this bug&lt;/a&gt; must be fixed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-114012904611768755?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/114012904611768755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=114012904611768755' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114012904611768755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/114012904611768755'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2006/02/todo.html' title='TODO'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-113398510367649358</id><published>2005-12-07T11:48:00.000-08:00</published><updated>2005-12-07T11:52:39.106-08:00</updated><title type='text'>Mamnuts 1.3 is out</title><content type='html'>Mamnuts 1.3 is out. &lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://mamnuts.blogspot.com/2005/12/bug.html"&gt;.set wrapper bug fixed&lt;/a&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://amnuts.dune.net/bugzilla/show_bug.cgi?id=23"&gt;.gcom and .xcom bugs fixed&lt;/a&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;The next release will be 2.0, fixing &lt;a href="http://amnuts.dune.net/bugzilla/show_bug.cgi?id=36"&gt;multi-line issues&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-113398510367649358?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/113398510367649358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=113398510367649358' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113398510367649358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113398510367649358'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2005/12/mamnuts-13-is-out.html' title='Mamnuts 1.3 is out'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-113381424290874632</id><published>2005-12-05T12:20:00.000-08:00</published><updated>2005-12-05T12:24:02.940-08:00</updated><title type='text'>Bug</title><content type='html'>I've just realised that .set wrapper could induce users to see faked messages, just as .echo used to in the old NUTS 2 days. So this is what I could consider a bug, by design, since it is a problem of using telnet as the interface. Since that kind of design is not to be changed with Mamnuts (there are &lt;a href="http://talkerspt.no-ip.org/~pytalker"&gt;other projects&lt;/a&gt; for that purpose), the think to do is to get rid of &lt;tt&gt;.set wrapper&lt;/tt&gt;. Will be on next release's TODO list.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-113381424290874632?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/113381424290874632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=113381424290874632' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113381424290874632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113381424290874632'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2005/12/bug.html' title='Bug'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-113355991568101676</id><published>2005-12-02T13:44:00.000-08:00</published><updated>2005-12-02T13:45:15.696-08:00</updated><title type='text'>Mamnuts 1.2 is out!</title><content type='html'>Mamnuts 1.2 is out!&lt;br /&gt;&lt;br /&gt;As allways, you can download it clicking on the left sidebar.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-113355991568101676?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://talkerspt.no-ip.org/~mbooster/mamnuts-1.2.tgz' title='Mamnuts 1.2 is out!'/><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/113355991568101676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=113355991568101676' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113355991568101676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113355991568101676'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2005/12/mamnuts-12-is-out.html' title='Mamnuts 1.2 is out!'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-113286581572701172</id><published>2005-11-24T12:53:00.000-08:00</published><updated>2005-11-24T12:56:55.726-08:00</updated><title type='text'>Mamnuts 1.1 is out!</title><content type='html'>I told you that the aim of this project was to achieve as fast as I could to version 2.0: a bugless fully-featured talker base. So, it's with great pleasure that I announce Mamnuts 1.1, that you can download clicking on the sidebar.&lt;br /&gt;&lt;br /&gt;This version corrects minor issues and removes the seamless reboot code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-113286581572701172?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/113286581572701172/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=113286581572701172' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113286581572701172'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113286581572701172'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2005/11/mamnuts-11-is-out.html' title='Mamnuts 1.1 is out!'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-113278392936420357</id><published>2005-11-23T14:11:00.000-08:00</published><updated>2005-11-23T14:12:09.363-08:00</updated><title type='text'>Mamnuts 1.0 is out!</title><content type='html'>Mamnuts 1.0 is out. Check the left bar where you can download it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-113278392936420357?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/113278392936420357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=113278392936420357' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113278392936420357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113278392936420357'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2005/11/mamnuts-10-is-out.html' title='Mamnuts 1.0 is out!'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-113278280384351805</id><published>2005-11-23T13:49:00.000-08:00</published><updated>2005-11-23T13:53:23.843-08:00</updated><title type='text'>Roadmap</title><content type='html'>Here's the Roadmap for Mamnuts as it is defined at the moment:&lt;br /&gt;&lt;br /&gt;Following the directions that can be read at&lt;br /&gt;&lt;a href="http://mindboosternoori.blogspot.com/2005/11/building-talker.html"&gt;http://mindboosternoori.blogspot.com/2005/11/building-talker.html&lt;/a&gt;, the idea os&lt;br /&gt;MAMNUTS is to provide a secure an stable code base until AmNUTS 2.3.0 isn't&lt;br /&gt;done. Here's the roadmap:&lt;br /&gt;&lt;br /&gt;v1.0:&lt;br /&gt;Release MAMNUTS as AmNUTS CVS is right now, but with the changes to show that&lt;br /&gt;this is MAMNUTS and not AmNUTS.&lt;br /&gt;This won't be a bug-free version, but will be the most bugless talker base&lt;br /&gt;there is...&lt;br /&gt;&lt;br /&gt;v1.1:&lt;br /&gt;Fix #3: The easy fix is to take out the .sreboot command.&lt;br /&gt;&lt;br /&gt;v1.2:&lt;br /&gt;Fix #11: The easy fix is to take out the .kill command.&lt;br /&gt;&lt;br /&gt;v1.3:&lt;br /&gt;Fix #23: The easy fix is to take out .xcom and .gcom commands.&lt;br /&gt;&lt;br /&gt;v1.4:&lt;br /&gt;Fix #36: Revert "multi-line paste" changes. It will reduce usability but fix a security issue.&lt;br /&gt;&lt;br /&gt;v2.0:&lt;br /&gt;Fix #44: Changing "int" to "socklen_t" will probably fix the issue, but you'll&lt;br /&gt;         have to live with the fact that it won't work in old systems.&lt;br /&gt;This will be (hopefully) a bug-free talker base.&lt;br /&gt;&lt;br /&gt;If you have ideas for what should be included in this roadmap, please e-mail me&lt;br /&gt;about it to &lt;a href="mailto:marado@isp.novis.pt"&gt;marado@isp.novis.pt&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-113278280384351805?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/113278280384351805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=113278280384351805' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113278280384351805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113278280384351805'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2005/11/roadmap.html' title='Roadmap'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19255070.post-113278253517929013</id><published>2005-11-23T13:46:00.000-08:00</published><updated>2005-11-23T13:48:55.186-08:00</updated><title type='text'>Mamnuts project created</title><content type='html'>After I've wrote about &lt;a href="http://mindboosternoori.blogspot.com/2005/11/building-talker.html"&gt;what's the best to do to build a talker&lt;/a&gt;, where I say that unfortunately there's no out-of-the-box bug-free talker base, I noticed that I had to do something so people doesn't have to wait for AmNUTS 2.3.0 to be release. So, I've created Mamnuts, which intends to be a quick-releasing projecto to give you a bug free based talker. Soon I'll post here the roadmap.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19255070-113278253517929013?l=mamnuts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mamnuts.blogspot.com/feeds/113278253517929013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19255070&amp;postID=113278253517929013' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113278253517929013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19255070/posts/default/113278253517929013'/><link rel='alternate' type='text/html' href='http://mamnuts.blogspot.com/2005/11/mamnuts-project-created.html' title='Mamnuts project created'/><author><name>Mind Booster Noori</name><uri>http://www.blogger.com/profile/13655245207577274763</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
