{% extends "base.html" %} {% block title %}BBS Directory — {{ config.BBS_NAME }}{% endblock %} {% block content %}
BBSes from the sbbsimsg.lst registry that participate
in inter-BBS instant messaging. Click Who's online to
query a remote system live, then Send IM to send a message.
{{ self_entry.hostname }}
— MSP {{ self_entry.msp_port }}, SYSTAT {{ self_entry.systat_port }}
{% if self_entry.sysop %} · sysop {{ self_entry.sysop }}{% endif %}
{% if self_entry.location %} · {{ self_entry.location }}{% endif %}
ftp://vert.synchro.net/sbbsimsg.lst.
| Name | Hostname | Software | Sysop / Location | Last Seen | Actions |
|---|---|---|---|---|---|
| {{ r.name }} |
{{ r.hostname }}
{% if r.ip_address %}{{ r.ip_address }}{% endif %} |
{% if r.source == 'anetbbs' %}
ANetBBS
{% elif r.source == 'sbbsimsg' %}
Synchronet
{% else %}
{{ r.software or 'unknown' }}
{% endif %}
{% if r.software_version %} {{ r.software_version }}{% endif %} |
{{ r.sysop or '—' }}
{% if r.location %} {{ r.location }}{% endif %} |
{{ r.last_seen_at.strftime('%Y-%m-%d') if r.last_seen_at else '' }} | Who's online Send IM |