<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>electronic chicken bbs Bulletins</title>
<link>http://bbs.electronicchicken.com</link>
<description>Bulletins</description>
<item>
<guid isPermaLink="false">21-1271378101</guid>
<title>Faster dialup access now available</title>
<author>From: echicken To: All</author>
<pubDate>Thu, 15 Apr 2010 20:35:01 -0400</pubDate>
<description>I've been offering dialup access to the electronic chicken bbs for some time<![CDATA[<br/>]]>now, but so far because of the limitations of our VoIP hardware &amp; service<![CDATA[<br/>]]>dialup connections have been limited to 2400bps.  After tweaking some settings<![CDATA[<br/>]]>on the analog terminal adapter (a Linksys PAP2T-NA) I've been able to<![CDATA[<br/>]]>consistently establish much faster (up to 31200bps) connections to other<![CDATA[<br/>]]>boards.  I've removed the 2400bps speed limit in the hopes that my dialup<![CDATA[<br/>]]>users (yes, there are a few of those, believe it or not) can achieve more<![CDATA[<br/>]]>usable connections to this board.<![CDATA[<br/>]]><![CDATA[<br/>]]>My ability to test dialup access to the BBS is fairly limited.  I can call from<![CDATA[<br/>]]>one of my two VoIP lines to the other, but given that they're on the same<![CDATA[<br/>]]>connection and the VoIP service for each line is provided by the same company,<![CDATA[<br/>]]>I can't consider the results that I experience to be typical of what a remote<![CDATA[<br/>]]>user would see.  If you're a dialup user, please drop me a line and let me know<![CDATA[<br/>]]>some details about the connection you received to this board (speed, garbage<![CDATA[<br/>]]>characters, whether your line is VoIP or POTS, etc.)  If you're not normally a<![CDATA[<br/>]]>dialup user but you've got a modem and a phone line and would like to help me<![CDATA[<br/>]]>out, please give us a test call at 416-273-7230.<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">20-1267038980</guid>
<title>BBS-Scene Global Onelinerz Update</title>
<author>From: echicken To: All</author>
<pubDate>Wed, 24 Feb 2010 14:16:20 -0500</pubDate>
<description>My previous onelinerz scripts for Synchronet BBSes relied on an external<![CDATA[<br/>]]>application (GNU wget) to communicate with the bbs-scene.org webserver when<![CDATA[<br/>]]>fetching &amp; posting oneliners.  I've now written HTTP GET and POST functions in<![CDATA[<br/>]]>javascript for Synchronet and rewritten my onelinerz scripts to use these<![CDATA[<br/>]]>functions in place of wget.  (The httpget() and httppost() functions that I<![CDATA[<br/>]]>wrote will also be very useful to me in other places, and you're welcome to use<![CDATA[<br/>]]>them for your own purposes if you're a Sync sysop.)<![CDATA[<br/>]]><![CDATA[<br/>]]>Eliminating the call to wget removes a tiny security risk. In the previous<![CDATA[<br/>]]>version of the onelinerz scripts I tried to minimize the chances that someone<![CDATA[<br/>]]>could craft a oneliner that could lead to execution of other shell commands,<![CDATA[<br/>]]>but I don't know for a fact that I left it an impossibility.  This is no longer<![CDATA[<br/>]]>a concern.<![CDATA[<br/>]]><![CDATA[<br/>]]>A javascript running on Synchronet Win32 is unable to read the result of a <![CDATA[<br/>]]>system.exec() call into a variable (however on Linux this apparently works.) <![CDATA[<br/>]]>This required the use of temp files in previous versions of the script, which<![CDATA[<br/>]]>slowed down the whole process slightly (probably hardly at all.)  My new<![CDATA[<br/>]]>httpget() function gets rid of this inefficiency, so now hopefully the fetching<![CDATA[<br/>]]>of onelinerz will be a bit faster.<![CDATA[<br/>]]><![CDATA[<br/>]]>eclnrz16.zip is available in the Synchronet Mods section of the main file<![CDATA[<br/>]]>library on this BBS.<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">19-1264094445</guid>
<title>Onelinerz (bbs-scene.org Global Oneliners)</title>
<author>From: echicken To: All</author>
<pubDate>Thu, 21 Jan 2010 12:20:45 -0500</pubDate>
<description>The Oneliners Wall is, in my rarely-humble opinion, a classic and integral part<![CDATA[<br/>]]>of the BBS experience.  Users passing by it during the login process post<![CDATA[<br/>]]>one-line comments ranging from witty to annoying to simply confusing, the next<![CDATA[<br/>]]>user to come along can respond, and after a while a sort of mini-conversation<![CDATA[<br/>]]>happens.  It's like a scaled-down message area, and it is in no small part<![CDATA[<br/>]]>responsible for that much vaunted sense-of-community we BBSers prize (even if<![CDATA[<br/>]]>it has faded significantly over the years.)<![CDATA[<br/>]]><![CDATA[<br/>]]>Your average oneliners setup is local to the particular BBS you're viewing it<![CDATA[<br/>]]>upon.  This is good, as I say above, for that sense of a local community on a<![CDATA[<br/>]]>board, but there's no reason in this day and age why those same<![CDATA[<br/>]]>mini-conversations can't also be taking place across multiple bulletin board<![CDATA[<br/>]]>systems, encouraging that same sense of community across the entire scene.  To<![CDATA[<br/>]]>that end I am now running my own local oneliners wall as well as the new<![CDATA[<br/>]]>Onelinerz service offered by Netsurge's bbs-scene.org.<![CDATA[<br/>]]><![CDATA[<br/>]]>A part of the growing bbs-scene.org family of services, and using the new<![CDATA[<br/>]]>bbs-scene.org API, Onelinerz is a RESTful service that exposes oneliner data as<![CDATA[<br/>]]>XML, and accepts new oneliner submissions via POST.  BBSes and websites<![CDATA[<br/>]]>everywhere can now share a common oneliners wall, adding a new dimension to the<![CDATA[<br/>]]>communication that happens on bulletin boards every day.<![CDATA[<br/>]]><![CDATA[<br/>]]>Coincidentally enough, I had just started working on a networked oneliners wall<![CDATA[<br/>]]>when I heard that Netsurge was adding such a service to bbs-scene.org.  Instead<![CDATA[<br/>]]>of having to figure out a way to implement such a service on my own, I decided<![CDATA[<br/>]]>to scrap my half-written script and jump on the bbs-scene.org bandwagon.  I've<![CDATA[<br/>]]>produced scripts that will allow Synchronet BBSes to take advantage of this new<![CDATA[<br/>]]>service both on the console and web sides, and they are available for download<![CDATA[<br/>]]>in the Synchronet Mods file secton on this BBS as well as at<![CDATA[<br/>]]>http://bbs-scene.org/download.php.  If you're a Synchronet sysop, you'll find<![CDATA[<br/>]]>my scripts easy to implement, configure, and modify to your liking, and you're<![CDATA[<br/>]]>welcome to take them and do with them what you wish.  If you're any other kind<![CDATA[<br/>]]>of sysop, I encourage you to find some way to make your BBS participate in this<![CDATA[<br/>]]>new venture.<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">18-1263494731</guid>
<title>Message Networks</title>
<author>From: echicken To: All</author>
<pubDate>Thu, 14 Jan 2010 13:45:31 -0500</pubDate>
<description>On almost every BBS I visit, the local message areas are dead quiet.  This is<![CDATA[<br/>]]>understandable given the state of BBSing today, when most boards have but a few<![CDATA[<br/>]]>regular (daily or weekly) users and most callers are either new users just<![CDATA[<br/>]]>visiting for a nostalgia trip or returning users who call once or twice a year<![CDATA[<br/>]]>for the same reason.  I'm not criticizing the nostalgia-trip as I do many<![CDATA[<br/>]]>things on a once-in-a-while basis for the same reason, but it is a fact of life<![CDATA[<br/>]]>in this scene that sysops should acknowledge.<![CDATA[<br/>]]><![CDATA[<br/>]]>I have three, count them: three, local message areas, only two of which are<![CDATA[<br/>]]>visible to my users, the other one serving as the backend for this bulletin<![CDATA[<br/>]]>listing system that I wrote.  I have a &quot;General&quot; sub board, in which visitors<![CDATA[<br/>]]>can say &quot;Hi, I'm Jimbo, just stopping by to check things out, gee I remember my<![CDATA[<br/>]]>very first modem and boy was it slow, LOL.&quot;  I have a Sysop Notices sub board<![CDATA[<br/>]]>in which if I ever felt the need to post a notice that showed up in your new<![CDATA[<br/>]]>message scan, I would do so.  That is all that is required, probably more than<![CDATA[<br/>]]>what's required, and even then my local message area sees few postings. I'm not<![CDATA[<br/>]]>crying about that; I mean, why would you post stuff there if it's likely to be<![CDATA[<br/>]]>months, if ever, before you see a reply?<![CDATA[<br/>]]><![CDATA[<br/>]]>That's why message networks are important to this BBS.  While I do have other<![CDATA[<br/>]]>things to offer that you don't find on every system (browseable online textfile<![CDATA[<br/>]]>and ANSI art libraries, vintage computer downloads, dialup access, a nice slick<![CDATA[<br/>]]>interface) it would all seem pretty static and stagnant if there wasn't<![CDATA[<br/>]]>evidence of *some* kind of activity around here.  Active message networks see<![CDATA[<br/>]]>lots of new postings flying back and forth every day and engage people in<![CDATA[<br/>]]>participation.  Message networks will hopefully keep you coming back to read<![CDATA[<br/>]]>what other people are saying and contribute your own thoughts to the<![CDATA[<br/>]]>conversation.<![CDATA[<br/>]]><![CDATA[<br/>]]>There are probably one or two dozen BBS message networks left in the<![CDATA[<br/>]]>English-speaking world, and from what I've seen many of them are just as dead<![CDATA[<br/>]]>as the local message bases on your average board.  I could join them all just<![CDATA[<br/>]]>to have them, but that would be the equivalent of having fifty narrow-topic<![CDATA[<br/>]]>local sub-boards that nobody ever posts on.  Instead I'm trying to limit this<![CDATA[<br/>]]>boards membership in message networks to those nets that actually see a lot of<![CDATA[<br/>]]>posting (with one exception.)<![CDATA[<br/>]]><![CDATA[<br/>]]>Here's the breakdown:<![CDATA[<br/>]]><![CDATA[<br/>]]>DoveNet is both the lamest and most active BBS message network that I'm aware<![CDATA[<br/>]]>of.  This is because of the popularity of Synchronet as a BBS package and<![CDATA[<br/>]]>because of its ease-of-setup and the ease by which one can join their Sync<![CDATA[<br/>]]>board to the network.  The network has tons of member boards with tons of users<![CDATA[<br/>]]>among them, and so there are piles of messages being posted every day.  At<![CDATA[<br/>]]>least half of the people on DoveNet (and probably more) are completely<![CDATA[<br/>]]>retarded, but I keep this network around because it is active, and because<![CDATA[<br/>]]>there is the occasional attention-worthy conversation that takes place on<![CDATA[<br/>]]>there.<![CDATA[<br/>]]><![CDATA[<br/>]]>FidoNet is the granddaddy of BBS message networks, generally regarded as the<![CDATA[<br/>]]>first and largest BBS message net, and its technology is used on most other<![CDATA[<br/>]]>networks.  FidoNet is a mess, with about ten thousand message areas to choose<![CDATA[<br/>]]>from, most of which are completely silent these days.  Some boards carry all of<![CDATA[<br/>]]>these areas, and it will take you a year to set your preferences so that you<![CDATA[<br/>]]>only scan those bases that you're interested in.  I have chosen to only carry<![CDATA[<br/>]]>the vintage computer and BBS-related echoes, with a standing offer to add on<![CDATA[<br/>]]>any other echoes that my users may request.  Even the echoes that I do carry<![CDATA[<br/>]]>only see occasional posts.  I mostly keep FidoNet around as an exception to my<![CDATA[<br/>]]>rule that a network on this board must be active, and I keep it because it is a<![CDATA[<br/>]]>big part of this scene's history.<![CDATA[<br/>]]><![CDATA[<br/>]]>SciNet is a relatively new FTN, a part of the bbs-scene.org family of services.<![CDATA[<br/>]]>It sees a decent amount of activity and has so far avoided being invaded by<![CDATA[<br/>]]>retards.  It's a free speech network where the use of real names is<![CDATA[<br/>]]>more-or-less forbidden, and the conversation generally remains friendly and<![CDATA[<br/>]]>casual.  I highly recommend adding all of the SciNet echoes to your new message<![CDATA[<br/>]]>scan.<![CDATA[<br/>]]><![CDATA[<br/>]]>Zeronet is a long-standing underground-style FTN, another free-speech network<![CDATA[<br/>]]>where it would be shocking to see somebody post using their real name.  It's<![CDATA[<br/>]]>where you go to talk about the stupid things you've done, to rant about the<![CDATA[<br/>]]>stupid things that you've seen and heard, and to abuse and be abused by the<![CDATA[<br/>]]>other participants.  This means, in short, that it's a lot of fun provided<![CDATA[<br/>]]>you're not too sensitive.<![CDATA[<br/>]]><![CDATA[<br/>]]>These are the message networks that we currently belong to here.  I encourage<![CDATA[<br/>]]>all users to visit often and participate as it can be quite a lot of fun.  If<![CDATA[<br/>]]>you find that you are disallowed from posting on a certain message area, just<![CDATA[<br/>]]>send me an email and I will upgrade your access level.<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">17-1263490938</guid>
<title>Zeronet</title>
<author>From: echicken To: All</author>
<pubDate>Thu, 14 Jan 2010 12:42:18 -0500</pubDate>
<description>We've joined Zeronet!  Zeronet is an &quot;underground-style&quot; message network, where<![CDATA[<br/>]]>the sub-boards include areas for the discussion of hacking, phreaking, warez,<![CDATA[<br/>]]>and general anarchy.  While there are also more typical sub-boards like what<![CDATA[<br/>]]>you would see on other nets (&quot;entertainment&quot;, &quot;gaming&quot;, &quot;chat&quot;) the tone of<![CDATA[<br/>]]>this network remains one of free speech, and people there certainly do feel<![CDATA[<br/>]]>free to speak their minds.  I've been following and participating in<![CDATA[<br/>]]>discussions on this network via the Diskshop BBS (bbs.diskshop.ca) and am happy<![CDATA[<br/>]]>to have joined it here at home.<![CDATA[<br/>]]><![CDATA[<br/>]]>I call this network &quot;underground-style&quot; because, let's face it: if you can find<![CDATA[<br/>]]>it via a Google search, or log onto some boards and just start posting to it<![CDATA[<br/>]]>without needing to be validated up to some elite security level, it's not<![CDATA[<br/>]]>exactly hidden.  That said, membership is ostensibly limited to sysops who a)<![CDATA[<br/>]]>have gone to the trouble of setting up a decent, unique bulletin board, and/or<![CDATA[<br/>]]>b) can bring a decent level of conversation to the network.  I'm told that my<![CDATA[<br/>]]>occasionally hilarious, frequently abrasive, and often vulgar postings to this<![CDATA[<br/>]]>and other nets scored in my favour when I applied to join this one.<![CDATA[<br/>]]><![CDATA[<br/>]]>Everyone here has read access to the Zeronet subs, but if anybody wants to be<![CDATA[<br/>]]>able to post messages to this network they will have to send me an email<![CDATA[<br/>]]>requesting this before that will happen.  This applies to all new users as we<![CDATA[<br/>]]>ll as all existing user accounts.  If I think you're an idiot and that you<![CDATA[<br/>]]>might embarass me on that network, I'll tell you so, but otherwise all requests<![CDATA[<br/>]]>will be granted.  Zeronet is as good as it is because quality-control measures<![CDATA[<br/>]]>have been applied to it, and so I am carrying on that tradition in the small<![CDATA[<br/>]]>way that I can.<![CDATA[<br/>]]><![CDATA[<br/>]]>Don't hesitate to contact me if you want access or anything else.  I'm an<![CDATA[<br/>]]>active sysop, I'm on the board several times each day, I'm always in #ecbbs on<![CDATA[<br/>]]>the bbs-scene IRC network, and I love to hear from my users.<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">16-1263422155</guid>
<title>Text Files</title>
<author>From: echicken To: All</author>
<pubDate>Wed, 13 Jan 2010 17:35:55 -0500</pubDate>
<description>I've reorganized the main menu a bit and added a Text Files section.  The Text<![CDATA[<br/>]]>Files area uses a modified version of my ANSI viewer, which makes it easy to<![CDATA[<br/>]]>browse through a library of documents.  At the moment the library is mostly<![CDATA[<br/>]]>populated with stuff that I leeched from textfiles.com, but in time I will add<![CDATA[<br/>]]>whatever documents of interest I find in my tours of the BBS scene and the<![CDATA[<br/>]]>internet in general.<![CDATA[<br/>]]><![CDATA[<br/>]]>My text files library is largely focused on documents related to hacking,<![CDATA[<br/>]]>phreaking, warez, humor, art, sex, fiction, and bulletin board systems.  If you<![CDATA[<br/>]]>like what you see here, I highly recommend a visit to textfiles.com where a<![CDATA[<br/>]]>larger archive of files are available under an even broader range of topics. <![CDATA[<br/>]]>In the meantime, I hope you enjoy browsing the files I have available here, the<![CDATA[<br/>]]>way they should be viewed: in an 80x25 textmode window.<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">15-1260217785</guid>
<title>League 77 - Barren Realms Elite</title>
<author>From: echicken To: All</author>
<pubDate>Mon, 7 Dec 2009 15:29:45 -0500</pubDate>
<description>We've joined the Barren Realms Elite game in League 77!<![CDATA[<br/>]]><![CDATA[<br/>]]>Personally I'd never played this game until setting it up recently.  Seems like<![CDATA[<br/>]]>a lot of fun, provided you can dedicate ten or fifteen minutes each day to<![CDATA[<br/>]]>staying on top of your game.  If you haven't tried it yet, I suggest you do so<![CDATA[<br/>]]>immediately.<![CDATA[<br/>]]><![CDATA[<br/>]]>More league games coming soon!<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">14-1259168086</guid>
<title>Modifications and Add-Ons</title>
<author>From: echicken To: All</author>
<pubDate>Wed, 25 Nov 2009 11:54:46 -0500</pubDate>
<description>Just a quick post to bring to your attention some recent changes I've made to<![CDATA[<br/>]]>the BBS (some you will have already noticed, some you may not be aware of.)<![CDATA[<br/>]]><![CDATA[<br/>]]>I've added a login menu, which doesn't yet add any functionality to the BBS but<![CDATA[<br/>]]>does make the new user signup process a bit more obvious and accessible and<![CDATA[<br/>]]>allows visitors to email me without the need to log in or create an account. <![CDATA[<br/>]]>Not too exciting yet, but still pretty spiffy looking.  More menu options will<![CDATA[<br/>]]>appear there in the near future, specifically a choice of available bulletin<![CDATA[<br/>]]>board systems to connect to once I finish work on a couple of new systems.<![CDATA[<br/>]]><![CDATA[<br/>]]>I wrote a couple of oneliners scripts (one for the console, one for the web)<![CDATA[<br/>]]>which are now in place.  The web side script lists the oneliners that console<![CDATA[<br/>]]>BBS users have posted.  I'd make oneliners postable from the web, but I'm still<![CDATA[<br/>]]>fairly set on keeping this a mostly-telnet/dialup BBS.  Anyway, it's nice to<![CDATA[<br/>]]>have a oneliners wall again; classic.<![CDATA[<br/>]]><![CDATA[<br/>]]>SlyEdit by Eric Oulashin (Nightfox) is now available and is in fact set as the<![CDATA[<br/>]]>default full-screen editor for new users.  FSEditor is still around, but I much<![CDATA[<br/>]]>prefer the quoting function in SlyEdit and recommend that you give it a shot as<![CDATA[<br/>]]>well.  SlyEdit can operate in IceEdit and DCTEdit emulation modes, so pick the<![CDATA[<br/>]]>look and feel that you like best.<![CDATA[<br/>]]><![CDATA[<br/>]]>I, am going to, do, an spidy impression, for the bitches, during this,<![CDATA[<br/>]]>paragraph, in honour of, an new artpack, released, by ocean5.  It's, almost<![CDATA[<br/>]]>entirely, done, in the Ami/X, style, which probably looks, cool, on Amigas. <![CDATA[<br/>]]>Maybe try, an Amiga font, in your terminal, when you're viewing it.  It's,<![CDATA[<br/>]]>available in the ANSI, library, off the main menu, for the bitches.  Please,<![CDATA[<br/>]]>note that, I have nothing to do, with, ocean5, but I maintain an ANSI, library,<![CDATA[<br/>]]>so I put, their pack, in, there. ;)<![CDATA[<br/>]]><![CDATA[<br/>]]>Speaking of ANSIs, I corrected some issues with many of the screens on this<![CDATA[<br/>]]>BBS.  80 column ANSIs were appearing correctly in SyncTerm, but users of many<![CDATA[<br/>]]>other clients may have noticed that some things didn't line up correctly or<![CDATA[<br/>]]>that some chickens were coming out garbled.  I've reduced my ansis to 79<![CDATA[<br/>]]>columns (which I remember having to do back in the Mystic days as well) and all<![CDATA[<br/>]]>screens appear to draw correctly in SyncTerm, mTelnet, Windows telnet, PuTTY,<![CDATA[<br/>]]>and Telix.  Presumably they're fine in most other clients as well.<![CDATA[<br/>]]><![CDATA[<br/>]]>Things are always changing.  More League 77 inter-BBS door games will be<![CDATA[<br/>]]>appearing shortly.  Other aspects of the BBS will see changes and updates.  New<![CDATA[<br/>]]>features will appear.  I'll keep you posted.<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">13-1259166149</guid>
<title>League 77</title>
<author>From: echicken To: All</author>
<pubDate>Wed, 25 Nov 2009 11:22:29 -0500</pubDate>
<description>The electronic chicken bbs has now joined the League 77 (SciNet) inter-BBS<![CDATA[<br/>]]>door-gaming league!  Look for League 77 games on the door games menu.<![CDATA[<br/>]]><![CDATA[<br/>]]>echicken<![CDATA[<br/>]]>electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">12-1255758928</guid>
<title>Recent changes</title>
<author>From: echicken To: All</author>
<pubDate>Sat, 17 Oct 2009 01:55:28 -0400</pubDate>
<description>I've been sick all week and away from work, which has given me a lot of time to<![CDATA[<br/>]]>lounge on the couch under a blanket with my Macbook, distracting myself from<![CDATA[<br/>]]>wishing I was dead by working on my BBS.  I think I've gotten about as far as I<![CDATA[<br/>]]>can with my tweaks and customizations of the console and web interfaces for<![CDATA[<br/>]]>now, and I like the way I've got things set up at the moment.<![CDATA[<br/>]]><![CDATA[<br/>]]>The website is fairly basic as far as Synchronet BBS websites go, but I'm not<![CDATA[<br/>]]>terribly interested in offering web access to the message bases.  This is on<![CDATA[<br/>]]>the whole a BBS that is more centred on the classic BBS experience, and that<![CDATA[<br/>]]>means it's best interfaced with on the console (telnet or dialup, textmode)<![CDATA[<br/>]]>side.  To that end the website for this BBS offers some vital stats, current<![CDATA[<br/>]]>&quot;who's online&quot; info, a list of the most recent bulletins, and then a big<![CDATA[<br/>]]>honking flashterm embed taking up the focus of the page.<![CDATA[<br/>]]><![CDATA[<br/>]]>The console side of the BBS is tweaked and customized as much as I feel like<![CDATA[<br/>]]>doing for now.  The lightbar command shell that I wrote has been in place for<![CDATA[<br/>]]>quite some time and runs very smoothly.  I've customized some of the prompts<![CDATA[<br/>]]>and may comb through the rest of them at some point to give the board a more<![CDATA[<br/>]]>uniform look.  The default Who's Online and User List functions have been<![CDATA[<br/>]]>replaced (I don't remember what I didn't like about the stock ones, but I<![CDATA[<br/>]]>modified them or wrote my own at one point.)  There's an ANSI art library<![CDATA[<br/>]]>available from the main menu, which uses a browser / viewer that I wrote.<![CDATA[<br/>]]><![CDATA[<br/>]]>Dialup access to the BBS is now available (has been for a while.)  It's gotten<![CDATA[<br/>]]>a few calls so far which is good to see.  Dialup is provided via a VoIP line,<![CDATA[<br/>]]>so due to quality and reliability issues your connection speed will be limited<![CDATA[<br/>]]>to 2400bps.  You can try it out by calling 416-273-7230, if you still have a<![CDATA[<br/>]]>modem around.<![CDATA[<br/>]]><![CDATA[<br/>]]>Coming soon will be a oneliners wall viewable both on the console and the web,<![CDATA[<br/>]]>a better &quot;last few callers&quot; function likewise viewable on both ends, more door<![CDATA[<br/>]]>games, inter-BBS gaming, and door scores available on the console and the web.<![CDATA[<br/>]]>After that I plan on setting up additional BBSes on vintage machines that I<![CDATA[<br/>]]>have kicking around, and making them available via telnet gate through the main<![CDATA[<br/>]]>BBS (this may take the form of a lightbar login matrix.)  Additionally, I've<![CDATA[<br/>]]>been doing a bit of writing which may turn into a series of textfiles on BBS<![CDATA[<br/>]]>related topics, which may lead to a textfiles section on the board.<![CDATA[<br/>]]></description>
</item>
<item>
<guid isPermaLink="false">11-1253026381</guid>
<title>Bullshit v1.1</title>
<author>From: echicken To: All</author>
<pubDate>Tue, 15 Sep 2009 10:53:01 -0400</pubDate>
<description>I've replaced the default BullsEye! bulletin system that ships with Synchronet<![CDATA[<br/>]]>with something of my own devising: Bullshit.  Bullshit allows me to post<![CDATA[<br/>]]>bulletins to a message base here on the BBS and then presents them to users<![CDATA[<br/>]]>during the login process as well as in a Bulletins section on the board's<![CDATA[<br/>]]>website.  Bullshit and other Synchronet add-ons and modifications that I've<![CDATA[<br/>]]>written will be made available in the near future somewhere in the Files<![CDATA[<br/>]]>section of this BBS.<![CDATA[<br/>]]><![CDATA[<br/>]]>Bullshit has been updated to v1.1.  Bullshit v1.0 was installed and running a<![CDATA[<br/>]]>week ago but had a bug that caused it to shit out under certain circumstances<![CDATA[<br/>]]>in a message base that had been packed by smbutil.<![CDATA[<br/>]]></description>
</item>
</channel>
</rss>