MRC is where it's at right now, especially with all the meatups that have been happening... There's the Mystic BBS MPL version, and I've seen a Synchronet port by eChicken... But was thinking, wouldn't it be cool to have one that was BBS-independent, and just ran as a door program? E.g. native Linux, Windows, Pi, etc. Any BBS system could use it, then.
MRC is where it's at right now, especially with all the meatups that
have been happening... There's the Mystic BBS MPL version, and I've
seen a Synchronet port by eChicken... But was thinking, wouldn't it
be cool to have one that was BBS-independent, and just ran as a door program?
MRC is where it's at right now, especially with all the meatups that have been happening... There's the Mystic BBS MPL version, and I've seen a Synchronet port by eChicken... But was thinking, wouldn't it be cool to have one that was BBS-independent, and just ran as a door program? E.g. native Linux, Windows, Pi, etc. Any BBS system could use it, then.
I'm the World's Worst Programmer, and while I have been dabbling in door programs, this is *probably* over my head. But I'd like to try.
Any pointers that developers in this community can give me, would be greatly appreciated :)
Cheers!
|03[] |12Alpha
|02TheDrunkenGamer.com|06:|108888
|08A Talisman BBS
--- Talisman v0.10-dev (Linux/x86_64)
* Origin: The Drunken Gamer BBS (21:4/158)
I'm the World's Worst Programmer, and while I have been dabbling in door programs, this is *probably* over my head. But I'd like to try.
I think MRC client/server is a closed-source project. You have to
contact the group/programmer who's responsible and ask for his
permission before making an attempt.
MRC is where it's at right now, especially with all the meatups that have been happening... There's the Mystic BBS MPL version, and I've seen a Synchronet port by eChicken... But was thinking, wouldn't it be cool to have one that was BBS-independent, and just ran as a door program? E.g. native Linux, Windows, Pi, etc. Any BBS system could use it, then.
Any pointers that developers in this community can give me, would be greatly appreciated :)
Ah, I see. My next quesiton was -- does the Mystic MRC mod just use
the IRC protocol? There are a couple boiler-plate, open source client
My point is, remember that theres community here. Maybe reaching out
to one or more of these rockstars would save you a bunch of time
and/or keep you away from hitting deadends or issues that they may
have just experienced or went thru??
While MRC is rock-solid on the Mystic BBS Platform, you really feel
the differences when going to almost any other platform. I invite any
doors that will allow more sysOps to run and use MRC... we're right at
100 BBSes connected to MRC - and I think that its STILL in infancy and
can go higher. There are entire softwares with no MRC solution... I
think your idea of a door-based MRC client is a good one, that would
service MANY of the 'other' BBS softwares. The WWIV guys would dig it, amongst others.
Nope... MRC is not IRC. You should contact the programmer of MRC to
learn about it (protocol etc.).
Any pointers that developers in this community can give me, would be greatly appreciated :)
The enig version definitely need more, but TBH MRC at least to me lacks what I *really* want which is decentralization, encryption, etc.
I think MRC client/server is a closed-source project. You have to contact the group/programmer who's responsible and ask for his permission before making an attempt.
Ah, I see. My next quesiton was -- does the Mystic MRC mod just use
the IRC protocol? There are a couple boiler-plate, open source client projects I've been playing around with if that was the case.
I was thinking of something akin to apam's MagiChat door, but for MRC.
https://gitlab.com/apamment/magichat-ssl-door
(that's a really awsewome chat door, BTW)
|03[] |12Alpha
|02TheDrunkenGamer.com|06:|108888
|08A Talisman BBS
--- Talisman v0.10-dev (Linux/x86_64)
* Origin: The Drunken Gamer BBS (21:4/158)
MRC is where it's at right now, especially with all the meatups that ha been happening... There's the Mystic BBS MPL version, and I've seen a
Yeah, personally I would not mind writing one for Wildcat! using
wcBASIC, but not exactly sure where to begin with that or how the communications are handled with the protocol.
I think MRC client/server is a closed-source project. You have to
contact the group/programmer who's responsible and ask for his
permission before making an attempt.
Ah, I see. My next quesiton was -- does the Mystic MRC mod just use
the IRC protocol? There are a couple boiler-plate, open source client projects I've been playing around with if that was the case.
Any pointers that developers in this community can give me, would be greatly appreciated :)
I am no developer, but it seems like some other folks are also working
on MRC;
Stackfault has said that he's thinking about an update to add functionality, kind of an MRC 2.0 where he fixes some things and gives
it a little more ability.
aNACHRONIST is well on his way to porting MRC to the cNet Amiga BBS Software; he reports that it should be up and running on aBSINTHE
sometime next week.
MeaTLoTioN mentioned in passing that he might wanna add some functions
to his Johnny5 BOT...
even newcomers, like NUKE of Westwood, were trying to fart around and
make the ENiGMA.5 version of MRC work a little better with /commands.
My point is, remember that theres community here. Maybe reaching out to one or more of these rockstars would save you a bunch of time and/or
keep you away from hitting deadends or issues that they may have just experienced or went thru??
While MRC is rock-solid on the Mystic BBS Platform, you really feel the differences when going to almost any other platform. I invite any doors that will allow more sysOps to run and use MRC... we're right at 100
BBSes connected to MRC - and I think that its STILL in infancy and can
go higher. There are entire softwares with no MRC solution... I think
your idea of a door-based MRC client is a good one, that would service MANY of the 'other' BBS softwares. The WWIV guys would dig it, amongst others.
On Saturday, February 20th Alpha muttered...
Any pointers that developers in this community can give me, would be greatly appreciated :)
The MRC protocol is incredibly simple. If you look at contrib mrc.js module in enigma it's not a large file at all. Someone could come along and write one in a compiled language, but then you also have to deal
with various systems/architectures. A version written in standalone Node.js or Python for example could go a long way -- but even then
people wanting to hook up a more retro setup would be in the dust.
The enig version definitely need more, but TBH MRC at least to me lacks what I *really* want which is decentralization, encryption, etc.
The enig version definitely need more, but TBH MRC at least to me lac what I *really* want which is decentralization, encryption, etc.
StackFault mentioned that encryption is in the works. I don't know about decentralization.
Actually, MRC (Mystic Relay Chat) is open source and is written in
Python and MPL -- both of which are all in source.
MRC is where it's at right now, especially with all the meatups that
been happening... There's the Mystic BBS MPL version, and I've seen
Yeah, personally I would not mind writing one for Wildcat! using wcBASIC, but not exactly sure where to begin with that or how the communications are handled with the protocol.
Reach out to me and I can help with the protocol specs and all that.
More than welcome to have other platforms on it.
Cheers!
|15 ß Þ |15StackFault |08<|03.|11.|15P|11h|03EN|11o|15M|11.|03.|08>
|11 Ý ß |11The Bottomless Abyss BBS
|03 ß Ýß |03ssh|08.|072222 |08/ |03telnet|08.|072023 |08/ |03https
|08 ÜþÞ |08bbs|07.|08bottomlessabyss|07.|08net
--- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)(21:1/172)
* Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net
If you could, email me at admin@winserver.org with the specs and I will see what I can do :)
see what I can do :)
MRC is where it's at right now, especially with all the meatups that have have one that was BBS-independent, and just ran as a door program? E.g. native Linux, Windows, Pi, etc. Any BBS system could use it, then.I have made a mystic IRC chat (which doubles as live pager/chat with sysop
Any pointers that developers in this community can give me, wouldbe Al> greatly appreciated :)
I have made a mystic IRC chat (which doubles as live pager/chat with
sysop and multinode chat) It connects to an (password protected if
chosen) channel on any irc server (with ssl if needed). I am planning to release it soonish, I can even host the irc channels if required.
I wish there was a better/good page sysOp thing in Mystic... I don't
even think
the stock one really works - or at least not on 2o.
Seems like we're drifting further and further from why Gryphon made it in the first place - to test the new python hooks on Mystic. We might as well go back to old IRC in a separate window the way we used to ;)
Pretty much all BBS used are telnet like IRC can be, which is pretty much how that started (as chat clients). It seems many want to turn MRC in to a monster - will it grow till it can send and receive email? As the old Unix
* Origin: PB Renegade (gapbbs.rdfig.net:2424) Mesquite, Tx (0:0/0)
I think MRC client/server is a closed-source project. You have to
contact the group/programmer who's responsible and ask for his
permission before making an attempt.
Sysop: | Weed Hopper |
---|---|
Location: | Clearwater, FL |
Users: | 14 |
Nodes: | 6 (0 / 6) |
Uptime: | 229:24:03 |
Calls: | 55 |
Calls today: | 1 |
Files: | 50,127 |
D/L today: |
21 files (2,409K bytes) |
Messages: | 275,328 |