TinTin++ Mud Client  
Get TinTin++ Mud Client at SourceForge.net. Fast, secure and Free Open Source software downloads
Make a donation to the TinTin++ Mud Client developer
Download the TinTin++ Mud Client
Join the TinTin++ Mud Client Discord channel
Supported Protocols
ߦ Character ModeDirectly transmit the mud client's input, required for BBSes, *NIX servers, Roguelike MUDs, and interaction with other console software.
ߦ GMCPGeneric Mud Communication Protocol.
ߦ Go AheadAllows the server to indicate the end of output for better mud client side prompt handling.
ߦ IPv6Allows 128-bit IP addresses.
ߦ MCCPMud Client Compression Protocol.
ߦ MSDPMud Server Data Protocol.
ߦ MSSPMud Server Status Protocol.
ߦ MMCPMud Master Chat Protocol for instant messaging and file transfers over private P2P connections.
ߦ NAWSSends the mud client's window size to the server.
ߦ Regular ExpressionsUse powerful Perl Compatible Regular Expressions in triggers and commands.
ߦ SSLSecure Socket Layer for encrypted connections.
ߦ TELNETConnect to *NIX servers and BBSes using TELOPT negotiations.
ߦ VT100Displays both mud client and server side text interfaces.
ߦ xterm 256 colorsHighlight in 256 colors instead of the traditional 16 colors.
Program Features
ߦ ActionTriggers a script when a matching line of text is found.
ߦ AliasAllows command shortcuts bundling multiple commands together.
ߦ Auto MapperCreates an interactive map to help visualize and navigate the game world.
ߦ ClassLabels a set of triggers to belong to a given class which allows removing or saving them independently.
ߦ Control FlowUses the if, else, elseif, switch, while, loop, foreach, continue, break, and return statements, and braces for nesting, allowing C-like programming.
ߦ DebugEnables the debugging mode giving useful information for finding bugs in your scripts.
ߦ DelayExecutes a script after a set amount of seconds has passed.
ߦ EventExecutes a script when an event occurs.
ߦ FormatFormats text using a printf like syntax.
ߦ FunctionExecutes a script and substitutes the function call with the return value.
ߦ GagPrevents lines of text from being displayed.
ߦ GrepSearches and displays matching lines in the scrollback buffer.
ߦ HighlightChanges the color of incoming text.
ߦ History BufferStores the last commands you typed. Press UP to scroll through the list, or ctrl-r to find matches.
ߦ Input editingInput editing and handling that is almost identical to the Linux shell.
ߦ ListsStores information as a list instead of as an associative array.
ߦ LogLogs incoming data as HTML, VT100, or plain text.
ߦ MacroAssigns commands to any possible key combination.
ߦ MathUses 64 bit floating point arithmatic and logical expressions.
ߦ PromptCaptures lines and places them on the split line for the creation of status bars.
ߦ SessionOpens one or multiple sessions to connect to a server.
ߦ ReadReads in a script file. Script code can be indented and spaced out over several lines.
ߦ RunRuns a given application, such as ssh, or sftp, with access to all of TinTin++'s scripting capabilities.
ߦ ScanReads in an ANSI or plain text log file so you can view it in the scrollback buffer.
ߦ ScriptRuns the given script written in bash, lua, perl, php, python, ruby, etc, storing the output as a variable or processing it as a command.
ߦ ScrollbackStores up to one million lines of text which can be viewed using page-up/down.
ߦ SplitscreenSplits the screen in an input, output, and status area.
ߦ SubstituteMatches text or patterns and replaces them with a substitute text.
ߦ Tab CompletionRecalls hard to spell words by typing the first couple of letters and pressing tab till the right match shows up. By default the scrollback buffer is used for tabbing.
ߦ VariablesFast and flexible variable system using nestable associative arrays allowing both tables and arrays.
ߦ WriteWrite out scripts that are automatically indented, making scripts easy to read and debug.