1.0.14
1.0.14 fixes some portability issues, and also corrects problems related to
the backlog (changing window size, extra color codes and newlines when
dumping it to a file).
Apt lines
Debian and Ubuntu:
deb http://angband.pl/debian sid main
deb-src http://angband.pl/debian sid main
Source
Overview
KBtin is a very heavily extended clone of well-known TinTin++.
The features include:
- editing keys, input box
- scrollback
- status line
- keybindings ("#bind F9 {do drop pasty from cloak,eat pasty}")
- aliases, actions (triggers), substitutions, highlights
- shortest-path graph traversing aliases ("mt>rh")
- guaranteed actions (a line being split between two packets is not
a problem)
- lists processing ("#foreach {$friends} {tell $0 [XX] $message}")
- TELNET protocol support
- the ability to run local programs as it was a MUD -- this is the
only client you can use with games like adventure, or even programs
like mysqlclient
- secondary sessions (ICQ integration, etc)
- UTF-8 and IPv6 support
- native SSL, with certificate retention to avoid MitM attacks
KBtin is supported on the following systems (and is likely to work on other
Unices, too):
- Linux
- SunOS
- MacOS X
- {Free,Open,Net}BSD
- Tru64 Unix
- HP-UX
Installation from sources
To install KBtin, you need to:
- untar it: tar xvfJ kbtin-1.0.14.tar.xz
On systems where tar doesn't support the J flag, you have to pipe it
through xz manually: xz -d <kbtin-1.0.14.tar.xz|tar xvf -
- cd kbtin-1.0.14
- ./configure
- make
- as root, make install
or as an ordinary user, make bin
Reporting bugs
If you happen to find a bug, don't hesitate to use the
bug reporting system. This includes idea reports as well: if you want a
feature to be added to KBtin, just let me know. SourceForge's bug tracker
seems to be getting worse and worse; if you can't stand it, a direct mail is
good too -- somehow, most of feedback comes this way...
At this moment, I would especially appreciate reports about the documentation:
I can search for bugs in code myself, but there is no way I can tell that something
should be explained better or in a more comprehensible way.
You can also try mailing me.