Copy disabled (too large)
Download .txt
Showing preview only (36,032K chars total). Download the full file to get everything.
Repository: wwivbbs/wwiv
Branch: main
Commit: ea031069b7b9
Files: 3064
Total size: 33.9 MB
Directory structure:
gitextract__e00xq0x/
├── .clang-format
├── .devcontainer/
│ └── devcontainer.json
├── .github/
│ └── workflows/
│ └── wwiv-binaries.yml
├── .gitignore
├── .gitmodules
├── .lgtm
├── CMakeLists.txt
├── CMakePresets.json
├── CMakeSettings.json
├── CODE_OF_CONDUCT.md
├── Doxyfile
├── Folder.DotSettings
├── LICENSE
├── MAINTAINERS
├── README.md
├── bbs/
│ ├── CMakeLists.txt
│ ├── acs.cpp
│ ├── acs.h
│ ├── application.cpp
│ ├── application.h
│ ├── archivers.cpp
│ ├── archivers.h
│ ├── attach.cpp
│ ├── attach.h
│ ├── automsg.cpp
│ ├── automsg.h
│ ├── basic/
│ │ ├── basic.cpp
│ │ ├── basic.h
│ │ ├── basic_test.cpp
│ │ ├── debug_model.cpp
│ │ ├── debug_model.h
│ │ ├── debug_state.cpp
│ │ ├── debug_state.h
│ │ ├── debugger.cpp
│ │ ├── debugger.h
│ │ ├── scripts/
│ │ │ ├── attach.cmd
│ │ │ ├── bp.cmd
│ │ │ ├── source.cmd
│ │ │ ├── state.cmd
│ │ │ └── step.cmd
│ │ ├── util.cpp
│ │ ├── util.h
│ │ ├── util_test.cpp
│ │ ├── wwiv.cpp
│ │ ├── wwiv.h
│ │ ├── wwiv_data.cpp
│ │ ├── wwiv_data.h
│ │ ├── wwiv_file.cpp
│ │ ├── wwiv_file.h
│ │ ├── wwiv_io.cpp
│ │ ├── wwiv_io.h
│ │ ├── wwiv_os.cpp
│ │ ├── wwiv_os.h
│ │ ├── wwiv_time.cpp
│ │ └── wwiv_time.h
│ ├── batch.cpp
│ ├── batch.h
│ ├── bbs.cpp
│ ├── bbs.h
│ ├── bbs_event_handlers.cpp
│ ├── bbs_event_handlers.h
│ ├── bbs_helper.cpp
│ ├── bbs_helper.h
│ ├── bbs_macro_context_test.cpp
│ ├── bbs_main.cpp
│ ├── bbs_test_main.cpp
│ ├── bbslist.cpp
│ ├── bbslist.h
│ ├── bbslist_test.cpp
│ ├── bbsovl1.cpp
│ ├── bbsovl1.h
│ ├── bbsovl2.cpp
│ ├── bbsovl2.h
│ ├── bbsovl3.cpp
│ ├── bbsovl3.h
│ ├── bbsutl.cpp
│ ├── bbsutl.h
│ ├── bbsutl1.cpp
│ ├── bbsutl1.h
│ ├── bbsutl2.cpp
│ ├── bbsutl2.h
│ ├── bputch_test.cpp
│ ├── bputs_test.cpp
│ ├── chains.cpp
│ ├── chains.h
│ ├── chat.cpp
│ ├── chat.h
│ ├── chnedit.cpp
│ ├── chnedit.h
│ ├── common.h
│ ├── conf.cpp
│ ├── conf.h
│ ├── confutil.cpp
│ ├── confutil.h
│ ├── connect1.cpp
│ ├── connect1.h
│ ├── crc.cpp
│ ├── crc.h
│ ├── datetime_test.cpp
│ ├── defaults.cpp
│ ├── defaults.h
│ ├── diredit.cpp
│ ├── diredit.h
│ ├── dirlist.cpp
│ ├── dirlist.h
│ ├── dropfile.cpp
│ ├── dropfile.h
│ ├── dsz.cpp
│ ├── dsz.h
│ ├── dsz_test.cpp
│ ├── email.cpp
│ ├── email.h
│ ├── email_test.cpp
│ ├── exec.h
│ ├── exec_os2.cpp
│ ├── exec_socket.cpp
│ ├── exec_socket.h
│ ├── exec_unix.cpp
│ ├── exec_win32.cpp
│ ├── execexternal.cpp
│ ├── execexternal.h
│ ├── external_edit.cpp
│ ├── external_edit.h
│ ├── external_edit_qbbs.cpp
│ ├── external_edit_qbbs.h
│ ├── external_edit_wwiv.cpp
│ ├── external_edit_wwiv.h
│ ├── extract.cpp
│ ├── extract.h
│ ├── finduser.cpp
│ ├── finduser.h
│ ├── gfileedit.cpp
│ ├── gfileedit.h
│ ├── gfiles.cpp
│ ├── gfiles.h
│ ├── hop.cpp
│ ├── hop.h
│ ├── inetmsg.cpp
│ ├── inetmsg.h
│ ├── inmsg.cpp
│ ├── inmsg.h
│ ├── input_test.cpp
│ ├── instmsg.cpp
│ ├── instmsg.h
│ ├── interpret.cpp
│ ├── interpret.h
│ ├── lilo.cpp
│ ├── lilo.h
│ ├── listplus.cpp
│ ├── listplus.h
│ ├── lpfunc.cpp
│ ├── lpfunc.h
│ ├── make_abs_cmd.h
│ ├── make_abs_cmd_os2.cpp
│ ├── make_abs_cmd_unix.cpp
│ ├── make_abs_cmd_win32.cpp
│ ├── make_abs_test.cpp
│ ├── menus/
│ │ ├── config_menus.cpp
│ │ ├── config_menus.h
│ │ ├── mainmenu.cpp
│ │ ├── mainmenu.h
│ │ ├── menu_context.h
│ │ ├── menucommands.cpp
│ │ ├── menucommands.h
│ │ ├── menuspec.cpp
│ │ ├── menuspec.h
│ │ ├── menusupp.cpp
│ │ ├── menusupp.h
│ │ ├── printcommands.cpp
│ │ └── printcommands.h
│ ├── message_file.cpp
│ ├── message_file.h
│ ├── message_find.cpp
│ ├── message_find.h
│ ├── misccmd.cpp
│ ├── misccmd.h
│ ├── mmkey.cpp
│ ├── mmkey.h
│ ├── msgbase1.cpp
│ ├── msgbase1.h
│ ├── msgbase1_test.cpp
│ ├── msgscan.cpp
│ ├── msgscan.h
│ ├── multinst.cpp
│ ├── multinst.h
│ ├── multmail.cpp
│ ├── multmail.h
│ ├── netsup.cpp
│ ├── netsup.h
│ ├── newuser.cpp
│ ├── newuser.h
│ ├── normupld.cpp
│ ├── pause_test.cpp
│ ├── printfile_test.cpp
│ ├── prot/
│ │ ├── crctab.cpp
│ │ ├── crctab.h
│ │ ├── reference/
│ │ │ ├── checkcrc.cpp
│ │ │ ├── main.cpp
│ │ │ ├── network.cpp
│ │ │ ├── receive.cpp
│ │ │ ├── send.cpp
│ │ │ ├── seriallog.cpp
│ │ │ ├── seriallog.h
│ │ │ ├── utils.cpp
│ │ │ ├── zmodem.txt
│ │ │ └── zmodemdump.cpp
│ │ ├── xmodem.h
│ │ ├── xmodemr.cpp
│ │ ├── xmodemt.cpp
│ │ ├── zmodem.cpp
│ │ ├── zmodem.h
│ │ ├── zmodemcrc.cpp
│ │ ├── zmodemr.cpp
│ │ ├── zmodemt.cpp
│ │ ├── zmutil.cpp
│ │ ├── zmutil.h
│ │ └── zmwwiv.cpp
│ ├── quote_test.cpp
│ ├── qwk/
│ │ ├── qwk.cpp
│ │ ├── qwk.h
│ │ ├── qwk_email.cpp
│ │ ├── qwk_email.h
│ │ ├── qwk_mail_packet.cpp
│ │ ├── qwk_mail_packet.h
│ │ ├── qwk_reply.cpp
│ │ ├── qwk_reply.h
│ │ ├── qwk_struct.h
│ │ ├── qwk_text.cpp
│ │ ├── qwk_text.h
│ │ ├── qwk_ui.cpp
│ │ ├── qwk_ui.h
│ │ ├── qwk_util.cpp
│ │ └── qwk_util.h
│ ├── qwk_test.cpp
│ ├── read_message.cpp
│ ├── read_message.h
│ ├── readmail.cpp
│ ├── readmail.h
│ ├── runnable.h
│ ├── save_qscan.cpp
│ ├── save_qscan.h
│ ├── shortmsg.cpp
│ ├── shortmsg.h
│ ├── showfiles.cpp
│ ├── showfiles.h
│ ├── sr.cpp
│ ├── sr.h
│ ├── srrcv.cpp
│ ├── srrcv.h
│ ├── srsend.cpp
│ ├── srsend.h
│ ├── ssh.cpp
│ ├── ssh.h
│ ├── stuffin.cpp
│ ├── stuffin.h
│ ├── stuffin_test.cpp
│ ├── subacc.cpp
│ ├── subacc.h
│ ├── subedit.cpp
│ ├── subedit.h
│ ├── sublist.cpp
│ ├── sublist.h
│ ├── subreq.cpp
│ ├── subreq.h
│ ├── syschat.cpp
│ ├── syschat.h
│ ├── sysopf.cpp
│ ├── sysopf.h
│ ├── sysoplog.cpp
│ ├── sysoplog.h
│ ├── tag.h
│ ├── test/
│ │ ├── SIZE.DOS
│ │ ├── size.apple
│ │ ├── size.gcc
│ │ ├── size.linux
│ │ ├── size.w32
│ │ ├── testqwk.cpp
│ │ ├── testsize.cpp
│ │ └── testsize_assert.cpp
│ ├── trashcan.cpp
│ ├── trashcan.h
│ ├── trashcan_test.cpp
│ ├── trytoul.cpp
│ ├── uedit.cpp
│ ├── uedit.h
│ ├── utility.cpp
│ ├── utility.h
│ ├── utility_test.cpp
│ ├── valscan.cpp
│ ├── valscan.h
│ ├── vote.cpp
│ ├── vote.h
│ ├── voteedit.cpp
│ ├── voteedit.h
│ ├── wfc.cpp
│ ├── wfc.h
│ ├── wqscn.cpp
│ ├── wqscn.h
│ ├── wutil_test.cpp
│ ├── xfer.cpp
│ ├── xfer.h
│ ├── xfer_test.cpp
│ ├── xferovl.cpp
│ ├── xferovl.h
│ ├── xferovl1.cpp
│ ├── xferovl1.h
│ ├── xfertmp.cpp
│ ├── xfertmp.h
│ ├── xinit.cpp
│ └── xinitini.h
├── binkp/
│ ├── CMakeLists.txt
│ ├── binkp.cpp
│ ├── binkp.h
│ ├── binkp_commands.cpp
│ ├── binkp_commands.h
│ ├── binkp_config.cpp
│ ├── binkp_config.h
│ ├── binkp_config_test.cpp
│ ├── binkp_test.cpp
│ ├── binkp_test_main.cpp
│ ├── config_exceptions.h
│ ├── cram.cpp
│ ├── cram.h
│ ├── cram_test.cpp
│ ├── fake_connection.cpp
│ ├── fake_connection.h
│ ├── file_manager.cpp
│ ├── file_manager.h
│ ├── file_manager_test.cpp
│ ├── net_log.cpp
│ ├── net_log.h
│ ├── net_log_test.cpp
│ ├── ppp_config.cpp
│ ├── ppp_config.h
│ ├── ppp_config_test.cpp
│ ├── receive_file.h
│ ├── remote.cpp
│ ├── remote.h
│ ├── todo.txt
│ ├── transfer_file.cpp
│ ├── transfer_file.h
│ ├── transfer_file_test.cpp
│ ├── wfile_transfer_file.cpp
│ └── wfile_transfer_file.h
├── brware/
│ └── bredit/
│ ├── argument.cpp
│ ├── argument.h
│ ├── bredit.cpp
│ ├── bredit.doc
│ ├── bredit.hlp
│ ├── bredit.txt
│ ├── changelog
│ ├── editor.cpp
│ ├── editor.h
│ ├── feditio.cpp
│ ├── feditio.h
│ ├── filemgr.cpp
│ ├── filemgr.h
│ ├── fileview.cpp
│ ├── fileview.h
│ ├── header-template.txt
│ ├── makefile.bcc
│ ├── quote.cpp
│ ├── quote.h
│ └── version.h
├── builds/
│ ├── jenkins/
│ │ └── wwiv/
│ │ ├── build
│ │ ├── build-os2.cmd
│ │ ├── build.cmd
│ │ ├── rushfan-build
│ │ └── rushfan-build.cmd
│ ├── linux/
│ │ ├── asan.sh
│ │ ├── clean.sh
│ │ ├── install-prereqs.sh
│ │ └── start-agent.sh
│ ├── os2/
│ │ ├── cc11.cmd
│ │ ├── cconfig.cmd
│ │ └── prereq.cmd
│ ├── tools/
│ │ ├── linux/
│ │ │ └── use-built-bin.sh
│ │ └── mkhdr.py
│ └── win/
│ └── clean.cmd
├── cmake/
│ ├── Common.cmake
│ ├── FindWWIVCurses.cmake
│ └── Modules/
│ ├── Findbenchmark.cmake
│ └── sanitizers/
│ ├── FindASan.cmake
│ ├── FindMSan.cmake
│ ├── FindTSan.cmake
│ ├── FindUBSan.cmake
│ ├── LICENSE
│ ├── README
│ └── README.md
├── cmake-config.sh
├── common/
│ ├── CMakeLists.txt
│ ├── acs_test.cpp
│ ├── bgetch.cpp
│ ├── checka.cpp
│ ├── com.cpp
│ ├── com.h
│ ├── common_events.h
│ ├── common_helper.cpp
│ ├── common_helper.h
│ ├── common_test_main.cpp
│ ├── context.cpp
│ ├── context.h
│ ├── datetime.cpp
│ ├── datetime.h
│ ├── exceptions.h
│ ├── full_screen.cpp
│ ├── full_screen.h
│ ├── input.cpp
│ ├── input.h
│ ├── input_range.cpp
│ ├── input_range.h
│ ├── input_range_test.cpp
│ ├── iobase.cpp
│ ├── iobase.h
│ ├── language.cpp
│ ├── language.h
│ ├── macro_context.cpp
│ ├── macro_context.h
│ ├── menu_data_util_test.cpp
│ ├── menus/
│ │ ├── menu_data_util.cpp
│ │ ├── menu_data_util.h
│ │ ├── menu_generator.cpp
│ │ └── menu_generator.h
│ ├── message_editor_data.cpp
│ ├── message_editor_data.h
│ ├── null_remote_io.cpp
│ ├── null_remote_io.h
│ ├── output.cpp
│ ├── output.h
│ ├── pause.cpp
│ ├── pause.h
│ ├── pipe_expr.cpp
│ ├── pipe_expr.h
│ ├── pipe_expr_test.cpp
│ ├── printfile.cpp
│ ├── printfile.h
│ ├── quote.cpp
│ ├── quote.h
│ ├── remote_io.cpp
│ ├── remote_io.h
│ ├── remote_pipe_io.cpp
│ ├── remote_pipe_io.h
│ ├── remote_socket_io.cpp
│ ├── remote_socket_io.h
│ ├── remote_socket_io_test.cpp
│ ├── value/
│ │ ├── bbsvalueprovider.cpp
│ │ ├── bbsvalueprovider.h
│ │ ├── uservalueprovider.cpp
│ │ └── uservalueprovider.h
│ ├── workspace.cpp
│ └── workspace.h
├── contributing.md
├── core/
│ ├── CMakeLists.txt
│ ├── callable/
│ │ ├── LICENSE.txt
│ │ ├── README.md
│ │ ├── callable.hpp
│ │ ├── function.hpp
│ │ ├── functor.hpp
│ │ ├── helpers.hpp
│ │ └── member_function.hpp
│ ├── cereal_utils.h
│ ├── clock.cpp
│ ├── clock.h
│ ├── clock_test.cpp
│ ├── command_line.cpp
│ ├── command_line.h
│ ├── command_line_test.cpp
│ ├── connection.cpp
│ ├── connection.h
│ ├── core_test_main.cpp
│ ├── cp437.cpp
│ ├── cp437.h
│ ├── cp437_test.cpp
│ ├── crc32.cpp
│ ├── crc32.h
│ ├── crc32_test.cpp
│ ├── datafile.h
│ ├── datafile_test.cpp
│ ├── datetime.cpp
│ ├── datetime.h
│ ├── datetime_test.cpp
│ ├── eventbus.cpp
│ ├── eventbus.h
│ ├── eventbus_test.cpp
│ ├── fake_clock.cpp
│ ├── fake_clock.h
│ ├── fake_clock_test.cpp
│ ├── file.cpp
│ ├── file.h
│ ├── file_lock.cpp
│ ├── file_lock.h
│ ├── file_os2.cpp
│ ├── file_test.cpp
│ ├── file_unix.cpp
│ ├── file_win32.cpp
│ ├── findfiles.cpp
│ ├── findfiles.h
│ ├── findfiles_test.cpp
│ ├── graphs.cpp
│ ├── graphs.h
│ ├── graphs_main.cpp
│ ├── inifile.cpp
│ ├── inifile.h
│ ├── inifile_test.cpp
│ ├── ip_address.cpp
│ ├── ip_address.h
│ ├── ip_address_test.cpp
│ ├── jsonfile.cpp
│ ├── jsonfile.h
│ ├── log.cpp
│ ├── log.h
│ ├── log_test.cpp
│ ├── md5.cpp
│ ├── md5.h
│ ├── md5_test.cpp
│ ├── net.cpp
│ ├── net.h
│ ├── net_test.cpp
│ ├── numbers.cpp
│ ├── numbers.h
│ ├── os.cpp
│ ├── os.h
│ ├── os_os2.cpp
│ ├── os_test.cpp
│ ├── os_unix.cpp
│ ├── os_win.cpp
│ ├── parser/
│ │ ├── ast.cpp
│ │ ├── ast.h
│ │ ├── ast_test.cpp
│ │ ├── lexer.cpp
│ │ ├── lexer.h
│ │ ├── lexer_test.cpp
│ │ ├── token.cpp
│ │ └── token.h
│ ├── pipe.cpp
│ ├── pipe.h
│ ├── pipe_os2.cpp
│ ├── pipe_test.cpp
│ ├── pipe_win32.cpp
│ ├── scope_exit.h
│ ├── scope_exit_test.cpp
│ ├── semaphore_file.cpp
│ ├── semaphore_file.h
│ ├── semaphore_file_test.cpp
│ ├── socket_connection.cpp
│ ├── socket_connection.h
│ ├── socket_exceptions.cpp
│ ├── socket_exceptions.h
│ ├── stl.cpp
│ ├── stl.h
│ ├── stl_test.cpp
│ ├── strcasestr.cpp
│ ├── strings-ng.h
│ ├── strings.cpp
│ ├── strings.h
│ ├── strings_test.cpp
│ ├── test/
│ │ ├── file_helper.cpp
│ │ ├── file_helper.h
│ │ ├── wwivtest.cpp
│ │ └── wwivtest.h
│ ├── testdata/
│ │ └── len.txt
│ ├── textfile.cpp
│ ├── textfile.h
│ ├── textfile_test.cpp
│ ├── transaction.h
│ ├── transaction_test.cpp
│ ├── uuid.cpp
│ ├── uuid.h
│ ├── uuid_test.cpp
│ ├── version.cpp
│ ├── version.h
│ ├── version_internal.h.in
│ ├── wfndfile.h
│ ├── wfndfile_os2.cpp
│ ├── wfndfile_unix.cpp
│ ├── wfndfile_win32.cpp
│ ├── wwiv_windows.h
│ └── wwivport.h
├── cpp.hint
├── deps/
│ ├── README.md
│ ├── cl345/
│ │ ├── CMakeLists.txt
│ │ ├── COPYING
│ │ ├── README
│ │ ├── Test32.vcxproj
│ │ ├── Test32.vcxproj.filters
│ │ ├── bindings/
│ │ │ ├── Makefile.PL
│ │ │ ├── PerlCryptLib.ph
│ │ │ ├── PerlCryptLib.pm
│ │ │ ├── PerlCryptLib.xs
│ │ │ ├── VMBuild.exec
│ │ │ ├── cryptkit.tcl
│ │ │ ├── cryptlib.bas
│ │ │ ├── cryptlib.cs
│ │ │ ├── cryptlib.jar
│ │ │ ├── cryptlib.pas
│ │ │ ├── java_jni.c
│ │ │ ├── python.c
│ │ │ ├── setup.py
│ │ │ ├── testlib.jcl
│ │ │ ├── ussalloc
│ │ │ └── usscopy
│ │ ├── bn/
│ │ │ ├── bn.h
│ │ │ ├── bn_asm.c
│ │ │ ├── bn_exp.c
│ │ │ ├── bn_exp2.c
│ │ │ ├── bn_gcd.c
│ │ │ ├── bn_lcl.h
│ │ │ ├── bn_mul.c
│ │ │ ├── bn_orig.h
│ │ │ ├── bn_recp.c
│ │ │ ├── ec.h
│ │ │ ├── ec_lcl.h
│ │ │ ├── ec_lib.c
│ │ │ ├── ec_mult.c
│ │ │ ├── ecp_mont.c
│ │ │ └── ecp_smpl.c
│ │ ├── cert/
│ │ │ ├── cert.h
│ │ │ ├── certattr.h
│ │ │ ├── certfn.h
│ │ │ ├── certrev.c
│ │ │ ├── certschk.c
│ │ │ ├── certsign.c
│ │ │ ├── certval.c
│ │ │ ├── chain.c
│ │ │ ├── chk_cert.c
│ │ │ ├── chk_chn.c
│ │ │ ├── chk_san.c
│ │ │ ├── chk_use.c
│ │ │ ├── comp_cert.c
│ │ │ ├── comp_curs.c
│ │ │ ├── comp_del.c
│ │ │ ├── comp_get.c
│ │ │ ├── comp_gets.c
│ │ │ ├── comp_pkiu.c
│ │ │ ├── comp_set.c
│ │ │ ├── dn.c
│ │ │ ├── dn.h
│ │ │ ├── dn_rw.c
│ │ │ ├── dn_rws.c
│ │ │ ├── dn_string.c
│ │ │ ├── ext.c
│ │ │ ├── ext_add.c
│ │ │ ├── ext_chk.c
│ │ │ ├── ext_copy.c
│ │ │ ├── ext_def.c
│ │ │ ├── ext_rd.c
│ │ │ ├── ext_wr.c
│ │ │ ├── imp_chk.c
│ │ │ ├── imp_exp.c
│ │ │ ├── read.c
│ │ │ ├── trustmgr.c
│ │ │ ├── trustmgr.h
│ │ │ ├── trustmgr_int.h
│ │ │ ├── write.c
│ │ │ └── write_pre.c
│ │ ├── cl32.exp
│ │ ├── cl32.lib
│ │ ├── context/
│ │ │ ├── context.h
│ │ │ ├── ctx_3des.c
│ │ │ ├── ctx_aes.c
│ │ │ ├── ctx_attr.c
│ │ │ ├── ctx_bn.c
│ │ │ ├── ctx_bnmath.c
│ │ │ ├── ctx_bnpkc.c
│ │ │ ├── ctx_bnprime.c
│ │ │ ├── ctx_bnrw.c
│ │ │ ├── ctx_bnsieve.c
│ │ │ ├── ctx_bntest.c
│ │ │ ├── ctx_cast.c
│ │ │ ├── ctx_des.c
│ │ │ ├── ctx_dh.c
│ │ │ ├── ctx_dsa.c
│ │ │ ├── ctx_ecdh.c
│ │ │ ├── ctx_ecdsa.c
│ │ │ ├── ctx_elg.c
│ │ │ ├── ctx_encr.c
│ │ │ ├── ctx_generic.c
│ │ │ ├── ctx_hsha.c
│ │ │ ├── ctx_hsha2.c
│ │ │ ├── ctx_idea.c
│ │ │ ├── ctx_md5.c
│ │ │ ├── ctx_misc.c
│ │ │ ├── ctx_rc2.c
│ │ │ ├── ctx_rc4.c
│ │ │ ├── ctx_rsa.c
│ │ │ ├── ctx_sha.c
│ │ │ ├── ctx_sha2.c
│ │ │ ├── key_id.c
│ │ │ ├── key_rdpri.c
│ │ │ ├── key_rdpub.c
│ │ │ ├── key_wr.c
│ │ │ ├── keygen.h
│ │ │ ├── keyload.c
│ │ │ ├── kg_dlp.c
│ │ │ ├── kg_ecc.c
│ │ │ ├── kg_prime.c
│ │ │ └── kg_rsa.c
│ │ ├── crypt/
│ │ │ ├── aes.h
│ │ │ ├── aes_amd64.asm
│ │ │ ├── aes_modes.c
│ │ │ ├── aes_ni.c
│ │ │ ├── aes_ni.h
│ │ │ ├── aes_via_ace.h
│ │ │ ├── aes_x86_v2.asm
│ │ │ ├── aescrypt.c
│ │ │ ├── aeskey.c
│ │ │ ├── aesopt.h
│ │ │ ├── aestab.c
│ │ │ ├── aestab.h
│ │ │ ├── brg_endian.h
│ │ │ ├── brg_types.h
│ │ │ ├── cast.h
│ │ │ ├── castecb.c
│ │ │ ├── castenc.c
│ │ │ ├── castlcl.h
│ │ │ ├── castsbox.h
│ │ │ ├── castskey.c
│ │ │ ├── d-win32.asm
│ │ │ ├── d-win32.lib
│ │ │ ├── des.h
│ │ │ ├── descbc.c
│ │ │ ├── desecb.c
│ │ │ ├── desecb3.c
│ │ │ ├── desenc.c
│ │ │ ├── deslocl.h
│ │ │ ├── desskey.c
│ │ │ ├── gcm.c
│ │ │ ├── gcm.h
│ │ │ ├── gf128mul.c
│ │ │ ├── gf128mul.h
│ │ │ ├── gf_mul_lo.h
│ │ │ ├── icbc.c
│ │ │ ├── idea.h
│ │ │ ├── idealocl.h
│ │ │ ├── iecb.c
│ │ │ ├── iskey.c
│ │ │ ├── md32com.h
│ │ │ ├── md5.h
│ │ │ ├── md5dgst.c
│ │ │ ├── md5locl.h
│ │ │ ├── mode_hdr.h
│ │ │ ├── osconfig.h
│ │ │ ├── rc2.h
│ │ │ ├── rc2cbc.c
│ │ │ ├── rc2ecb.c
│ │ │ ├── rc2locl.h
│ │ │ ├── rc2skey.c
│ │ │ ├── rc4.h
│ │ │ ├── rc4enc.c
│ │ │ ├── rc4locl.h
│ │ │ ├── rc4skey.c
│ │ │ ├── sha.h
│ │ │ ├── sha1dgst.c
│ │ │ ├── sha1locl.h
│ │ │ ├── sha2.c
│ │ │ ├── sha2.h
│ │ │ ├── spr.h
│ │ │ └── testdes.h
│ │ ├── crypt.h
│ │ ├── crypt32.def
│ │ ├── crypt32.dsp
│ │ ├── crypt32.dsw
│ │ ├── crypt32.rc
│ │ ├── crypt32.sln
│ │ ├── crypt32.vcxproj
│ │ ├── crypt32.vcxproj.filters
│ │ ├── crypt32ce.vcp
│ │ ├── crypt32ce.vcw
│ │ ├── cryptapi.c
│ │ ├── cryptcrt.c
│ │ ├── cryptctx.c
│ │ ├── cryptdev.c
│ │ ├── cryptenv.c
│ │ ├── cryptkey.c
│ │ ├── cryptkrn.h
│ │ ├── cryptlib.asn
│ │ ├── cryptlib.c
│ │ ├── cryptlib.cfg
│ │ ├── cryptlib.exp
│ │ ├── cryptlib.h
│ │ ├── cryptlib.sld
│ │ ├── cryptses.c
│ │ ├── cryptusr.c
│ │ ├── device/
│ │ │ ├── capabil.h
│ │ │ ├── dev_attr.c
│ │ │ ├── device.h
│ │ │ ├── hardware.c
│ │ │ ├── hardware.h
│ │ │ ├── hw_dummy.c
│ │ │ ├── ms_capi.c
│ │ │ ├── pkcs11.c
│ │ │ ├── pkcs11.h
│ │ │ ├── pkcs11_api.h
│ │ │ ├── pkcs11_init.c
│ │ │ ├── pkcs11_pkc.c
│ │ │ ├── pkcs11_rd.c
│ │ │ ├── pkcs11_wr.c
│ │ │ ├── pkcs11f.h
│ │ │ ├── pkcs11t.h
│ │ │ └── system.c
│ │ ├── enc_dec/
│ │ │ ├── asn1.h
│ │ │ ├── asn1_algid.c
│ │ │ ├── asn1_chk.c
│ │ │ ├── asn1_ext.c
│ │ │ ├── asn1_ext.h
│ │ │ ├── asn1_oids.h
│ │ │ ├── asn1_rd.c
│ │ │ ├── asn1_wr.c
│ │ │ ├── base64.c
│ │ │ ├── base64_id.c
│ │ │ ├── misc_rw.c
│ │ │ ├── misc_rw.h
│ │ │ ├── pgp_rw.c
│ │ │ └── pgp_rw.h
│ │ ├── envelope/
│ │ │ ├── cms_denv.c
│ │ │ ├── cms_env.c
│ │ │ ├── cms_envpre.c
│ │ │ ├── decode.c
│ │ │ ├── encode.c
│ │ │ ├── env_attr.c
│ │ │ ├── envelope.h
│ │ │ ├── pgp_denv.c
│ │ │ ├── pgp_env.c
│ │ │ ├── res_actn.c
│ │ │ ├── res_denv.c
│ │ │ └── res_env.c
│ │ ├── io/
│ │ │ ├── dns.c
│ │ │ ├── dns_srv.c
│ │ │ ├── file.c
│ │ │ ├── file.h
│ │ │ ├── http.c
│ │ │ ├── http.h
│ │ │ ├── http_parse.c
│ │ │ ├── http_rd.c
│ │ │ ├── http_wr.c
│ │ │ ├── memory.c
│ │ │ ├── net.c
│ │ │ ├── net_proxy.c
│ │ │ ├── net_trans.c
│ │ │ ├── net_url.c
│ │ │ ├── stream.c
│ │ │ ├── stream.h
│ │ │ ├── stream_int.h
│ │ │ ├── tcp.c
│ │ │ ├── tcp.h
│ │ │ ├── tcp_conn.c
│ │ │ ├── tcp_err.c
│ │ │ ├── tcp_int.h
│ │ │ └── tcp_rw.c
│ │ ├── kernel/
│ │ │ ├── acl.h
│ │ │ ├── acl_perm.h
│ │ │ ├── attr_acl.c
│ │ │ ├── certm_acl.c
│ │ │ ├── init.c
│ │ │ ├── int_msg.c
│ │ │ ├── kernel.h
│ │ │ ├── key_acl.c
│ │ │ ├── mech_acl.c
│ │ │ ├── msg_acl.c
│ │ │ ├── obj_acc.c
│ │ │ ├── objects.c
│ │ │ ├── sec_mem.c
│ │ │ ├── selftest.c
│ │ │ ├── semaphore.c
│ │ │ ├── sendmsg.c
│ │ │ ├── storage.c
│ │ │ └── thread.h
│ │ ├── keyset/
│ │ │ ├── ca_add.c
│ │ │ ├── ca_clean.c
│ │ │ ├── ca_issue.c
│ │ │ ├── ca_misc.c
│ │ │ ├── ca_rev.c
│ │ │ ├── dbms.c
│ │ │ ├── dbms.h
│ │ │ ├── dbx_misc.c
│ │ │ ├── dbx_rd.c
│ │ │ ├── dbx_rpc.c
│ │ │ ├── dbx_rpcc.c
│ │ │ ├── dbx_wr.c
│ │ │ ├── http_keys.c
│ │ │ ├── key_attr.c
│ │ │ ├── keyset.h
│ │ │ ├── ldap.c
│ │ │ ├── odbc.c
│ │ │ ├── pgp.c
│ │ │ ├── pgp_key.h
│ │ │ ├── pgp_rd.c
│ │ │ ├── pgp_wr.c
│ │ │ ├── pkcs12.c
│ │ │ ├── pkcs12.h
│ │ │ ├── pkcs12_rd.c
│ │ │ ├── pkcs12_rdo.c
│ │ │ ├── pkcs12_wr.c
│ │ │ ├── pkcs15.c
│ │ │ ├── pkcs15.h
│ │ │ ├── pkcs15_add.c
│ │ │ ├── pkcs15_adpb.c
│ │ │ ├── pkcs15_adpr.c
│ │ │ ├── pkcs15_atrd.c
│ │ │ ├── pkcs15_atwr.c
│ │ │ ├── pkcs15_get.c
│ │ │ ├── pkcs15_getp.c
│ │ │ ├── pkcs15_rd.c
│ │ │ ├── pkcs15_set.c
│ │ │ └── pkcs15_wr.c
│ │ ├── makefile
│ │ ├── mechs/
│ │ │ ├── dev_mech.h
│ │ │ ├── keyex.c
│ │ │ ├── keyex_int.c
│ │ │ ├── keyex_rw.c
│ │ │ ├── mech.h
│ │ │ ├── mech_cwrap.c
│ │ │ ├── mech_drv.c
│ │ │ ├── mech_int.c
│ │ │ ├── mech_int.h
│ │ │ ├── mech_pkwrap.c
│ │ │ ├── mech_privk.c
│ │ │ ├── mech_sig.c
│ │ │ ├── obj_qry.c
│ │ │ ├── sign.c
│ │ │ ├── sign_cms.c
│ │ │ ├── sign_int.c
│ │ │ ├── sign_pgp.c
│ │ │ ├── sign_rw.c
│ │ │ └── sign_x509.c
│ │ ├── misc/
│ │ │ ├── analyse.h
│ │ │ ├── config.h
│ │ │ ├── consts.h
│ │ │ ├── debug.h
│ │ │ ├── fault.h
│ │ │ ├── int_api.c
│ │ │ ├── int_api.h
│ │ │ ├── int_attr.c
│ │ │ ├── int_debug.c
│ │ │ ├── int_env.c
│ │ │ ├── int_err.c
│ │ │ ├── int_mem.c
│ │ │ ├── int_string.c
│ │ │ ├── int_time.c
│ │ │ ├── list.h
│ │ │ ├── os_detect.h
│ │ │ ├── os_spec.c
│ │ │ ├── os_spec.h
│ │ │ ├── pgp.h
│ │ │ ├── pgp_misc.c
│ │ │ ├── rpc.h
│ │ │ ├── safety.h
│ │ │ ├── user.c
│ │ │ ├── user.h
│ │ │ ├── user_attr.c
│ │ │ ├── user_cfg.c
│ │ │ ├── user_int.h
│ │ │ └── user_rw.c
│ │ ├── random/
│ │ │ ├── 4758.c
│ │ │ ├── amx.c
│ │ │ ├── beos.c
│ │ │ ├── chorus.c
│ │ │ ├── dos.c
│ │ │ ├── ecos.c
│ │ │ ├── embos.c
│ │ │ ├── mac.c
│ │ │ ├── mgos.c
│ │ │ ├── mqx.c
│ │ │ ├── mvs.c
│ │ │ ├── mvsent.s
│ │ │ ├── os2.c
│ │ │ ├── osek.c
│ │ │ ├── palmos.c
│ │ │ ├── rand_x917.c
│ │ │ ├── random.c
│ │ │ ├── random.h
│ │ │ ├── random_int.h
│ │ │ ├── tandem.c
│ │ │ ├── telit.c
│ │ │ ├── threadx.c
│ │ │ ├── ucosii.c
│ │ │ ├── uitron.c
│ │ │ ├── unix.c
│ │ │ ├── vdk.c
│ │ │ ├── vmcms.c
│ │ │ ├── vxworks.c
│ │ │ ├── win16.c
│ │ │ ├── win32.c
│ │ │ ├── wince.c
│ │ │ └── xmk.c
│ │ ├── session/
│ │ │ ├── certstore.c
│ │ │ ├── certstore.h
│ │ │ ├── cmp.c
│ │ │ ├── cmp.h
│ │ │ ├── cmp_cli.c
│ │ │ ├── cmp_crypt.c
│ │ │ ├── cmp_err.c
│ │ │ ├── cmp_rd.c
│ │ │ ├── cmp_rdmsg.c
│ │ │ ├── cmp_svr.c
│ │ │ ├── cmp_wr.c
│ │ │ ├── cmp_wrmsg.c
│ │ │ ├── ocsp.c
│ │ │ ├── pnppki.c
│ │ │ ├── rtcs.c
│ │ │ ├── scep.c
│ │ │ ├── scep.h
│ │ │ ├── scep_cli.c
│ │ │ ├── scep_svr.c
│ │ │ ├── scorebrd.c
│ │ │ ├── scorebrd.h
│ │ │ ├── scorebrd_int.h
│ │ │ ├── sess_attr.c
│ │ │ ├── sess_iattr.c
│ │ │ ├── sess_rd.c
│ │ │ ├── sess_wr.c
│ │ │ ├── sess_ws.c
│ │ │ ├── session.c
│ │ │ ├── session.h
│ │ │ ├── ssh.c
│ │ │ ├── ssh.h
│ │ │ ├── ssh2.c
│ │ │ ├── ssh2_authc.c
│ │ │ ├── ssh2_auths.c
│ │ │ ├── ssh2_chn.c
│ │ │ ├── ssh2_cli.c
│ │ │ ├── ssh2_crypt.c
│ │ │ ├── ssh2_msg.c
│ │ │ ├── ssh2_msgc.c
│ │ │ ├── ssh2_msgs.c
│ │ │ ├── ssh2_rd.c
│ │ │ ├── ssh2_svr.c
│ │ │ ├── ssh2_wr.c
│ │ │ ├── ssl.c
│ │ │ ├── ssl.h
│ │ │ ├── ssl_cli.c
│ │ │ ├── ssl_crypt.c
│ │ │ ├── ssl_ext.c
│ │ │ ├── ssl_hs.c
│ │ │ ├── ssl_hsc.c
│ │ │ ├── ssl_kmgmt.c
│ │ │ ├── ssl_rd.c
│ │ │ ├── ssl_suites.c
│ │ │ ├── ssl_svr.c
│ │ │ ├── ssl_wr.c
│ │ │ ├── tsp.c
│ │ │ └── websockets.h
│ │ ├── test/
│ │ │ ├── certimp.c
│ │ │ ├── certproc.c
│ │ │ ├── certs/
│ │ │ │ ├── bad_sig1.der
│ │ │ │ ├── bad_sig10.der
│ │ │ │ ├── bad_sig11.der
│ │ │ │ ├── bad_sig2.der
│ │ │ │ ├── bad_sig3.der
│ │ │ │ ├── bad_sig4.der
│ │ │ │ ├── bad_sig5.der
│ │ │ │ ├── bad_sig6.der
│ │ │ │ ├── bad_sig7.der
│ │ │ │ ├── bad_sig8.der
│ │ │ │ ├── bad_sig9.der
│ │ │ │ ├── broken.der
│ │ │ │ ├── broken_ca.der
│ │ │ │ ├── broken_ee.der
│ │ │ │ ├── cert01.der
│ │ │ │ ├── cert02.der
│ │ │ │ ├── cert03.der
│ │ │ │ ├── cert04.der
│ │ │ │ ├── cert05.der
│ │ │ │ ├── cert06.der
│ │ │ │ ├── cert07.der
│ │ │ │ ├── cert08.der
│ │ │ │ ├── cert09.der
│ │ │ │ ├── cert1.asc
│ │ │ │ ├── cert10.der
│ │ │ │ ├── cert11.der
│ │ │ │ ├── cert12.der
│ │ │ │ ├── cert13.der
│ │ │ │ ├── cert14.der
│ │ │ │ ├── cert15.der
│ │ │ │ ├── cert16.der
│ │ │ │ ├── cert17.der
│ │ │ │ ├── cert18.der
│ │ │ │ ├── cert19.der
│ │ │ │ ├── cert2.asc
│ │ │ │ ├── cert20.der
│ │ │ │ ├── cert21.der
│ │ │ │ ├── cert22.der
│ │ │ │ ├── cert23.der
│ │ │ │ ├── cert24.der
│ │ │ │ ├── cert25.der
│ │ │ │ ├── cert26.der
│ │ │ │ ├── cert27.der
│ │ │ │ ├── cert28.der
│ │ │ │ ├── cert29.der
│ │ │ │ ├── cert3.asc
│ │ │ │ ├── cert30.der
│ │ │ │ ├── cert31.der
│ │ │ │ ├── cert32.der
│ │ │ │ ├── cert33.der
│ │ │ │ ├── cert34.der
│ │ │ │ ├── cert4.asc
│ │ │ │ ├── certchn1.asc
│ │ │ │ ├── certchn1.der
│ │ │ │ ├── certchn2.der
│ │ │ │ ├── certchn3.der
│ │ │ │ ├── certchn4.der
│ │ │ │ ├── certchn5.der
│ │ │ │ ├── certchn6.der
│ │ │ │ ├── certreq1.der
│ │ │ │ ├── certreq2.der
│ │ │ │ ├── certreq3.der
│ │ │ │ ├── certreq4.der
│ │ │ │ ├── certreq5.der
│ │ │ │ ├── certreq6.der
│ │ │ │ ├── certreq7.der
│ │ │ │ ├── chntest1.der
│ │ │ │ ├── chntest2.der
│ │ │ │ ├── chntest3.der
│ │ │ │ ├── chntest4.der
│ │ │ │ ├── chntest5.der
│ │ │ │ ├── chntest6.der
│ │ │ │ ├── crl1.crl
│ │ │ │ ├── crl2.crl
│ │ │ │ ├── crl3.crl
│ │ │ │ ├── crl4.crl
│ │ │ │ ├── eccert01.der
│ │ │ │ ├── eccert02.der
│ │ │ │ ├── eccert03.der
│ │ │ │ ├── eccert04.der
│ │ │ │ ├── eccert05.der
│ │ │ │ ├── eccert06.der
│ │ │ │ ├── eccert07.der
│ │ │ │ ├── eccert08.der
│ │ │ │ ├── eccert09.der
│ │ │ │ └── eccert10.der
│ │ │ ├── certs.c
│ │ │ ├── devices.c
│ │ │ ├── envelope.c
│ │ │ ├── filename.h
│ │ │ ├── fuzz/
│ │ │ │ └── websockets.min
│ │ │ ├── highlvl.c
│ │ │ ├── keydbx.c
│ │ │ ├── keyfile.c
│ │ │ ├── keys/
│ │ │ │ ├── ca.p15
│ │ │ │ ├── ca_int.p15
│ │ │ │ ├── cmp1.p15
│ │ │ │ ├── cmp2.p15
│ │ │ │ ├── dual.p15
│ │ │ │ ├── misc1.p15
│ │ │ │ ├── misc2.p15
│ │ │ │ ├── pkcs12_1.p12
│ │ │ │ ├── pkcs12_2.p12
│ │ │ │ ├── pkcs12_3.p12
│ │ │ │ ├── pkcs12_4.p12
│ │ │ │ ├── pkcs12_5.p12
│ │ │ │ ├── pkcs12_6.p12
│ │ │ │ ├── pkcs12_7.p12
│ │ │ │ ├── pkcs12_8.p12
│ │ │ │ ├── pkcs12_9.p12
│ │ │ │ ├── pkcs15_1.p15
│ │ │ │ ├── pkcs15_2.p15
│ │ │ │ ├── pnp_ca.p15
│ │ │ │ ├── pnp_user.p15
│ │ │ │ ├── renewed.p15
│ │ │ │ ├── scep_ca1.p15
│ │ │ │ ├── scep_ca2.p15
│ │ │ │ ├── server1.p15
│ │ │ │ ├── server2.p15
│ │ │ │ ├── serverp256.p15
│ │ │ │ ├── serverp384.p15
│ │ │ │ ├── serverp521.p15
│ │ │ │ ├── ssh1.p15
│ │ │ │ ├── ssh2.p15
│ │ │ │ ├── ssh3.p15
│ │ │ │ ├── ssl_cli.p15
│ │ │ │ ├── test.p12
│ │ │ │ ├── test.p15
│ │ │ │ ├── test.pgp
│ │ │ │ ├── tsa.p15
│ │ │ │ ├── user1.p15
│ │ │ │ ├── user2.p15
│ │ │ │ └── user3.p15
│ │ │ ├── loadkey.c
│ │ │ ├── lowlvl.c
│ │ │ ├── misc/
│ │ │ │ ├── crl_cert1.der
│ │ │ │ ├── crl_cert2.der
│ │ │ │ ├── nochn_ca.der
│ │ │ │ ├── nochn_ee.der
│ │ │ │ ├── rtcs_ee1o.der
│ │ │ │ ├── sshkey1.asc
│ │ │ │ ├── sshkey2.asc
│ │ │ │ ├── sshkey3.asc
│ │ │ │ ├── sshkey4.asc
│ │ │ │ └── test.txt
│ │ │ ├── nist/
│ │ │ │ ├── test0.p7s
│ │ │ │ ├── test4101.p7s
│ │ │ │ ├── test41010.p7s
│ │ │ │ ├── test41011.p7s
│ │ │ │ ├── test41012.p7s
│ │ │ │ ├── test41013.p7s
│ │ │ │ ├── test41014.p7s
│ │ │ │ ├── test4102.p7s
│ │ │ │ ├── test4103.p7s
│ │ │ │ ├── test4104.p7s
│ │ │ │ ├── test4105.p7s
│ │ │ │ ├── test4106.p7s
│ │ │ │ ├── test4107.p7s
│ │ │ │ ├── test4108.p7s
│ │ │ │ ├── test4109.p7s
│ │ │ │ ├── test411.p7s
│ │ │ │ ├── test4111.p7s
│ │ │ │ ├── test41110.p7s
│ │ │ │ ├── test41111.p7s
│ │ │ │ ├── test4112.p7s
│ │ │ │ ├── test4113.p7s
│ │ │ │ ├── test4114.p7s
│ │ │ │ ├── test4115.p7s
│ │ │ │ ├── test4116.p7s
│ │ │ │ ├── test4117.p7s
│ │ │ │ ├── test4118.p7s
│ │ │ │ ├── test4119.p7s
│ │ │ │ ├── test412.p7s
│ │ │ │ ├── test4121.p7s
│ │ │ │ ├── test41210.p7s
│ │ │ │ ├── test4122.p7s
│ │ │ │ ├── test4123.p7s
│ │ │ │ ├── test4124.p7s
│ │ │ │ ├── test4125.p7s
│ │ │ │ ├── test4126.p7s
│ │ │ │ ├── test4127.p7s
│ │ │ │ ├── test4128.p7s
│ │ │ │ ├── test4129.p7s
│ │ │ │ ├── test413.p7s
│ │ │ │ ├── test4131.p7s
│ │ │ │ ├── test41310.p7s
│ │ │ │ ├── test41311.p7s
│ │ │ │ ├── test41312.p7s
│ │ │ │ ├── test41313.p7s
│ │ │ │ ├── test41314.p7s
│ │ │ │ ├── test41315.p7s
│ │ │ │ ├── test41316.p7s
│ │ │ │ ├── test41317.p7s
│ │ │ │ ├── test41318.p7s
│ │ │ │ ├── test41319.p7s
│ │ │ │ ├── test4132.p7s
│ │ │ │ ├── test41320.p7s
│ │ │ │ ├── test41321.p7s
│ │ │ │ ├── test41322.p7s
│ │ │ │ ├── test41323.p7s
│ │ │ │ ├── test41324.p7s
│ │ │ │ ├── test41325.p7s
│ │ │ │ ├── test41326.p7s
│ │ │ │ ├── test41327.p7s
│ │ │ │ ├── test41328.p7s
│ │ │ │ ├── test41329.p7s
│ │ │ │ ├── test4133.p7s
│ │ │ │ ├── test41330.p7s
│ │ │ │ ├── test41331.p7s
│ │ │ │ ├── test41332.p7s
│ │ │ │ ├── test41333.p7s
│ │ │ │ ├── test41334.p7s
│ │ │ │ ├── test41335.p7s
│ │ │ │ ├── test41336.p7s
│ │ │ │ ├── test41337.p7s
│ │ │ │ ├── test41338.p7s
│ │ │ │ ├── test4134.p7s
│ │ │ │ ├── test4135.p7s
│ │ │ │ ├── test4136.p7s
│ │ │ │ ├── test4137.p7s
│ │ │ │ ├── test4138.p7s
│ │ │ │ ├── test4139.p7s
│ │ │ │ ├── test414.p7s
│ │ │ │ ├── test416.p7s
│ │ │ │ ├── test4161.p7s
│ │ │ │ ├── test4162.p7s
│ │ │ │ ├── test421.p7s
│ │ │ │ ├── test422.p7s
│ │ │ │ ├── test423.p7s
│ │ │ │ ├── test424.p7s
│ │ │ │ ├── test425.p7s
│ │ │ │ ├── test426.p7s
│ │ │ │ ├── test427.p7s
│ │ │ │ ├── test428.p7s
│ │ │ │ ├── test431.p7s
│ │ │ │ ├── test432.p7s
│ │ │ │ ├── test436.p7s
│ │ │ │ ├── test437.p7s
│ │ │ │ ├── test438.p7s
│ │ │ │ ├── test439.p7s
│ │ │ │ ├── test451.p7s
│ │ │ │ ├── test453.p7s
│ │ │ │ ├── test461.p7s
│ │ │ │ ├── test4610.p7s
│ │ │ │ ├── test4611.p7s
│ │ │ │ ├── test4612.p7s
│ │ │ │ ├── test4613.p7s
│ │ │ │ ├── test4614.p7s
│ │ │ │ ├── test4615.p7s
│ │ │ │ ├── test4616.p7s
│ │ │ │ ├── test4617.p7s
│ │ │ │ ├── test462.p7s
│ │ │ │ ├── test463.p7s
│ │ │ │ ├── test464.p7s
│ │ │ │ ├── test465.p7s
│ │ │ │ ├── test466.p7s
│ │ │ │ ├── test467.p7s
│ │ │ │ ├── test468.p7s
│ │ │ │ ├── test469.p7s
│ │ │ │ ├── test471.p7s
│ │ │ │ ├── test472.p7s
│ │ │ │ ├── test473.p7s
│ │ │ │ ├── test481.p7s
│ │ │ │ ├── test4810.p7s
│ │ │ │ ├── test4811.p7s
│ │ │ │ ├── test4812.p7s
│ │ │ │ ├── test4813.p7s
│ │ │ │ ├── test4814.p7s
│ │ │ │ ├── test4815.p7s
│ │ │ │ ├── test482.p7s
│ │ │ │ ├── test4820.p7s
│ │ │ │ ├── test483.p7s
│ │ │ │ ├── test484.p7s
│ │ │ │ ├── test485.p7s
│ │ │ │ ├── test486.p7s
│ │ │ │ ├── test487.p7s
│ │ │ │ ├── test488.p7s
│ │ │ │ ├── test489.p7s
│ │ │ │ ├── test491.p7s
│ │ │ │ ├── test492.p7s
│ │ │ │ ├── test493.p7s
│ │ │ │ ├── test494.p7s
│ │ │ │ ├── test495.p7s
│ │ │ │ ├── test496.p7s
│ │ │ │ ├── test497.p7s
│ │ │ │ └── test498.p7s
│ │ │ ├── pgp/
│ │ │ │ ├── conv_enc1.pgp
│ │ │ │ ├── conv_enc2.pgp
│ │ │ │ ├── conv_enc3.pgp
│ │ │ │ ├── conv_enc4.pgp
│ │ │ │ ├── conv_enc5.pgp
│ │ │ │ ├── conv_enc6.pgp
│ │ │ │ ├── conv_enc7.pgp
│ │ │ │ ├── copr1.pgp
│ │ │ │ ├── copr2.pgp
│ │ │ │ ├── copr3.pgp
│ │ │ │ ├── gpg_enc1.gpg
│ │ │ │ ├── gpg_enc2.gpg
│ │ │ │ ├── gpg_enc3.gpg
│ │ │ │ ├── gpg_enc4.gpg
│ │ │ │ ├── gpg_enc5.gpg
│ │ │ │ ├── out.pgp.gpg
│ │ │ │ ├── pgp_enc1.pgp
│ │ │ │ ├── pgp_enc2.pgp
│ │ │ │ ├── pub_aes.pkr
│ │ │ │ ├── pub_ecc.gpg
│ │ │ │ ├── pub_hash.gpg
│ │ │ │ ├── pub_mult.gpg
│ │ │ │ ├── pub_nai.pkr
│ │ │ │ ├── pub_rsa.gpg
│ │ │ │ ├── pubkey1.asc
│ │ │ │ ├── pubkey1.pgp
│ │ │ │ ├── pubkey2.asc
│ │ │ │ ├── pubkey3.asc
│ │ │ │ ├── pubring.gpg
│ │ │ │ ├── pubring.pgp
│ │ │ │ ├── sec_aes.skr
│ │ │ │ ├── sec_bc.gpg
│ │ │ │ ├── sec_cast.gpg
│ │ │ │ ├── sec_ecc.gpg
│ │ │ │ ├── sec_hash.gpg
│ │ │ │ ├── sec_nai.skr
│ │ │ │ ├── sec_part.gpg
│ │ │ │ ├── sec_rsa.gpg
│ │ │ │ ├── secring.gpg
│ │ │ │ ├── secring.pgp
│ │ │ │ ├── signed1.pgp
│ │ │ │ ├── signed2_.pgp
│ │ │ │ ├── signed3.pgp
│ │ │ │ ├── signed4.pgp
│ │ │ │ ├── test.c
│ │ │ │ └── test.txt
│ │ │ ├── s_cmp.c
│ │ │ ├── s_scep.c
│ │ │ ├── session/
│ │ │ │ ├── cmp_ca1.der
│ │ │ │ ├── cmp_ca12.der
│ │ │ │ ├── cmp_ca2.der
│ │ │ │ ├── cmp_ca3.der
│ │ │ │ ├── cmp_ca4.der
│ │ │ │ ├── cmp_ca6.der
│ │ │ │ ├── cmp_ca7.der
│ │ │ │ ├── cmp_ca8.der
│ │ │ │ ├── cmp_ca9.der
│ │ │ │ ├── cmp_ca9r.der
│ │ │ │ ├── cmp_cacert1.der
│ │ │ │ ├── ocsp_ca1.der
│ │ │ │ ├── ocsp_ca2.der
│ │ │ │ ├── ocsp_ca3.der
│ │ │ │ ├── ocsp_ca4.der
│ │ │ │ ├── ocsp_ca5.der
│ │ │ │ ├── ocsp_ca6.der
│ │ │ │ ├── ocsp_ca7.der
│ │ │ │ ├── ocsp_ok1.der
│ │ │ │ ├── ocsp_ok2.der
│ │ │ │ ├── ocsp_ok3.der
│ │ │ │ ├── ocsp_ok4.der
│ │ │ │ ├── ocsp_ok5.der
│ │ │ │ ├── ocsp_ok6.der
│ │ │ │ ├── ocsp_ok7.der
│ │ │ │ ├── ocsp_re1.der
│ │ │ │ ├── ocsp_re2.der
│ │ │ │ ├── ocsp_re3.der
│ │ │ │ ├── ocsp_re7.der
│ │ │ │ ├── ocspca.der
│ │ │ │ ├── ocspr_ok.der
│ │ │ │ ├── ocspr_re.der
│ │ │ │ ├── scep_ca1.der
│ │ │ │ ├── scep_ca2.der
│ │ │ │ ├── scep_ca6.der
│ │ │ │ ├── scep_ca7.der
│ │ │ │ ├── scep_cacert1.der
│ │ │ │ └── scep_cacert2.der
│ │ │ ├── smime/
│ │ │ │ ├── envel1.p7m
│ │ │ │ ├── pw_enc1.p7m
│ │ │ │ ├── pw_enc2.p7m
│ │ │ │ ├── sig_ndef.p7s
│ │ │ │ ├── signed1.p7s
│ │ │ │ ├── signed2.p7s
│ │ │ │ └── signed3.p7s
│ │ │ ├── sreqresp.c
│ │ │ ├── ssh.c
│ │ │ ├── ssl.c
│ │ │ ├── stress.c
│ │ │ ├── suiteb.c
│ │ │ ├── test.h
│ │ │ ├── testfunc.c
│ │ │ ├── testlib.c
│ │ │ └── utils.c
│ │ ├── test32.dsp
│ │ ├── test32.dsw
│ │ ├── test32.sln
│ │ ├── test32ce.vcp
│ │ ├── test32ce.vcw
│ │ ├── tools/
│ │ │ ├── GenPas.pl
│ │ │ ├── GenPerl.pl
│ │ │ ├── GenVB.pl
│ │ │ ├── buildall.sh
│ │ │ ├── buildlib.sh
│ │ │ ├── buildsharedlib.sh
│ │ │ ├── ccopts-crosscompile.sh
│ │ │ ├── ccopts.sh
│ │ │ ├── cryptlibConverter.py
│ │ │ ├── cryptlibConverter.py3
│ │ │ ├── dumpasn1.c
│ │ │ ├── dumpasn1.cfg
│ │ │ ├── endian.c
│ │ │ ├── fuzz.sh
│ │ │ ├── getcompiler.sh
│ │ │ ├── getlibs.sh
│ │ │ ├── getseed.sh
│ │ │ ├── mkhdr.sh
│ │ │ ├── osversion.sh
│ │ │ ├── patterns.sed
│ │ │ ├── rename.sh
│ │ │ └── xcode.sh
│ │ ├── ubsan_blacklist.txt
│ │ └── zlib/
│ │ ├── adler32.c
│ │ ├── deflate.c
│ │ ├── deflate.h
│ │ ├── inffast.c
│ │ ├── inffast.h
│ │ ├── inffixed.h
│ │ ├── inflate.c
│ │ ├── inflate.h
│ │ ├── inftrees.c
│ │ ├── inftrees.h
│ │ ├── trees.c
│ │ ├── trees.h
│ │ ├── zconf.h
│ │ ├── zlib.h
│ │ ├── zutil.c
│ │ └── zutil.h
│ ├── infozip/
│ │ ├── infozip/
│ │ │ └── infozip.sln
│ │ ├── unzip60/
│ │ │ ├── BUGS
│ │ │ ├── COPYING.OLD
│ │ │ ├── Contents
│ │ │ ├── History.600
│ │ │ ├── INSTALL
│ │ │ ├── LICENSE
│ │ │ ├── README
│ │ │ ├── ToDo
│ │ │ ├── WHERE
│ │ │ ├── acorn/
│ │ │ │ ├── Contents
│ │ │ │ ├── GMakefile
│ │ │ │ ├── ReadMe
│ │ │ │ ├── RunMe1st
│ │ │ │ ├── acorn.c
│ │ │ │ ├── riscos.c
│ │ │ │ ├── riscos.h
│ │ │ │ ├── srcrename
│ │ │ │ ├── swiven.h
│ │ │ │ └── swiven.s
│ │ │ ├── amiga/
│ │ │ │ ├── Contents
│ │ │ │ ├── amiga.c
│ │ │ │ ├── amiga.h
│ │ │ │ ├── filedate.c
│ │ │ │ ├── makefile.azt
│ │ │ │ ├── makesfx.c
│ │ │ │ ├── smakefile
│ │ │ │ ├── stat.c
│ │ │ │ └── z-stat.h
│ │ │ ├── aosvs/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── aosvs.c
│ │ │ │ ├── aosvs.h
│ │ │ │ └── make_unz.cli
│ │ │ ├── api.c
│ │ │ ├── apihelp.c
│ │ │ ├── atari/
│ │ │ │ ├── Contents
│ │ │ │ ├── Makefile.old
│ │ │ │ ├── README.old
│ │ │ │ ├── atari.c
│ │ │ │ └── make_unz.mup
│ │ │ ├── atheos/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── athcfg.h
│ │ │ │ ├── atheos.c
│ │ │ │ └── atheos.h
│ │ │ ├── beos/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── beocfg.h
│ │ │ │ ├── beos.c
│ │ │ │ ├── beos.h
│ │ │ │ ├── beosmain.cpp
│ │ │ │ ├── unzip.rsc
│ │ │ │ └── unzipsfx.rsc
│ │ │ ├── bzip2/
│ │ │ │ ├── 00README.IZ
│ │ │ │ ├── Makebz2.iz
│ │ │ │ ├── buildbz2.com
│ │ │ │ ├── descrbz2.mms
│ │ │ │ ├── makbz2iz.msc
│ │ │ │ └── makbz2iz.wat
│ │ │ ├── cmsmvs/
│ │ │ │ ├── INSTALL.CMS
│ │ │ │ ├── README.CMS
│ │ │ │ ├── README.MVS
│ │ │ │ ├── WHATSNEW.CMS
│ │ │ │ ├── ccunzip.exec
│ │ │ │ ├── mc.exec
│ │ │ │ ├── mvs.mki
│ │ │ │ ├── unzip.exec
│ │ │ │ ├── unzip.makefile
│ │ │ │ ├── unzmvsc.job
│ │ │ │ ├── unzvmc.exec
│ │ │ │ ├── vmmvs.c
│ │ │ │ ├── vmmvs.h
│ │ │ │ ├── vmstat.h
│ │ │ │ └── zipinfo.exec
│ │ │ ├── consts.h
│ │ │ ├── crc32.c
│ │ │ ├── crc32.h
│ │ │ ├── crc_i386.S
│ │ │ ├── crypt.c
│ │ │ ├── crypt.h
│ │ │ ├── ebcdic.h
│ │ │ ├── envargs.c
│ │ │ ├── explode.c
│ │ │ ├── extract.c
│ │ │ ├── file_id.diz
│ │ │ ├── fileio.c
│ │ │ ├── flexos/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── flexos.c
│ │ │ │ ├── flxcfg.h
│ │ │ │ └── hc.pro
│ │ │ ├── funzip.c
│ │ │ ├── funzip.txt
│ │ │ ├── gbloffs.c
│ │ │ ├── globals.c
│ │ │ ├── globals.h
│ │ │ ├── human68k/
│ │ │ │ ├── Contents
│ │ │ │ ├── crc_68.s
│ │ │ │ ├── flate.s
│ │ │ │ └── human68k.c
│ │ │ ├── inflate.c
│ │ │ ├── inflate.h
│ │ │ ├── list.c
│ │ │ ├── macos/
│ │ │ │ ├── Contents
│ │ │ │ ├── HISTORY.TXT
│ │ │ │ ├── README.TXT
│ │ │ │ ├── UnZp.h
│ │ │ │ ├── UnZpLib.h
│ │ │ │ ├── UnZpPrj.xml
│ │ │ │ ├── UnZpSFX.h
│ │ │ │ ├── UnZpSx.h
│ │ │ │ └── source/
│ │ │ │ ├── charmap.h
│ │ │ │ ├── getenv.c
│ │ │ │ ├── helpers.c
│ │ │ │ ├── helpers.h
│ │ │ │ ├── macbin3.c
│ │ │ │ ├── macbin3.h
│ │ │ │ ├── maccfg.h
│ │ │ │ ├── macdir.c
│ │ │ │ ├── macdir.h
│ │ │ │ ├── macos.c
│ │ │ │ ├── macscreen.c
│ │ │ │ ├── macstat.c
│ │ │ │ ├── macstat.h
│ │ │ │ ├── macstuff.h
│ │ │ │ ├── mactime.c
│ │ │ │ ├── mactime.h
│ │ │ │ ├── macunzip.c
│ │ │ │ ├── pathname.c
│ │ │ │ ├── pathname.h
│ │ │ │ ├── sxunzip.c
│ │ │ │ └── unzip_rc.hqx
│ │ │ ├── man/
│ │ │ │ ├── Contents
│ │ │ │ ├── funzip.1
│ │ │ │ ├── unzip.1
│ │ │ │ ├── unzipsfx.1
│ │ │ │ ├── zipgrep.1
│ │ │ │ └── zipinfo.1
│ │ │ ├── match.c
│ │ │ ├── msdos/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── crc_i86.asm
│ │ │ │ ├── doscfg.h
│ │ │ │ ├── makefile.bc
│ │ │ │ ├── makefile.dj1
│ │ │ │ ├── makefile.dj2
│ │ │ │ ├── makefile.emx
│ │ │ │ ├── makefile.msc
│ │ │ │ ├── makefile.tc
│ │ │ │ ├── makefile.wat
│ │ │ │ ├── msc51opt.dif
│ │ │ │ └── msdos.c
│ │ │ ├── netware/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── makefile.wat
│ │ │ │ ├── netware.c
│ │ │ │ ├── nlm_EOL.pat
│ │ │ │ ├── nlmcfg.h
│ │ │ │ └── unzip.link
│ │ │ ├── new-cmdparser/
│ │ │ │ └── unz6-newcmdparser-diffs.txt
│ │ │ ├── os2/
│ │ │ │ ├── Contents
│ │ │ │ ├── makefile.os2
│ │ │ │ ├── os2.c
│ │ │ │ ├── os2acl.c
│ │ │ │ ├── os2acl.h
│ │ │ │ ├── os2cfg.h
│ │ │ │ ├── os2data.h
│ │ │ │ ├── rexxapi.c
│ │ │ │ ├── rexxapi.def
│ │ │ │ ├── rexxhelp.c
│ │ │ │ ├── rexxtest.cmd
│ │ │ │ ├── stub.def
│ │ │ │ ├── unzip.def
│ │ │ │ ├── zgrepapi.cmd
│ │ │ │ ├── zip2exe.cmd
│ │ │ │ └── zipgrep.cmd
│ │ │ ├── process.c
│ │ │ ├── proginfo/
│ │ │ │ ├── 3rdparty.bug
│ │ │ │ ├── CONTRIBS
│ │ │ │ ├── Contents
│ │ │ │ ├── ZipPorts
│ │ │ │ ├── defer.in
│ │ │ │ ├── extrafld.txt
│ │ │ │ ├── fileinfo.cms
│ │ │ │ ├── nt.sd
│ │ │ │ ├── perform.dos
│ │ │ │ ├── timezone.txt
│ │ │ │ └── ziplimit.txt
│ │ │ ├── qdos/
│ │ │ │ ├── Contents
│ │ │ │ ├── IZREADME.SMS
│ │ │ │ ├── callstub.c
│ │ │ │ ├── config.S
│ │ │ │ ├── crc68.s
│ │ │ │ ├── izqdos.h
│ │ │ │ ├── makesfx.c
│ │ │ │ └── qdos.c
│ │ │ ├── tandem/
│ │ │ │ ├── Contents
│ │ │ │ ├── HISTORY
│ │ │ │ ├── README
│ │ │ │ ├── commacs
│ │ │ │ ├── doit
│ │ │ │ ├── macros
│ │ │ │ ├── make
│ │ │ │ ├── makesfx
│ │ │ │ ├── tandem.c
│ │ │ │ ├── tandem.h
│ │ │ │ ├── tannsk.h
│ │ │ │ └── tanunz.c
│ │ │ ├── theos/
│ │ │ │ ├── Contents
│ │ │ │ ├── _fprintf.c
│ │ │ │ ├── _isatty.c
│ │ │ │ ├── _setargv.c
│ │ │ │ ├── _sprintf.c
│ │ │ │ ├── _stat.c
│ │ │ │ ├── charconv.h
│ │ │ │ ├── oldstat.h
│ │ │ │ ├── stat.h
│ │ │ │ ├── theos.c
│ │ │ │ └── thscfg.h
│ │ │ ├── timezone.c
│ │ │ ├── timezone.h
│ │ │ ├── tops20/
│ │ │ │ ├── Contents
│ │ │ │ ├── make.mic
│ │ │ │ ├── rename.mic
│ │ │ │ └── tops20.c
│ │ │ ├── ttyio.c
│ │ │ ├── ttyio.h
│ │ │ ├── ubz2err.c
│ │ │ ├── unix/
│ │ │ │ ├── Contents
│ │ │ │ ├── Packaging/
│ │ │ │ │ ├── README
│ │ │ │ │ ├── pkginfo.in
│ │ │ │ │ ├── postinstall
│ │ │ │ │ ├── preinstall.in
│ │ │ │ │ └── prototype
│ │ │ │ ├── configure
│ │ │ │ ├── unix.c
│ │ │ │ ├── unxcfg.h
│ │ │ │ └── zipgrep
│ │ │ ├── unreduce.c
│ │ │ ├── unshrink.c
│ │ │ ├── unzip.c
│ │ │ ├── unzip.h
│ │ │ ├── unzip.txt
│ │ │ ├── unzipsfx.txt
│ │ │ ├── unzipstb.c
│ │ │ ├── unzpriv.h
│ │ │ ├── unzvers.h
│ │ │ ├── vms/
│ │ │ │ ├── Contents
│ │ │ │ ├── INSTALL.VMS
│ │ │ │ ├── NOTES.TXT
│ │ │ │ ├── README
│ │ │ │ ├── UNZIP_MSG.MSG
│ │ │ │ ├── build_unzip.com
│ │ │ │ ├── bzlib.h
│ │ │ │ ├── cmdline.c
│ │ │ │ ├── collect_deps.com
│ │ │ │ ├── cvthelp.tpu
│ │ │ │ ├── descrip.mms
│ │ │ │ ├── descrip_deps.mms
│ │ │ │ ├── descrip_mkdeps.mms
│ │ │ │ ├── descrip_src.mms
│ │ │ │ ├── find_bzip2_lib.com
│ │ │ │ ├── hlp_lib_next.com
│ │ │ │ ├── infback9.h
│ │ │ │ ├── makesfx.com
│ │ │ │ ├── mod_dep.com
│ │ │ │ ├── unixio_gcc.h
│ │ │ │ ├── unixlib_gcc.h
│ │ │ │ ├── unz_cli.cld
│ │ │ │ ├── unzip.opt
│ │ │ │ ├── unzip_cli.help
│ │ │ │ ├── unzip_def.rnh
│ │ │ │ ├── unzipsfx.hlp
│ │ │ │ ├── unzipsfx.opt
│ │ │ │ ├── vms.c
│ │ │ │ ├── vms.h
│ │ │ │ ├── vmscfg.h
│ │ │ │ ├── vmsdefs.h
│ │ │ │ └── zlib.h
│ │ │ ├── win32/
│ │ │ │ ├── Contents
│ │ │ │ ├── Makefile.bc
│ │ │ │ ├── Makefile.dj
│ │ │ │ ├── Makefile.emx
│ │ │ │ ├── Makefile.gcc
│ │ │ │ ├── Makefile.lcc
│ │ │ │ ├── Makefile.wat
│ │ │ │ ├── crc_i386.asm
│ │ │ │ ├── crc_i386.c
│ │ │ │ ├── crc_lcc.asm
│ │ │ │ ├── nt.c
│ │ │ │ ├── nt.h
│ │ │ │ ├── rsxntwin.h
│ │ │ │ ├── vc6/
│ │ │ │ │ ├── bz2lib.dsp
│ │ │ │ │ ├── funzip.dsp
│ │ │ │ │ ├── unzip.dsp
│ │ │ │ │ ├── unzip.dsw
│ │ │ │ │ ├── unzipbz2.dsp
│ │ │ │ │ └── unzipsfx.dsp
│ │ │ │ ├── vc8/
│ │ │ │ │ ├── bz2lib.vcproj
│ │ │ │ │ ├── bz2lib.vcxproj
│ │ │ │ │ ├── funzip.vcproj
│ │ │ │ │ ├── funzip.vcxproj
│ │ │ │ │ ├── unzip.sln
│ │ │ │ │ ├── unzip.vcproj
│ │ │ │ │ ├── unzip.vcxproj
│ │ │ │ │ ├── unzipbz2.vcproj
│ │ │ │ │ ├── unzipbz2.vcxproj
│ │ │ │ │ ├── unzipsfx.vcproj
│ │ │ │ │ └── unzipsfx.vcxproj
│ │ │ │ ├── w32cfg.h
│ │ │ │ ├── win32.c
│ │ │ │ ├── win32i64.c
│ │ │ │ └── winapp.rc
│ │ │ ├── win32-experimental/
│ │ │ │ └── unz60d10_w32wide-Unicode_patch.txt
│ │ │ ├── wince/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── imglist.2bp
│ │ │ │ ├── inc/
│ │ │ │ │ ├── conio.h
│ │ │ │ │ ├── errno.h
│ │ │ │ │ ├── locale.h
│ │ │ │ │ ├── signal.h
│ │ │ │ │ └── stdio.h
│ │ │ │ ├── intrface.cpp
│ │ │ │ ├── intrface.h
│ │ │ │ ├── punzip.h
│ │ │ │ ├── punzip.htp
│ │ │ │ ├── punzip.ic2
│ │ │ │ ├── punzip.rc
│ │ │ │ ├── punzip.rcv
│ │ │ │ ├── resource.h
│ │ │ │ ├── toolbar.2bp
│ │ │ │ ├── vc5/
│ │ │ │ │ └── punzip.dsp
│ │ │ │ ├── vc6/
│ │ │ │ │ └── punzip.dsp
│ │ │ │ ├── vcEMbed3/
│ │ │ │ │ ├── punzip.vcp
│ │ │ │ │ ├── unzipcmd.vcp
│ │ │ │ │ └── unzipwce.vcw
│ │ │ │ ├── wcecfg.h
│ │ │ │ ├── wcemain.c
│ │ │ │ ├── wince.cpp
│ │ │ │ ├── wince.h
│ │ │ │ ├── winmain.cpp
│ │ │ │ ├── winmain.h
│ │ │ │ └── zipfile.ic2
│ │ │ ├── windll/
│ │ │ │ ├── Contents
│ │ │ │ ├── csharp/
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── CSharpInfoZip_UnZipSample.csproj
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── ReadMeCS.txt
│ │ │ │ │ ├── UnZipDLLPrintMessageEventArgs.cs
│ │ │ │ │ ├── UnZipDLLServiceMessageEventArgs.cs
│ │ │ │ │ ├── Unzip.cs
│ │ │ │ │ ├── ZipFileEntries.cs
│ │ │ │ │ ├── ZipFileEntry.cs
│ │ │ │ │ ├── frmShowContents.cs
│ │ │ │ │ └── frmShowContents.resx
│ │ │ │ ├── decs.h
│ │ │ │ ├── guisfx/
│ │ │ │ │ ├── dialog.h
│ │ │ │ │ ├── sfxwiz.c
│ │ │ │ │ ├── sfxwiz.dlg
│ │ │ │ │ ├── sfxwiz.rc
│ │ │ │ │ ├── sfxwiz16.mak
│ │ │ │ │ └── unzsfx16.def
│ │ │ │ ├── structs.h
│ │ │ │ ├── unziplib.def
│ │ │ │ ├── uzexampl.c
│ │ │ │ ├── uzexampl.h
│ │ │ │ ├── vb/
│ │ │ │ │ ├── VBReadMe.txt
│ │ │ │ │ ├── vbunzip.bas
│ │ │ │ │ ├── vbunzip.frm
│ │ │ │ │ └── vbunzip.vbp
│ │ │ │ ├── vc5/
│ │ │ │ │ ├── dll/
│ │ │ │ │ │ └── unz32dll.dsp
│ │ │ │ │ ├── exampl/
│ │ │ │ │ │ └── c_dll_ex.dsp
│ │ │ │ │ ├── lib/
│ │ │ │ │ │ └── unz32lib.dsp
│ │ │ │ │ ├── sfx/
│ │ │ │ │ │ ├── SFXWiz32.dsp
│ │ │ │ │ │ ├── SFXWiz32.dsw
│ │ │ │ │ │ └── unzsfx32.dsp
│ │ │ │ │ └── unzip32.dsw
│ │ │ │ ├── vc6/
│ │ │ │ │ ├── dll/
│ │ │ │ │ │ └── unz32dll.dsp
│ │ │ │ │ ├── exampl/
│ │ │ │ │ │ └── c_dll_ex.dsp
│ │ │ │ │ ├── lib/
│ │ │ │ │ │ └── unz32lib.dsp
│ │ │ │ │ ├── sfx/
│ │ │ │ │ │ ├── SFXWiz32.dsp
│ │ │ │ │ │ ├── SFXWiz32.dsw
│ │ │ │ │ │ └── unzsfx32.dsp
│ │ │ │ │ └── unzip32.dsw
│ │ │ │ ├── vc8/
│ │ │ │ │ ├── dll/
│ │ │ │ │ │ └── unz32dll.vcproj
│ │ │ │ │ ├── exampl/
│ │ │ │ │ │ └── c_dll_ex.vcproj
│ │ │ │ │ ├── lib/
│ │ │ │ │ │ └── unz32lib.vcproj
│ │ │ │ │ ├── sfx/
│ │ │ │ │ │ ├── SFXWiz32.sln
│ │ │ │ │ │ ├── SFXWiz32.vcproj
│ │ │ │ │ │ └── unzsfx32.vcproj
│ │ │ │ │ └── unzip32.sln
│ │ │ │ ├── windll.c
│ │ │ │ ├── windll.h
│ │ │ │ ├── windll.rc
│ │ │ │ ├── windll.txt
│ │ │ │ ├── windll16.def
│ │ │ │ ├── windll32.def
│ │ │ │ ├── windll_lc.def
│ │ │ │ └── windllgcc.def
│ │ │ ├── zip.h
│ │ │ ├── zipgrep.txt
│ │ │ ├── zipinfo.c
│ │ │ └── zipinfo.txt
│ │ └── zip30/
│ │ ├── BUGS
│ │ ├── Betas_Readme.txt
│ │ ├── CHANGES
│ │ ├── INSTALL
│ │ ├── LICENSE
│ │ ├── README
│ │ ├── README.CR
│ │ ├── TODO
│ │ ├── USexport.msg
│ │ ├── WHATSNEW
│ │ ├── WHERE
│ │ ├── acorn/
│ │ │ ├── GMakefile
│ │ │ ├── ReadMe
│ │ │ ├── ReadMe.GMakefile
│ │ │ ├── RunMe1st
│ │ │ ├── acornzip.c
│ │ │ ├── match.s
│ │ │ ├── osdep.h
│ │ │ ├── riscos.c
│ │ │ ├── riscos.h
│ │ │ ├── sendbits.s
│ │ │ ├── srcrename
│ │ │ ├── swiven.h
│ │ │ ├── swiven.s
│ │ │ ├── zipsfx
│ │ │ └── zipup.h
│ │ ├── amiga/
│ │ │ ├── LMKfile
│ │ │ ├── README
│ │ │ ├── amiga.c
│ │ │ ├── amiga.h
│ │ │ ├── amigazip.c
│ │ │ ├── filedate.c
│ │ │ ├── makefile.azt
│ │ │ ├── osdep.h
│ │ │ ├── smakefile
│ │ │ ├── stat.c
│ │ │ ├── z-stat.h
│ │ │ └── zipup.h
│ │ ├── aosvs/
│ │ │ ├── aosvs.c
│ │ │ └── make.cli
│ │ ├── api.c
│ │ ├── api.h
│ │ ├── atari/
│ │ │ ├── README
│ │ │ ├── atari.c
│ │ │ ├── make_all.mup
│ │ │ ├── make_zip.mup
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── atheos/
│ │ │ ├── README
│ │ │ ├── atheos.c
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── beos/
│ │ │ ├── Contents
│ │ │ ├── README
│ │ │ ├── beos.c
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── bzip2/
│ │ │ └── install.txt
│ │ ├── cmsmvs/
│ │ │ ├── README.CMS
│ │ │ ├── README.MVS
│ │ │ ├── README.MVS.LE
│ │ │ ├── cczip.exec
│ │ │ ├── cms.c
│ │ │ ├── cmsmvs.c
│ │ │ ├── cmsmvs.h
│ │ │ ├── cstat.h
│ │ │ ├── mc.exec
│ │ │ ├── mvs.c
│ │ │ ├── mvs.h
│ │ │ ├── mvs.mki
│ │ │ ├── pipzip.rexx
│ │ │ ├── zip.exec
│ │ │ ├── zip.makefile
│ │ │ ├── zipcloak.exec
│ │ │ ├── zipmvsc.job
│ │ │ ├── zipname.conven
│ │ │ ├── zipnote.exec
│ │ │ ├── zipsplit.exec
│ │ │ ├── zipup.h
│ │ │ └── zipvmc.exec
│ │ ├── crc32.c
│ │ ├── crc32.h
│ │ ├── crc_i386.S
│ │ ├── crypt.c
│ │ ├── crypt.h
│ │ ├── deflate.c
│ │ ├── ebcdic.h
│ │ ├── file_id.diz
│ │ ├── fileio.c
│ │ ├── globals.c
│ │ ├── human68k/
│ │ │ ├── Makefile.gcc
│ │ │ ├── crc_68.s
│ │ │ ├── deflate.s
│ │ │ ├── human68k.c
│ │ │ ├── match.s
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── macos/
│ │ │ ├── Contents
│ │ │ ├── HISTORY.TXT
│ │ │ ├── README.TXT
│ │ │ ├── ZipLib.h
│ │ │ ├── ZipSx.h
│ │ │ ├── ZpPrj.hqx
│ │ │ ├── osdep.h
│ │ │ ├── readme.1st
│ │ │ ├── source/
│ │ │ │ ├── VolWarn.h
│ │ │ │ ├── charmap.h
│ │ │ │ ├── extrafld.c
│ │ │ │ ├── getenv.c
│ │ │ │ ├── helpers.c
│ │ │ │ ├── helpers.h
│ │ │ │ ├── macglob.h
│ │ │ │ ├── macopen.c
│ │ │ │ ├── macopen.h
│ │ │ │ ├── macos.c
│ │ │ │ ├── macstuff.c
│ │ │ │ ├── macstuff.h
│ │ │ │ ├── mactime.c
│ │ │ │ ├── mactime.h
│ │ │ │ ├── pathname.c
│ │ │ │ ├── pathname.h
│ │ │ │ ├── recurse.c
│ │ │ │ ├── recurse.h
│ │ │ │ ├── unixlike.c
│ │ │ │ ├── unixlike.h
│ │ │ │ └── zip_rc.hqx
│ │ │ └── zipup.h
│ │ ├── man/
│ │ │ ├── zip.1
│ │ │ ├── zipcloak.1
│ │ │ ├── zipnote.1
│ │ │ └── zipsplit.1
│ │ ├── match.S
│ │ ├── msdos/
│ │ │ ├── README.DOS
│ │ │ ├── crc_i86.asm
│ │ │ ├── makebz2.dj2
│ │ │ ├── makefile.bor
│ │ │ ├── makefile.dj1
│ │ │ ├── makefile.dj2
│ │ │ ├── makefile.emx
│ │ │ ├── makefile.msc
│ │ │ ├── makefile.tc
│ │ │ ├── makefile.wat
│ │ │ ├── match.asm
│ │ │ ├── msdos.c
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── novell/
│ │ │ ├── MAKEINIT
│ │ │ ├── Netware.c
│ │ │ ├── README
│ │ │ ├── m.cmd
│ │ │ ├── osdep.h
│ │ │ ├── signal.c
│ │ │ ├── zip.lnk
│ │ │ └── zipup.h
│ │ ├── os2/
│ │ │ ├── makefile.os2
│ │ │ ├── match32.asm
│ │ │ ├── os2.c
│ │ │ ├── os2acl.c
│ │ │ ├── os2acl.h
│ │ │ ├── os2zip.c
│ │ │ ├── os2zip.h
│ │ │ ├── osdep.h
│ │ │ ├── zip.def
│ │ │ └── zipup.h
│ │ ├── proginfo/
│ │ │ ├── 3rdparty.bug
│ │ │ ├── ZipPorts
│ │ │ ├── algorith.txt
│ │ │ ├── ebcdic.msg
│ │ │ ├── extrafld.txt
│ │ │ ├── fileinfo.cms
│ │ │ ├── infozip.who
│ │ │ ├── ntsd.txt
│ │ │ ├── perform.dos
│ │ │ ├── timezone.txt
│ │ │ ├── txtvsbin.txt
│ │ │ └── ziplimit.txt
│ │ ├── qdos/
│ │ │ ├── IZREADME.SMS
│ │ │ ├── Makefile.qdos
│ │ │ ├── Makefile.qlzip
│ │ │ ├── config.s
│ │ │ ├── crc68.s
│ │ │ ├── match.s
│ │ │ ├── osdep.h
│ │ │ ├── qdos.c
│ │ │ ├── qfileio.c
│ │ │ └── zipup.h
│ │ ├── revision.h
│ │ ├── tailor.h
│ │ ├── tandem/
│ │ │ ├── HISTORY
│ │ │ ├── README
│ │ │ ├── commacs
│ │ │ ├── doit
│ │ │ ├── macros
│ │ │ ├── make
│ │ │ ├── tandem.c
│ │ │ ├── tandem.h
│ │ │ ├── tannsk.h
│ │ │ ├── tanzip.c
│ │ │ ├── tanzip.h
│ │ │ └── zipup.h
│ │ ├── theos/
│ │ │ ├── README
│ │ │ ├── _chmod.c
│ │ │ ├── _fprintf.c
│ │ │ ├── _isatty.c
│ │ │ ├── _rename.c
│ │ │ ├── _setargv.c
│ │ │ ├── _stat.c
│ │ │ ├── charconv.h
│ │ │ ├── osdep.h
│ │ │ ├── stat.h
│ │ │ ├── theos.c
│ │ │ └── zipup.h
│ │ ├── timezone.c
│ │ ├── timezone.h
│ │ ├── tops20/
│ │ │ ├── make.mic
│ │ │ ├── osdep.h
│ │ │ ├── rename.mic
│ │ │ ├── tops20.c
│ │ │ └── zipup.h
│ │ ├── trees.c
│ │ ├── ttyio.c
│ │ ├── ttyio.h
│ │ ├── unix/
│ │ │ ├── Packaging/
│ │ │ │ ├── README
│ │ │ │ ├── pkginfo.in
│ │ │ │ ├── postinstall
│ │ │ │ ├── preinstall.in
│ │ │ │ └── prototype
│ │ │ ├── README.OS390
│ │ │ ├── configure
│ │ │ ├── osdep.h
│ │ │ ├── unix.c
│ │ │ └── zipup.h
│ │ ├── util.c
│ │ ├── vms/
│ │ │ ├── NOTES.TXT
│ │ │ ├── VMS_ZIP.RNH
│ │ │ ├── build_zip.com
│ │ │ ├── bzlib.h
│ │ │ ├── cmdline.c
│ │ │ ├── collect_deps.com
│ │ │ ├── cvthelp.tpu
│ │ │ ├── descrip.mms
│ │ │ ├── descrip_deps.mms
│ │ │ ├── descrip_mkdeps.mms
│ │ │ ├── descrip_src.mms
│ │ │ ├── find_bzip2_lib.com
│ │ │ ├── hlp_lib_next.com
│ │ │ ├── install_vms.txt
│ │ │ ├── mod_dep.com
│ │ │ ├── osdep.h
│ │ │ ├── stream_lf.fdl
│ │ │ ├── unixio_gcc.h
│ │ │ ├── unixlib_gcc.h
│ │ │ ├── vms.c
│ │ │ ├── vms.h
│ │ │ ├── vms_im.c
│ │ │ ├── vms_msg_gen.c
│ │ │ ├── vms_pk.c
│ │ │ ├── vmsdefs.h
│ │ │ ├── vmsmunch.c
│ │ │ ├── vmsmunch.h
│ │ │ ├── vmszip.c
│ │ │ ├── zip.opt
│ │ │ ├── zip_cli.cld
│ │ │ ├── zip_cli.help
│ │ │ ├── zip_msg.msg
│ │ │ └── zipup.h
│ │ ├── win32/
│ │ │ ├── README.NT
│ │ │ ├── README.TZ
│ │ │ ├── README.txt
│ │ │ ├── crc_i386.asm
│ │ │ ├── crc_i386.c
│ │ │ ├── crc_lcc.asm
│ │ │ ├── gvmat64.asm
│ │ │ ├── lm32_lcc.asm
│ │ │ ├── makefile.a64
│ │ │ ├── makefile.bor
│ │ │ ├── makefile.dj
│ │ │ ├── makefile.emx
│ │ │ ├── makefile.gcc
│ │ │ ├── makefile.ibm
│ │ │ ├── makefile.lcc
│ │ │ ├── makefile.w10
│ │ │ ├── makefile.w32
│ │ │ ├── makefile.wat
│ │ │ ├── makenoas.w32
│ │ │ ├── match32.asm
│ │ │ ├── nt.c
│ │ │ ├── nt.h
│ │ │ ├── osdep.h
│ │ │ ├── readme.a64
│ │ │ ├── rsxntwin.h
│ │ │ ├── vc6/
│ │ │ │ ├── ReadmeVC.txt
│ │ │ │ ├── zip.dsp
│ │ │ │ ├── zip.dsw
│ │ │ │ ├── zip.sln
│ │ │ │ ├── zip.vcxproj
│ │ │ │ ├── zipcloak.dsp
│ │ │ │ ├── zipcloak.vcxproj
│ │ │ │ ├── zipnote.dsp
│ │ │ │ ├── zipnote.vcxproj
│ │ │ │ ├── zipsplit.dsp
│ │ │ │ └── zipsplit.vcxproj
│ │ │ ├── vc6bz2/
│ │ │ │ ├── ReadVCBZ.txt
│ │ │ │ ├── zip.dsp
│ │ │ │ └── zip.dsw
│ │ │ ├── win32.c
│ │ │ ├── win32i64.c
│ │ │ ├── win32zip.c
│ │ │ ├── win32zip.h
│ │ │ ├── zip.def
│ │ │ ├── zip.rc
│ │ │ └── zipup.h
│ │ ├── windll/
│ │ │ ├── VBz64/
│ │ │ │ ├── VBZIP.VBP
│ │ │ │ ├── VBZIP.vbw
│ │ │ │ ├── VBZipBas.bas
│ │ │ │ ├── Vbzipfrm.frm
│ │ │ │ └── readVB64.txt
│ │ │ ├── Vb/
│ │ │ │ ├── VBZIP.vbw
│ │ │ │ ├── VBZipBas.bas
│ │ │ │ ├── Vbzip.vbp
│ │ │ │ ├── Vbzipfrm.frm
│ │ │ │ └── readmeVB.txt
│ │ │ ├── contents
│ │ │ ├── example.c
│ │ │ ├── example.h
│ │ │ ├── structs.h
│ │ │ ├── visualc/
│ │ │ │ ├── dll/
│ │ │ │ │ ├── zip32z64.dsp
│ │ │ │ │ └── zip32z64.dsw
│ │ │ │ └── lib/
│ │ │ │ ├── zip32z64.dsp
│ │ │ │ └── zip32z64.dsw
│ │ │ ├── windll.c
│ │ │ ├── windll.h
│ │ │ ├── windll.rc
│ │ │ ├── windll.txt
│ │ │ ├── windll16.def
│ │ │ ├── windll32.def
│ │ │ └── ziplib.def
│ │ ├── zbz2err.c
│ │ ├── zip.c
│ │ ├── zip.h
│ │ ├── zip.txt
│ │ ├── zip30.ann
│ │ ├── zip30f.ann
│ │ ├── zip30g.ann
│ │ ├── zip30h.ann
│ │ ├── zipcloak.c
│ │ ├── zipcloak.txt
│ │ ├── ziperr.h
│ │ ├── zipfile.c
│ │ ├── zipnote.c
│ │ ├── zipnote.txt
│ │ ├── zipsplit.c
│ │ ├── zipsplit.txt
│ │ └── zipup.c
│ └── readme.txt
├── doors/
│ └── qemu-freedos/
│ ├── fdos/
│ │ ├── FDAUTO.BAT
│ │ └── FDCONFIG.SYS
│ ├── gw.sh
│ ├── local.sh
│ ├── readme.txt
│ └── wwivqemu.sh
├── dos/
│ └── wwivfoss/
│ ├── c.bat
│ ├── dostypes.h
│ ├── fossil.cpp
│ ├── fossil.h
│ ├── makefile
│ ├── pipe.cpp
│ ├── pipe.h
│ ├── util.cpp
│ ├── util.h
│ ├── utiltest.cpp
│ └── wwivfoss.cpp
├── fsed/
│ ├── CMakeLists.txt
│ ├── commands.cpp
│ ├── commands.h
│ ├── common.cpp
│ ├── common.h
│ ├── fsed.cpp
│ ├── fsed.h
│ ├── fsed_model_test.cpp
│ ├── fsed_test_main.cpp
│ ├── line.cpp
│ ├── line.h
│ ├── model.cpp
│ ├── model.h
│ ├── model_test.cpp
│ ├── view.cpp
│ └── view.h
├── install/
│ ├── data/
│ │ ├── menu_commands.json
│ │ └── wfc.td
│ ├── docs/
│ │ ├── changelog-2000-2014.txt
│ │ ├── install50-from-eli.txt
│ │ ├── menu-header.txt
│ │ ├── menu.txt
│ │ ├── readme-wwiv.txt
│ │ ├── upgrade.txt
│ │ └── whatsnew.txt
│ ├── gfiles/
│ │ ├── bbs.str.ini
│ │ ├── chat.msg
│ │ ├── cmdparam.msg
│ │ ├── comment.txt
│ │ ├── cs-email.msg
│ │ ├── editor.msg
│ │ ├── email.msg
│ │ ├── feedback.msg
│ │ ├── formasv.msg
│ │ ├── fs_msgread.120.msg
│ │ ├── fs_msgread.msg
│ │ ├── fs_msgscan.msg
│ │ ├── fsed.msg
│ │ ├── listplus.hlp
│ │ ├── logoff.mat
│ │ ├── logoff.msg
│ │ ├── logon.msg
│ │ ├── lpconfig.ans
│ │ ├── lpfreq.msg
│ │ ├── lpsearch.ans
│ │ ├── lpsysop.msg
│ │ ├── mbfsed-sysop.msg
│ │ ├── mbfsed.msg
│ │ ├── mbmain.msg
│ │ ├── mbslash.msg
│ │ ├── menuwel.msg
│ │ ├── mextract.msg
│ │ ├── mmail.msg
│ │ ├── newmail.msg
│ │ ├── newsysop.msg
│ │ ├── newuser.msg
│ │ ├── noansi.msg
│ │ ├── oneliner.msg
│ │ ├── qwk.msg
│ │ ├── rs-email.msg
│ │ ├── sconfig.hlp
│ │ ├── smain.msg
│ │ ├── smbmain.msg
│ │ ├── sonline.msg
│ │ ├── srestrct.msg
│ │ ├── strans.msg
│ │ ├── swfc.msg
│ │ ├── sy-email.msg
│ │ ├── system.msg
│ │ ├── tarchive.msg
│ │ ├── tbatch.msg
│ │ ├── title-fsed.msg
│ │ ├── trashcan.txt
│ │ ├── tslash.msg
│ │ ├── ttagging.msg
│ │ ├── welcome.ans
│ │ ├── welcome.msg
│ │ └── yourinfo.msg
│ ├── inifiles/
│ │ ├── chat.ini
│ │ ├── net.ini
│ │ └── wwiv.ini
│ ├── menus/
│ │ ├── descript.ion
│ │ └── wwiv/
│ │ ├── automsg.mnu.json
│ │ ├── automsg.pro
│ │ ├── bbslist.mnu.json
│ │ ├── bbslist.pro
│ │ ├── defaults.mnu.json
│ │ ├── defaults.msg
│ │ ├── defaults.pro
│ │ ├── main.mnu.json
│ │ ├── main.msg
│ │ ├── main.pro
│ │ ├── menuset.json
│ │ ├── qwk.mnu.json
│ │ ├── qwk.pro
│ │ ├── sysop.mnu.json
│ │ ├── sysop.pro
│ │ ├── vissys.mnu.json
│ │ ├── vissys.msg
│ │ ├── vissys.pro
│ │ ├── xfer.mnu.json
│ │ ├── xfer.msg
│ │ └── xfer.pro
│ ├── nsis/
│ │ └── wwiv.nsi
│ ├── platform/
│ │ ├── unix/
│ │ │ ├── install.bash
│ │ │ ├── install.sh
│ │ │ ├── lib/
│ │ │ │ ├── door-lib-v0.sh
│ │ │ │ └── door.sh
│ │ │ ├── svcadm/
│ │ │ │ ├── start_wwiv.sh.template
│ │ │ │ └── wwivd.xml.template
│ │ │ └── systemd/
│ │ │ ├── config.template
│ │ │ └── wwivd.service.template
│ │ └── win32/
│ │ ├── install.ps1
│ │ ├── sbbsexec.ini
│ │ └── upgrade.bat
│ ├── regions/
│ │ ├── README.NOW
│ │ ├── REGIONS.224
│ │ ├── REGIONS.225
│ │ ├── REGIONS.234
│ │ ├── REGIONS.240
│ │ ├── REGIONS.250
│ │ ├── REGIONS.267
│ │ ├── REGIONS.321
│ │ ├── REGIONS.435
│ │ ├── REGIONS.441
│ │ ├── REGIONS.480
│ │ ├── REGIONS.559
│ │ ├── REGIONS.570
│ │ ├── REGIONS.623
│ │ ├── REGIONS.636
│ │ ├── REGIONS.650
│ │ ├── REGIONS.720
│ │ ├── REGIONS.721
│ │ ├── REGIONS.732
│ │ ├── REGIONS.765
│ │ ├── REGIONS.794
│ │ ├── REGIONS.843
│ │ ├── REGIONS.850
│ │ ├── REGIONS.860
│ │ ├── REGIONS.864
│ │ ├── REGIONS.971
│ │ ├── REGIONS.991
│ │ ├── REGIONS.999
│ │ ├── regions.000
│ │ ├── regions.006
│ │ ├── regions.031
│ │ ├── regions.044
│ │ ├── regions.049
│ │ ├── regions.057
│ │ ├── regions.061
│ │ ├── regions.071
│ │ ├── regions.081
│ │ ├── regions.098
│ │ ├── regions.201
│ │ ├── regions.202
│ │ ├── regions.203
│ │ ├── regions.204
│ │ ├── regions.205
│ │ ├── regions.206
│ │ ├── regions.207
│ │ ├── regions.208
│ │ ├── regions.209
│ │ ├── regions.210
│ │ ├── regions.212
│ │ ├── regions.213
│ │ ├── regions.214
│ │ ├── regions.215
│ │ ├── regions.216
│ │ ├── regions.217
│ │ ├── regions.218
│ │ ├── regions.219
│ │ ├── regions.228
│ │ ├── regions.252
│ │ ├── regions.253
│ │ ├── regions.256
│ │ ├── regions.270
│ │ ├── regions.281
│ │ ├── regions.301
│ │ ├── regions.302
│ │ ├── regions.303
│ │ ├── regions.304
│ │ ├── regions.305
│ │ ├── regions.306
│ │ ├── regions.307
│ │ ├── regions.308
│ │ ├── regions.309
│ │ ├── regions.310
│ │ ├── regions.311
│ │ ├── regions.312
│ │ ├── regions.313
│ │ ├── regions.314
│ │ ├── regions.315
│ │ ├── regions.316
│ │ ├── regions.317
│ │ ├── regions.318
│ │ ├── regions.319
│ │ ├── regions.320
│ │ ├── regions.326
│ │ ├── regions.334
│ │ ├── regions.336
│ │ ├── regions.341
│ │ ├── regions.343
│ │ ├── regions.345
│ │ ├── regions.346
│ │ ├── regions.352
│ │ ├── regions.353
│ │ ├── regions.360
│ │ ├── regions.401
│ │ ├── regions.402
│ │ ├── regions.403
│ │ ├── regions.404
│ │ ├── regions.405
│ │ ├── regions.406
│ │ ├── regions.407
│ │ ├── regions.408
│ │ ├── regions.409
│ │ ├── regions.410
│ │ ├── regions.412
│ │ ├── regions.413
│ │ ├── regions.414
│ │ ├── regions.415
│ │ ├── regions.416
│ │ ├── regions.417
│ │ ├── regions.418
│ │ ├── regions.419
│ │ ├── regions.423
│ │ ├── regions.425
│ │ ├── regions.429
│ │ ├── regions.497
│ │ ├── regions.499
│ │ ├── regions.501
│ │ ├── regions.502
│ │ ├── regions.503
│ │ ├── regions.504
│ │ ├── regions.505
│ │ ├── regions.506
│ │ ├── regions.507
│ │ ├── regions.508
│ │ ├── regions.509
│ │ ├── regions.510
│ │ ├── regions.512
│ │ ├── regions.513
│ │ ├── regions.514
│ │ ├── regions.515
│ │ ├── regions.516
│ │ ├── regions.517
│ │ ├── regions.518
│ │ ├── regions.519
│ │ ├── regions.520
│ │ ├── regions.523
│ │ ├── regions.524
│ │ ├── regions.525
│ │ ├── regions.526
│ │ ├── regions.528
│ │ ├── regions.540
│ │ ├── regions.541
│ │ ├── regions.562
│ │ ├── regions.567
│ │ ├── regions.573
│ │ ├── regions.601
│ │ ├── regions.602
│ │ ├── regions.603
│ │ ├── regions.604
│ │ ├── regions.605
│ │ ├── regions.606
│ │ ├── regions.607
│ │ ├── regions.608
│ │ ├── regions.609
│ │ ├── regions.610
│ │ ├── regions.611
│ │ ├── regions.612
│ │ ├── regions.613
│ │ ├── regions.614
│ │ ├── regions.615
│ │ ├── regions.616
│ │ ├── regions.617
│ │ ├── regions.618
│ │ ├── regions.619
│ │ ├── regions.626
│ │ ├── regions.651
│ │ ├── regions.671
│ │ ├── regions.678
│ │ ├── regions.701
│ │ ├── regions.702
│ │ ├── regions.703
│ │ ├── regions.704
│ │ ├── regions.705
│ │ ├── regions.706
│ │ ├── regions.707
│ │ ├── regions.708
│ │ ├── regions.709
│ │ ├── regions.712
│ │ ├── regions.713
│ │ ├── regions.714
│ │ ├── regions.715
│ │ ├── regions.716
│ │ ├── regions.717
│ │ ├── regions.718
│ │ ├── regions.719
│ │ ├── regions.740
│ │ ├── regions.757
│ │ ├── regions.760
│ │ ├── regions.770
│ │ ├── regions.786
│ │ ├── regions.800
│ │ ├── regions.801
│ │ ├── regions.802
│ │ ├── regions.803
│ │ ├── regions.804
│ │ ├── regions.805
│ │ ├── regions.806
│ │ ├── regions.807
│ │ ├── regions.808
│ │ ├── regions.809
│ │ ├── regions.81-
│ │ ├── regions.810
│ │ ├── regions.812
│ │ ├── regions.813
│ │ ├── regions.814
│ │ ├── regions.815
│ │ ├── regions.816
│ │ ├── regions.817
│ │ ├── regions.818
│ │ ├── regions.819
│ │ ├── regions.828
│ │ ├── regions.858
│ │ ├── regions.886
│ │ ├── regions.900
│ │ ├── regions.901
│ │ ├── regions.902
│ │ ├── regions.903
│ │ ├── regions.904
│ │ ├── regions.905
│ │ ├── regions.906
│ │ ├── regions.907
│ │ ├── regions.908
│ │ ├── regions.909
│ │ ├── regions.910
│ │ ├── regions.912
│ │ ├── regions.913
│ │ ├── regions.914
│ │ ├── regions.915
│ │ ├── regions.916
│ │ ├── regions.917
│ │ ├── regions.918
│ │ ├── regions.919
│ │ ├── regions.925
│ │ ├── regions.931
│ │ ├── regions.940
│ │ ├── regions.941
│ │ ├── regions.951
│ │ ├── regions.954
│ │ ├── regions.965
│ │ ├── regions.970
│ │ ├── regions.972
│ │ ├── regions.974
│ │ └── regions.unk
│ └── scripts/
│ ├── hello.bas
│ └── oneliners.bas
├── lnet/
│ ├── CMakeLists.txt
│ ├── lnet.cpp
│ ├── lnet.h
│ └── lnet_main.cpp
├── local_io/
│ ├── CMakeLists.txt
│ ├── curatr_provider.h
│ ├── keycodes.h
│ ├── local_io.cpp
│ ├── local_io.h
│ ├── local_io_curses.cpp
│ ├── local_io_curses.h
│ ├── local_io_win32.cpp
│ ├── local_io_win32.h
│ ├── null_local_io.cpp
│ ├── null_local_io.h
│ ├── stdio_local_io.cpp
│ ├── stdio_local_io.h
│ └── wconstants.h
├── localui/
│ ├── CMakeLists.txt
│ ├── colors.cpp
│ ├── colors.h
│ ├── curses_io.cpp
│ ├── curses_io.h
│ ├── curses_win.cpp
│ ├── curses_win.h
│ ├── edit_items.cpp
│ ├── edit_items.h
│ ├── input.cpp
│ ├── input.h
│ ├── listbox.cpp
│ ├── listbox.h
│ ├── stdio_win.cpp
│ ├── stdio_win.h
│ ├── ui_win.h
│ └── wwiv_curses.h
├── misc/
│ ├── astyle.options
│ ├── gen_zipcodes.py
│ ├── scripts/
│ │ ├── crc32.py
│ │ ├── dump_names.py
│ │ └── test_blocklist.py
│ └── testkeys.cpp
├── net_core/
│ ├── CMakeLists.txt
│ ├── net_cmdline.cpp
│ ├── net_cmdline.h
│ ├── net_cmdline_test.cpp
│ ├── net_core_test_main.cpp
│ ├── netdat.cpp
│ ├── netdat.h
│ └── netdat_test.cpp
├── network/
│ ├── CMakeLists.txt
│ └── network.cpp
├── network1/
│ ├── CMakeLists.txt
│ ├── network1.cpp
│ └── network1.h
├── network2/
│ ├── CMakeLists.txt
│ ├── context.cpp
│ ├── context.h
│ ├── email.cpp
│ ├── email.h
│ ├── network2.cpp
│ ├── post.cpp
│ ├── post.h
│ ├── subs.cpp
│ └── subs.h
├── network3/
│ ├── CMakeLists.txt
│ └── network3.cpp
├── networkb/
│ ├── CMakeLists.txt
│ └── networkb.cpp
├── networkc/
│ ├── CMakeLists.txt
│ └── networkc.cpp
├── networkf/
│ ├── CMakeLists.txt
│ ├── networkf.cpp
│ ├── networkf.h
│ ├── networkf_main.cpp
│ ├── networkf_test.cpp
│ └── networkf_test_main.cpp
├── networkt/
│ ├── CMakeLists.txt
│ └── networkt.cpp
├── notice.txt
├── sdk/
│ ├── CMakeLists.txt
│ ├── acs/
│ │ ├── acs.cpp
│ │ ├── acs.h
│ │ ├── ar_test.cpp
│ │ ├── eval.cpp
│ │ ├── eval.h
│ │ ├── eval_error.h
│ │ ├── expr.cpp
│ │ ├── expr.h
│ │ ├── expr_test.cpp
│ │ └── value_test.cpp
│ ├── ansi/
│ │ ├── ansi.cpp
│ │ ├── ansi.h
│ │ ├── ansi_test.cpp
│ │ ├── framebuffer.cpp
│ │ ├── framebuffer.h
│ │ ├── framebuffer_test.cpp
│ │ ├── localio_screen.cpp
│ │ ├── localio_screen.h
│ │ ├── makeansi.cpp
│ │ ├── makeansi.h
│ │ ├── makeansi_test.cpp
│ │ ├── vscreen.cpp
│ │ └── vscreen.h
│ ├── arword.cpp
│ ├── arword.h
│ ├── bbs_directories.h
│ ├── bbslist.cpp
│ ├── bbslist.h
│ ├── bbslist_test.cpp
│ ├── chains.cpp
│ ├── chains.h
│ ├── chains_cereal.h
│ ├── chains_test.cpp
│ ├── conf/
│ │ ├── conf.cpp
│ │ ├── conf.h
│ │ ├── conf_cereal.h
│ │ ├── conf_set.h
│ │ ├── conf_set_cereal.h
│ │ └── conf_test.cpp
│ ├── config.cpp
│ ├── config.h
│ ├── config430.cpp
│ ├── config430.h
│ ├── config_cereal.h
│ ├── config_test.cpp
│ ├── datetime_test.cpp
│ ├── fido/
│ │ ├── backbone.cpp
│ │ ├── backbone.h
│ │ ├── backbone_test.cpp
│ │ ├── fido_address.cpp
│ │ ├── fido_address.h
│ │ ├── fido_address_test.cpp
│ │ ├── fido_callout.cpp
│ │ ├── fido_callout.h
│ │ ├── fido_directories.cpp
│ │ ├── fido_directories.h
│ │ ├── fido_packets.cpp
│ │ ├── fido_packets.h
│ │ ├── fido_packets_test.cpp
│ │ ├── fido_util.cpp
│ │ ├── fido_util.h
│ │ ├── fido_util_test.cpp
│ │ ├── flo_file.cpp
│ │ ├── flo_file.h
│ │ ├── flo_test.cpp
│ │ ├── nodelist.cpp
│ │ ├── nodelist.h
│ │ ├── nodelist_test.cpp
│ │ └── test/
│ │ ├── ftn_directories_test_helper.h
│ │ └── ftn_directories_test_helper_test.cpp
│ ├── filenames.h
│ ├── files/
│ │ ├── allow.cpp
│ │ ├── allow.h
│ │ ├── allow_test.cpp
│ │ ├── arc.cpp
│ │ ├── arc.h
│ │ ├── dirs.cpp
│ │ ├── dirs.h
│ │ ├── dirs_cereal.h
│ │ ├── dirs_test.cpp
│ │ ├── diz.cpp
│ │ ├── diz.h
│ │ ├── diz_test.cpp
│ │ ├── file_record.cpp
│ │ ├── file_record.h
│ │ ├── files.cpp
│ │ ├── files.h
│ │ ├── files_ext.cpp
│ │ ├── files_ext.h
│ │ ├── files_ext_test.cpp
│ │ ├── files_test.cpp
│ │ ├── filesapi_helper.h
│ │ ├── tic.cpp
│ │ ├── tic.h
│ │ └── tic_test.cpp
│ ├── gfiles.cpp
│ ├── gfiles.h
│ ├── gfiles_cereal.h
│ ├── instance.cpp
│ ├── instance.h
│ ├── instance_message.cpp
│ ├── instance_message.h
│ ├── instance_message_test.cpp
│ ├── key.h
│ ├── key_cereal.h
│ ├── menus/
│ │ ├── menu.cpp
│ │ ├── menu.h
│ │ ├── menu_set.cpp
│ │ ├── menu_set.h
│ │ └── menus_cereal.h
│ ├── msdos_stdint.h
│ ├── msgapi/
│ │ ├── email_test.cpp
│ │ ├── email_wwiv.cpp
│ │ ├── email_wwiv.h
│ │ ├── message.cpp
│ │ ├── message.h
│ │ ├── message_api.cpp
│ │ ├── message_api.h
│ │ ├── message_api_wwiv.cpp
│ │ ├── message_api_wwiv.h
│ │ ├── message_area.cpp
│ │ ├── message_area.h
│ │ ├── message_area_wwiv.cpp
│ │ ├── message_area_wwiv.h
│ │ ├── message_areas.h
│ │ ├── message_utils_wwiv.h
│ │ ├── msgapi.h
│ │ ├── msgapi_test.cpp
│ │ ├── parsed_message.cpp
│ │ ├── parsed_message.h
│ │ ├── parsed_message_test.cpp
│ │ ├── type2_text.cpp
│ │ ├── type2_text.h
│ │ └── type2_text_test.cpp
│ ├── names.cpp
│ ├── names.h
│ ├── names_test.cpp
│ ├── net/
│ │ ├── binkp.cpp
│ │ ├── binkp.h
│ │ ├── callout.cpp
│ │ ├── callout.h
│ │ ├── callout_test.cpp
│ │ ├── callouts.cpp
│ │ ├── callouts.h
│ │ ├── callouts_test.cpp
│ │ ├── connect.cpp
│ │ ├── connect.h
│ │ ├── contact.cpp
│ │ ├── contact.h
│ │ ├── contact_test.cpp
│ │ ├── ftn_msgdupe.cpp
│ │ ├── ftn_msgdupe.h
│ │ ├── ftn_msgdupe_test.cpp
│ │ ├── legacy_net.h
│ │ ├── net.cpp
│ │ ├── net.h
│ │ ├── network_test.cpp
│ │ ├── networks.cpp
│ │ ├── networks.h
│ │ ├── networks_cereal.h
│ │ ├── packets.cpp
│ │ ├── packets.h
│ │ ├── packets_test.cpp
│ │ ├── subscribers.cpp
│ │ └── subscribers.h
│ ├── phone_numbers.cpp
│ ├── phone_numbers.h
│ ├── phone_numbers_test.cpp
│ ├── qscan.cpp
│ ├── qscan.h
│ ├── qscan_test.cpp
│ ├── qwk_config.cpp
│ ├── qwk_config.h
│ ├── sdk_helper.cpp
│ ├── sdk_helper.h
│ ├── sdk_test_main.cpp
│ ├── ssm.cpp
│ ├── ssm.h
│ ├── status.cpp
│ ├── status.h
│ ├── subs_cereal.h
│ ├── subxtr.cpp
│ ├── subxtr.h
│ ├── subxtr_test.cpp
│ ├── testdata/
│ │ ├── conf/
│ │ │ └── dirs.cnf
│ │ └── fido/
│ │ ├── 00000001.we0
│ │ ├── 00010001.flo
│ │ ├── 0d73f767.pkt
│ │ └── 0e7c5b69.pkt
│ ├── user.cpp
│ ├── user.h
│ ├── user_test.cpp
│ ├── usermanager.cpp
│ ├── usermanager.h
│ ├── uuid_cereal.h
│ ├── value/
│ │ ├── value.cpp
│ │ ├── value.h
│ │ ├── valueprovider.cpp
│ │ └── valueprovider.h
│ ├── vardec.h
│ ├── wwivcolors.h
│ ├── wwivd_config.cpp
│ └── wwivd_config.h
├── specs/
│ ├── areafix/
│ │ └── AREAFIX.DOC
│ ├── ftn/
│ │ ├── areasbbs-fmail.txt
│ │ └── areasbbs-golded.txt
│ ├── jam/
│ │ ├── jam.txt
│ │ └── license.txt
│ ├── netdocs/
│ │ ├── network.txt
│ │ └── network_tech.txt
│ └── qwk/
│ ├── command.txt
│ ├── config.txt
│ ├── control.txt
│ ├── doorid.txt
│ ├── filename.txt
│ ├── messages.txt
│ ├── ndx.txt
│ ├── qwk.txt
│ ├── qwke.txt
│ ├── qwkinfo.txt
│ ├── rep.txt
│ └── synchronet_qwk_networking.txt
├── todo.md
├── vcpkg.json
├── wwivconfig/
│ ├── CMakeLists.txt
│ ├── archivers.cpp
│ ├── archivers.h
│ ├── autoval.cpp
│ ├── autoval.h
│ ├── changelog
│ ├── colors.cpp
│ ├── colors.h
│ ├── convert.cpp
│ ├── convert.h
│ ├── convert_jsonfile.h
│ ├── convert_test.cpp
│ ├── editors.cpp
│ ├── editors.h
│ ├── levels.cpp
│ ├── levels.h
│ ├── menus.cpp
│ ├── menus.h
│ ├── networks.cpp
│ ├── networks.h
│ ├── new_user.cpp
│ ├── new_user.h
│ ├── newinit.cpp
│ ├── newinit.h
│ ├── paths.cpp
│ ├── paths.h
│ ├── protocols.cpp
│ ├── protocols.h
│ ├── script_ui.cpp
│ ├── script_ui.h
│ ├── subacc.cpp
│ ├── subacc.h
│ ├── subsdirs.cpp
│ ├── subsdirs.h
│ ├── sysop_account.cpp
│ ├── sysop_account.h
│ ├── system_info.cpp
│ ├── system_info.h
│ ├── template.cpp
│ ├── toggles.cpp
│ ├── toggles.h
│ ├── user_editor.cpp
│ ├── user_editor.h
│ ├── utility.cpp
│ ├── utility.h
│ ├── wwivconfig.cpp
│ ├── wwivconfig.h
│ ├── wwivconfig_test_main.cpp
│ ├── wwivd_ui.cpp
│ └── wwivd_ui.h
├── wwivd/
│ ├── CMakeLists.txt
│ ├── connection_data.h
│ ├── ips.cpp
│ ├── ips.h
│ ├── nets.cpp
│ ├── nets.h
│ ├── node_manager.cpp
│ ├── node_manager.h
│ ├── wwivd.cpp
│ ├── wwivd.h
│ ├── wwivd_http.cpp
│ ├── wwivd_http.h
│ ├── wwivd_non_http.cpp
│ ├── wwivd_non_http.h
│ ├── wwivd_non_http_test.cpp
│ ├── wwivd_os2.cpp
│ ├── wwivd_test_main.cpp
│ ├── wwivd_unix.cpp
│ └── wwivd_win.cpp
├── wwivfsed/
│ ├── CMakeLists.txt
│ ├── fsedconfig.cpp
│ ├── fsedconfig.h
│ ├── wwivfsed.cpp
│ └── wwivfsed.h
└── wwivutil/
├── CMakeLists.txt
├── acs/
│ ├── acs.cpp
│ └── acs.h
├── command.cpp
├── command.h
├── conf/
│ ├── conf.cpp
│ └── conf.h
├── config/
│ ├── config.cpp
│ └── config.h
├── email/
│ ├── email.cpp
│ └── email.h
├── fido/
│ ├── dump_fido_packet.cpp
│ ├── dump_fido_packet.h
│ ├── dump_fido_subscribers.cpp
│ ├── dump_fido_subscribers.h
│ ├── dump_nodelist.cpp
│ ├── dump_nodelist.h
│ ├── fido.cpp
│ └── fido.h
├── files/
│ ├── allow.cpp
│ ├── allow.h
│ ├── arc.cpp
│ ├── arc.h
│ ├── files.cpp
│ ├── files.h
│ ├── tic.cpp
│ └── tic.h
├── fix/
│ ├── dirs.cpp
│ ├── dirs.h
│ ├── fix.cpp
│ ├── fix.h
│ ├── users.cpp
│ └── users.h
├── help.cpp
├── help.h
├── instance/
│ ├── instance.cpp
│ └── instance.h
├── menus/
│ ├── menus.cpp
│ └── menus.h
├── messages/
│ ├── messages.cpp
│ └── messages.h
├── net/
│ ├── dump_bbsdata.cpp
│ ├── dump_bbsdata.h
│ ├── dump_callout.cpp
│ ├── dump_callout.h
│ ├── dump_connect.cpp
│ ├── dump_connect.h
│ ├── dump_contact.cpp
│ ├── dump_contact.h
│ ├── dump_packet.cpp
│ ├── dump_packet.h
│ ├── dump_subscribers.cpp
│ ├── dump_subscribers.h
│ ├── list.cpp
│ ├── list.h
│ ├── net.cpp
│ ├── net.h
│ ├── req.cpp
│ ├── req.h
│ ├── send.cpp
│ └── send.h
├── print/
│ ├── print.cpp
│ └── print.h
├── status/
│ ├── status.cpp
│ └── status.h
├── subs/
│ ├── import.cpp
│ ├── import.h
│ ├── subs.cpp
│ └── subs.h
├── users/
│ ├── users.cpp
│ └── users.h
├── util.cpp
├── util.h
└── wwivutil.cpp
================================================
FILE CONTENTS
================================================
================================================
FILE: .clang-format
================================================
---
# We'll use defaults from the LLVM style, but with 2 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 2
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
ColumnLimit: 100
================================================
FILE: .devcontainer/devcontainer.json
================================================
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Debian",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/cpp:debian-12"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
================================================
FILE: .github/workflows/wwiv-binaries.yml
================================================
# WWIV continuous build script
# Copyright (C)2023, WWIV Software Services
#
name: WWIV 5.9
run-name: WWIV 5.9 CI
# ** IMPORTANT: ONLY allow on push events here since WWIV
# has some self hosted runners
on:
push:
branches:
- main
env:
CMAKE_BIN: cmake
CTEST_BIN: ctest
CPACK_BIN: cpack
WORKSPACE: ${{ github.workspace }}
WWIV_RELEASE: 5.9.0
WWIV_RELEASE_LABEL: wwiv59
# TODO - rushfan - we should probably remove this.
BUILD_NUMBER: 8675309
jobs:
wwiv-build-number:
name: Create Build Number
if: github.repository_owner == 'wwivbbs'
runs-on: ubuntu-latest
outputs:
build_number: ${{ steps.buildnumber.outputs.build_number }}
wwiv_tag: ${{ steps.generate_tag.outputs.wwiv_tag }}
steps:
- name: Checkout, Tag and Build Number
id: buildnumber
uses: onyxmueller/build-tag-number@v1
with:
token: ${{secrets.github_token}}
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Generate Tag Name
id: generate_tag
shell: bash
run: |
echo "wwiv_tag=${{ env.WWIV_RELEASE_LABEL }}_${{ steps.buildnumber.outputs.build_number }}" >> $GITHUB_OUTPUT
echo "WWIV_TAG=${{ env.WWIV_RELEASE_LABEL }}_${{ steps.buildnumber.outputs.build_number }}" >> $GITHUB_ENV
- name: Tag the latet commit repository with tag ${{ env.WWIV_TAG }}
id: tag
run: |
echo "WWIV_TAG: ${{ env.WWIV_TAG }}"
git config --global user.email "gh-action@wwivbbs.org"
git config --global user.name "GitHub Action"
git tag -f -a "${{ env.WWIV_TAG }}" -m "${{ env.WWIV_TAG }} SHA: " ${{ github.sha }}
git push origin ${{ env.WWIV_TAG }}
create_release:
name: Create Release
needs: wwiv-build-number
runs-on: ubuntu-latest
env:
WWIV_TAG: ${{needs.wwiv-build-number.outputs.wwiv_tag}}
steps:
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
with:
name: "${{ env.WWIV_TAG }}"
draft: false
prerelease: true
generate_release_notes: false
tag_name: "${{ env.WWIV_TAG }}"
wwiv-release:
name: Build and Publish
needs:
- create_release
- wwiv-build-number
strategy:
matrix:
os:
- windows-2022
- ubuntu-22.04
- debian-11
- debian-12
# - ubuntu-20.04
include:
# Disabled since it's failing to link with cryptlib for some reason
# - os: ubuntu-20.04
# lib_suffix: so
# archive_suffix: tar.gz
# wwiv_distro: linux-ubuntu2004
# Run's on the weatherstation private cloud
- os: debian-11
lib_suffix: so
wwiv_distro: linux-debian11
archive_suffix: tar.gz
# Run's on the weatherstation private cloud
- os: debian-12
lib_suffix: so
wwiv_distro: linux-debian12
archive_suffix: tar.gz
# Github hosted runner
- os: ubuntu-22.04
lib_suffix: so
wwiv_distro: linux-ubuntu2204
archive_suffix: tar.gz
# Github hosted runner
- os: windows-2022
lib_suffix: dll
wwiv_distro: win-x86
archive_suffix: zip
fail-fast: false
runs-on: ${{ matrix.os }}
# TODO: Update this on new releases
environment: WWIV59
env:
BUILD_NUMBER: ${{needs.wwiv-build-number.outputs.build_number}}
WWIV_TAG: ${{needs.wwiv-build-number.outputs.wwiv_tag}}
WWIV_DISTRO: ${{ matrix.wwiv_distro }}
WWIV_RELEASE_ARCHIVE_FILE: wwiv-${{ matrix.wwiv_distro }}-${{ vars.WWIV_RELEASE }}.${{needs.wwiv-build-number.outputs.build_number}}.${{ matrix.archive_suffix }}
CMAKE_BINARY_DIR: '${{ github.workspace }}/_build'
WWIV_RELEASE_DIR: '${{ github.workspace }}/_build/release'
steps:
# - name: Dump Vars
# env:
# VARS: ${{ toJson(vars) }}
# EVENT: ${{ toJson(github.event) }}
# REPO: ${{ github.repository }}
# RELEASE: ${{ vars.WWIV_RELEASE }}
# shell: bash
# run: |
# echo "WWIV_RELEASE_ARCHIVE_FILE: ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}"
# echo "release: ${{ env.RELEASE }}"
# echo "github.repository_owner: ${{ github.repository_owner }}"
# echo "github.repo: ${{ env.REPO }}"
# echo "github.event context: ${{ env.EVENT }}"
# echo "vars context: ${{ env.VARS }}"
# Check it out again since now it's a new job.
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Get CMake
uses: lukka/get-cmake@latest
- name: Setup a new vcpkg
uses: lukka/run-vcpkg@v11 # Always specify the specific _version_ of the
- name: Locate Visual Studio (Windows)
if: ${{ matrix.os == 'windows-2022' }}
run: |
$vcbase=$(vswhere -legacy -latest -property installationPath)
echo VCVARS_ALL="${vcbase}\VC\Auxiliary\Build\vcvarsall.bat" >> "$env:GITHUB_ENV"
- name: Set up Visual Studio Env (Windows)
uses: egor-tensin/vs-shell@v2
if: ${{ matrix.os == 'windows-2022' }}
with:
arch: x86
- name: Build (Windows)
if: ${{ matrix.os == 'windows-2022' }}
shell: cmd
run: builds\jenkins\wwiv\build.cmd
env:
WWIV_ARCH: x86
WWIV_RELEASE: 5.9.0
- name: Build (Linux)
if: ${{ matrix.os != 'windows-2022' }}
shell: bash
run: builds/jenkins/wwiv/build
env:
WWIV_ARCH: x86
WWIV_RELEASE: 5.9.0
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Look for output file
run: ls ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}
- uses: actions/upload-artifact@v4
with:
name: ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}
path: ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}
- name: Release to Latest
uses: softprops/action-gh-release@v1
with:
tag_name: "${{ env.WWIV_TAG }}"
files: ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}
================================================
FILE: .gitignore
================================================
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
*.VC.opendb
*.VC.db
.vs
*.COD
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
unzip__Win32_Release/
zip___Win32_Release/
unzip__Win32_Debug/
zip___Win32_Debug/
# archives directory from jenkins
archives/
staging/
wwiv-build-*.zip
# Roslyn cache directories
*.ide/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
#NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding addin-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config
# Windows Azure Build Output
csx/
*.build.csdef
# Windows Store app package directory
AppPackages/
# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# Templates
template.h
################################################################################
#
# Linux/UNIX files
#
#
CMakeFiles
CMakeCache.txt
Makefile
*.a
deps/cl345/*.o
deps/cl345/static-obj/
deps/cl345/tools/endian
_build/
_b/
# CLion files
.idea/
*.cbp
# Used by local build system
core/version.cpp.saved
# VCPkg Artifacts
vcpkg_installed
================================================
FILE: .gitmodules
================================================
[submodule "deps/my_basic"]
path = deps/my_basic
url = https://github.com/wwivbbs/my_basic.git
[submodule "deps/pdcurses"]
path = deps/pdcurses
url = https://github.com/wwivbbs/PDCurses.git
branch = master
[submodule "vcpkg"]
path = vcpkg
url = https://github.com/Microsoft/vcpkg
================================================
FILE: .lgtm
================================================
approvals = 1
pattern = "(?i)LGTM"
================================================
FILE: CMakeLists.txt
================================================
###############################################################################
#
# CMake for WWIV
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
if(POLICY CMP0092)
# MSVC warning flags are not in CMAKE_<LANG>_FLAGS by default.
cmake_policy(SET CMP0092 NEW)
endif()
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake
CACHE STRING "Vcpkg toolchain file")
project(wwiv)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
# Set the current root as the Include directory for the compiler,
# since WWIV uses include paths like "core/foo.h"
include_directories(${CMAKE_SOURCE_DIR})
include(Common)
include(FindASan)
find_package(fmt CONFIG REQUIRED)
find_package(cereal CONFIG REQUIRED)
MACRO_ENSURE_OUT_OF_SOURCE_BUILD()
ENSURE_MINIMUM_COMPILER_VERSIONS()
if(WWIV_ASAN_ENABLED)
string(REGEX REPLACE "/RTC(su|[1su])" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
message(STATUS "Enabling -fsanitize=address")
message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}\n")
add_compile_options(-fsanitize=address)
endif()
# fanalyzer
if(WWIV_GCC_ANALYZER_ENABLED)
message(STATUS "Enabling -fanalyzer")
add_compile_options(-fanalyzer)
endif()
if (WWIV_BUILD_TESTS)
message (STATUS "WWIV_BUILD_TESTS is ON")
find_package(GTest CONFIG REQUIRED)
# Workaround gtest really wanting to compile with /Mtd vs /MD
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
enable_testing()
include(GoogleTest)
endif (WWIV_BUILD_TESTS)
# Cryptlib
if (WWIV_SSH_CRYPTLIB AND NOT OS2)
add_subdirectory(deps/cl345)
endif()
if(WIN32 OR OS2)
# We only use pdcurses on Win32
add_definitions(-DPDC_WIDE)
add_subdirectory(deps/pdcurses EXCLUDE_FROM_ALL)
endif()
#if (NOT OS2)
set(WWIV_BUILD_WWIVD ON)
#endif()
add_subdirectory(bbs)
add_subdirectory(binkp)
add_subdirectory(common)
add_subdirectory(core)
add_subdirectory(fsed)
add_subdirectory(lnet)
add_subdirectory(local_io)
add_subdirectory(localui)
add_subdirectory(net_core)
add_subdirectory(network)
add_subdirectory(network1)
add_subdirectory(network2)
add_subdirectory(network3)
add_subdirectory(networkb)
add_subdirectory(networkc)
add_subdirectory(networkf)
add_subdirectory(networkt)
add_subdirectory(sdk)
add_subdirectory(wwivconfig)
if (WWIV_BUILD_WWIVD)
add_subdirectory(wwivd)
endif()
add_subdirectory(wwivfsed)
add_subdirectory(wwivutil)
if (WWIV_INSTALL)
# Create build.nfo
message(STATUS "Writing ${CMAKE_BINARY_DIR}/BUILD.NFO")
file(
WRITE "${CMAKE_BINARY_DIR}/build.nfo"
"Build URL $ENV{BUILD_URL}\n"
"Build Version: $ENV{BUILD_NUMBER}\n\n"
)
if(WWIV_ZIP_INSTALL_FILES)
create_datafile_archive("data" "${WWIV_INSTALL_SRC}/data")
create_datafile_archive("inifiles" "${WWIV_INSTALL_SRC}/inifiles")
create_datafile_archive("gfiles" "${WWIV_INSTALL_SRC}/gfiles")
create_datafile_archive("menus" "${WWIV_INSTALL_SRC}/menus")
create_datafile_archive("scripts" "${WWIV_INSTALL_SRC}/scripts")
create_datafile_archive("zip-city" "${WWIV_INSTALL_SRC}/zip-city")
create_datafile_archive("regions" "${WWIV_INSTALL_SRC}/regions")
if (UNIX)
create_datafile_archive("unix" "${WWIV_INSTALL_SRC}/platform/unix")
endif()
endif()
install(TARGETS bbs DESTINATION .)
install(TARGETS lnet DESTINATION .)
install(TARGETS network DESTINATION .)
install(TARGETS networkb DESTINATION .)
install(TARGETS networkc DESTINATION .)
install(TARGETS networkf DESTINATION .)
install(TARGETS networkt DESTINATION .)
install(TARGETS network1 DESTINATION .)
install(TARGETS network2 DESTINATION .)
install(TARGETS network3 DESTINATION .)
install(TARGETS wwivconfig DESTINATION .)
install(TARGETS wwivfsed DESTINATION .)
if(WWIV_BUILD_WWIVD)
install(TARGETS wwivd DESTINATION .)
endif()
install(TARGETS wwivutil DESTINATION .)
if (UNIX)
set(PLATFORM_DIR "${WWIV_INSTALL_SRC}/platform/unix")
# Copy shell scripts, rest can be from unix.zip
file(GLOB PLATFORM_FILES "${PLATFORM_DIR}/*.sh" "${PLATFORM_DIR}/*.bash")
foreach(file ${PLATFORM_FILES})
message(DEBUG "Installing Platform Specific File: ${file}")
INSTALL(FILES "${file}"
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
DESTINATION .)
endforeach()
elseif(WIN32)
set(PLATFORM_DIR "${WWIV_INSTALL_SRC}/platform/win32")
file(GLOB PLATFORM_FILES "${PLATFORM_DIR}/*")
foreach(file ${PLATFORM_FILES})
message(DEBUG "Installing Platform Specific File: ${file}")
INSTALL(FILES "${file}" DESTINATION .)
endforeach()
INSTALL(FILES "${CL32_DLL}" DESTINATION .)
elseif(OS2)
set(PLATFORM_DIR "${WWIV_INSTALL_SRC}/platform/os2")
file(GLOB PLATFORM_FILES "${PLATFORM_DIR}/*")
foreach(file ${PLATFORM_FILES})
message(DEBUG "Installing Platform Specific File: ${file}")
INSTALL(FILES "${file}" DESTINATION .)
endforeach()
endif()
file(GLOB DOCS_FILES "${WWIV_INSTALL_SRC}/docs/*")
foreach(file ${DOCS_FILES})
INSTALL(FILES "${file}" DESTINATION .)
endforeach()
endif (WWIV_INSTALL)
================================================
FILE: CMakePresets.json
================================================
{
"version": 4,
"configurePresets": [
{
"name": "wwiv-default",
"displayName": "wwiv default build",
"description": "Ninja, x86 debug",
"generator": "Ninja",
"binaryDir": "${sourceDir}/_build",
"architecture": {
"value": "x86",
"strategy": "external"
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install"
}
},
{
"name": "VSCode Debug",
"description": "",
"displayName": "",
"inherits": [
"windows-default"
]
}
],
"buildPresets": [
{
"name": "WWIV Debug Build",
"displayName": "WWIV Debug Build",
"configurePreset": "wwiv-default",
"description": "Default Windows debug build (MSVC)"
}
],
"testPresets": [
{
"name": "wwiv-test-default",
"description": "Enable output on failure",
"configurePreset": "linux-debug",
"output": {
"outputOnFailure": true
}
},
{
"name": "core-test-windows",
"inherits": "wwiv-test-default",
"configurePreset": "x86-debug"
}
]
}
================================================
FILE: CMakeSettings.json
================================================
{
"configurations": [
{
"name": "x86-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ],
"intelliSenseMode": "windows-msvc-x64"
}
]
}
================================================
FILE: CODE_OF_CONDUCT.md
================================================
# WWIV Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address (@wwivbbs.org), posting via an official social media account, or acting as
an appointed representative at an online or offline event. Representation of a
project may be further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at coc@wwivbbs.org. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
[homepage]: https://www.contributor-covenant.org
For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
================================================
FILE: Doxyfile
================================================
# Doxyfile 1.8.10
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists, items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (\" \").
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
# for the list of possible encodings.
# The default value is: UTF-8.
DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
# double-quotes, unless you are using Doxywizard) that should identify the
# project for which the documentation is generated. This name is used in the
# title of most generated pages and in a few other places.
# The default value is: My Project.
PROJECT_NAME = "WWIV BBS"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 5.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF = "WWIV BBS System"
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO = W:/wwivbbs.github.io/images/WWIV_logo.jpg
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY = W:\wwiv-doxygen
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
# will distribute the generated files over these directories. Enabling this
# option can be useful when feeding doxygen a huge amount of source files, where
# putting all generated files in the same directory would otherwise causes
# performance problems for the file system.
# The default value is: NO.
CREATE_SUBDIRS = NO
# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
# U+3044.
# The default value is: NO.
ALLOW_UNICODE_NAMES = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
# information to generate all constant output in the proper language.
# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
# Ukrainian and Vietnamese.
# The default value is: English.
OUTPUT_LANGUAGE = English
# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# descriptions after the members that are listed in the file and class
# documentation (similar to Javadoc). Set to NO to disable this.
# The default value is: YES.
BRIEF_MEMBER_DESC = YES
# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
# description of a member or function before the detailed description
#
# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
# brief descriptions will be completely suppressed.
# The default value is: YES.
REPEAT_BRIEF = YES
# This tag implements a quasi-intelligent brief description abbreviator that is
# used to form the text in various listings. Each string in this list, if found
# as the leading text of the brief description, will be stripped from the text
# and the result, after processing the whole list, is used as the annotated
# text. Otherwise, the brief description is used as-is. If left blank, the
# following values are used ($name is automatically replaced with the name of
# the entity):The $name class, The $name widget, The $name file, is, provides,
# specifies, contains, represents, a, an and the.
ABBREVIATE_BRIEF = "The $name class" \
"The $name widget" \
"The $name file" \
is \
provides \
specifies \
contains \
represents \
a \
an \
the
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# doxygen will generate a detailed section even if there is only a brief
# description.
# The default value is: NO.
ALWAYS_DETAILED_SEC = NO
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
# The default value is: NO.
INLINE_INHERITED_MEMB = NO
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
# before files name in the file list and in the header files. If set to NO the
# shortest path that makes the file name unique will be used
# The default value is: YES.
FULL_PATH_NAMES = YES
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
# part of the path. The tag can be used to show relative paths in the file list.
# If left blank the directory from which doxygen is run is used as the path to
# strip.
#
# Note that you can specify absolute paths here, but also relative paths, which
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH =
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
# header file to include in order to use a class. If left blank only the name of
# the header file containing the class definition is used. Otherwise one should
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.
STRIP_FROM_INC_PATH =
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.
SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
# description. If set to NO, the Javadoc-style will behave just like regular Qt-
# style comments (thus requiring an explicit @brief command for a brief
# description.)
# The default value is: NO.
JAVADOC_AUTOBRIEF = NO
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.
QT_AUTOBRIEF = NO
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
# a brief description. This used to be the default behavior. The new default is
# to treat a multi-line C++ comment block as a detailed description. Set this
# tag to YES if you prefer the old behavior instead.
#
# Note that setting this tag to YES also means that rational rose comments are
# not recognized any more.
# The default value is: NO.
MULTILINE_CPP_IS_BRIEF = NO
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
# documentation from any documented member that it re-implements.
# The default value is: YES.
INHERIT_DOCS = YES
# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
# page for each member. If set to NO, the documentation of a member will be part
# of the file/class/namespace that contains it.
# The default value is: NO.
SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
# uses this value to replace tabs by spaces in code fragments.
# Minimum value: 1, maximum value: 16, default value: 4.
TAB_SIZE = 4
# This tag can be used to specify a number of aliases that act as commands in
# the documentation. An alias has the form:
# name=value
# For example adding
# "sideeffect=@par Side Effects:\n"
# will allow you to put the command \sideeffect (or @sideeffect) in the
# documentation, which will result in a user-defined paragraph with heading
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
ALIASES =
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.
TCL_SUBST =
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
# members will be omitted, etc.
# The default value is: NO.
OPTIMIZE_OUTPUT_FOR_C = NO
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
# for that language. For instance, namespaces will be presented as packages,
# qualified scopes will look different, etc.
# The default value is: NO.
OPTIMIZE_OUTPUT_JAVA = NO
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# sources. Doxygen will then generate output that is tailored for Fortran.
# The default value is: NO.
OPTIMIZE_FOR_FORTRAN = NO
# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
# sources. Doxygen will then generate output that is tailored for VHDL.
# The default value is: NO.
OPTIMIZE_OUTPUT_VHDL = NO
# Doxygen selects the parser to use depending on the extension of the files it
# parses. With this tag you can assign which parser to use for a given
# extension. Doxygen has a built-in mapping, but you can override or extend it
# using this tag. The format is ext=language, where ext is a file extension, and
# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
# Fortran. In the later case the parser tries to guess whether the code is fixed
# or free formatted code, this is the default for Fortran type files), VHDL. For
# instance to make doxygen treat .inc files as Fortran files (default is PHP),
# and .f files as C (default is Fortran), use: inc=Fortran f=C.
#
# Note: For files without extension you can use no_extension as a placeholder.
#
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen.
EXTENSION_MAPPING =
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
# documentation. See http://daringfireball.net/projects/markdown/ for details.
# The output of markdown processing is further processed by doxygen, so you can
# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
# case of backward compatibilities issues.
# The default value is: YES.
MARKDOWN_SUPPORT = YES
# When enabled doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can
# be prevented in individual cases by putting a % sign in front of the word or
# globally by setting AUTOLINK_SUPPORT to NO.
# The default value is: YES.
AUTOLINK_SUPPORT = YES
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
# to include (a tag file for) the STL sources as input, then you should set this
# tag to YES in order to let doxygen match functions declarations and
# definitions whose arguments contain STL classes (e.g. func(std::string);
# versus func(std::string) {}). This also make the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.
BUILTIN_STL_SUPPORT = NO
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
# The default value is: NO.
CPP_CLI_SUPPORT = NO
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
# will parse them like normal C++ but will assume all classes use public instead
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.
SIP_SUPPORT = NO
# For Microsoft's IDL there are propget and propput attributes to indicate
# getter and setter methods for a property. Setting this option to YES will make
# doxygen to replace the get and set methods by a property in the documentation.
# This will only work if the methods are indeed getting or setting a simple
# type. If this is not the case, or you want to show the methods anyway, you
# should set this option to NO.
# The default value is: YES.
IDL_PROPERTY_SUPPORT = YES
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES then doxygen will reuse the documentation of the first
# member in the group (if any) for the other members of the group. By default
# all members of a group must be documented explicitly.
# The default value is: NO.
DISTRIBUTE_GROUP_DOC = NO
# If one adds a struct or class to a group and this option is enabled, then also
# any nested class or struct is added to the same group. By default this option
# is disabled and one has to add nested compounds explicitly via \ingroup.
# The default value is: NO.
GROUP_NESTED_COMPOUNDS = NO
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# (for instance a group of public functions) to be put as a subgroup of that
# type (e.g. under the Public Functions section). Set it to NO to prevent
# subgrouping. Alternatively, this can be done per class using the
# \nosubgrouping command.
# The default value is: YES.
SUBGROUPING = YES
# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
# are shown inside the group in which they are included (e.g. using \ingroup)
# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
# and RTF).
#
# Note that this feature does not work in combination with
# SEPARATE_MEMBER_PAGES.
# The default value is: NO.
INLINE_GROUPED_CLASSES = NO
# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
# with only public data fields or simple typedef fields will be shown inline in
# the documentation of the scope in which they are defined (i.e. file,
# namespace, or group documentation), provided this scope is documented. If set
# to NO, structs, classes, and unions are shown on a separate page (for HTML and
# Man pages) or section (for LaTeX and RTF).
# The default value is: NO.
INLINE_SIMPLE_STRUCTS = NO
# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
# enum is documented as struct, union, or enum with the name of the typedef. So
# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
# with name TypeT. When disabled the typedef will appear as a member of a file,
# namespace, or class. And the struct will be named TypeS. This can typically be
# useful for C code in case the coding convention dictates that all compound
# types are typedef'ed and only the typedef is referenced, never the tag name.
# The default value is: NO.
TYPEDEF_HIDES_STRUCT = NO
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
# cache is used to resolve symbols given their name and scope. Since this can be
# an expensive process and often the same symbol appears multiple times in the
# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
# doxygen will become slower. If the cache is too large, memory is wasted. The
# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
# symbols. At the end of a run doxygen will report the cache usage and suggest
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.
LOOKUP_CACHE_SIZE = 0
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
# documentation are documented, even if no documentation was available. Private
# class members and static file members will be hidden unless the
# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
# Note: This will also disable the warnings about undocumented members that are
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# The default value is: NO.
EXTRACT_PRIVATE = NO
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
# The default value is: NO.
EXTRACT_PACKAGE = NO
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
# The default value is: NO.
EXTRACT_STATIC = NO
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
# only classes defined in header files are included. Does not have any effect
# for Java sources.
# The default value is: YES.
EXTRACT_LOCAL_CLASSES = YES
# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
# included in the documentation. If set to NO, only methods in the interface are
# included.
# The default value is: NO.
EXTRACT_LOCAL_METHODS = NO
# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called
# 'anonymous_namespace{file}', where file will be replaced with the base name of
# the file that contains the anonymous namespace. By default anonymous namespace
# are hidden.
# The default value is: NO.
EXTRACT_ANON_NSPACES = NO
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these
# members will be included in the various overviews, but no documentation
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
HIDE_UNDOC_MEMBERS = NO
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy. If set
# to NO, these classes will be included in the various overviews. This option
# has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
HIDE_UNDOC_CLASSES = NO
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
# (class|struct|union) declarations. If set to NO, these declarations will be
# included in the documentation.
# The default value is: NO.
HIDE_FRIEND_COMPOUNDS = NO
# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
# documentation blocks found inside the body of a function. If set to NO, these
# blocks will be appended to the function's detailed documentation block.
# The default value is: NO.
HIDE_IN_BODY_DOCS = NO
# The INTERNAL_DOCS tag determines if documentation that is typed after a
# \internal command is included. If the tag is set to NO then the documentation
# will be excluded. Set it to YES to include the internal documentation.
# The default value is: NO.
INTERNAL_DOCS = NO
# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
# names in lower-case letters. If set to YES, upper-case letters are also
# allowed. This is useful if you have classes or files whose names only differ
# in case and if your file system supports case sensitive file names. Windows
# and Mac users are advised to set this option to NO.
# The default value is: system dependent.
CASE_SENSE_NAMES = NO
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
# their full class and namespace scopes in the documentation. If set to YES, the
# scope will be hidden.
# The default value is: NO.
HIDE_SCOPE_NAMES = NO
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
# append additional text to a page's title, such as Class Reference. If set to
# YES the compound reference will be hidden.
# The default value is: NO.
HIDE_COMPOUND_REFERENCE= NO
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
# the files that are included by a file in the documentation of that file.
# The default value is: YES.
SHOW_INCLUDE_FILES = YES
# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
# grouped member an include statement to the documentation, telling the reader
# which file to include in order to use the member.
# The default value is: NO.
SHOW_GROUPED_MEMB_INC = NO
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
# files with double quotes in the documentation rather than with sharp brackets.
# The default value is: NO.
FORCE_LOCAL_INCLUDES = NO
# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
# documentation for inline members.
# The default value is: YES.
INLINE_INFO = YES
# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
# (detailed) documentation of file and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order.
# The default value is: YES.
SORT_MEMBER_DOCS = YES
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# descriptions of file, namespace and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order. Note that
# this will also influence the order of the classes in the class list.
# The default value is: NO.
SORT_BRIEF_DOCS = NO
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
# (brief and detailed) documentation of class members so that constructors and
# destructors are listed first. If set to NO the constructors will appear in the
# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
# member documentation.
# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
# detailed member documentation.
# The default value is: NO.
SORT_MEMBERS_CTORS_1ST = NO
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
# of group names into alphabetical order. If set to NO the group names will
# appear in their defined order.
# The default value is: NO.
SORT_GROUP_NAMES = NO
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
# fully-qualified names, including namespaces. If set to NO, the class list will
# be sorted only by class name, not including the namespace part.
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
# Note: This option applies only to the class list, not to the alphabetical
# list.
# The default value is: NO.
SORT_BY_SCOPE_NAME = NO
# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
# type resolution of all parameters of a function it will reject a match between
# the prototype and the implementation of a member function even if there is
# only one candidate or it is obvious which candidate to choose by doing a
# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
# accept a match between prototype and implementation in such cases.
# The default value is: NO.
STRICT_PROTO_MATCHING = NO
# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.
GENERATE_TODOLIST = YES
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.
GENERATE_TESTLIST = YES
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
# The default value is: YES.
GENERATE_BUGLIST = YES
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# the deprecated list. This list is created by putting \deprecated commands in
# the documentation.
# The default value is: YES.
GENERATE_DEPRECATEDLIST= YES
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
# ... \endcond blocks.
ENABLED_SECTIONS =
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
# initial value of a variable or macro / define can have for it to appear in the
# documentation. If the initializer consists of more lines than specified here
# it will be hidden. Use a value of 0 to hide initializers completely. The
# appearance of the value of individual variables and macros / defines can be
# controlled using \showinitializer or \hideinitializer command in the
# documentation regardless of this setting.
# Minimum value: 0, maximum value: 10000, default value: 30.
MAX_INITIALIZER_LINES = 30
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
# the bottom of the documentation of classes and structs. If set to YES, the
# list will mention the files that were used to generate the documentation.
# The default value is: YES.
SHOW_USED_FILES = YES
# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
# will remove the Files entry from the Quick Index and from the Folder Tree View
# (if specified).
# The default value is: YES.
SHOW_FILES = YES
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# page. This will remove the Namespaces entry from the Quick Index and from the
# Folder Tree View (if specified).
# The default value is: YES.
SHOW_NAMESPACES = YES
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from
# the version control system). Doxygen will invoke the program by executing (via
# popen()) the command command input-file, where command is the value of the
# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
# by doxygen. Whatever the program writes to standard output is used as the file
# version. For an example see the documentation.
FILE_VERSION_FILTER =
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
# by doxygen. The layout file controls the global structure of the generated
# output files in an output format independent way. To create the layout file
# that represents doxygen's defaults, run doxygen with the -l option. You can
# optionally specify a file name after the option, if omitted DoxygenLayout.xml
# will be used as the name of the layout file.
#
# Note that if you run doxygen from a directory containing a file called
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
LAYOUT_FILE =
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
# extension is automatically appended if omitted. This requires the bibtex tool
# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references.
CITE_BIB_FILES =
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------
# The QUIET tag can be used to turn on/off the messages that are generated to
# standard output by doxygen. If QUIET is set to YES this implies that the
# messages are off.
# The default value is: NO.
QUIET = NO
# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
# this implies that the warnings are on.
#
# Tip: Turn warnings on while writing the documentation.
# The default value is: YES.
WARNINGS = YES
# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
# will automatically be disabled.
# The default value is: YES.
WARN_IF_UNDOCUMENTED = YES
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some parameters
# in a documented function, or documenting parameters that don't exist or using
# markup commands wrongly.
# The default value is: YES.
WARN_IF_DOC_ERROR = YES
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
# are documented, but have no documentation for their parameters or return
# value. If set to NO, doxygen will only warn about wrong or incomplete
# parameter documentation, but not about the absence of documentation.
# The default value is: NO.
WARN_NO_PARAMDOC = NO
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
# will be replaced by the file and line number from which the warning originated
# and the warning text. Optionally the format may contain $version, which will
# be replaced by the version of the file (if it could be obtained via
# FILE_VERSION_FILTER)
# The default value is: $file:$line: $text.
WARN_FORMAT = "$file:$line: $text"
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
# messages should be written. If left blank the output is written to standard
# error (stderr).
WARN_LOGFILE =
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
# The INPUT tag is used to specify the files and/or directories that contain
# documented source files. You may enter file names like myfile.cpp or
# directories like /usr/src/myproject. Separate the files or directories with
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = W:\wwiv\core \
W:\wwiv\sdk \
W:\wwiv\networkb \
W:\wwiv\localui
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
# documentation (see: http://www.gnu.org/software/libiconv) for the list of
# possible encodings.
# The default value is: UTF-8.
INPUT_ENCODING = UTF-8
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
# *.h) to filter out the source-files in the directories.
#
# Note that for custom extensions or not directly supported extensions you also
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
# read by doxygen.
#
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd,
# *.vhdl, *.ucf, *.qsf, *.as and *.js.
FILE_PATTERNS = *.c \
*.cc \
*.cxx \
*.cpp \
*.c++ \
*.java \
*.ii \
*.ixx \
*.ipp \
*.i++ \
*.inl \
*.idl \
*.ddl \
*.odl \
*.h \
*.hh \
*.hxx \
*.hpp \
*.h++ \
*.cs \
*.d \
*.php \
*.php4 \
*.php5 \
*.phtml \
*.inc \
*.m \
*.markdown \
*.md \
*.mm \
*.dox \
*.py \
*.f90 \
*.f \
*.for \
*.tcl \
*.vhd \
*.vhdl \
*.ucf \
*.qsf \
*.as \
*.js
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# The default value is: NO.
RECURSIVE = YES
# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
#
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
# from the input.
# The default value is: NO.
EXCLUDE_SYMLINKS = NO
# If the value of the INPUT tag contains directories, you can use the
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS =
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
# output. The symbol name can be a fully qualified name, a word, or if the
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
EXCLUDE_SYMBOLS =
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
# command).
EXAMPLE_PATH =
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank all
# files are included.
EXAMPLE_PATTERNS = *
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude commands
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.
EXAMPLE_RECURSIVE = NO
# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the
# \image command).
IMAGE_PATH =
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
# by executing (via popen()) the command:
#
# <filter> <input-file>
#
# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
# name of an input file. Doxygen will then use the output that the filter
# program writes to standard output. If FILTER_PATTERNS is specified, this tag
# will be ignored.
#
# Note that the filter must not add or remove lines; it is applied before the
# code is scanned, but not when the output code is generated. If lines are added
# or removed, the anchors will not be placed correctly.
INPUT_FILTER =
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
# filter if there is a match. The filters are a list of the form: pattern=filter
# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
# patterns match the file name, INPUT_FILTER is applied.
FILTER_PATTERNS =
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will also be used to filter the input files that are used for
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# The default value is: NO.
FILTER_SOURCE_FILES = NO
# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
# it is also possible to disable source filtering for a specific pattern using
# *.ext= (so without naming a filter).
# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
FILTER_SOURCE_PATTERNS =
# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
# is part of the input, its contents will be placed on the main page
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE =
#---------------------------------------------------------------------------
# Configuration options related to source browsing
#---------------------------------------------------------------------------
# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
# generated. Documented entities will be cross-referenced with these sources.
#
# Note: To get rid of all source code in the generated output, make sure that
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
SOURCE_BROWSER = NO
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# The default value is: NO.
INLINE_SOURCES = NO
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and
# Fortran comments will always remain visible.
# The default value is: YES.
STRIP_CODE_COMMENTS = YES
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.
# The default value is: NO.
REFERENCED_BY_RELATION = NO
# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
# The default value is: NO.
REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
# link to the documentation.
# The default value is: YES.
REFERENCES_LINK_SOURCE = YES
# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
# source code will show a tooltip with additional information such as prototype,
# brief description and links to the definition and documentation. Since this
# will make the HTML file larger and loading of large files a bit slower, you
# can opt to disable this feature.
# The default value is: YES.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
SOURCE_TOOLTIPS = YES
# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
# (see http://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
# - Install the latest version of global
# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
# - Make sure the INPUT points to the root of the source tree
# - Run doxygen as normal
#
# Doxygen will invoke htags (and that will in turn invoke gtags), so these
# tools must be available from the command line (i.e. in the search path).
#
# The result: instead of the source browser generated by doxygen, the links to
# source code will now point to the output of htags.
# The default value is: NO.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
USE_HTAGS = NO
# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
# verbatim copy of the header file for each class for which an include is
# specified. Set to NO to disable this.
# See also: Section \class.
# The default value is: YES.
VERBATIM_HEADERS = YES
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
# cost of reduced performance. This can be particularly helpful with template
# rich C++ code for which doxygen's built-in parser lacks the necessary type
# information.
# Note: The availability of this option depends on whether or not doxygen was
# compiled with the --with-libclang option.
# The default value is: NO.
CLANG_ASSISTED_PARSING = NO
# If clang assisted parsing is enabled you can provide the compiler with command
# line options that you would normally use when invoking the compiler. Note that
# the include paths will already be set by doxygen for the files and directories
# specified with INPUT and INCLUDE_PATH.
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
CLANG_OPTIONS =
#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
# compounds will be generated. Enable this if the project contains a lot of
# classes, structs, unions or interfaces.
# The default value is: YES.
ALPHABETICAL_INDEX = YES
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
COLS_IN_ALPHA_INDEX = 5
# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
# while generating the index headers.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
IGNORE_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# The default value is: YES.
GENERATE_HTML = YES
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
# The default value is: .html.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FILE_EXTENSION = .html
# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
# each generated HTML page. If the tag is left blank doxygen will generate a
# standard header.
#
# To get valid HTML the header file that includes any scripts and style sheets
# that doxygen needs, which is dependent on the configuration options used (e.g.
# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
# default header using
# doxygen -w html new_header.html new_footer.html new_stylesheet.css
# YourConfigFile
# and then modify the file new_header.html. See also section "Doxygen usage"
# for information on how to generate the default header that doxygen normally
# uses.
# Note: The header is subject to change so you typically have to regenerate the
# default header when upgrading to a newer version of doxygen. For a description
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_HEADER =
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
# footer. See HTML_HEADER for more information on how to generate a default
# footer and what special commands can be used inside the footer. See also
# section "Doxygen usage" for information on how to generate the default footer
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FOOTER =
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
# the HTML output. If left blank doxygen will generate a default style sheet.
# See also section "Doxygen usage" for information on how to generate the style
# sheet that doxygen normally uses.
# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
# it is more robust and this tag (HTML_STYLESHEET) will in the future become
# obsolete.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_STYLESHEET =
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# cascading style sheets that are included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
# standard style sheet and is therefore more robust against future updates.
# Doxygen will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
# that these files will be copied to the base HTML output directory. Use the
# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES =
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.
# Minimum value: 0, maximum value: 359, default value: 220.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_HUE = 359
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
# in the HTML output. For a value of 0 the output will use grayscales only. A
# value of 255 will produce the most vivid colors.
# Minimum value: 0, maximum value: 255, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_SAT = 3
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
# luminance component of the colors in the HTML output. Values below 100
# gradually make the output lighter, whereas values above 100 make the output
# darker. The value divided by 100 is the actual gamma applied, so 80 represents
# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
# change the gamma.
# Minimum value: 40, maximum value: 240, default value: 80.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_GAMMA = 240
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
# page will contain the date and time when the page was generated. Setting this
# to YES can help to show when doxygen was last run and thus if the
# documentation is up to date.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
# page has loaded.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_DYNAMIC_SECTIONS = NO
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand
# and collapse entries dynamically later on. Doxygen will expand the tree to
# such a level that at most the specified number of entries are visible (unless
# a fully collapsed tree already exceeds this amount). So setting the number of
# entries 1 will produce a full collapsed tree by default. 0 is a special value
# representing an infinite number of entries and will result in a full expanded
# tree by default.
# Minimum value: 0, maximum value: 9999, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_INDEX_NUM_ENTRIES = 100
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
# generated that can be used as input for Apple's Xcode 3 integrated development
# environment (see: http://developer.apple.com/tools/xcode/), introduced with
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
# Makefile in the HTML output directory. Running make will produce the docset in
# that directory and running make install will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
# for more information.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_DOCSET = NO
# This tag determines the name of the docset feed. A documentation feed provides
# an umbrella under which multiple documentation sets from a single provider
# (such as a company or product suite) can be grouped.
# The default value is: Doxygen generated docs.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_FEEDNAME = "Doxygen generated docs"
# This tag specifies a string that should uniquely identify the documentation
# set bundle. This should be a reverse domain-name style string, e.g.
# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_BUNDLE_ID = org.doxygen.Project
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
# the documentation publisher. This should be a reverse domain-name style
# string, e.g. com.mycompany.MyDocSet.documentation.
# The default value is: org.doxygen.Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_PUBLISHER_ID = org.doxygen.Publisher
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
# The default value is: Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_PUBLISHER_NAME = Publisher
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
# Windows.
#
# The HTML Help Workshop contains a compiler that can convert all HTML output
# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
# files are now used as the Windows 98 help format, and will replace the old
# Windows help format (.hlp) on all Windows platforms in the future. Compressed
# HTML files also contain an index, a table of contents, and you can search for
# words in the documentation. The HTML workshop also contains a viewer for
# compressed HTML files.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_HTMLHELP = NO
# The CHM_FILE tag can be used to specify the file name of the resulting .chm
# file. You can add a path in front of the file if the result should not be
# written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE =
# The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
# doxygen will try to run the HTML help compiler on the generated index.hhp.
# The file has to be specified with full path.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
HHC_LOCATION =
# The GENERATE_CHI flag controls if a separate .chi index file is generated
# (YES) or that it should be included in the main .chm file (NO).
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
GENERATE_CHI = NO
# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
# and project file content.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_INDEX_ENCODING =
# The BINARY_TOC flag controls whether a binary table of contents is generated
# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
# enables the Previous and Next buttons.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
BINARY_TOC = NO
# The TOC_EXPAND flag can be set to YES to add extra items for group members to
# the table of contents of the HTML help documentation and to the tree view.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
TOC_EXPAND = NO
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
# (.qch) of the generated HTML documentation.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_QHP = NO
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
# the file name of the resulting .qch file. The path specified is relative to
# the HTML output folder.
# This tag requires that the tag GENERATE_QHP is set to YES.
QCH_FILE =
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_NAMESPACE = org.doxygen.Project
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
# folders).
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_VIRTUAL_FOLDER = doc
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_NAME =
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see Qt Help Project / Custom
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_ATTRS =
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_SECT_FILTER_ATTRS =
# The QHG_LOCATION tag can be used to specify the location of Qt's
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
# generated .qhp file.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHG_LOCATION =
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
# generated, together with the HTML files, they form an Eclipse help plugin. To
# install this plugin and make it available under the help contents menu in
# Eclipse, the contents of the directory containing the HTML and XML files needs
# to be copied into the plugins directory of eclipse. The name of the directory
# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
# After copying Eclipse needs to be restarted before the help appears.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_ECLIPSEHELP = NO
# A unique identifier for the Eclipse help plugin. When installing the plugin
# the directory name containing the HTML and XML files should also have this
# name. Each documentation set should have its own identifier.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
ECLIPSE_DOC_ID = org.doxygen.Project
# If you want full control over the layout of the generated HTML pages it might
# be necessary to disable the index and replace it with your own. The
# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
# of each HTML page. A value of NO enables the index and the value YES disables
# it. Since the tabs in the index contain the same information as the navigation
# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
DISABLE_INDEX = NO
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information. If the tag
# value is set to YES, a side panel will be generated containing a tree-like
# index structure (just like the one that is generated for HTML Help). For this
# to work a browser that supports JavaScript, DHTML, CSS and frames is required
# (i.e. any modern browser). Windows users are probably better off using the
# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
# further fine-tune the look of the index. As an example, the default style
# sheet generated by doxygen has an example that shows how to put an image at
# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
# the same information as the tab index, you could consider setting
# DISABLE_INDEX to YES when enabling this option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_TREEVIEW = NO
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
#
# Note that a value of 0 will completely suppress the enum values from appearing
# in the overview section.
# Minimum value: 0, maximum value: 20, default value: 4.
# This tag requires that the tag GENERATE_HTML is set to YES.
ENUM_VALUES_PER_LINE = 4
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
# to set the initial width (in pixels) of the frame in which the tree is shown.
# Minimum value: 0, maximum value: 1500, default value: 250.
# This tag requires that the tag GENERATE_HTML is set to YES.
TREEVIEW_WIDTH = 250
# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# external symbols imported via tag files in a separate window.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
EXT_LINKS_IN_WINDOW = NO
# Use this tag to change the font size of LaTeX formulas included as images in
# the HTML documentation. When you change the font size after a successful
# doxygen run you need to manually remove any form_*.png images from the HTML
# output directory to force them to be regenerated.
# Minimum value: 8, maximum value: 50, default value: 10.
# This tag requires that the tag GENERATE_HTML is set to YES.
FORMULA_FONTSIZE = 10
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are not
# supported properly for IE 6.0, but are supported on all modern browsers.
#
# Note that when changing this option you need to delete any form_*.png files in
# the HTML output directory before the changes have effect.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
# http://www.mathjax.org) which uses client side Javascript for the rendering
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
# installed or if you want to formulas look prettier in the HTML output. When
# enabled you may also need to install MathJax separately and configure the path
# to it using the MATHJAX_RELPATH option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
USE_MATHJAX = NO
# When MathJax is enabled you can set the default output format to be used for
# the MathJax output. See the MathJax site (see:
# http://docs.mathjax.org/en/latest/output.html) for more details.
# Possible values are: HTML-CSS (which is slower, but has the best
# compatibility), NativeMML (i.e. MathML) and SVG.
# The default value is: HTML-CSS.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_FORMAT = HTML-CSS
# When MathJax is enabled you need to specify the location relative to the HTML
# output directory using the MATHJAX_RELPATH option. The destination directory
# should contain the MathJax.js script. For instance, if the mathjax directory
# is located at the same level as the HTML output directory, then
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
# MathJax from http://www.mathjax.org before deployment.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_EXTENSIONS =
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
# of code that will be used on startup of the MathJax code. See the MathJax site
# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
# example see the documentation.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_CODEFILE =
# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
# the HTML output. The underlying search engine uses javascript and DHTML and
# should work on any modern browser. Note that when using HTML help
# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
# there is already a search function so this one should typically be disabled.
# For large projects the javascript based search engine can be slow, then
# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
# search using the keyboard; to jump to the search box use <access key> + S
# (what the <access key> is depends on the OS and browser, but it is typically
# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
# key> to jump into the search results window, the results can be navigated
# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
# the search. The filter options can be selected when the cursor is inside the
# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
# to select a filter and <Enter> or <escape> to activate or cancel the filter
# option.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a web server instead of a web client using Javascript. There
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
# setting. When disabled, doxygen will generate a PHP script for searching and
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
# and searching needs to be provided by external tools. See the section
# "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
SERVER_BASED_SEARCH = NO
# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# script for searching. Instead the search results are written to an XML file
# which needs to be processed by an external indexer. Doxygen will invoke an
# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
# search results.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/).
#
# See the section "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTERNAL_SEARCH = NO
# The SEARCHENGINE_URL should point to a search engine hosted by a web server
# which will return the search results when EXTERNAL_SEARCH is enabled.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/). See the section "External Indexing and
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.
SEARCHENGINE_URL =
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
# search data is written to a file for indexing by an external tool. With the
# SEARCHDATA_FILE tag the name of this file can be specified.
# The default file is: searchdata.xml.
# This tag requires that the tag SEARCHENGINE is set to YES.
SEARCHDATA_FILE = searchdata.xml
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTERNAL_SEARCH_ID =
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
# to a relative location where the documentation can be found. The format is:
# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTRA_SEARCH_MAPPINGS =
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_OUTPUT = latex
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
#
# Note that when enabling USE_PDFLATEX this option is only used for generating
# bitmaps for formulas in the HTML output, but not in the Makefile that is
# written to the output directory.
# The default file is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_CMD_NAME = latex
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
# index for LaTeX.
# The default file is: makeindex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
MAKEINDEX_CMD_NAME = makeindex
# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
COMPACT_LATEX = NO
# The PAPER_TYPE tag can be used to set the paper type that is used by the
# printer.
# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
# 14 inches) and executive (7.25 x 10.5 inches).
# The default value is: a4.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PAPER_TYPE = a4
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# that should be included in the LaTeX output. The package can be specified just
# by its name or with the correct syntax as to be used with the LaTeX
# \usepackage command. To get the times font for instance you can specify :
# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
# To use the option intlimits with the amsmath package you can specify:
# EXTRA_PACKAGES=[intlimits]{amsmath}
# If left blank no extra packages will be included.
# This tag requires that the tag GENERATE_LATEX is set to YES.
EXTRA_PACKAGES =
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
# generated LaTeX document. The header should contain everything until the first
# chapter. If it is left blank doxygen will generate a standard header. See
# section "Doxygen usage" for information on how to let doxygen write the
# default header to a separate file.
#
# Note: Only use a user-defined header if you know what you are doing! The
# following commands have a special meaning inside the header: $title,
# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
# string, for the replacement values of the other commands the user is referred
# to HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_HEADER =
# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
# generated LaTeX document. The footer should contain everything after the last
# chapter. If it is left blank doxygen will generate a standard footer. See
# LATEX_HEADER for more information on how to generate a default footer and what
# special commands can be used inside the footer.
#
# Note: Only use a user-defined footer if you know what you are doing!
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_FOOTER =
# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# LaTeX style sheets that are included after the standard style sheets created
# by doxygen. Using this option one can overrule certain style aspects. Doxygen
# will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list).
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EXTRA_STYLESHEET =
# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the LATEX_OUTPUT output
# directory. Note that the files will be copied as-is; there are no commands or
# markers available.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EXTRA_FILES =
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
# contain links (just like the HTML output) instead of page references. This
# makes the output suitable for online browsing using a PDF viewer.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PDF_HYPERLINKS = YES
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
# higher quality PDF documentation.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
# command to the generated LaTeX files. This will instruct LaTeX to keep running
# if errors occur, instead of asking the user for help. This option is also used
# when generating formulas in HTML.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_BATCHMODE = NO
# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
# index chapters (such as File Index, Compound Index, etc.) in the output.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_HIDE_INDICES = NO
# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
# code with syntax highlighting in the LaTeX output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_SOURCE_CODE = NO
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_BIB_STYLE = plain
#---------------------------------------------------------------------------
# Configuration options related to the RTF output
#---------------------------------------------------------------------------
# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
# RTF output is optimized for Word 97 and may not look too pretty with other RTF
# readers/editors.
# The default value is: NO.
GENERATE_RTF = NO
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: rtf.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_OUTPUT = rtf
# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
COMPACT_RTF = NO
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
# contain hyperlink fields. The RTF file will contain links (just like the HTML
# output) instead of page references. This makes the output suitable for online
# browsing using Word or some other Word compatible readers that support those
# fields.
#
# Note: WordPad (write) and others do not support links.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_HYPERLINKS = NO
# Load stylesheet definitions from file. Syntax is similar to doxygen's config
# file, i.e. a series of assignments. You only have to provide replacements,
# missing definitions are set to their default value.
#
# See also section "Doxygen usage" for information on how to generate the
# default style sheet that doxygen normally uses.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_STYLESHEET_FILE =
# Set optional variables used in the generation of an RTF document. Syntax is
# similar to doxygen's config file. A template extensions file can be generated
# using doxygen -e rtf extensionFile.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_EXTENSIONS_FILE =
# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
# with syntax highlighting in the RTF output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_SOURCE_CODE = NO
#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------
# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
# classes and files.
# The default value is: NO.
GENERATE_MAN = NO
# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it. A directory man3 will be created inside the directory specified by
# MAN_OUTPUT.
# The default directory is: man.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_OUTPUT = man
# The MAN_EXTENSION tag determines the extension that is added to the generated
# man pages. In case the manual section does not start with a number, the number
# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
# optional.
# The default value is: .3.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_EXTENSION = .3
# The MAN_SUBDIR tag determines the name of the directory created within
# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
# MAN_EXTENSION with the initial . removed.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_SUBDIR =
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
# will generate one additional man file for each entity documented in the real
# man page(s). These additional files only source the real man page, but without
# them the man command would be unable to find the correct page.
# The default value is: NO.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_LINKS = NO
#---------------------------------------------------------------------------
# Configuration options related to the XML output
#---------------------------------------------------------------------------
# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
# captures the structure of the code including all documentation.
# The default value is: NO.
GENERATE_XML = NO
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: xml.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_OUTPUT = xml
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
# listings (including syntax highlighting and cross-referencing information) to
# the XML output. Note that enabling this will significantly increase the size
# of the XML output.
# The default value is: YES.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_PROGRAMLISTING = YES
#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
#---------------------------------------------------------------------------
# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
# that can be used to generate PDF.
# The default value is: NO.
GENERATE_DOCBOOK = NO
# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
# front of it.
# The default directory is: docbook.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
DOCBOOK_OUTPUT = docbook
# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
# program listings (including syntax highlighting and cross-referencing
# information) to the DOCBOOK output. Note that enabling this will significantly
# increase the size of the DOCBOOK output.
# The default value is: NO.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
DOCBOOK_PROGRAMLISTING = NO
#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
# AutoGen Definitions (see http://autogen.sf.net) file that captures the
# structure of the code including all documentation. Note that this feature is
# still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_AUTOGEN_DEF = NO
#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
#---------------------------------------------------------------------------
# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
# file that captures the structure of the code including all documentation.
#
# Note that this feature is still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_PERLMOD = NO
# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
# output from the Perl module output.
# The default value is: NO.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_LATEX = NO
# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
# formatted so it can be parsed by a human reader. This is useful if you want to
# understand what is going on. On the other hand, if this tag is set to NO, the
# size of the Perl module output will be much smaller and Perl will parse it
# just the same.
# The default value is: YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_PRETTY = YES
# The names of the make variables in the generated doxyrules.make file are
# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
# so different doxyrules.make files included by the same Makefile don't
# overwrite each other's variables.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_MAKEVAR_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
# C-preprocessor directives found in the sources and include files.
# The default value is: YES.
ENABLE_PREPROCESSING = YES
# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
# performed. Macro expansion can be done in a controlled way by setting
# EXPAND_ONLY_PREDEF to YES.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
MACRO_EXPANSION = NO
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
# EXPAND_AS_DEFINED tags.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_ONLY_PREDEF = NO
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
# INCLUDE_PATH will be searched if a #include is found.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SEARCH_INCLUDES = YES
# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
INCLUDE_PATH =
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
# directories. If left blank, the patterns specified with FILE_PATTERNS will be
# used.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
INCLUDE_FILE_PATTERNS =
# The PREDEFINED tag can be used to specify one or more macro names that are
# defined before the preprocessor is started (similar to the -D option of e.g.
# gcc). The argument of the tag is a list of macros of the form: name or
# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
# is assumed. To prevent a macro definition from being undefined via #undef or
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED =
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
# macro definition that is found in the sources will be used. Use the PREDEFINED
# tag if you want to use a different macro definition that overrules the
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_AS_DEFINED =
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have
# an all uppercase name, and do not end with a semicolon. Such function macros
# are typically used for boiler-plate code, and will confuse the parser if not
# removed.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
# Configuration options related to external references
#---------------------------------------------------------------------------
# The TAGFILES tag can be used to specify one or more tag files. For each tag
# file the location of the external documentation should be added. The format of
# a tag file without this location is as follows:
# TAGFILES = file1 file2 ...
# Adding location for the tag files is done as follows:
# TAGFILES = file1=loc1 "file2 = loc2" ...
# where loc1 and loc2 can be relative or absolute paths or URLs. See the
# section "Linking to external documentation" for more information about the use
# of tag files.
# Note: Each tag file must have a unique name (where the name does NOT include
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.
TAGFILES =
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.
GENERATE_TAGFILE =
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be
# listed.
# The default value is: NO.
ALLEXTERNALS = NO
# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
# in the modules index. If set to NO, only the current project's groups will be
# listed.
# The default value is: YES.
EXTERNAL_GROUPS = YES
# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
# the related pages index. If set to NO, only the current project's pages will
# be listed.
# The default value is: YES.
EXTERNAL_PAGES = YES
# The PERL_PATH should be the absolute path and name of the perl script
# interpreter (i.e. the result of 'which perl').
# The default file (with absolute path) is: /usr/bin/perl.
PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
# NO turns the diagrams off. Note that this option also works with HAVE_DOT
# disabled, but it is recommended to install and use dot, since it yields more
# powerful graphs.
# The default value is: YES.
CLASS_DIAGRAMS = YES
# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see:
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# default search path.
MSCGEN_PATH =
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# If left empty dia is assumed to be found in the default search path.
DIA_PATH =
# If set to YES the inheritance and collaboration graphs will hide inheritance
# and usage relations if the target is undocumented or is not a class.
# The default value is: YES.
HIDE_UNDOC_RELATIONS = YES
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz (see:
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# Bell Labs. The other options in this section have no effect if this option is
# set to NO
# The default value is: NO.
HAVE_DOT = NO
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
# processors available in the system. You can set it explicitly to a value
# larger than 0 to get control over the balance between CPU load and processing
# speed.
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_NUM_THREADS = 0
# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make
# sure dot is able to find the font, which can be done by putting it in a
# standard location or by setting the DOTFONTPATH environment variable or by
# setting DOT_FONTPATH to the directory containing the font.
# The default value is: Helvetica.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTNAME = Helvetica
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# dot graphs.
# Minimum value: 4, maximum value: 24, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTSIZE = 10
# By default doxygen will tell dot to use the default font as specified with
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
# the path where dot can find it using this tag.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTPATH =
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
# each documented class showing the direct and indirect inheritance relations.
# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
CLASS_GRAPH = YES
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# graph for each documented class showing the direct and indirect implementation
# dependencies (inheritance, containment, and class references variables) of the
# class with other documented classes.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
COLLABORATION_GRAPH = YES
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GROUP_GRAPHS = YES
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
# collaboration diagrams in a style similar to the OMG's Unified Modeling
# Language.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
UML_LOOK = NO
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
# class node. If there are many fields or methods and many nodes the graph may
# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
# number of items for each type to make the size more manageable. Set this to 0
# for no limit. Note that the threshold may be exceeded by 50% before the limit
# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
# but if the number exceeds 15, the total amount of fields shown is limited to
# 10.
# Minimum value: 0, maximum value: 100, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.
UML_LIMIT_NUM_FIELDS = 10
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
# collaboration graphs will show the relations between templates and their
# instances.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
TEMPLATE_RELATIONS = NO
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
# direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDE_GRAPH = YES
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
# the direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDED_BY_GRAPH = YES
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable call graphs for selected
# functions only using the \callgraph command. Disabling a call graph can be
# accomplished by means of the command \hidecallgraph.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
CALL_GRAPH = NO
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable caller graphs for selected
# functions only using the \callergraph command. Disabling a caller graph can be
# accomplished by means of the command \hidecallergraph.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
CALLER_GRAPH = NO
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# hierarchy of all classes instead of a textual one.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GRAPHICAL_HIERARCHY = YES
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# dependencies a directory has on other directories in a graphical way. The
# dependency relations are determined by the #include relations between the
# files in the directories.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DIRECTORY_GRAPH = YES
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot. For an explanation of the image formats see the section
# output formats in the documentation of the dot tool (Graphviz (see:
# http://www.graphviz.org/)).
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
# to make the SVG files visible in IE 9+ (other browsers do not have this
# requirement).
# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
# png:gdiplus:gdiplus.
# The default value is: png.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_IMAGE_FORMAT = png
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# enable generation of interactive SVG images that allow zooming and panning.
#
# Note that this requires a modern browser other than Internet Explorer. Tested
# and working are Firefox, Chrome, Safari, and Opera.
# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
# the SVG files visible. Older versions of IE do not have SVG support.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
INTERACTIVE_SVG = NO
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_PATH =
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the \dotfile
# command).
# This tag requires that the tag HAVE_DOT is set to YES.
DOTFILE_DIRS =
# The MSCFILE_DIRS tag can be used to specify one or more directories that
# contain msc files that are included in the documentation (see the \mscfile
# command).
MSCFILE_DIRS =
# The DIAFILE_DIRS tag can be used to specify one or more directories that
# contain dia files that are included in the documentation (see the \diafile
# command).
DIAFILE_DIRS =
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
# path where java can find the plantuml.jar file. If left blank, it is assumed
# PlantUML is not used or called during a preprocessing step. Doxygen will
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.
PLANTUML_JAR_PATH =
# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.
PLANTUML_INCLUDE_PATH =
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# that will be shown in the graph. If the number of nodes in a graph becomes
# larger than this value, doxygen will truncate the graph, which is visualized
# by representing a node as a red box. Note that doxygen if the number of direct
# children of the root node in a graph is already larger than
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_GRAPH_MAX_NODES = 50
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
# root by following a path via at most 3 edges will be shown. Nodes that lay
# further from the root node will be omitted. Note that setting this option to 1
# or 2 may greatly reduce the computation time needed for large code bases. Also
# note that the size of a graph can be further restricted by
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
# Minimum value: 0, maximum value: 1000, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
MAX_DOT_GRAPH_DEPTH = 0
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# background. This is disabled by default, because dot on Windows does not seem
# to support this out of the box.
#
# Warning: Depending on the platform used, enabling this option may lead to
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
# read).
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_TRANSPARENT = NO
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# makes dot run faster, but since only newer versions of dot (>1.8.10) support
# this, this feature is disabled by default.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_MULTI_TARGETS = NO
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
# graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GENERATE_LEGEND = YES
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
# files that are used to generate the various graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_CLEANUP = YES
================================================
FILE: Folder.DotSettings
================================================
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=bbsdir/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Bink/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=binkp/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=bputs/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Callout/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=checka/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=datadir/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=endl/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=fidonet/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Fsed/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=gotoxy/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=maxlen/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=msgapi/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=netdir/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=nqsc/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=nqscn/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=oqsc/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=printfile/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=qscn/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=subboards/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=subnum/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=usernum/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=userqsc/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=wwiv/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=wwivd/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=zipfile/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
================================================
FILE: LICENSE
================================================
WWIV Bulletin Board Software (BBS)
Copyright 1998 WWIV Software Services
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Full text:
=======================================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: MAINTAINERS
================================================
wwiv
================================================
FILE: README.md
================================================
WWIV BBS
========
WWIV is compiled with the following compilers:
- MS Visual C++ 2019 Community Edition.
- GCC 8.3 (or later) on Linux
(tested on Debian10, Ubuntu 20.04, Centos7 with SCL/GCC-8)
- CMake 3.18 or newer
***
# Building WWIV BBS
***
We prefer contributors to FORK ```wwivbbs``` repositories to their account and work from there.
## Building on Windows
### Installing Git
You will need [Git](https://git-scm.com) installed. You can use the GitHub Desktop GUI, but it's also easy
to use the command line tool directly. You'll need to download [Git](https://git-scm.com/download/win) and
install it. Make sure the ```git``` command is in your PATH.
If you are using GitHub Desktop, this is likely in the folder: "Documents\GitHub\WWIV". Otherwise just
create a directory and clone your fork. You can follow instructions that are written by GitHub
[Here](https://help.github.com/en/github/getting-started-with-github/fork-a-repo). Just make sure that
when you clone the repo, you have "Recurse Submodules" specified in the tool, or using
```--recurse-submodules``` on the command line.
### Download and Install Visual Studio
WWIV is compiled with the VS2019 compiler for windows.
You can download [Microsoft Visual Studio 2019 Community](https://www.visualstudio.com/downloads/)
Choose to install the ```Desktop development with C++``` workload.
You also may want to optionally install the following "Individual Components":
```
Git For Windows (Only if you do not have this already)
GitHub extension for Visual Studio
```
### Build WWIV (Windows)
* If you cloned a git repository for your fork of WWIV, then select File then Open and choose Folder.
* If you are using the GitHub for Windows extension, then from the Visual Studio IDE, select File and then ```Open from Source Control```
On the bottom, you should see your local GIT repositories already.
Above that you will see Login to GitHub, do that.
* Now in your Local repositories (Documents\GitHub\WWIV), open the
folder WWIV in Visual Studio. It should recognize the CMake build
and be able to build WWIV.
* When VS says "READY" on the bottom, go to Build on the menu and select Build Solution(F7). If you have any build errors, run Build one more time and see if that resolves itself as there can be timing issues on some machines.
* You select whether or not you are building DEBUG or RELEASE on the toolbar. Those binaries and other built files will be places in a \debug and \release folder along side your github source files. ex: ```Documents\GitHub\WWIV\debug``` or ```Documents\GitHub\WWIV\release```.
## Building on Linux
This only builds the binaries, it does NOT include the supporting files.
Please follow the
[Linux Installation](http://docs.wwivbbs.org/en/latest/linux_installation/) instructions under
*Steps to install the software* for first installing the base system.
** NOTE:** Do these steps as a non-root user; your BBS user would be the easiest from a file permissions perspective later on. root should never be used to compile binaries.
### Install pre-requisite software
Package | Comments
------- | ----------
git | to grab the source code for compiling
ncurses | ncurses-devel, libncurses5-dev, etc depending on your distro
zlib1g-dev | or zlib-dev depending on your distro
cmake | 3.18 or later (3.22 or later if using arm64 or aarch64)
make | for cryptlib
ninja-build | 1.8 or later, earlier versions probably work too
g++ | 8.3.0 or later (easiest to install via build-essential on debian/ubuntu)
If you are on debian or ubuntu, you can use the ```/builds/linux/install-prereqs.sh```
script to ensure that the right software is installed. This command should be executed as root (using sudo)
### WWIV Binaries
Here's the list of binaries that will be built in the build directory:
* bbs/bbs
* network/network
* networkb/networkb
* networkc/networkc
* networkf/networkf
* networkt/networkt
* network1/network1
* network2/network2
* network3/network3
* wwivconfig/wwivconfig
* wwivd/wwivd
* wwivutil/wwivutil
#### Getting the source from GitHub
If you plan to have an active repo, we prefer contributors to FORK WWIVBBS
repositories to their account and work from there.
* [Fork](https://help.github.com/articles/fork-a-repo/), then clone your fork
```bash
# Create a directory for your fork's clone.
mkdir git
chdir git
# Clone your fork into the current directory (git).
# Use your GitHub username instead of <em>YOUR-USERNAME</em>
git clone --recurse-submodules -j8 https://github.com/<em>YOUR-USERNAME</em>/wwiv.git
```
* Navigate to wwiv
#### Compiling WWIV
Now change directory to the ```wwiv``` directory where you cloned the repository
and run the following:
```
mkdir _build
cd _build
../cmake-config.sh
cmake --build .
```
Copy all of the files newly built, or symlinks to them from your WWIV base install
i.e. in /opt/wwiv/ (assuming the source is in $HOME/git/wwiv now.)
```
# This should be done as the wwiv user who has the source code.
cd /opt/wwiv
ln -s $HOME/git/wwiv/builds/tools/linux/use-built-bin.sh
export BUILT_BIN=$HOME/out/wwiv
./use-built-bin.sh ${BUILT_BIN} bbs wwivd wwivconfig network network?
```
#### Out of Source Build warning
If you get an error about needing to do an out of source build, please make sure that
you are executing the cmake command from a directory that is not the same as your source
code, such as a subdirectory called ```_b``` or ```_build``` or even a different directory
all together. I use ```/home/rushfan/out/wwiv``` myself.
Once you get a warning about this, you will need to clean the build so you need to
remove the following file and directory:
* CMakeFiles
* CMakeCache.txt
## Building on ChromeOS/ChromeBook
* Tested successfully on
* ChromeOS versions 99.x.x and higher
* CPU/Arch 64bit (i3, i5, aarch64, mediatek arm64)
* 4GB+ Memory
* Tested un-successful on (Was unable to get build tools installed)
* ChromeOS version below 99.x.x
* CPU/Arch 32bit
* Under 4GB
* Notes:
* Not really for production, but great for developing and testing.
* Use Linux build directions
* Telnet/SSH/Status Ports must be above 10,000 due to limitations on ChromeOS
* If running on arm64, or aarch64 CPU, use cmake 3.22.x or higher
* Recommend installing under your primary user instead of "wwiv" for simplicity sake. (Again not recommended for production use)
* If you choose to use a new user be sure to restart the entire linux sub-system after install.
***
Installation and SysOp Instructions
====================
All the installation and SysOp administration information you
need is in the [WWIV Documentation](https://docs.wwivbbs.org/)
***
Get Involved
====================
If you want to help out with WWIV BBS:
* Read the [Contributors Guidelines](contributing.md)
* Check out the [WWIV BBS Homepage](https://www.wwivbbs.org) and find us on IRC.
* Jump into the [Issues List](https://github.com/wwivbbs/wwiv/issues).
================================================
FILE: bbs/CMakeLists.txt
================================================
# CMake for WWIV
add_library(
bbs_lib
acs.cpp
application.cpp
archivers.cpp
attach.cpp
automsg.cpp
batch.cpp
bbs.cpp
bbs_event_handlers.cpp
bbslist.cpp
bbsovl1.cpp
bbsovl2.cpp
bbsovl3.cpp
bbsutl.cpp
bbsutl1.cpp
bbsutl2.cpp
chains.cpp
chat.cpp
chnedit.cpp
conf.cpp
confutil.cpp
connect1.cpp
crc.cpp
defaults.cpp
diredit.cpp
dirlist.cpp
dropfile.cpp
dsz.cpp
email.cpp
execexternal.cpp
external_edit.cpp
external_edit_qbbs.cpp
external_edit_wwiv.cpp
extract.cpp
finduser.cpp
gfiles.cpp
gfileedit.cpp
hop.cpp
inetmsg.cpp
inmsg.cpp
instmsg.cpp
interpret.cpp
lilo.cpp
listplus.cpp
lpfunc.cpp
misccmd.cpp
message_file.cpp
message_find.cpp
mmkey.cpp
msgbase1.cpp
msgscan.cpp
multinst.cpp
multmail.cpp
netsup.cpp
newuser.cpp
normupld.cpp
save_qscan.cpp
readmail.cpp
read_message.cpp
shortmsg.cpp
showfiles.cpp
sr.cpp
srrcv.cpp
srsend.cpp
stuffin.cpp
subacc.cpp
subedit.cpp
sublist.cpp
subreq.cpp
syschat.cpp
sysopf.cpp
sysoplog.cpp
trashcan.cpp
trytoul.cpp
uedit.cpp
utility.cpp
valscan.cpp
vote.cpp
voteedit.cpp
wqscn.cpp
xfer.cpp
xferovl.cpp
xferovl1.cpp
xfertmp.cpp
xinit.cpp
wfc.cpp
basic/basic.cpp
basic/debug_model.cpp
basic/debug_state.cpp
basic/debugger.cpp
basic/util.cpp
basic/wwiv.cpp
basic/wwiv_data.cpp
basic/wwiv_file.cpp
basic/wwiv_io.cpp
basic/wwiv_os.cpp
basic/wwiv_time.cpp
../deps/my_basic/core/my_basic.c
menus/config_menus.cpp
menus/mainmenu.cpp
menus/menucommands.cpp
menus/menuspec.cpp
menus/menusupp.cpp
menus/printcommands.cpp
qwk/qwk.cpp
qwk/qwk_email.cpp
qwk/qwk_mail_packet.cpp
qwk/qwk_reply.cpp
qwk/qwk_text.cpp
qwk/qwk_ui.cpp
qwk/qwk_util.cpp
prot/crctab.cpp
prot/zmodem.cpp
prot/zmodemcrc.cpp
prot/zmodemr.cpp
prot/zmodemt.cpp
prot/zmutil.cpp
prot/zmwwiv.cpp
)
if(UNIX)
message(STATUS "UNIX ROCKS")
target_sources(bbs_lib PRIVATE
exec_unix.cpp
"exec_socket.cpp"
make_abs_cmd_unix.cpp
)
if(CMAKE_SYSTEM_NAME MATCHES "SunOS.*")
list(APPEND CMAKE_EXE_LINKER_FLAGS "-lsocket -lnsl -lkstat -lssp")
endif()
find_package (Threads)
target_link_libraries(bbs_lib z util ${CMAKE_DL_LIBS} ${CMAKE_THREAD_LIBS_INIT} nlohmann_json::nlohmann_json)
endif()
if(WIN32)
target_sources(bbs_lib PRIVATE
exec_win32.cpp
"exec_socket.cpp"
make_abs_cmd_win32.cpp
)
set_max_warnings(bbs_lib)
endif()
if(OS2)
target_sources(bbs_lib PRIVATE
exec_os2.cpp
make_abs_cmd_os2.cpp
)
endif()
find_package(nlohmann_json CONFIG REQUIRED)
target_link_libraries(
bbs_lib
local_io
localui
common
core
fsed
sdk
nlohmann_json::nlohmann_json
)
find_path(CPP_HTTPLIB_INCLUDE_DIRS "httplib.h")
target_include_directories(bbs_lib PRIVATE ${CPP_HTTPLIB_INCLUDE_DIRS})
if (WWIV_SSH_CRYPTLIB AND NOT OS2)
message(STATUS "WWIV_SSH_CRYPTLIB is ON")
include_directories(../deps/cl345)
target_sources(bbs_lib PRIVATE ssh.cpp)
target_link_libraries(bbs_lib CL345_LIB)
target_compile_definitions(bbs_lib PRIVATE WWIV_HAS_SSH_CRYPTLIB)
endif()
add_executable(bbs bbs_main.cpp)
target_link_libraries(bbs bbs_lib fmt::fmt-header-only)
if (WIN32)
add_custom_command(
TARGET bbs POST_BUILD
COMMAND cmake -E copy_if_different ${CL32_DLL} "$<TARGET_FILE_DIR:bbs>"
)
endif()
## Tests
if (WWIV_BUILD_TESTS)
set(test_sources
bbs_test_main.cpp
bbs_helper.cpp
bbs_macro_context_test.cpp
bbslist_test.cpp
bputs_test.cpp
bputch_test.cpp
datetime_test.cpp
dsz_test.cpp
email_test.cpp
input_test.cpp
make_abs_test.cpp
msgbase1_test.cpp
pause_test.cpp
printfile_test.cpp
quote_test.cpp
qwk_test.cpp
stuffin_test.cpp
trashcan_test.cpp
utility_test.cpp
wutil_test.cpp
xfer_test.cpp
basic/basic_test.cpp
basic/util_test.cpp
)
add_executable(bbs_tests ${test_sources})
if (WIN32)
add_custom_command(
TARGET bbs_tests POST_BUILD
COMMAND cmake -E copy_if_different ${CL32_DLL} "$<TARGET_FILE_DIR:bbs>"
)
endif()
if(APPLE)
target_link_libraries(program "-framework CoreFoundation" "-framework Security" " -framework Foundation")
endif()
if(UNIX)
if(CMAKE_SYSTEM_NAME MATCHES "SunOS.*")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lnsl -lkstat -lssp")
endif()
find_package(ZLIB REQUIRED)
endif()
include(GoogleTest)
target_link_libraries(bbs_tests core bbs_lib core_fixtures common_fixtures GTest::gtest)
gtest_discover_tests(bbs_tests)
endif() # WWIV_BUILD_TESTS
================================================
FILE: bbs/acs.cpp
================================================
/**************************************************************************/
/* */
/* WWIV Version 5.x */
/* Copyright (C)2020-2022, WWIV Software Services */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
/* You may obtain a copy of the License at */
/* */
/* http://www.apache.org/licenses/LICENSE-2.0 */
/* */
/* Unless required by applicable law or agreed to in writing, */
/* software distributed under the License is distributed on an */
/* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, */
/* either express or implied. See the License for the specific */
/* language governing permissions and limitations under the License. */
/* */
/**************************************************************************/
#include "bbs/acs.h"
#include "sdk/acs/acs.h"
#include "bbs/application.h"
#include "bbs/bbs.h"
#include "common/input.h"
#include "common/value/bbsvalueprovider.h"
#include "common/value/uservalueprovider.h"
#include "core/stl.h"
#include <string>
using namespace wwiv::common::value;
using namespace wwiv::stl;
using namespace wwiv::sdk::acs;
using namespace wwiv::sdk::value;
using namespace wwiv::strings;
namespace wwiv::bbs {
bool check_acs(const std::string& expression, acs_debug_t debug) {
if (StringTrim(expression).empty()) {
// Empty expression is always allowed.
return true;
}
const UserValueProvider user_provider(a()->context());
const BbsValueProvider bbs_provider(*a()->config(), a()->sess());
auto [result, debug_info] =
sdk::acs::check_acs(*a()->config(), expression, &user_provider, &bbs_provider);
for (const auto& l : debug_info) {
if (debug == acs_debug_t::local) {
LOG(INFO) << l;
} else if (debug == acs_debug_t::remote) {
bout.pl(l);
}
}
return result;
}
bool validate_acs(const std::string& expression, acs_debug_t debug) {
const UserValueProvider up(a()->context());
const BbsValueProvider bbsp(*a()->config(), a()->sess());
auto [result, ex_what, debug_info] =
sdk::acs::validate_acs(expression, &up, &bbsp);
if (result) {
return true;
}
if (debug == acs_debug_t::local) {
LOG(INFO) << ex_what;
} else if (debug == acs_debug_t::remote) {
bout.pl(ex_what);
}
for (const auto& l : debug_info) {
if (debug == acs_debug_t::local) {
LOG(INFO) << l;
} else if (debug == acs_debug_t::remote) {
bout.pl(l);
}
}
return false;
}
std::string input_acs(common::Input& in, common::Output& out, const std::string& prompt,
const std::string& orig_text, int max_length) {
if (!prompt.empty()) {
out.pl("|#5 WWIV ACS Help");
out.pl("|#9 ACS expressions are of the form: |#1attribute OP value");
out.pl("|#9 attributes are: |#1user.sl, user.dsl, user.ar, user.dar, user.name, etc ");
out.pl("|#9 OP (operators) are: |#1>, <, >=. <=, ==, !=");
out.nl();
out.pl("|#9 Expressions can be grouped with |#1() |#9and combined with "
"|#1|| |#9(or) or |#1&& |#9(and)");
out.nl();
out.pl("|#9 Examples: |#2user.sl >= 20");
out.pl("|#9 |#2user.sl > 100 || user.ar == 'A'");
out.nl();
out.pl("|#9 For full documentation see:|#7 http://docs.wwivbbs.org/en/latest/cfg/acs/\r\n");
out.nl();
out.print("|#7{}\r\n|#9:", prompt);
}
auto s = in.input_text(orig_text, max_length);
if (!validate_acs(s, acs_debug_t::remote)) {
out.pausescr();
return orig_text;
}
return s;
}
} // namespace wwiv::bbs
================================================
FILE: bbs/acs.h
================================================
/**************************************************************************/
/* */
/* WWIV Version 5.x */
/* Copyright (C)2020-2022, WWIV Software Services */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
/* You may obtain a copy of the License at */
/* */
/* http://www.apache.org/licenses/LICENSE-2.0 */
/* */
/* Unless required by applicable law or agreed to in writing, */
/* software distributed under the License is distributed on an */
/* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, */
/* either express or implied. See the License for the specific */
/* language governing permissions and limitations under the License. */
/**************************************************************************/
#ifndef INCLUDED_BBS_ACS_H
#define INCLUDED_BBS_ACS_H
#include "common/input.h"
#include "common/output.h"
#include "sdk/acs/acs.h"
#include <string>
namespace wwiv::bbs {
bool check_acs(const std::string& expression, sdk::acs::acs_debug_t debug = sdk::acs::acs_debug_t::none);
bool validate_acs(const std::string& expression, sdk::acs::acs_debug_t debug = sdk::acs::acs_debug_t::none);
std::string input_acs(common::Input& in, common::Output& out, const std::string& prompt,
const std::string& orig_text, int max_length);
}
#endif
================================================
FILE: bbs/application.cpp
================================================
/**************************************************************************/
/* */
/* WWIV Version 5.x */
/* Copyright (C)1998-2022, WWIV Software Services */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
/* You may obtain a copy of the License at */
/* */
/* http://www.apache.org/licenses/LICENSE-2.0 */
/* */
/* Unless required by applicable law or agreed to in writing, */
/* software distributed under the License is distributed on an */
/* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, */
/* either express or implied. See the License for the specific */
/* language governing permissions and limitations under the License. */
/* */
/**************************************************************************/
#include "bbs/application.h"
#include "bbs/batch.h"
#include "bbs/bbs.h"
#include "bbs/bbsovl2.h"
#include "bbs/bbsutl.h"
#include "bbs/bbsutl1.h"
#include "bbs/bbsutl2.h"
#include "bbs/confutil.h"
#include "bbs/diredit.h"
#include "bbs/execexternal.h"
#include "bbs/instmsg.h"
#include "bbs/interpret.h"
#include "bbs/lilo.h"
#include "bbs/netsup.h"
#include "bbs/shortmsg.h"
#include "bbs/ssh.h"
#include "bbs/stuffin.h"
#include "bbs/subedit.h"
#include "bbs/syschat.h"
#include "bbs/sysopf.h"
#include "bbs/sysoplog.h"
#include "bbs/utility.h"
#include "bbs/tag.h"
#include "bbs/wfc.h"
#include "bbs/wqscn.h"
#include "bbs/basic/basic.h"
#include "bbs/menus/mainmenu.h"
#include "bbs/menus/printcommands.h"
#include "common/datetime.h"
#include "common/exceptions.h"
#include "common/input.h"
#include "common/null_remote_io.h"
#include "common/output.h"
#include "common/pipe_expr.h"
#include "common/remote_io.h"
#include "common/workspace.h"
#include "core/command_line.h"
#include "core/eventbus.h"
#include "core/os.h"
#include "core/stl.h"
#include "core/strings-ng.h"
#include "core/strings.h"
#include "core/version.h"
#include "fmt/printf.h"
#include "fsed/fsed.h"
#include "local_io/keycodes.h"
#include "local_io/local_io.h"
// ReSharper disable once CppUnusedIncludeDirective
#include "bbs/chnedit.h"
// ReSharper disable once CppUnusedIncludeDirective
#include "bbs/uedit.h"
#include "local_io/wconstants.h"
#include "sdk/chains.h"
#include "sdk/gfiles.h"
// ReSharper disable once CppUnusedIncludeDirective
#include "sdk/names.h"
// ReSharper disable once CppUnusedIncludeDirective
#include "localui/curses_io.h"
#include "sdk/status.h"
#include "sdk/subxtr.h"
#include "sdk/user.h"
#include "sdk/usermanager.h"
#include "sdk/files/files.h"
#include "sdk/menus/menu_set.h"
#include "sdk/msgapi/message_api_wwiv.h"
#include "sdk/net/networks.h"
#include <algorithm>
#include <chrono>
#include <iostream>
#include <memory>
#include <random>
#include <stdexcept>
#include <string>
#if defined(_WIN32)
#include <crtdbg.h>
// Needed for isatty
// ReSharper disable once CppUnusedIncludeDirective
#include "common/remote_socket_io.h"
#include "local_io/local_io_win32.h"
#include <io.h>
#else
// ReSharper disable once CppUnusedIncludeDirective
#include "local_io/local_io_curses.h"
#include "local_io/null_local_io.h" // Used for Linux build.
#include <unistd.h>
#endif // _WIN32
#if defined(__OS2__) && defined (_WWIV_USE_TAKE_HANDLES)
#include "libcx/handles.h"
#endif
#if defined(__OS2__) || defined(_WIN32)
#include "common/remote_pipe_io.h"
#endif
using namespace std::chrono;
using namespace wwiv::common;
using namespace wwiv::core;
using namespace wwiv::local::io;
using namespace wwiv::os;
using namespace wwiv::sdk;
using namespace wwiv::sdk::net;
using namespace wwiv::strings;
// Implementation of Context for the Application
class ApplicationContext final : public Context {
public:
explicit ApplicationContext(Application* app) : app_(app) {}
ApplicationContext() = delete;
ApplicationContext(const ApplicationContext&) = delete;
ApplicationContext(ApplicationContext&&) = delete;
ApplicationContext& operator=(const ApplicationContext&) = delete;
ApplicationContext& operator = (ApplicationContext &&) = delete;
~ApplicationContext() override = default;
[[nodiscard]] Config& config() override { return *app_->config(); }
[[nodiscard]] User& u() override { return *app_->user(); }
[[nodiscard]] SessionContext& session_context() override { return app_->sess(); }
[[nodiscard]] bool mci_enabled() const override { return bout.mci_enabled(); }
[[nodiscard]] const std::vector<editorrec>& editors() const override {
return app_->editors;
}
[[nodiscard]] const Chains& chains() const override {
return *app_->chains;
}
private:
Application* app_;
};
Application::Application(LocalIO* localIO)
: local_io_(localIO), oklevel_(exitLevelOK), errorlevel_(exitLevelNotOK),
session_context_(std::make_unique<SessionContext>(localIO)),
context_(std::make_unique<ApplicationContext>(this)),
pipe_eval_(std::make_unique<PipeEval>(*context_)),
bbs_macro_context_(std::make_unique<BbsMacroContext>(context_.get(), *pipe_eval_)),
batch_(std::make_unique<Batch>()) {
VLOG(4) << "Application::Application()";
::bout.SetLocalIO(localIO);
bout.set_context_provider([this]() -> Context& { return *this->context_; });
bout.set_macro_context_provider(
[this]() -> MacroContext& { return *bbs_macro_context_; });
VLOG(4) << "Application::Application(): 2";
::bin.SetLocalIO(localIO);
bin.set_context_provider([this]() -> Context& { return *this->context_; });
VLOG(4) << "Application::Application(): 3";
sess().SetCurrentReadMessageArea(-1);
thisuser_ = std::make_unique<User>();
VLOG(4) << "Application::Application(): 4";
#ifndef __OS2__
tzset();
#endif
VLOG(4) << "Application::Application(): 5";
memset(&asv, 0, sizeof(asv_rec));
VLOG(4) << "Application::Application(): 5a";
newuser_colors = {7, 11, 14, 5, 31, 2, 12, 9, 6, 3};
newuser_bwcolors = {7, 15, 15, 15, 112, 15, 15, 7, 7, 7};
VLOG(4) << "Application::Application(): 5d";
User::CreateNewUserRecord(user(), 50, 20, 0, 0.1234f, newuser_colors, newuser_bwcolors);
VLOG(4) << "Application::Application(): 6";
// Set the home directory
bbs_dir_ = File::current_directory();
chains = std::make_unique<Chains>();
VLOG(4) << "Application::Application(): EXIT";
}
Application::~Application() {
if (comm_ && sess().ok_modem_stuff()) {
comm_->close(false);
comm_.reset(nullptr);
}
if (local_io_) {
local_io_->SetCursor(wwiv::local::io::LocalIO::cursorNormal);
}
// CursesIO.
delete wwiv::local::ui::curses_out;
wwiv::local::ui::curses_out = nullptr;
}
SessionContext& Application::sess() {
CHECK(session_context_);
return *session_context_;
}
const SessionContext& Application::sess() const {
CHECK(session_context_);
return *session_context_;
}
void Application::set_user_for_test(User& u) { *thisuser_ = u; }
Context& Application::context() {
CHECK(context_);
return *context_;
}
const Context& Application::context() const {
CHECK(context_);
return *context_;
}
bool Application::reset_local_io(LocalIO* wlocal_io) {
local_io_.reset(wlocal_io);
::bout.SetLocalIO(wlocal_io);
::bin.SetLocalIO(wlocal_io);
session_context_->reset_local_io(wlocal_io);
const auto screen_bottom = bout.localIO()->GetDefaultScreenBottom();
bout.localIO()->SetScreenBottom(screen_bottom);
session_context_->num_screen_lines(screen_bottom + 1);
ClearTopScreenProtection();
return true;
}
void Application::CreateComm(unsigned int nHandle, unsigned int /* parent_pid*/,
CommunicationType type) {
switch (type) {
case CommunicationType::SSH: {
#ifdef WWIV_HAS_SSH_CRYPTLIB
const auto key_fn = FilePath(config_->datadir(), "wwiv.key");
const File key_file(key_fn);
const auto system_password = config()->system_password();
wwiv::bbs::Key key(key_fn.string(), system_password);
if (!File::Exists(key_fn)) {
LOG(ERROR) << "Key file doesn't exist. Will try to create it.";
if (!key.Create()) {
LOG(ERROR) << "Unable to create or open key file!. SSH will be disabled!" << std::endl;
comm_ = std::make_unique<RemoteSocketIO>(nHandle, true);
break;
}
}
if (!key.Open()) {
LOG(ERROR) << "Unable to open key file!. Did you change your sytem pw?";
LOG(ERROR) << "If so, delete " << key_file;
LOG(ERROR) << "SSH will be disabled!";
comm_ = std::make_unique<RemoteSocketIO>(nHandle, true);
break;
}
comm_ = std::make_unique<wwiv::bbs::IOSSH>(nHandle, key);
#else
LOG(ERROR) << "Attempting to use SSH when SSH support is not enabled.";
LOG(ERROR) << "SSH will be disabled!";
comm_ = std::make_unique<RemoteSocketIO>(nHandle, true);
#endif
} break;
case CommunicationType::TELNET: {
#if defined(__OS2__) && defined (_WWIV_USE_TAKE_HANDLES)
LOG(ERROR) << "Using _WWIV_USE_TAKE_HANDLES";
LIBCX_HANDLE handles[] = {{LIBCX_HANDLE_FD, 0, nHandle}};
wwiv::os::yield();
wwiv::os::yield();
wwiv::os::yield();
if (libcx_take_handles(handles, 1, parent_pid, 0) == -1) {
LOG(ERROR) << "Unable to take file handles: error" << errno;
}
wwiv::os::yield();
#endif
comm_ = std::make_unique<RemoteSocketIO>(nHandle, true);
} break;
case CommunicationType::PIPE: {
#if defined(__OS2__) || defined(_WIN32)
const auto node_num = sess().instance_number();
comm_ = std::make_unique<RemotePipeIO>(node_num, true);
#endif
} break;
case CommunicationType::NONE: {
comm_ = std::make_unique<wwiv::common::NullRemoteIO>(local_io_.get());
} break;
case CommunicationType::STDIO:
comm_ = std::make_unique<wwiv::common::NullRemoteIO>(local_io_.get());
break;
}
bout.SetComm(comm_.get());
bin.SetComm(comm_.get());
}
void Application::SetCommForTest(RemoteIO* remote_io) {
comm_.reset(remote_io);
bout.SetComm(remote_io);
bin.SetComm(remote_io);
}
bool Application::ReadCurrentUser() {
DCHECK_GE(sess().user_num(), 1);
return ReadCurrentUser(sess().user_num());
}
bool Application::ReadCurrentUser(int user_number) {
DCHECK_GE(user_number, 1);
if (!users()->readuser(user(), user_number)) {
return false;
}
last_read_user_number_ = user_number;
// Update all other session variables that are dependent.
sess().load_menu_set(config_->menudir(), user()->menu_set());
sess().num_screen_lines(sess().using_modem() ? user()->screen_lines()
: bout.localIO()->GetDefaultScreenBottom() + 1);
return true;
}
void Application::reset_effective_sl() {
sess().effective_sl(user()->sl());
}
bool Application::WriteCurrentUser() {
DCHECK_GE(sess().user_num(), 1);
return WriteCurrentUser(sess().user_num());
}
bool Application::WriteCurrentUser(int user_number) {
DCHECK_GE(sess().user_num(), 1) << "Trying to call WriteCurrentUser with user_number 0";
if (user_number != last_read_user_number_) {
LOG(ERROR) << "Trying to call WriteCurrentUser with user_number: " << user_number
<< "; last_read_user_number_: " << last_read_user_number_;
}
// Update any possibly changed session variables.
sess().load_menu_set(config_->menudir(), user()->menu_set());
return users()->writeuser(user(), user_number);
}
void Application::tleft(bool check_for_timeout) {
const auto nsln = nsl();
// Check for timeout 1st.
if (check_for_timeout && sess().IsUserOnline()) {
if (nsln == 0) {
bout.outstr("\r\nTime expired.\r\n\n");
a()->Hangup();
}
return;
}
// If we're not displaying the time left or password on the
// topdata display, leave now.
if (bout.localIO()->topdata() == LocalIO::topdata_t::none) {
return;
}
const auto temp_sysop = user()->sl() != 255 && sess().effective_sl() == 255;
const auto sysop_available = wwiv::common::sysop1();
const auto cx = bout.localIO()->WhereX();
const auto cy = bout.localIO()->WhereY();
const auto ctl = bout.localIO()->GetTopLine();
const auto cc = bout.curatr();
bout.curatr(bout.localIO()->GetTopScreenColor());
bout.localIO()->SetTopLine(0);
const auto line_number =
(sess().chatcall() && (bout.localIO()->topdata() == LocalIO::topdata_t::user)) ? 5 : 4;
bout.localIO()->PutsXY(1, line_number, GetCurrentSpeed());
for (auto i = bout.localIO()->WhereX(); i < 23; i++) {
bout.localIO()->Putch(static_cast<unsigned char>('\xCD'));
}
if (temp_sysop) {
bout.localIO()->PutsXY(23, line_number, "Temp Sysop");
}
if (sysop_available) {
bout.localIO()->PutsXY(64, line_number, "Available");
}
const auto min_left = nsln / SECONDS_PER_MINUTE;
const auto secs_left = nsln % SECONDS_PER_MINUTE;
const auto tleft_display = fmt::sprintf("T-%4ldm %2lds", min_left, secs_left);
switch (bout.localIO()->topdata()) {
case LocalIO::topdata_t::system: {
if (sess().IsUserOnline()) {
bout.localIO()->PutsXY(18, 3, tleft_display);
}
} break;
case LocalIO::topdata_t::user: {
if (sess().IsUserOnline()) {
bout.localIO()->PutsXY(18, 3, tleft_display);
} else {
bout.localIO()->PutsXY(18, 3, user()->password());
}
} break;
case LocalIO::topdata_t::none:
break;
}
bout.localIO()->SetTopLine(ctl);
bout.curatr(cc);
bout.localIO()->GotoXY(cx, cy);
}
void Application::handle_sysop_key(uint8_t key) {
if (bin.okskey()) {
if (key >= AF1 && key <= AF10) {
// N is the auto-val number (1-10). Add one to make it 1 based not 0 based.
const auto n = key - AF1 + 1;
auto_val(n, user());
reset_effective_sl();
} else {
switch (key) {
case F1: /* F1 */
OnlineUserEditor();
break;
case SF1:
/* Shift-F1 */
// Nothing.
UpdateTopScreen();
break;
case CF1: /* Ctrl-F1 */
// Used to be shutdown bbs in 3 minutes.
break;
case F2: /* F2 */
bout.localIO()->increment_topdata();
UpdateTopScreen();
break;
case F3: /* F3 */
if (sess().using_modem()) {
sess().incom(!sess().incom());
bout.dump();
tleft(false);
}
break;
case F4: /* F4 */
sess().clear_chatcall();
UpdateTopScreen();
break;
case F5: /* F5 */
bout.remoteIO()->disconnect();
a()->Hangup(hangup_type_t::sysop_forced);
break;
case SF5: { /* Shift-F5 */
std::random_device rd;
std::mt19937 e{rd()};
std::uniform_int_distribution dist_len{10, 30};
std::uniform_int_distribution dist{1, 256};
for (auto i = 0; i < dist_len(e); i++) {
bout.outchr(static_cast<char>(dist(e) & 0xff));
}
bout.remoteIO()->disconnect();
a()->Hangup(hangup_type_t::sysop_forced);
} break;
case CF5: /* Ctrl-F5 */
bout.outstr("\r\nCall back later when you are there.\r\n\n");
bout.remoteIO()->disconnect();
a()->Hangup(hangup_type_t::sysop_forced);
break;
case F6: /* F6 - was Toggle Sysop Alert*/
tleft(false);
break;
case F7: /* F7 */
user()->subtract_extratime(std::chrono::minutes(5));
tleft(false);
break;
case F8: /* F8 */
user()->add_extratime(std::chrono::minutes(5));
tleft(false);
break;
case F9: /* F9 */
if (user()->sl() != 255) {
if (sess().effective_sl() != 255) {
sess().effective_sl(255);
} else {
reset_effective_sl();
}
changedsl();
tleft(false);
}
break;
case F10: /* F10 */
if (sess().chatting() == wwiv::common::chatting_t::none) {
if (config()->sysconfig_flags() & sysconfig_2_way) {
chat1("", true);
} else {
chat1("", false);
}
} else {
sess().chatting(wwiv::common::chatting_t::none);
}
break;
case CF10: /* Ctrl-F10 */
if (sess().chatting() == wwiv::common::chatting_t::none) {
chat1("", false);
} else {
sess().chatting(chatting_t::none);
}
break;
case HOME: /* HOME */ {
if (sess().chatting() == chatting_t::one_way) {
toggle_chat_file();
}
} break;
default:
break;
;
}
}
}
}
void Application::DisplaySysopWorkingIndicator(bool displayWait) {
const std::string waitString = "-=[WAIT]=-";
auto nNumPrintableChars = waitString.length();
for (auto iter = waitString.begin(); iter != waitString.end(); ++iter) {
if (*iter == 3 && nNumPrintableChars > 1) {
nNumPrintableChars -= 2;
}
}
if (displayWait) {
if (okansi()) {
const auto nSavedAttribute = bout.curatr();
bout.ansic(3);
bout.print("{}\x1b[{}D", waitString, nNumPrintableChars);
bout.setc(nSavedAttribute);
} else {
bout.outstr(waitString);
}
} else {
if (okansi()) {
for (unsigned int j = 0; j < nNumPrintableChars; j++) {
bout.outchr(' ');
}
bout.Left(nNumPrintableChars);
} else {
for (unsigned int j = 0; j < nNumPrintableChars; j++) {
bout.bs();
}
}
}
}
void Application::UpdateTopScreen() {
if (at_wfc()) {
return;
}
auto status = (status_manager()->get_status());
int i;
char sl[82], ar[17], dar[17], restrict[17], rst[17];
auto lll = bout.lines_listed();
if (so() && !sess().incom()) {
bout.localIO()->topdata(LocalIO::topdata_t::none);
}
#ifdef _WIN32
if (config()->sysconfig_flags() & sysconfig_titlebar) {
// Only set the titlebar if the user wanted it that way.
const auto username_num = user()->name_and_number();
const auto title = fmt::sprintf("WWIV Node %d (User: %s)", sess().instance_number(), username_num);
::SetConsoleTitle(title.c_str());
}
#endif // _WIN32
switch (bout.localIO()->topdata()) {
case LocalIO::topdata_t::none:
bout.localIO()->set_protect(0);
break;
case LocalIO::topdata_t::system:
bout.localIO()->set_protect(5);
break;
case LocalIO::topdata_t::user:
if (sess().chatcall()) {
bout.localIO()->set_protect(6);
} else {
if (bout.localIO()->GetTopLine() == 6) {
bout.localIO()->set_protect(0);
}
bout.localIO()->set_protect(5);
}
break;
}
// This used to be inside of localIO::set_protect but that
// made absolutely no sense, so pulled it out here
if (!sess().using_modem()) {
sess().num_screen_lines(bout.localIO()->GetDefaultScreenBottom() + 1 - bout.localIO()->GetTopLine());
}
auto cx = bout.localIO()->WhereX();
auto cy = bout.localIO()->WhereY();
auto nOldTopLine = bout.localIO()->GetTopLine();
auto cc = bout.curatr();
bout.curatr(bout.localIO()->GetTopScreenColor());
bout.localIO()->SetTopLine(0);
for (i = 0; i < 80; i++) {
sl[i] = '\xCD';
}
sl[80] = '\0';
switch (bout.localIO()->topdata()) {
case LocalIO::topdata_t::none:
break;
case LocalIO::topdata_t::system: {
bout.localIO()->PutsXY(0, 0,
fmt::format("{:>50} Activity for {:>8}: ", config()->system_name(),
status->last_date()));
bout.localIO()->PutsXY(
0, 1,
fmt::sprintf(
"Users: %4u Total Calls: %5lu Calls Today: %4u Posted :%3u ",
status->num_users(), status->caller_num(), status->calls_today(),
status->localposts()));
const auto username_num = user()->name_and_number();
bout.localIO()->PutsXY(0, 2,
fmt::sprintf("%-36s %-4u min / %2u%% E-mail sent :%3u ",
username_num, status->active_today_minutes(),
static_cast<int>(10 * status->active_today_minutes() / 144),
status->email_today()));
auto feedback_waiting = 0;
if (const auto sysop = users()->readuser(1)) {
feedback_waiting = sysop->email_waiting();
}
bout.localIO()->PutsXY(
0, 3,
fmt::sprintf(
"SL=%3u DL=%3u FW=%3u Uploaded:%2u files Feedback :%3u ",
user()->sl(), user()->dsl(), feedback_waiting, status->uploads_today(),
status->feedback_today()));
} break;
case LocalIO::topdata_t::user: {
to_char_array(rst, restrict_string);
for (i = 0; i <= 15; i++) {
if (user()->has_ar(1 << i)) {
ar[i] = static_cast<char>('A' + i);
} else {
ar[i] = SPACE;
}
if (user()->has_dar(1 << i)) {
dar[i] = static_cast<char>('A' + i);
} else {
dar[i] = SPACE;
}
if (user()->has_restrict(1 << i)) {
restrict[i] = rst[i];
} else {
restrict[i] = SPACE;
}
}
dar[16] = '\0';
ar[16] = '\0';
restrict[16] = '\0';
std::string lo;
if (date() != user()->laston()) {
lo = user()->laston();
} else {
lo = fmt::sprintf("Today:%2d", user()->ontoday());
}
const auto username_num = user()->name_and_number();
auto line =
fmt::sprintf("%-35s W=%3u UL=%4u/%6lu SL=%3u LO=%5u PO=%4u", username_num,
user()->email_waiting(), user()->uploaded(), user()->uk(),
user()->sl(), user()->logons(), user()->messages_posted());
bout.localIO()->PutsXYA(0, 0, bout.curatr(), line);
std::string callsign_or_regnum = user()->callsign();
if (user()->wwiv_regnum()) {
callsign_or_regnum = std::to_string(user()->wwiv_regnum());
}
auto used_this_session = (system_clock::now() - sess().system_logon_time());
auto used_total = used_this_session + user()->timeon();
auto minutes_used = duration_cast<minutes>(used_total);
bout.localIO()->PutsXY(0, 1,
fmt::sprintf("%-20s %12s %-6s DL=%4u/%6lu DL=%3u TO=%5.0d ES=%4u",
user()->real_name(), user()->voice_phone(),
callsign_or_regnum, user()->downloaded(),
user()->dk(), user()->dsl(), minutes_used.count(),
user()->email_sent() + user()->email_net()));
bout.localIO()->PutsXY(0, 2,
fmt::sprintf("ARs=%-16s/%-16s R=%-16s EX=%3u %-8s FS=%4u", ar, dar, restrict,
user()->exempt(), lo, user()->feedback_sent()));
int feedback_waiting = 0;
if (const auto sysop = users()->readuser(1)) {
feedback_waiting = sysop->email_waiting();
}
bout.localIO()->PutsXY(0, 3,
fmt::sprintf("%-40.40s %c %2u %-16.16s FW= %3u",
user()->note(), user()->gender(), user()->age(),
ctypes(user()->computer_type()), feedback_waiting));
if (sess() .chatcall()) {
bout.localIO()->PutsXY(0, 4, fmt::format("{:<80}", sess().chat_reason()));
}
} break;
}
if (nOldTopLine != 0) {
bout.localIO()->PutsXY(0, nOldTopLine - 1, sl);
}
bout.localIO()->SetTopLine(nOldTopLine);
bout.localIO()->GotoXY(cx, cy);
bout.curatr(cc);
tleft(false);
bout.lines_listed(lll);
}
void Application::ClearTopScreenProtection() {
bout.localIO()->set_protect(0);
if (!sess().using_modem()) {
sess().num_screen_lines(bout.localIO()->GetDefaultScreenBottom() + 1 - bout.localIO()->GetTopLine());
}
}
// ReSharper disable once CppMemberFunctionMayBeConst
void Application::Cls() {
bout.localIO()->Cls();
bout.clear_lines_listed();
}
std::string Application::GetCurrentSpeed() const { return current_speed_; }
std::string Application::network_name() const {
if (nets_->empty() || network_num_ >= wwiv::stl::ssize(*nets_)) {
return {};
}
return nets_->at(network_num_).name;
}
std::string Application::network_directory() const {
if (nets_->empty() || network_num_ >= wwiv::stl::ssize(*nets_)) {
return {};
}
return nets_->at(network_num_).dir.string();
}
get_caller_t Application::GetCaller() {
wwiv::bbs::WFC wfc(this);
const auto [lokb, unx] = wfc.doWFCEvents();
if (lokb == wwiv::bbs::wfc_events_t::exit) {
// Magic exit from WWIV
return get_caller_t::exit;
}
sess().using_modem(sess().incom());
modem_speed_ = 38400;
bin.okskey(true);
Cls();
bout.localIO()->Puts(StrCat("Logging on at ", GetCurrentSpeed(), " ...\r\n"));
return lokb == wwiv::bbs::wfc_events_t::login_fast ? get_caller_t::fast_login
: get_caller_t::normal_login;
}
void Application::GotCaller(int ms) {
bout.localIO()->SetTopLine(0);
frequent_init();
wfc_cls(a());
modem_speed_ = ms;
ReadCurrentUser(1);
read_qscn(1, sess().qsc, false);
reset_effective_sl();
sess().user_num(1);
if (user()->deleted()) {
user()->screen_width(80);
user()->screen_lines(25);
}
Cls();
bout.localIO()->Puts(StrCat("Logging on at ", GetCurrentSpeed(), " ...\r\n"));
const auto remote_conneted = modem_speed_ != 0;
sess().incom(remote_conneted);
sess().outcom(remote_conneted);
sess().using_modem(remote_conneted);
}
std::filesystem::path Application::bbspath() const noexcept { return bbs_dir_; }
std::filesystem::path Application::bindir() const noexcept { return bindir_; }
std::filesystem::path Application::configdir() const noexcept { return configdir_; }
std::filesystem::path Application::logdir() const noexcept { return logdir_; }
int Application::verbose() const noexcept { return verbose_; }
int Application::ExitBBSImpl(int exit_level, bool perform_shutdown) {
std::clog << fmt::format("\r\nWWIV Bulletin Board System {} exiting at error level {}\r\n\n",
full_version(), exit_level);
std::clog.flush();
// Only perform shutdown when asked and able.
if (!shutdown_on_exit_allowed_ || !perform_shutdown) {
return exit_level;
}
// Only perform shutdown if we've loaded config.json
if (!a()->config()) {
return exit_level;
}
write_inst(INST_LOC_DOWN, 0, INST_FLAGS_NONE);
if (exit_level != Application::exitLevelOK && exit_level != Application::exitLevelQuit) {
// Only log the exiting at abnormal error levels, since we see lots of exiting statements
// in the logs that don't correspond to sessions every being created (network probes, etc).
sysoplog(false, "");
sysoplog(false, fmt::format("WWIV {}, inst {}, taken down at {} on {} with exit code {}.",
short_version(), sess().instance_number(), times(), fulldate(),
exit_level));
sysoplog(false, "");
}
catsl();
std::clog.flush();
return exit_level;
}
int Application::Run(int argc, char* argv[]) {
VLOG(4) << "Application::Run(): ";
auto bps = 0;
auto ooneuser = false;
auto type = CommunicationType::NONE;
#ifdef _WIN32
// Disable padding with 0xFE for all safe string functions.
// We'd rather leave them padded with 0x0 as default.
_CrtSetDebugFillThreshold(0);
#endif
VLOG(4) << "Application::Run(): 1";
CommandLine cmdline(argc, argv, "");
cmdline.AddStandardArgs();
VLOG(4) << "Application::Run(): 2";
cmdline.set_no_args_allowed(true);
cmdline.add_argument({"error_exit", 'a', "Specify the Error Exit Level", "1"});
cmdline.add_argument({"fsed", 'f', "Opens file in the FSED", ""});
cmdline.add_argument({"bps", 'b', "Modem speed of logged on user", "38400"});
cmdline.add_argument({"sysop_cmd", 'c', "Executes a sysop command (b/c/d)", ""});
cmdline.add_argument(BooleanCommandLineArgument{"debug", 'd', "Debug WWIVbasic Scripts", false});
cmdline.add_argument({"debug_port", "Debug WWIVbasic Script Port Number", "9948"});
cmdline.add_argument(
BooleanCommandLineArgument{"beginday", 'e', "Load for beginday event only", false});
cmdline.add_argument({"handle", 'h', "Socket handle", "0"});
//cmdline.add_argument({"parent_pid", 'p', "WWIVd's PID", "0"});
cmdline.add_argument(BooleanCommandLineArgument{"no_modem", 'm',
"Don't access the modem at all", false});
cmdline.add_argument({"instance", 'n', "Designate instance number <inst>", "1"});
cmdline.add_argument({"menu_commands", 'o', "Displays the menu commands available then exits.", ""});
cmdline.add_argument({"ok_exit", 'q', "Normal exit level", "0"});
cmdline.add_argument({"remaining_min", 'r', "Specify max # minutes until event", "0"});
cmdline.add_argument({"run_basic", 's', "Executes a WWIVbasic script", ""});
cmdline.add_argument({"user_num", 'u', "Pass usernumber <user#> online", "0"});
cmdline.add_argument(BooleanCommandLineArgument{"version", 'V', "Display version.", false});
std::ostringstream xhelp;
xhelp << "Someone is logged in with T for telnet";
#if defined(__OS2__) || defined(_WIN32)
xhelp << ", P for pipes";
#endif
xhelp << ", or S for ssh.";
cmdline.add_argument({"x", 'x', xhelp.str(), ""});
cmdline.add_argument(BooleanCommandLineArgument{"no_hangup", 'z',
"Do not hang up on user when at log off", false});
VLOG(4) << "Application::Run(): 3";
VLOG(1) << "Before Parse";
if (!cmdline.Parse()) {
std::cout << "WWIV Bulletin Board System [" << full_version() << "]\r\n\n";
std::cout << cmdline.GetHelp() << std::endl;
return EXIT_FAILURE;
}
if (cmdline.help_requested()) {
std::cout << "WWIV Bulletin Board System [" << full_version() << "]\r\n\n";
std::cout << cmdline.GetHelp() << std::endl;
return 0;
}
if (cmdline.barg("version")) {
std::cout << "WWIV Bulletin Board System [" << full_version() << "]\r\n\n";
return 0;
}
if (const auto bbs_env = environment_variable("BBS"); !bbs_env.empty()) {
if (bbs_env.find("WWIV") != std::string::npos) {
LOG(ERROR) << "You are already in the BBS, type 'EXIT' instead.\n\n";
return 255;
}
}
bout.curatr(0x07);
// Set the directories.
bbs_dir_ = cmdline.bbsdir();
bindir_ = cmdline.bindir();
logdir_ = cmdline.logdir();
configdir_ = cmdline.configdir();
verbose_ = cmdline.verbose();
File::set_current_directory(bbs_dir_);
oklevel_ = cmdline.iarg("ok_exit");
errorlevel_ = cmdline.iarg("error_exit");
const unsigned int hSockOrComm = cmdline.iarg("handle");
const unsigned int parent_pid = 0; //cmdline.iarg("parent_pid");
no_hangup_ = cmdline.barg("no_hangup");
sess().ok_modem_stuff(!cmdline.barg("no_modem"));
sess().instance_number(cmdline.iarg("instance"));
auto debug = cmdline.barg("debug");
if (debug) {
auto debug_port = cmdline.iarg("debug_port");
sess().debug_wwivbasic_port(debug_port);
}
auto this_usernum_from_commandline = static_cast<uint16_t>(cmdline.iarg("user_num"));
if (const auto x = cmdline.sarg("x"); !x.empty()) {
const auto xarg = to_upper_case_char(x.at(0));
if (cmdline.arg("handle").is_default() && (xarg == 'T' || xarg == 'S')) {
std::clog << "-h must be specified when using '"
<< "-x" << x << "'" << std::endl;
return errorlevel_;
}
if (xarg == 'T' || xarg == 'S' || xarg == 'P') {
// Setting a max of 57600 for the BPS value, by default we use 38400
// as the default value.
bps = std::min<int>(cmdline.iarg("bps"), 57600);
switch (xarg) {
case 'S':
SetCurrentSpeed("SSH");
type = CommunicationType::SSH;
break;
case 'P':
SetCurrentSpeed("TELNET/PIPE");
type = CommunicationType::PIPE;
break;
case 'T':
default:
SetCurrentSpeed("TELNET");
type = CommunicationType::TELNET;
break;
}
// Set it false until we call liLo
user_already_on_ = true;
ooneuser = true;
sess().using_modem(false);
sess().incom(true);
sess().outcom(false);
} else {
std::clog << "Invalid Command line argument given '" << "-x" << x << "'" << std::endl;
return errorlevel_;
}
}
if (this_usernum_from_commandline > 0) {
if (!user_already_on_) {
SetCurrentSpeed("KB");
}
user_already_on_ = true;
ooneuser = true;
}
// Setup the full-featured localIO if we have a TTY (or console)
if (isatty(fileno(stdin))) {
#if defined(_WIN32) && !defined(WWIV_WIN32_CURSES_IO)
reset_local_io(new Win32ConsoleIO());
#elif defined(__OS2__)
// Like Win32, OS/2 has a real local console attached when a remote session is spawned.
// Let's use the same curses IO as we do locally.
wwiv::local::ui::CursesIO::Init(fmt::sprintf("WWIV BBS %s", full_version()));
reset_local_io(new CursesLocalIO(wwiv::local::ui::curses_out->GetMaxY(),
wwiv::local::ui::curses_out->GetMaxX()));
#else
if (type == CommunicationType::NONE) {
// We only want the localIO if we ran this locally at a terminal
// and also not passed in from the telnet handler, etc. On Windows
// We always have a local console, so this is *NIX specific.
wwiv::local::ui::CursesIO::Init(fmt::sprintf("WWIV BBS %s", full_version()));
reset_local_io(new CursesLocalIO(wwiv::local::ui::curses_out->GetMaxY(),
wwiv::local::ui::curses_out->GetMaxX()));
} else if (type == CommunicationType::TELNET || type == CommunicationType::SSH) {
reset_local_io(new NullLocalIO());
}
#endif
} else {
#ifdef __unix__
reset_local_io(new NullLocalIO());
#endif // __unix__
}
// Add the environment variable or overwrite the existing one
const auto env_str = std::to_string(sess().instance_number());
set_environment_variable("WWIV_INSTANCE", env_str);
if (!ReadConfig()) {
// Gotta read the config before we can create the socket handles.
// Since we may need the SSH key.
return Application::exitLevelNotOK;
}
const auto sysop_cmd = cmdline.sarg("sysop_cmd");
const auto fsed = cmdline.sarg("fsed");
const auto run_basic = cmdline.sarg("run_basic");
const auto mini_cmd = !sysop_cmd.empty() || !fsed.empty() || !run_basic.empty();
if (mini_cmd) {
// HACK for now, pass arg into InitializeBBS
user_already_on_ = true;
}
CreateComm(hSockOrComm, parent_pid, type);
if (!InitializeBBS(!user_already_on_ && sysop_cmd.empty() && fsed.empty() && run_basic.empty())) {
return exitLevelNotOK;
}
bout.localIO()->UpdateNativeTitleBar(config()->system_name(), sess().instance_number());
auto remote_opened = true;
// If we are telnet...
if (type == CommunicationType::TELNET ||
type == CommunicationType::SSH ||
type == CommunicationType::PIPE) {
sess().ok_modem_stuff(true);
remote_opened = bout.remoteIO()->open();
}
if (!remote_opened) {
// Remote side disconnected.
std::clog << "Remote side disconnected." << std::endl;
return oklevel_;
}
if (cmdline.barg("beginday")) {
if (const auto status = status_manager()->get_status(); date() != status->last_date()) {
// This may be another node, but the user explicitly wanted to run the begin-day
// event from the commandline, so we'll just check the date.
beginday(true);
} else {
sysoplog(false, "!!! Wanted to run the beginday event when it's not required!!!");
std::clog << "! WARNING: Tried to run beginday event again\r\n\n";
sleep_for(seconds(2));
}
return oklevel_;
}
if (mini_cmd) {
bout.remoteIO()->remote_info().clear();
frequent_init();
ReadCurrentUser(1);
reset_effective_sl();
// not sure if this is right
sess().user_num(0);
// Since hang_it_up sets hangup_ = true, let's ensure we're always
// not in this state when we enter the WFC.
sess().hangup(false);
}
if (const auto menu_commands = cmdline.arg("menu_commands"); !menu_commands.is_default()) {
wwiv::bbs::menus::PrintMenuCommands(menu_commands.as_string());
return 0;
}
if (!sysop_cmd.empty()) {
LOG(INFO) << "Executing Sysop Command: " << sysop_cmd;
set_at_wfc(true);
switch (static_cast<char>(std::toupper(sysop_cmd.front()))) {
case 'B':
boardedit();
gitextract__e00xq0x/
├── .clang-format
├── .devcontainer/
│ └── devcontainer.json
├── .github/
│ └── workflows/
│ └── wwiv-binaries.yml
├── .gitignore
├── .gitmodules
├── .lgtm
├── CMakeLists.txt
├── CMakePresets.json
├── CMakeSettings.json
├── CODE_OF_CONDUCT.md
├── Doxyfile
├── Folder.DotSettings
├── LICENSE
├── MAINTAINERS
├── README.md
├── bbs/
│ ├── CMakeLists.txt
│ ├── acs.cpp
│ ├── acs.h
│ ├── application.cpp
│ ├── application.h
│ ├── archivers.cpp
│ ├── archivers.h
│ ├── attach.cpp
│ ├── attach.h
│ ├── automsg.cpp
│ ├── automsg.h
│ ├── basic/
│ │ ├── basic.cpp
│ │ ├── basic.h
│ │ ├── basic_test.cpp
│ │ ├── debug_model.cpp
│ │ ├── debug_model.h
│ │ ├── debug_state.cpp
│ │ ├── debug_state.h
│ │ ├── debugger.cpp
│ │ ├── debugger.h
│ │ ├── scripts/
│ │ │ ├── attach.cmd
│ │ │ ├── bp.cmd
│ │ │ ├── source.cmd
│ │ │ ├── state.cmd
│ │ │ └── step.cmd
│ │ ├── util.cpp
│ │ ├── util.h
│ │ ├── util_test.cpp
│ │ ├── wwiv.cpp
│ │ ├── wwiv.h
│ │ ├── wwiv_data.cpp
│ │ ├── wwiv_data.h
│ │ ├── wwiv_file.cpp
│ │ ├── wwiv_file.h
│ │ ├── wwiv_io.cpp
│ │ ├── wwiv_io.h
│ │ ├── wwiv_os.cpp
│ │ ├── wwiv_os.h
│ │ ├── wwiv_time.cpp
│ │ └── wwiv_time.h
│ ├── batch.cpp
│ ├── batch.h
│ ├── bbs.cpp
│ ├── bbs.h
│ ├── bbs_event_handlers.cpp
│ ├── bbs_event_handlers.h
│ ├── bbs_helper.cpp
│ ├── bbs_helper.h
│ ├── bbs_macro_context_test.cpp
│ ├── bbs_main.cpp
│ ├── bbs_test_main.cpp
│ ├── bbslist.cpp
│ ├── bbslist.h
│ ├── bbslist_test.cpp
│ ├── bbsovl1.cpp
│ ├── bbsovl1.h
│ ├── bbsovl2.cpp
│ ├── bbsovl2.h
│ ├── bbsovl3.cpp
│ ├── bbsovl3.h
│ ├── bbsutl.cpp
│ ├── bbsutl.h
│ ├── bbsutl1.cpp
│ ├── bbsutl1.h
│ ├── bbsutl2.cpp
│ ├── bbsutl2.h
│ ├── bputch_test.cpp
│ ├── bputs_test.cpp
│ ├── chains.cpp
│ ├── chains.h
│ ├── chat.cpp
│ ├── chat.h
│ ├── chnedit.cpp
│ ├── chnedit.h
│ ├── common.h
│ ├── conf.cpp
│ ├── conf.h
│ ├── confutil.cpp
│ ├── confutil.h
│ ├── connect1.cpp
│ ├── connect1.h
│ ├── crc.cpp
│ ├── crc.h
│ ├── datetime_test.cpp
│ ├── defaults.cpp
│ ├── defaults.h
│ ├── diredit.cpp
│ ├── diredit.h
│ ├── dirlist.cpp
│ ├── dirlist.h
│ ├── dropfile.cpp
│ ├── dropfile.h
│ ├── dsz.cpp
│ ├── dsz.h
│ ├── dsz_test.cpp
│ ├── email.cpp
│ ├── email.h
│ ├── email_test.cpp
│ ├── exec.h
│ ├── exec_os2.cpp
│ ├── exec_socket.cpp
│ ├── exec_socket.h
│ ├── exec_unix.cpp
│ ├── exec_win32.cpp
│ ├── execexternal.cpp
│ ├── execexternal.h
│ ├── external_edit.cpp
│ ├── external_edit.h
│ ├── external_edit_qbbs.cpp
│ ├── external_edit_qbbs.h
│ ├── external_edit_wwiv.cpp
│ ├── external_edit_wwiv.h
│ ├── extract.cpp
│ ├── extract.h
│ ├── finduser.cpp
│ ├── finduser.h
│ ├── gfileedit.cpp
│ ├── gfileedit.h
│ ├── gfiles.cpp
│ ├── gfiles.h
│ ├── hop.cpp
│ ├── hop.h
│ ├── inetmsg.cpp
│ ├── inetmsg.h
│ ├── inmsg.cpp
│ ├── inmsg.h
│ ├── input_test.cpp
│ ├── instmsg.cpp
│ ├── instmsg.h
│ ├── interpret.cpp
│ ├── interpret.h
│ ├── lilo.cpp
│ ├── lilo.h
│ ├── listplus.cpp
│ ├── listplus.h
│ ├── lpfunc.cpp
│ ├── lpfunc.h
│ ├── make_abs_cmd.h
│ ├── make_abs_cmd_os2.cpp
│ ├── make_abs_cmd_unix.cpp
│ ├── make_abs_cmd_win32.cpp
│ ├── make_abs_test.cpp
│ ├── menus/
│ │ ├── config_menus.cpp
│ │ ├── config_menus.h
│ │ ├── mainmenu.cpp
│ │ ├── mainmenu.h
│ │ ├── menu_context.h
│ │ ├── menucommands.cpp
│ │ ├── menucommands.h
│ │ ├── menuspec.cpp
│ │ ├── menuspec.h
│ │ ├── menusupp.cpp
│ │ ├── menusupp.h
│ │ ├── printcommands.cpp
│ │ └── printcommands.h
│ ├── message_file.cpp
│ ├── message_file.h
│ ├── message_find.cpp
│ ├── message_find.h
│ ├── misccmd.cpp
│ ├── misccmd.h
│ ├── mmkey.cpp
│ ├── mmkey.h
│ ├── msgbase1.cpp
│ ├── msgbase1.h
│ ├── msgbase1_test.cpp
│ ├── msgscan.cpp
│ ├── msgscan.h
│ ├── multinst.cpp
│ ├── multinst.h
│ ├── multmail.cpp
│ ├── multmail.h
│ ├── netsup.cpp
│ ├── netsup.h
│ ├── newuser.cpp
│ ├── newuser.h
│ ├── normupld.cpp
│ ├── pause_test.cpp
│ ├── printfile_test.cpp
│ ├── prot/
│ │ ├── crctab.cpp
│ │ ├── crctab.h
│ │ ├── reference/
│ │ │ ├── checkcrc.cpp
│ │ │ ├── main.cpp
│ │ │ ├── network.cpp
│ │ │ ├── receive.cpp
│ │ │ ├── send.cpp
│ │ │ ├── seriallog.cpp
│ │ │ ├── seriallog.h
│ │ │ ├── utils.cpp
│ │ │ ├── zmodem.txt
│ │ │ └── zmodemdump.cpp
│ │ ├── xmodem.h
│ │ ├── xmodemr.cpp
│ │ ├── xmodemt.cpp
│ │ ├── zmodem.cpp
│ │ ├── zmodem.h
│ │ ├── zmodemcrc.cpp
│ │ ├── zmodemr.cpp
│ │ ├── zmodemt.cpp
│ │ ├── zmutil.cpp
│ │ ├── zmutil.h
│ │ └── zmwwiv.cpp
│ ├── quote_test.cpp
│ ├── qwk/
│ │ ├── qwk.cpp
│ │ ├── qwk.h
│ │ ├── qwk_email.cpp
│ │ ├── qwk_email.h
│ │ ├── qwk_mail_packet.cpp
│ │ ├── qwk_mail_packet.h
│ │ ├── qwk_reply.cpp
│ │ ├── qwk_reply.h
│ │ ├── qwk_struct.h
│ │ ├── qwk_text.cpp
│ │ ├── qwk_text.h
│ │ ├── qwk_ui.cpp
│ │ ├── qwk_ui.h
│ │ ├── qwk_util.cpp
│ │ └── qwk_util.h
│ ├── qwk_test.cpp
│ ├── read_message.cpp
│ ├── read_message.h
│ ├── readmail.cpp
│ ├── readmail.h
│ ├── runnable.h
│ ├── save_qscan.cpp
│ ├── save_qscan.h
│ ├── shortmsg.cpp
│ ├── shortmsg.h
│ ├── showfiles.cpp
│ ├── showfiles.h
│ ├── sr.cpp
│ ├── sr.h
│ ├── srrcv.cpp
│ ├── srrcv.h
│ ├── srsend.cpp
│ ├── srsend.h
│ ├── ssh.cpp
│ ├── ssh.h
│ ├── stuffin.cpp
│ ├── stuffin.h
│ ├── stuffin_test.cpp
│ ├── subacc.cpp
│ ├── subacc.h
│ ├── subedit.cpp
│ ├── subedit.h
│ ├── sublist.cpp
│ ├── sublist.h
│ ├── subreq.cpp
│ ├── subreq.h
│ ├── syschat.cpp
│ ├── syschat.h
│ ├── sysopf.cpp
│ ├── sysopf.h
│ ├── sysoplog.cpp
│ ├── sysoplog.h
│ ├── tag.h
│ ├── test/
│ │ ├── SIZE.DOS
│ │ ├── size.apple
│ │ ├── size.gcc
│ │ ├── size.linux
│ │ ├── size.w32
│ │ ├── testqwk.cpp
│ │ ├── testsize.cpp
│ │ └── testsize_assert.cpp
│ ├── trashcan.cpp
│ ├── trashcan.h
│ ├── trashcan_test.cpp
│ ├── trytoul.cpp
│ ├── uedit.cpp
│ ├── uedit.h
│ ├── utility.cpp
│ ├── utility.h
│ ├── utility_test.cpp
│ ├── valscan.cpp
│ ├── valscan.h
│ ├── vote.cpp
│ ├── vote.h
│ ├── voteedit.cpp
│ ├── voteedit.h
│ ├── wfc.cpp
│ ├── wfc.h
│ ├── wqscn.cpp
│ ├── wqscn.h
│ ├── wutil_test.cpp
│ ├── xfer.cpp
│ ├── xfer.h
│ ├── xfer_test.cpp
│ ├── xferovl.cpp
│ ├── xferovl.h
│ ├── xferovl1.cpp
│ ├── xferovl1.h
│ ├── xfertmp.cpp
│ ├── xfertmp.h
│ ├── xinit.cpp
│ └── xinitini.h
├── binkp/
│ ├── CMakeLists.txt
│ ├── binkp.cpp
│ ├── binkp.h
│ ├── binkp_commands.cpp
│ ├── binkp_commands.h
│ ├── binkp_config.cpp
│ ├── binkp_config.h
│ ├── binkp_config_test.cpp
│ ├── binkp_test.cpp
│ ├── binkp_test_main.cpp
│ ├── config_exceptions.h
│ ├── cram.cpp
│ ├── cram.h
│ ├── cram_test.cpp
│ ├── fake_connection.cpp
│ ├── fake_connection.h
│ ├── file_manager.cpp
│ ├── file_manager.h
│ ├── file_manager_test.cpp
│ ├── net_log.cpp
│ ├── net_log.h
│ ├── net_log_test.cpp
│ ├── ppp_config.cpp
│ ├── ppp_config.h
│ ├── ppp_config_test.cpp
│ ├── receive_file.h
│ ├── remote.cpp
│ ├── remote.h
│ ├── todo.txt
│ ├── transfer_file.cpp
│ ├── transfer_file.h
│ ├── transfer_file_test.cpp
│ ├── wfile_transfer_file.cpp
│ └── wfile_transfer_file.h
├── brware/
│ └── bredit/
│ ├── argument.cpp
│ ├── argument.h
│ ├── bredit.cpp
│ ├── bredit.doc
│ ├── bredit.hlp
│ ├── bredit.txt
│ ├── changelog
│ ├── editor.cpp
│ ├── editor.h
│ ├── feditio.cpp
│ ├── feditio.h
│ ├── filemgr.cpp
│ ├── filemgr.h
│ ├── fileview.cpp
│ ├── fileview.h
│ ├── header-template.txt
│ ├── makefile.bcc
│ ├── quote.cpp
│ ├── quote.h
│ └── version.h
├── builds/
│ ├── jenkins/
│ │ └── wwiv/
│ │ ├── build
│ │ ├── build-os2.cmd
│ │ ├── build.cmd
│ │ ├── rushfan-build
│ │ └── rushfan-build.cmd
│ ├── linux/
│ │ ├── asan.sh
│ │ ├── clean.sh
│ │ ├── install-prereqs.sh
│ │ └── start-agent.sh
│ ├── os2/
│ │ ├── cc11.cmd
│ │ ├── cconfig.cmd
│ │ └── prereq.cmd
│ ├── tools/
│ │ ├── linux/
│ │ │ └── use-built-bin.sh
│ │ └── mkhdr.py
│ └── win/
│ └── clean.cmd
├── cmake/
│ ├── Common.cmake
│ ├── FindWWIVCurses.cmake
│ └── Modules/
│ ├── Findbenchmark.cmake
│ └── sanitizers/
│ ├── FindASan.cmake
│ ├── FindMSan.cmake
│ ├── FindTSan.cmake
│ ├── FindUBSan.cmake
│ ├── LICENSE
│ ├── README
│ └── README.md
├── cmake-config.sh
├── common/
│ ├── CMakeLists.txt
│ ├── acs_test.cpp
│ ├── bgetch.cpp
│ ├── checka.cpp
│ ├── com.cpp
│ ├── com.h
│ ├── common_events.h
│ ├── common_helper.cpp
│ ├── common_helper.h
│ ├── common_test_main.cpp
│ ├── context.cpp
│ ├── context.h
│ ├── datetime.cpp
│ ├── datetime.h
│ ├── exceptions.h
│ ├── full_screen.cpp
│ ├── full_screen.h
│ ├── input.cpp
│ ├── input.h
│ ├── input_range.cpp
│ ├── input_range.h
│ ├── input_range_test.cpp
│ ├── iobase.cpp
│ ├── iobase.h
│ ├── language.cpp
│ ├── language.h
│ ├── macro_context.cpp
│ ├── macro_context.h
│ ├── menu_data_util_test.cpp
│ ├── menus/
│ │ ├── menu_data_util.cpp
│ │ ├── menu_data_util.h
│ │ ├── menu_generator.cpp
│ │ └── menu_generator.h
│ ├── message_editor_data.cpp
│ ├── message_editor_data.h
│ ├── null_remote_io.cpp
│ ├── null_remote_io.h
│ ├── output.cpp
│ ├── output.h
│ ├── pause.cpp
│ ├── pause.h
│ ├── pipe_expr.cpp
│ ├── pipe_expr.h
│ ├── pipe_expr_test.cpp
│ ├── printfile.cpp
│ ├── printfile.h
│ ├── quote.cpp
│ ├── quote.h
│ ├── remote_io.cpp
│ ├── remote_io.h
│ ├── remote_pipe_io.cpp
│ ├── remote_pipe_io.h
│ ├── remote_socket_io.cpp
│ ├── remote_socket_io.h
│ ├── remote_socket_io_test.cpp
│ ├── value/
│ │ ├── bbsvalueprovider.cpp
│ │ ├── bbsvalueprovider.h
│ │ ├── uservalueprovider.cpp
│ │ └── uservalueprovider.h
│ ├── workspace.cpp
│ └── workspace.h
├── contributing.md
├── core/
│ ├── CMakeLists.txt
│ ├── callable/
│ │ ├── LICENSE.txt
│ │ ├── README.md
│ │ ├── callable.hpp
│ │ ├── function.hpp
│ │ ├── functor.hpp
│ │ ├── helpers.hpp
│ │ └── member_function.hpp
│ ├── cereal_utils.h
│ ├── clock.cpp
│ ├── clock.h
│ ├── clock_test.cpp
│ ├── command_line.cpp
│ ├── command_line.h
│ ├── command_line_test.cpp
│ ├── connection.cpp
│ ├── connection.h
│ ├── core_test_main.cpp
│ ├── cp437.cpp
│ ├── cp437.h
│ ├── cp437_test.cpp
│ ├── crc32.cpp
│ ├── crc32.h
│ ├── crc32_test.cpp
│ ├── datafile.h
│ ├── datafile_test.cpp
│ ├── datetime.cpp
│ ├── datetime.h
│ ├── datetime_test.cpp
│ ├── eventbus.cpp
│ ├── eventbus.h
│ ├── eventbus_test.cpp
│ ├── fake_clock.cpp
│ ├── fake_clock.h
│ ├── fake_clock_test.cpp
│ ├── file.cpp
│ ├── file.h
│ ├── file_lock.cpp
│ ├── file_lock.h
│ ├── file_os2.cpp
│ ├── file_test.cpp
│ ├── file_unix.cpp
│ ├── file_win32.cpp
│ ├── findfiles.cpp
│ ├── findfiles.h
│ ├── findfiles_test.cpp
│ ├── graphs.cpp
│ ├── graphs.h
│ ├── graphs_main.cpp
│ ├── inifile.cpp
│ ├── inifile.h
│ ├── inifile_test.cpp
│ ├── ip_address.cpp
│ ├── ip_address.h
│ ├── ip_address_test.cpp
│ ├── jsonfile.cpp
│ ├── jsonfile.h
│ ├── log.cpp
│ ├── log.h
│ ├── log_test.cpp
│ ├── md5.cpp
│ ├── md5.h
│ ├── md5_test.cpp
│ ├── net.cpp
│ ├── net.h
│ ├── net_test.cpp
│ ├── numbers.cpp
│ ├── numbers.h
│ ├── os.cpp
│ ├── os.h
│ ├── os_os2.cpp
│ ├── os_test.cpp
│ ├── os_unix.cpp
│ ├── os_win.cpp
│ ├── parser/
│ │ ├── ast.cpp
│ │ ├── ast.h
│ │ ├── ast_test.cpp
│ │ ├── lexer.cpp
│ │ ├── lexer.h
│ │ ├── lexer_test.cpp
│ │ ├── token.cpp
│ │ └── token.h
│ ├── pipe.cpp
│ ├── pipe.h
│ ├── pipe_os2.cpp
│ ├── pipe_test.cpp
│ ├── pipe_win32.cpp
│ ├── scope_exit.h
│ ├── scope_exit_test.cpp
│ ├── semaphore_file.cpp
│ ├── semaphore_file.h
│ ├── semaphore_file_test.cpp
│ ├── socket_connection.cpp
│ ├── socket_connection.h
│ ├── socket_exceptions.cpp
│ ├── socket_exceptions.h
│ ├── stl.cpp
│ ├── stl.h
│ ├── stl_test.cpp
│ ├── strcasestr.cpp
│ ├── strings-ng.h
│ ├── strings.cpp
│ ├── strings.h
│ ├── strings_test.cpp
│ ├── test/
│ │ ├── file_helper.cpp
│ │ ├── file_helper.h
│ │ ├── wwivtest.cpp
│ │ └── wwivtest.h
│ ├── testdata/
│ │ └── len.txt
│ ├── textfile.cpp
│ ├── textfile.h
│ ├── textfile_test.cpp
│ ├── transaction.h
│ ├── transaction_test.cpp
│ ├── uuid.cpp
│ ├── uuid.h
│ ├── uuid_test.cpp
│ ├── version.cpp
│ ├── version.h
│ ├── version_internal.h.in
│ ├── wfndfile.h
│ ├── wfndfile_os2.cpp
│ ├── wfndfile_unix.cpp
│ ├── wfndfile_win32.cpp
│ ├── wwiv_windows.h
│ └── wwivport.h
├── cpp.hint
├── deps/
│ ├── README.md
│ ├── cl345/
│ │ ├── CMakeLists.txt
│ │ ├── COPYING
│ │ ├── README
│ │ ├── Test32.vcxproj
│ │ ├── Test32.vcxproj.filters
│ │ ├── bindings/
│ │ │ ├── Makefile.PL
│ │ │ ├── PerlCryptLib.ph
│ │ │ ├── PerlCryptLib.pm
│ │ │ ├── PerlCryptLib.xs
│ │ │ ├── VMBuild.exec
│ │ │ ├── cryptkit.tcl
│ │ │ ├── cryptlib.bas
│ │ │ ├── cryptlib.cs
│ │ │ ├── cryptlib.jar
│ │ │ ├── cryptlib.pas
│ │ │ ├── java_jni.c
│ │ │ ├── python.c
│ │ │ ├── setup.py
│ │ │ ├── testlib.jcl
│ │ │ ├── ussalloc
│ │ │ └── usscopy
│ │ ├── bn/
│ │ │ ├── bn.h
│ │ │ ├── bn_asm.c
│ │ │ ├── bn_exp.c
│ │ │ ├── bn_exp2.c
│ │ │ ├── bn_gcd.c
│ │ │ ├── bn_lcl.h
│ │ │ ├── bn_mul.c
│ │ │ ├── bn_orig.h
│ │ │ ├── bn_recp.c
│ │ │ ├── ec.h
│ │ │ ├── ec_lcl.h
│ │ │ ├── ec_lib.c
│ │ │ ├── ec_mult.c
│ │ │ ├── ecp_mont.c
│ │ │ └── ecp_smpl.c
│ │ ├── cert/
│ │ │ ├── cert.h
│ │ │ ├── certattr.h
│ │ │ ├── certfn.h
│ │ │ ├── certrev.c
│ │ │ ├── certschk.c
│ │ │ ├── certsign.c
│ │ │ ├── certval.c
│ │ │ ├── chain.c
│ │ │ ├── chk_cert.c
│ │ │ ├── chk_chn.c
│ │ │ ├── chk_san.c
│ │ │ ├── chk_use.c
│ │ │ ├── comp_cert.c
│ │ │ ├── comp_curs.c
│ │ │ ├── comp_del.c
│ │ │ ├── comp_get.c
│ │ │ ├── comp_gets.c
│ │ │ ├── comp_pkiu.c
│ │ │ ├── comp_set.c
│ │ │ ├── dn.c
│ │ │ ├── dn.h
│ │ │ ├── dn_rw.c
│ │ │ ├── dn_rws.c
│ │ │ ├── dn_string.c
│ │ │ ├── ext.c
│ │ │ ├── ext_add.c
│ │ │ ├── ext_chk.c
│ │ │ ├── ext_copy.c
│ │ │ ├── ext_def.c
│ │ │ ├── ext_rd.c
│ │ │ ├── ext_wr.c
│ │ │ ├── imp_chk.c
│ │ │ ├── imp_exp.c
│ │ │ ├── read.c
│ │ │ ├── trustmgr.c
│ │ │ ├── trustmgr.h
│ │ │ ├── trustmgr_int.h
│ │ │ ├── write.c
│ │ │ └── write_pre.c
│ │ ├── cl32.exp
│ │ ├── cl32.lib
│ │ ├── context/
│ │ │ ├── context.h
│ │ │ ├── ctx_3des.c
│ │ │ ├── ctx_aes.c
│ │ │ ├── ctx_attr.c
│ │ │ ├── ctx_bn.c
│ │ │ ├── ctx_bnmath.c
│ │ │ ├── ctx_bnpkc.c
│ │ │ ├── ctx_bnprime.c
│ │ │ ├── ctx_bnrw.c
│ │ │ ├── ctx_bnsieve.c
│ │ │ ├── ctx_bntest.c
│ │ │ ├── ctx_cast.c
│ │ │ ├── ctx_des.c
│ │ │ ├── ctx_dh.c
│ │ │ ├── ctx_dsa.c
│ │ │ ├── ctx_ecdh.c
│ │ │ ├── ctx_ecdsa.c
│ │ │ ├── ctx_elg.c
│ │ │ ├── ctx_encr.c
│ │ │ ├── ctx_generic.c
│ │ │ ├── ctx_hsha.c
│ │ │ ├── ctx_hsha2.c
│ │ │ ├── ctx_idea.c
│ │ │ ├── ctx_md5.c
│ │ │ ├── ctx_misc.c
│ │ │ ├── ctx_rc2.c
│ │ │ ├── ctx_rc4.c
│ │ │ ├── ctx_rsa.c
│ │ │ ├── ctx_sha.c
│ │ │ ├── ctx_sha2.c
│ │ │ ├── key_id.c
│ │ │ ├── key_rdpri.c
│ │ │ ├── key_rdpub.c
│ │ │ ├── key_wr.c
│ │ │ ├── keygen.h
│ │ │ ├── keyload.c
│ │ │ ├── kg_dlp.c
│ │ │ ├── kg_ecc.c
│ │ │ ├── kg_prime.c
│ │ │ └── kg_rsa.c
│ │ ├── crypt/
│ │ │ ├── aes.h
│ │ │ ├── aes_amd64.asm
│ │ │ ├── aes_modes.c
│ │ │ ├── aes_ni.c
│ │ │ ├── aes_ni.h
│ │ │ ├── aes_via_ace.h
│ │ │ ├── aes_x86_v2.asm
│ │ │ ├── aescrypt.c
│ │ │ ├── aeskey.c
│ │ │ ├── aesopt.h
│ │ │ ├── aestab.c
│ │ │ ├── aestab.h
│ │ │ ├── brg_endian.h
│ │ │ ├── brg_types.h
│ │ │ ├── cast.h
│ │ │ ├── castecb.c
│ │ │ ├── castenc.c
│ │ │ ├── castlcl.h
│ │ │ ├── castsbox.h
│ │ │ ├── castskey.c
│ │ │ ├── d-win32.asm
│ │ │ ├── d-win32.lib
│ │ │ ├── des.h
│ │ │ ├── descbc.c
│ │ │ ├── desecb.c
│ │ │ ├── desecb3.c
│ │ │ ├── desenc.c
│ │ │ ├── deslocl.h
│ │ │ ├── desskey.c
│ │ │ ├── gcm.c
│ │ │ ├── gcm.h
│ │ │ ├── gf128mul.c
│ │ │ ├── gf128mul.h
│ │ │ ├── gf_mul_lo.h
│ │ │ ├── icbc.c
│ │ │ ├── idea.h
│ │ │ ├── idealocl.h
│ │ │ ├── iecb.c
│ │ │ ├── iskey.c
│ │ │ ├── md32com.h
│ │ │ ├── md5.h
│ │ │ ├── md5dgst.c
│ │ │ ├── md5locl.h
│ │ │ ├── mode_hdr.h
│ │ │ ├── osconfig.h
│ │ │ ├── rc2.h
│ │ │ ├── rc2cbc.c
│ │ │ ├── rc2ecb.c
│ │ │ ├── rc2locl.h
│ │ │ ├── rc2skey.c
│ │ │ ├── rc4.h
│ │ │ ├── rc4enc.c
│ │ │ ├── rc4locl.h
│ │ │ ├── rc4skey.c
│ │ │ ├── sha.h
│ │ │ ├── sha1dgst.c
│ │ │ ├── sha1locl.h
│ │ │ ├── sha2.c
│ │ │ ├── sha2.h
│ │ │ ├── spr.h
│ │ │ └── testdes.h
│ │ ├── crypt.h
│ │ ├── crypt32.def
│ │ ├── crypt32.dsp
│ │ ├── crypt32.dsw
│ │ ├── crypt32.rc
│ │ ├── crypt32.sln
│ │ ├── crypt32.vcxproj
│ │ ├── crypt32.vcxproj.filters
│ │ ├── crypt32ce.vcp
│ │ ├── crypt32ce.vcw
│ │ ├── cryptapi.c
│ │ ├── cryptcrt.c
│ │ ├── cryptctx.c
│ │ ├── cryptdev.c
│ │ ├── cryptenv.c
│ │ ├── cryptkey.c
│ │ ├── cryptkrn.h
│ │ ├── cryptlib.asn
│ │ ├── cryptlib.c
│ │ ├── cryptlib.cfg
│ │ ├── cryptlib.exp
│ │ ├── cryptlib.h
│ │ ├── cryptlib.sld
│ │ ├── cryptses.c
│ │ ├── cryptusr.c
│ │ ├── device/
│ │ │ ├── capabil.h
│ │ │ ├── dev_attr.c
│ │ │ ├── device.h
│ │ │ ├── hardware.c
│ │ │ ├── hardware.h
│ │ │ ├── hw_dummy.c
│ │ │ ├── ms_capi.c
│ │ │ ├── pkcs11.c
│ │ │ ├── pkcs11.h
│ │ │ ├── pkcs11_api.h
│ │ │ ├── pkcs11_init.c
│ │ │ ├── pkcs11_pkc.c
│ │ │ ├── pkcs11_rd.c
│ │ │ ├── pkcs11_wr.c
│ │ │ ├── pkcs11f.h
│ │ │ ├── pkcs11t.h
│ │ │ └── system.c
│ │ ├── enc_dec/
│ │ │ ├── asn1.h
│ │ │ ├── asn1_algid.c
│ │ │ ├── asn1_chk.c
│ │ │ ├── asn1_ext.c
│ │ │ ├── asn1_ext.h
│ │ │ ├── asn1_oids.h
│ │ │ ├── asn1_rd.c
│ │ │ ├── asn1_wr.c
│ │ │ ├── base64.c
│ │ │ ├── base64_id.c
│ │ │ ├── misc_rw.c
│ │ │ ├── misc_rw.h
│ │ │ ├── pgp_rw.c
│ │ │ └── pgp_rw.h
│ │ ├── envelope/
│ │ │ ├── cms_denv.c
│ │ │ ├── cms_env.c
│ │ │ ├── cms_envpre.c
│ │ │ ├── decode.c
│ │ │ ├── encode.c
│ │ │ ├── env_attr.c
│ │ │ ├── envelope.h
│ │ │ ├── pgp_denv.c
│ │ │ ├── pgp_env.c
│ │ │ ├── res_actn.c
│ │ │ ├── res_denv.c
│ │ │ └── res_env.c
│ │ ├── io/
│ │ │ ├── dns.c
│ │ │ ├── dns_srv.c
│ │ │ ├── file.c
│ │ │ ├── file.h
│ │ │ ├── http.c
│ │ │ ├── http.h
│ │ │ ├── http_parse.c
│ │ │ ├── http_rd.c
│ │ │ ├── http_wr.c
│ │ │ ├── memory.c
│ │ │ ├── net.c
│ │ │ ├── net_proxy.c
│ │ │ ├── net_trans.c
│ │ │ ├── net_url.c
│ │ │ ├── stream.c
│ │ │ ├── stream.h
│ │ │ ├── stream_int.h
│ │ │ ├── tcp.c
│ │ │ ├── tcp.h
│ │ │ ├── tcp_conn.c
│ │ │ ├── tcp_err.c
│ │ │ ├── tcp_int.h
│ │ │ └── tcp_rw.c
│ │ ├── kernel/
│ │ │ ├── acl.h
│ │ │ ├── acl_perm.h
│ │ │ ├── attr_acl.c
│ │ │ ├── certm_acl.c
│ │ │ ├── init.c
│ │ │ ├── int_msg.c
│ │ │ ├── kernel.h
│ │ │ ├── key_acl.c
│ │ │ ├── mech_acl.c
│ │ │ ├── msg_acl.c
│ │ │ ├── obj_acc.c
│ │ │ ├── objects.c
│ │ │ ├── sec_mem.c
│ │ │ ├── selftest.c
│ │ │ ├── semaphore.c
│ │ │ ├── sendmsg.c
│ │ │ ├── storage.c
│ │ │ └── thread.h
│ │ ├── keyset/
│ │ │ ├── ca_add.c
│ │ │ ├── ca_clean.c
│ │ │ ├── ca_issue.c
│ │ │ ├── ca_misc.c
│ │ │ ├── ca_rev.c
│ │ │ ├── dbms.c
│ │ │ ├── dbms.h
│ │ │ ├── dbx_misc.c
│ │ │ ├── dbx_rd.c
│ │ │ ├── dbx_rpc.c
│ │ │ ├── dbx_rpcc.c
│ │ │ ├── dbx_wr.c
│ │ │ ├── http_keys.c
│ │ │ ├── key_attr.c
│ │ │ ├── keyset.h
│ │ │ ├── ldap.c
│ │ │ ├── odbc.c
│ │ │ ├── pgp.c
│ │ │ ├── pgp_key.h
│ │ │ ├── pgp_rd.c
│ │ │ ├── pgp_wr.c
│ │ │ ├── pkcs12.c
│ │ │ ├── pkcs12.h
│ │ │ ├── pkcs12_rd.c
│ │ │ ├── pkcs12_rdo.c
│ │ │ ├── pkcs12_wr.c
│ │ │ ├── pkcs15.c
│ │ │ ├── pkcs15.h
│ │ │ ├── pkcs15_add.c
│ │ │ ├── pkcs15_adpb.c
│ │ │ ├── pkcs15_adpr.c
│ │ │ ├── pkcs15_atrd.c
│ │ │ ├── pkcs15_atwr.c
│ │ │ ├── pkcs15_get.c
│ │ │ ├── pkcs15_getp.c
│ │ │ ├── pkcs15_rd.c
│ │ │ ├── pkcs15_set.c
│ │ │ └── pkcs15_wr.c
│ │ ├── makefile
│ │ ├── mechs/
│ │ │ ├── dev_mech.h
│ │ │ ├── keyex.c
│ │ │ ├── keyex_int.c
│ │ │ ├── keyex_rw.c
│ │ │ ├── mech.h
│ │ │ ├── mech_cwrap.c
│ │ │ ├── mech_drv.c
│ │ │ ├── mech_int.c
│ │ │ ├── mech_int.h
│ │ │ ├── mech_pkwrap.c
│ │ │ ├── mech_privk.c
│ │ │ ├── mech_sig.c
│ │ │ ├── obj_qry.c
│ │ │ ├── sign.c
│ │ │ ├── sign_cms.c
│ │ │ ├── sign_int.c
│ │ │ ├── sign_pgp.c
│ │ │ ├── sign_rw.c
│ │ │ └── sign_x509.c
│ │ ├── misc/
│ │ │ ├── analyse.h
│ │ │ ├── config.h
│ │ │ ├── consts.h
│ │ │ ├── debug.h
│ │ │ ├── fault.h
│ │ │ ├── int_api.c
│ │ │ ├── int_api.h
│ │ │ ├── int_attr.c
│ │ │ ├── int_debug.c
│ │ │ ├── int_env.c
│ │ │ ├── int_err.c
│ │ │ ├── int_mem.c
│ │ │ ├── int_string.c
│ │ │ ├── int_time.c
│ │ │ ├── list.h
│ │ │ ├── os_detect.h
│ │ │ ├── os_spec.c
│ │ │ ├── os_spec.h
│ │ │ ├── pgp.h
│ │ │ ├── pgp_misc.c
│ │ │ ├── rpc.h
│ │ │ ├── safety.h
│ │ │ ├── user.c
│ │ │ ├── user.h
│ │ │ ├── user_attr.c
│ │ │ ├── user_cfg.c
│ │ │ ├── user_int.h
│ │ │ └── user_rw.c
│ │ ├── random/
│ │ │ ├── 4758.c
│ │ │ ├── amx.c
│ │ │ ├── beos.c
│ │ │ ├── chorus.c
│ │ │ ├── dos.c
│ │ │ ├── ecos.c
│ │ │ ├── embos.c
│ │ │ ├── mac.c
│ │ │ ├── mgos.c
│ │ │ ├── mqx.c
│ │ │ ├── mvs.c
│ │ │ ├── mvsent.s
│ │ │ ├── os2.c
│ │ │ ├── osek.c
│ │ │ ├── palmos.c
│ │ │ ├── rand_x917.c
│ │ │ ├── random.c
│ │ │ ├── random.h
│ │ │ ├── random_int.h
│ │ │ ├── tandem.c
│ │ │ ├── telit.c
│ │ │ ├── threadx.c
│ │ │ ├── ucosii.c
│ │ │ ├── uitron.c
│ │ │ ├── unix.c
│ │ │ ├── vdk.c
│ │ │ ├── vmcms.c
│ │ │ ├── vxworks.c
│ │ │ ├── win16.c
│ │ │ ├── win32.c
│ │ │ ├── wince.c
│ │ │ └── xmk.c
│ │ ├── session/
│ │ │ ├── certstore.c
│ │ │ ├── certstore.h
│ │ │ ├── cmp.c
│ │ │ ├── cmp.h
│ │ │ ├── cmp_cli.c
│ │ │ ├── cmp_crypt.c
│ │ │ ├── cmp_err.c
│ │ │ ├── cmp_rd.c
│ │ │ ├── cmp_rdmsg.c
│ │ │ ├── cmp_svr.c
│ │ │ ├── cmp_wr.c
│ │ │ ├── cmp_wrmsg.c
│ │ │ ├── ocsp.c
│ │ │ ├── pnppki.c
│ │ │ ├── rtcs.c
│ │ │ ├── scep.c
│ │ │ ├── scep.h
│ │ │ ├── scep_cli.c
│ │ │ ├── scep_svr.c
│ │ │ ├── scorebrd.c
│ │ │ ├── scorebrd.h
│ │ │ ├── scorebrd_int.h
│ │ │ ├── sess_attr.c
│ │ │ ├── sess_iattr.c
│ │ │ ├── sess_rd.c
│ │ │ ├── sess_wr.c
│ │ │ ├── sess_ws.c
│ │ │ ├── session.c
│ │ │ ├── session.h
│ │ │ ├── ssh.c
│ │ │ ├── ssh.h
│ │ │ ├── ssh2.c
│ │ │ ├── ssh2_authc.c
│ │ │ ├── ssh2_auths.c
│ │ │ ├── ssh2_chn.c
│ │ │ ├── ssh2_cli.c
│ │ │ ├── ssh2_crypt.c
│ │ │ ├── ssh2_msg.c
│ │ │ ├── ssh2_msgc.c
│ │ │ ├── ssh2_msgs.c
│ │ │ ├── ssh2_rd.c
│ │ │ ├── ssh2_svr.c
│ │ │ ├── ssh2_wr.c
│ │ │ ├── ssl.c
│ │ │ ├── ssl.h
│ │ │ ├── ssl_cli.c
│ │ │ ├── ssl_crypt.c
│ │ │ ├── ssl_ext.c
│ │ │ ├── ssl_hs.c
│ │ │ ├── ssl_hsc.c
│ │ │ ├── ssl_kmgmt.c
│ │ │ ├── ssl_rd.c
│ │ │ ├── ssl_suites.c
│ │ │ ├── ssl_svr.c
│ │ │ ├── ssl_wr.c
│ │ │ ├── tsp.c
│ │ │ └── websockets.h
│ │ ├── test/
│ │ │ ├── certimp.c
│ │ │ ├── certproc.c
│ │ │ ├── certs/
│ │ │ │ ├── bad_sig1.der
│ │ │ │ ├── bad_sig10.der
│ │ │ │ ├── bad_sig11.der
│ │ │ │ ├── bad_sig2.der
│ │ │ │ ├── bad_sig3.der
│ │ │ │ ├── bad_sig4.der
│ │ │ │ ├── bad_sig5.der
│ │ │ │ ├── bad_sig6.der
│ │ │ │ ├── bad_sig7.der
│ │ │ │ ├── bad_sig8.der
│ │ │ │ ├── bad_sig9.der
│ │ │ │ ├── broken.der
│ │ │ │ ├── broken_ca.der
│ │ │ │ ├── broken_ee.der
│ │ │ │ ├── cert01.der
│ │ │ │ ├── cert02.der
│ │ │ │ ├── cert03.der
│ │ │ │ ├── cert04.der
│ │ │ │ ├── cert05.der
│ │ │ │ ├── cert06.der
│ │ │ │ ├── cert07.der
│ │ │ │ ├── cert08.der
│ │ │ │ ├── cert09.der
│ │ │ │ ├── cert1.asc
│ │ │ │ ├── cert10.der
│ │ │ │ ├── cert11.der
│ │ │ │ ├── cert12.der
│ │ │ │ ├── cert13.der
│ │ │ │ ├── cert14.der
│ │ │ │ ├── cert15.der
│ │ │ │ ├── cert16.der
│ │ │ │ ├── cert17.der
│ │ │ │ ├── cert18.der
│ │ │ │ ├── cert19.der
│ │ │ │ ├── cert2.asc
│ │ │ │ ├── cert20.der
│ │ │ │ ├── cert21.der
│ │ │ │ ├── cert22.der
│ │ │ │ ├── cert23.der
│ │ │ │ ├── cert24.der
│ │ │ │ ├── cert25.der
│ │ │ │ ├── cert26.der
│ │ │ │ ├── cert27.der
│ │ │ │ ├── cert28.der
│ │ │ │ ├── cert29.der
│ │ │ │ ├── cert3.asc
│ │ │ │ ├── cert30.der
│ │ │ │ ├── cert31.der
│ │ │ │ ├── cert32.der
│ │ │ │ ├── cert33.der
│ │ │ │ ├── cert34.der
│ │ │ │ ├── cert4.asc
│ │ │ │ ├── certchn1.asc
│ │ │ │ ├── certchn1.der
│ │ │ │ ├── certchn2.der
│ │ │ │ ├── certchn3.der
│ │ │ │ ├── certchn4.der
│ │ │ │ ├── certchn5.der
│ │ │ │ ├── certchn6.der
│ │ │ │ ├── certreq1.der
│ │ │ │ ├── certreq2.der
│ │ │ │ ├── certreq3.der
│ │ │ │ ├── certreq4.der
│ │ │ │ ├── certreq5.der
│ │ │ │ ├── certreq6.der
│ │ │ │ ├── certreq7.der
│ │ │ │ ├── chntest1.der
│ │ │ │ ├── chntest2.der
│ │ │ │ ├── chntest3.der
│ │ │ │ ├── chntest4.der
│ │ │ │ ├── chntest5.der
│ │ │ │ ├── chntest6.der
│ │ │ │ ├── crl1.crl
│ │ │ │ ├── crl2.crl
│ │ │ │ ├── crl3.crl
│ │ │ │ ├── crl4.crl
│ │ │ │ ├── eccert01.der
│ │ │ │ ├── eccert02.der
│ │ │ │ ├── eccert03.der
│ │ │ │ ├── eccert04.der
│ │ │ │ ├── eccert05.der
│ │ │ │ ├── eccert06.der
│ │ │ │ ├── eccert07.der
│ │ │ │ ├── eccert08.der
│ │ │ │ ├── eccert09.der
│ │ │ │ └── eccert10.der
│ │ │ ├── certs.c
│ │ │ ├── devices.c
│ │ │ ├── envelope.c
│ │ │ ├── filename.h
│ │ │ ├── fuzz/
│ │ │ │ └── websockets.min
│ │ │ ├── highlvl.c
│ │ │ ├── keydbx.c
│ │ │ ├── keyfile.c
│ │ │ ├── keys/
│ │ │ │ ├── ca.p15
│ │ │ │ ├── ca_int.p15
│ │ │ │ ├── cmp1.p15
│ │ │ │ ├── cmp2.p15
│ │ │ │ ├── dual.p15
│ │ │ │ ├── misc1.p15
│ │ │ │ ├── misc2.p15
│ │ │ │ ├── pkcs12_1.p12
│ │ │ │ ├── pkcs12_2.p12
│ │ │ │ ├── pkcs12_3.p12
│ │ │ │ ├── pkcs12_4.p12
│ │ │ │ ├── pkcs12_5.p12
│ │ │ │ ├── pkcs12_6.p12
│ │ │ │ ├── pkcs12_7.p12
│ │ │ │ ├── pkcs12_8.p12
│ │ │ │ ├── pkcs12_9.p12
│ │ │ │ ├── pkcs15_1.p15
│ │ │ │ ├── pkcs15_2.p15
│ │ │ │ ├── pnp_ca.p15
│ │ │ │ ├── pnp_user.p15
│ │ │ │ ├── renewed.p15
│ │ │ │ ├── scep_ca1.p15
│ │ │ │ ├── scep_ca2.p15
│ │ │ │ ├── server1.p15
│ │ │ │ ├── server2.p15
│ │ │ │ ├── serverp256.p15
│ │ │ │ ├── serverp384.p15
│ │ │ │ ├── serverp521.p15
│ │ │ │ ├── ssh1.p15
│ │ │ │ ├── ssh2.p15
│ │ │ │ ├── ssh3.p15
│ │ │ │ ├── ssl_cli.p15
│ │ │ │ ├── test.p12
│ │ │ │ ├── test.p15
│ │ │ │ ├── test.pgp
│ │ │ │ ├── tsa.p15
│ │ │ │ ├── user1.p15
│ │ │ │ ├── user2.p15
│ │ │ │ └── user3.p15
│ │ │ ├── loadkey.c
│ │ │ ├── lowlvl.c
│ │ │ ├── misc/
│ │ │ │ ├── crl_cert1.der
│ │ │ │ ├── crl_cert2.der
│ │ │ │ ├── nochn_ca.der
│ │ │ │ ├── nochn_ee.der
│ │ │ │ ├── rtcs_ee1o.der
│ │ │ │ ├── sshkey1.asc
│ │ │ │ ├── sshkey2.asc
│ │ │ │ ├── sshkey3.asc
│ │ │ │ ├── sshkey4.asc
│ │ │ │ └── test.txt
│ │ │ ├── nist/
│ │ │ │ ├── test0.p7s
│ │ │ │ ├── test4101.p7s
│ │ │ │ ├── test41010.p7s
│ │ │ │ ├── test41011.p7s
│ │ │ │ ├── test41012.p7s
│ │ │ │ ├── test41013.p7s
│ │ │ │ ├── test41014.p7s
│ │ │ │ ├── test4102.p7s
│ │ │ │ ├── test4103.p7s
│ │ │ │ ├── test4104.p7s
│ │ │ │ ├── test4105.p7s
│ │ │ │ ├── test4106.p7s
│ │ │ │ ├── test4107.p7s
│ │ │ │ ├── test4108.p7s
│ │ │ │ ├── test4109.p7s
│ │ │ │ ├── test411.p7s
│ │ │ │ ├── test4111.p7s
│ │ │ │ ├── test41110.p7s
│ │ │ │ ├── test41111.p7s
│ │ │ │ ├── test4112.p7s
│ │ │ │ ├── test4113.p7s
│ │ │ │ ├── test4114.p7s
│ │ │ │ ├── test4115.p7s
│ │ │ │ ├── test4116.p7s
│ │ │ │ ├── test4117.p7s
│ │ │ │ ├── test4118.p7s
│ │ │ │ ├── test4119.p7s
│ │ │ │ ├── test412.p7s
│ │ │ │ ├── test4121.p7s
│ │ │ │ ├── test41210.p7s
│ │ │ │ ├── test4122.p7s
│ │ │ │ ├── test4123.p7s
│ │ │ │ ├── test4124.p7s
│ │ │ │ ├── test4125.p7s
│ │ │ │ ├── test4126.p7s
│ │ │ │ ├── test4127.p7s
│ │ │ │ ├── test4128.p7s
│ │ │ │ ├── test4129.p7s
│ │ │ │ ├── test413.p7s
│ │ │ │ ├── test4131.p7s
│ │ │ │ ├── test41310.p7s
│ │ │ │ ├── test41311.p7s
│ │ │ │ ├── test41312.p7s
│ │ │ │ ├── test41313.p7s
│ │ │ │ ├── test41314.p7s
│ │ │ │ ├── test41315.p7s
│ │ │ │ ├── test41316.p7s
│ │ │ │ ├── test41317.p7s
│ │ │ │ ├── test41318.p7s
│ │ │ │ ├── test41319.p7s
│ │ │ │ ├── test4132.p7s
│ │ │ │ ├── test41320.p7s
│ │ │ │ ├── test41321.p7s
│ │ │ │ ├── test41322.p7s
│ │ │ │ ├── test41323.p7s
│ │ │ │ ├── test41324.p7s
│ │ │ │ ├── test41325.p7s
│ │ │ │ ├── test41326.p7s
│ │ │ │ ├── test41327.p7s
│ │ │ │ ├── test41328.p7s
│ │ │ │ ├── test41329.p7s
│ │ │ │ ├── test4133.p7s
│ │ │ │ ├── test41330.p7s
│ │ │ │ ├── test41331.p7s
│ │ │ │ ├── test41332.p7s
│ │ │ │ ├── test41333.p7s
│ │ │ │ ├── test41334.p7s
│ │ │ │ ├── test41335.p7s
│ │ │ │ ├── test41336.p7s
│ │ │ │ ├── test41337.p7s
│ │ │ │ ├── test41338.p7s
│ │ │ │ ├── test4134.p7s
│ │ │ │ ├── test4135.p7s
│ │ │ │ ├── test4136.p7s
│ │ │ │ ├── test4137.p7s
│ │ │ │ ├── test4138.p7s
│ │ │ │ ├── test4139.p7s
│ │ │ │ ├── test414.p7s
│ │ │ │ ├── test416.p7s
│ │ │ │ ├── test4161.p7s
│ │ │ │ ├── test4162.p7s
│ │ │ │ ├── test421.p7s
│ │ │ │ ├── test422.p7s
│ │ │ │ ├── test423.p7s
│ │ │ │ ├── test424.p7s
│ │ │ │ ├── test425.p7s
│ │ │ │ ├── test426.p7s
│ │ │ │ ├── test427.p7s
│ │ │ │ ├── test428.p7s
│ │ │ │ ├── test431.p7s
│ │ │ │ ├── test432.p7s
│ │ │ │ ├── test436.p7s
│ │ │ │ ├── test437.p7s
│ │ │ │ ├── test438.p7s
│ │ │ │ ├── test439.p7s
│ │ │ │ ├── test451.p7s
│ │ │ │ ├── test453.p7s
│ │ │ │ ├── test461.p7s
│ │ │ │ ├── test4610.p7s
│ │ │ │ ├── test4611.p7s
│ │ │ │ ├── test4612.p7s
│ │ │ │ ├── test4613.p7s
│ │ │ │ ├── test4614.p7s
│ │ │ │ ├── test4615.p7s
│ │ │ │ ├── test4616.p7s
│ │ │ │ ├── test4617.p7s
│ │ │ │ ├── test462.p7s
│ │ │ │ ├── test463.p7s
│ │ │ │ ├── test464.p7s
│ │ │ │ ├── test465.p7s
│ │ │ │ ├── test466.p7s
│ │ │ │ ├── test467.p7s
│ │ │ │ ├── test468.p7s
│ │ │ │ ├── test469.p7s
│ │ │ │ ├── test471.p7s
│ │ │ │ ├── test472.p7s
│ │ │ │ ├── test473.p7s
│ │ │ │ ├── test481.p7s
│ │ │ │ ├── test4810.p7s
│ │ │ │ ├── test4811.p7s
│ │ │ │ ├── test4812.p7s
│ │ │ │ ├── test4813.p7s
│ │ │ │ ├── test4814.p7s
│ │ │ │ ├── test4815.p7s
│ │ │ │ ├── test482.p7s
│ │ │ │ ├── test4820.p7s
│ │ │ │ ├── test483.p7s
│ │ │ │ ├── test484.p7s
│ │ │ │ ├── test485.p7s
│ │ │ │ ├── test486.p7s
│ │ │ │ ├── test487.p7s
│ │ │ │ ├── test488.p7s
│ │ │ │ ├── test489.p7s
│ │ │ │ ├── test491.p7s
│ │ │ │ ├── test492.p7s
│ │ │ │ ├── test493.p7s
│ │ │ │ ├── test494.p7s
│ │ │ │ ├── test495.p7s
│ │ │ │ ├── test496.p7s
│ │ │ │ ├── test497.p7s
│ │ │ │ └── test498.p7s
│ │ │ ├── pgp/
│ │ │ │ ├── conv_enc1.pgp
│ │ │ │ ├── conv_enc2.pgp
│ │ │ │ ├── conv_enc3.pgp
│ │ │ │ ├── conv_enc4.pgp
│ │ │ │ ├── conv_enc5.pgp
│ │ │ │ ├── conv_enc6.pgp
│ │ │ │ ├── conv_enc7.pgp
│ │ │ │ ├── copr1.pgp
│ │ │ │ ├── copr2.pgp
│ │ │ │ ├── copr3.pgp
│ │ │ │ ├── gpg_enc1.gpg
│ │ │ │ ├── gpg_enc2.gpg
│ │ │ │ ├── gpg_enc3.gpg
│ │ │ │ ├── gpg_enc4.gpg
│ │ │ │ ├── gpg_enc5.gpg
│ │ │ │ ├── out.pgp.gpg
│ │ │ │ ├── pgp_enc1.pgp
│ │ │ │ ├── pgp_enc2.pgp
│ │ │ │ ├── pub_aes.pkr
│ │ │ │ ├── pub_ecc.gpg
│ │ │ │ ├── pub_hash.gpg
│ │ │ │ ├── pub_mult.gpg
│ │ │ │ ├── pub_nai.pkr
│ │ │ │ ├── pub_rsa.gpg
│ │ │ │ ├── pubkey1.asc
│ │ │ │ ├── pubkey1.pgp
│ │ │ │ ├── pubkey2.asc
│ │ │ │ ├── pubkey3.asc
│ │ │ │ ├── pubring.gpg
│ │ │ │ ├── pubring.pgp
│ │ │ │ ├── sec_aes.skr
│ │ │ │ ├── sec_bc.gpg
│ │ │ │ ├── sec_cast.gpg
│ │ │ │ ├── sec_ecc.gpg
│ │ │ │ ├── sec_hash.gpg
│ │ │ │ ├── sec_nai.skr
│ │ │ │ ├── sec_part.gpg
│ │ │ │ ├── sec_rsa.gpg
│ │ │ │ ├── secring.gpg
│ │ │ │ ├── secring.pgp
│ │ │ │ ├── signed1.pgp
│ │ │ │ ├── signed2_.pgp
│ │ │ │ ├── signed3.pgp
│ │ │ │ ├── signed4.pgp
│ │ │ │ ├── test.c
│ │ │ │ └── test.txt
│ │ │ ├── s_cmp.c
│ │ │ ├── s_scep.c
│ │ │ ├── session/
│ │ │ │ ├── cmp_ca1.der
│ │ │ │ ├── cmp_ca12.der
│ │ │ │ ├── cmp_ca2.der
│ │ │ │ ├── cmp_ca3.der
│ │ │ │ ├── cmp_ca4.der
│ │ │ │ ├── cmp_ca6.der
│ │ │ │ ├── cmp_ca7.der
│ │ │ │ ├── cmp_ca8.der
│ │ │ │ ├── cmp_ca9.der
│ │ │ │ ├── cmp_ca9r.der
│ │ │ │ ├── cmp_cacert1.der
│ │ │ │ ├── ocsp_ca1.der
│ │ │ │ ├── ocsp_ca2.der
│ │ │ │ ├── ocsp_ca3.der
│ │ │ │ ├── ocsp_ca4.der
│ │ │ │ ├── ocsp_ca5.der
│ │ │ │ ├── ocsp_ca6.der
│ │ │ │ ├── ocsp_ca7.der
│ │ │ │ ├── ocsp_ok1.der
│ │ │ │ ├── ocsp_ok2.der
│ │ │ │ ├── ocsp_ok3.der
│ │ │ │ ├── ocsp_ok4.der
│ │ │ │ ├── ocsp_ok5.der
│ │ │ │ ├── ocsp_ok6.der
│ │ │ │ ├── ocsp_ok7.der
│ │ │ │ ├── ocsp_re1.der
│ │ │ │ ├── ocsp_re2.der
│ │ │ │ ├── ocsp_re3.der
│ │ │ │ ├── ocsp_re7.der
│ │ │ │ ├── ocspca.der
│ │ │ │ ├── ocspr_ok.der
│ │ │ │ ├── ocspr_re.der
│ │ │ │ ├── scep_ca1.der
│ │ │ │ ├── scep_ca2.der
│ │ │ │ ├── scep_ca6.der
│ │ │ │ ├── scep_ca7.der
│ │ │ │ ├── scep_cacert1.der
│ │ │ │ └── scep_cacert2.der
│ │ │ ├── smime/
│ │ │ │ ├── envel1.p7m
│ │ │ │ ├── pw_enc1.p7m
│ │ │ │ ├── pw_enc2.p7m
│ │ │ │ ├── sig_ndef.p7s
│ │ │ │ ├── signed1.p7s
│ │ │ │ ├── signed2.p7s
│ │ │ │ └── signed3.p7s
│ │ │ ├── sreqresp.c
│ │ │ ├── ssh.c
│ │ │ ├── ssl.c
│ │ │ ├── stress.c
│ │ │ ├── suiteb.c
│ │ │ ├── test.h
│ │ │ ├── testfunc.c
│ │ │ ├── testlib.c
│ │ │ └── utils.c
│ │ ├── test32.dsp
│ │ ├── test32.dsw
│ │ ├── test32.sln
│ │ ├── test32ce.vcp
│ │ ├── test32ce.vcw
│ │ ├── tools/
│ │ │ ├── GenPas.pl
│ │ │ ├── GenPerl.pl
│ │ │ ├── GenVB.pl
│ │ │ ├── buildall.sh
│ │ │ ├── buildlib.sh
│ │ │ ├── buildsharedlib.sh
│ │ │ ├── ccopts-crosscompile.sh
│ │ │ ├── ccopts.sh
│ │ │ ├── cryptlibConverter.py
│ │ │ ├── cryptlibConverter.py3
│ │ │ ├── dumpasn1.c
│ │ │ ├── dumpasn1.cfg
│ │ │ ├── endian.c
│ │ │ ├── fuzz.sh
│ │ │ ├── getcompiler.sh
│ │ │ ├── getlibs.sh
│ │ │ ├── getseed.sh
│ │ │ ├── mkhdr.sh
│ │ │ ├── osversion.sh
│ │ │ ├── patterns.sed
│ │ │ ├── rename.sh
│ │ │ └── xcode.sh
│ │ ├── ubsan_blacklist.txt
│ │ └── zlib/
│ │ ├── adler32.c
│ │ ├── deflate.c
│ │ ├── deflate.h
│ │ ├── inffast.c
│ │ ├── inffast.h
│ │ ├── inffixed.h
│ │ ├── inflate.c
│ │ ├── inflate.h
│ │ ├── inftrees.c
│ │ ├── inftrees.h
│ │ ├── trees.c
│ │ ├── trees.h
│ │ ├── zconf.h
│ │ ├── zlib.h
│ │ ├── zutil.c
│ │ └── zutil.h
│ ├── infozip/
│ │ ├── infozip/
│ │ │ └── infozip.sln
│ │ ├── unzip60/
│ │ │ ├── BUGS
│ │ │ ├── COPYING.OLD
│ │ │ ├── Contents
│ │ │ ├── History.600
│ │ │ ├── INSTALL
│ │ │ ├── LICENSE
│ │ │ ├── README
│ │ │ ├── ToDo
│ │ │ ├── WHERE
│ │ │ ├── acorn/
│ │ │ │ ├── Contents
│ │ │ │ ├── GMakefile
│ │ │ │ ├── ReadMe
│ │ │ │ ├── RunMe1st
│ │ │ │ ├── acorn.c
│ │ │ │ ├── riscos.c
│ │ │ │ ├── riscos.h
│ │ │ │ ├── srcrename
│ │ │ │ ├── swiven.h
│ │ │ │ └── swiven.s
│ │ │ ├── amiga/
│ │ │ │ ├── Contents
│ │ │ │ ├── amiga.c
│ │ │ │ ├── amiga.h
│ │ │ │ ├── filedate.c
│ │ │ │ ├── makefile.azt
│ │ │ │ ├── makesfx.c
│ │ │ │ ├── smakefile
│ │ │ │ ├── stat.c
│ │ │ │ └── z-stat.h
│ │ │ ├── aosvs/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── aosvs.c
│ │ │ │ ├── aosvs.h
│ │ │ │ └── make_unz.cli
│ │ │ ├── api.c
│ │ │ ├── apihelp.c
│ │ │ ├── atari/
│ │ │ │ ├── Contents
│ │ │ │ ├── Makefile.old
│ │ │ │ ├── README.old
│ │ │ │ ├── atari.c
│ │ │ │ └── make_unz.mup
│ │ │ ├── atheos/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── athcfg.h
│ │ │ │ ├── atheos.c
│ │ │ │ └── atheos.h
│ │ │ ├── beos/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── beocfg.h
│ │ │ │ ├── beos.c
│ │ │ │ ├── beos.h
│ │ │ │ ├── beosmain.cpp
│ │ │ │ ├── unzip.rsc
│ │ │ │ └── unzipsfx.rsc
│ │ │ ├── bzip2/
│ │ │ │ ├── 00README.IZ
│ │ │ │ ├── Makebz2.iz
│ │ │ │ ├── buildbz2.com
│ │ │ │ ├── descrbz2.mms
│ │ │ │ ├── makbz2iz.msc
│ │ │ │ └── makbz2iz.wat
│ │ │ ├── cmsmvs/
│ │ │ │ ├── INSTALL.CMS
│ │ │ │ ├── README.CMS
│ │ │ │ ├── README.MVS
│ │ │ │ ├── WHATSNEW.CMS
│ │ │ │ ├── ccunzip.exec
│ │ │ │ ├── mc.exec
│ │ │ │ ├── mvs.mki
│ │ │ │ ├── unzip.exec
│ │ │ │ ├── unzip.makefile
│ │ │ │ ├── unzmvsc.job
│ │ │ │ ├── unzvmc.exec
│ │ │ │ ├── vmmvs.c
│ │ │ │ ├── vmmvs.h
│ │ │ │ ├── vmstat.h
│ │ │ │ └── zipinfo.exec
│ │ │ ├── consts.h
│ │ │ ├── crc32.c
│ │ │ ├── crc32.h
│ │ │ ├── crc_i386.S
│ │ │ ├── crypt.c
│ │ │ ├── crypt.h
│ │ │ ├── ebcdic.h
│ │ │ ├── envargs.c
│ │ │ ├── explode.c
│ │ │ ├── extract.c
│ │ │ ├── file_id.diz
│ │ │ ├── fileio.c
│ │ │ ├── flexos/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── flexos.c
│ │ │ │ ├── flxcfg.h
│ │ │ │ └── hc.pro
│ │ │ ├── funzip.c
│ │ │ ├── funzip.txt
│ │ │ ├── gbloffs.c
│ │ │ ├── globals.c
│ │ │ ├── globals.h
│ │ │ ├── human68k/
│ │ │ │ ├── Contents
│ │ │ │ ├── crc_68.s
│ │ │ │ ├── flate.s
│ │ │ │ └── human68k.c
│ │ │ ├── inflate.c
│ │ │ ├── inflate.h
│ │ │ ├── list.c
│ │ │ ├── macos/
│ │ │ │ ├── Contents
│ │ │ │ ├── HISTORY.TXT
│ │ │ │ ├── README.TXT
│ │ │ │ ├── UnZp.h
│ │ │ │ ├── UnZpLib.h
│ │ │ │ ├── UnZpPrj.xml
│ │ │ │ ├── UnZpSFX.h
│ │ │ │ ├── UnZpSx.h
│ │ │ │ └── source/
│ │ │ │ ├── charmap.h
│ │ │ │ ├── getenv.c
│ │ │ │ ├── helpers.c
│ │ │ │ ├── helpers.h
│ │ │ │ ├── macbin3.c
│ │ │ │ ├── macbin3.h
│ │ │ │ ├── maccfg.h
│ │ │ │ ├── macdir.c
│ │ │ │ ├── macdir.h
│ │ │ │ ├── macos.c
│ │ │ │ ├── macscreen.c
│ │ │ │ ├── macstat.c
│ │ │ │ ├── macstat.h
│ │ │ │ ├── macstuff.h
│ │ │ │ ├── mactime.c
│ │ │ │ ├── mactime.h
│ │ │ │ ├── macunzip.c
│ │ │ │ ├── pathname.c
│ │ │ │ ├── pathname.h
│ │ │ │ ├── sxunzip.c
│ │ │ │ └── unzip_rc.hqx
│ │ │ ├── man/
│ │ │ │ ├── Contents
│ │ │ │ ├── funzip.1
│ │ │ │ ├── unzip.1
│ │ │ │ ├── unzipsfx.1
│ │ │ │ ├── zipgrep.1
│ │ │ │ └── zipinfo.1
│ │ │ ├── match.c
│ │ │ ├── msdos/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── crc_i86.asm
│ │ │ │ ├── doscfg.h
│ │ │ │ ├── makefile.bc
│ │ │ │ ├── makefile.dj1
│ │ │ │ ├── makefile.dj2
│ │ │ │ ├── makefile.emx
│ │ │ │ ├── makefile.msc
│ │ │ │ ├── makefile.tc
│ │ │ │ ├── makefile.wat
│ │ │ │ ├── msc51opt.dif
│ │ │ │ └── msdos.c
│ │ │ ├── netware/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── makefile.wat
│ │ │ │ ├── netware.c
│ │ │ │ ├── nlm_EOL.pat
│ │ │ │ ├── nlmcfg.h
│ │ │ │ └── unzip.link
│ │ │ ├── new-cmdparser/
│ │ │ │ └── unz6-newcmdparser-diffs.txt
│ │ │ ├── os2/
│ │ │ │ ├── Contents
│ │ │ │ ├── makefile.os2
│ │ │ │ ├── os2.c
│ │ │ │ ├── os2acl.c
│ │ │ │ ├── os2acl.h
│ │ │ │ ├── os2cfg.h
│ │ │ │ ├── os2data.h
│ │ │ │ ├── rexxapi.c
│ │ │ │ ├── rexxapi.def
│ │ │ │ ├── rexxhelp.c
│ │ │ │ ├── rexxtest.cmd
│ │ │ │ ├── stub.def
│ │ │ │ ├── unzip.def
│ │ │ │ ├── zgrepapi.cmd
│ │ │ │ ├── zip2exe.cmd
│ │ │ │ └── zipgrep.cmd
│ │ │ ├── process.c
│ │ │ ├── proginfo/
│ │ │ │ ├── 3rdparty.bug
│ │ │ │ ├── CONTRIBS
│ │ │ │ ├── Contents
│ │ │ │ ├── ZipPorts
│ │ │ │ ├── defer.in
│ │ │ │ ├── extrafld.txt
│ │ │ │ ├── fileinfo.cms
│ │ │ │ ├── nt.sd
│ │ │ │ ├── perform.dos
│ │ │ │ ├── timezone.txt
│ │ │ │ └── ziplimit.txt
│ │ │ ├── qdos/
│ │ │ │ ├── Contents
│ │ │ │ ├── IZREADME.SMS
│ │ │ │ ├── callstub.c
│ │ │ │ ├── config.S
│ │ │ │ ├── crc68.s
│ │ │ │ ├── izqdos.h
│ │ │ │ ├── makesfx.c
│ │ │ │ └── qdos.c
│ │ │ ├── tandem/
│ │ │ │ ├── Contents
│ │ │ │ ├── HISTORY
│ │ │ │ ├── README
│ │ │ │ ├── commacs
│ │ │ │ ├── doit
│ │ │ │ ├── macros
│ │ │ │ ├── make
│ │ │ │ ├── makesfx
│ │ │ │ ├── tandem.c
│ │ │ │ ├── tandem.h
│ │ │ │ ├── tannsk.h
│ │ │ │ └── tanunz.c
│ │ │ ├── theos/
│ │ │ │ ├── Contents
│ │ │ │ ├── _fprintf.c
│ │ │ │ ├── _isatty.c
│ │ │ │ ├── _setargv.c
│ │ │ │ ├── _sprintf.c
│ │ │ │ ├── _stat.c
│ │ │ │ ├── charconv.h
│ │ │ │ ├── oldstat.h
│ │ │ │ ├── stat.h
│ │ │ │ ├── theos.c
│ │ │ │ └── thscfg.h
│ │ │ ├── timezone.c
│ │ │ ├── timezone.h
│ │ │ ├── tops20/
│ │ │ │ ├── Contents
│ │ │ │ ├── make.mic
│ │ │ │ ├── rename.mic
│ │ │ │ └── tops20.c
│ │ │ ├── ttyio.c
│ │ │ ├── ttyio.h
│ │ │ ├── ubz2err.c
│ │ │ ├── unix/
│ │ │ │ ├── Contents
│ │ │ │ ├── Packaging/
│ │ │ │ │ ├── README
│ │ │ │ │ ├── pkginfo.in
│ │ │ │ │ ├── postinstall
│ │ │ │ │ ├── preinstall.in
│ │ │ │ │ └── prototype
│ │ │ │ ├── configure
│ │ │ │ ├── unix.c
│ │ │ │ ├── unxcfg.h
│ │ │ │ └── zipgrep
│ │ │ ├── unreduce.c
│ │ │ ├── unshrink.c
│ │ │ ├── unzip.c
│ │ │ ├── unzip.h
│ │ │ ├── unzip.txt
│ │ │ ├── unzipsfx.txt
│ │ │ ├── unzipstb.c
│ │ │ ├── unzpriv.h
│ │ │ ├── unzvers.h
│ │ │ ├── vms/
│ │ │ │ ├── Contents
│ │ │ │ ├── INSTALL.VMS
│ │ │ │ ├── NOTES.TXT
│ │ │ │ ├── README
│ │ │ │ ├── UNZIP_MSG.MSG
│ │ │ │ ├── build_unzip.com
│ │ │ │ ├── bzlib.h
│ │ │ │ ├── cmdline.c
│ │ │ │ ├── collect_deps.com
│ │ │ │ ├── cvthelp.tpu
│ │ │ │ ├── descrip.mms
│ │ │ │ ├── descrip_deps.mms
│ │ │ │ ├── descrip_mkdeps.mms
│ │ │ │ ├── descrip_src.mms
│ │ │ │ ├── find_bzip2_lib.com
│ │ │ │ ├── hlp_lib_next.com
│ │ │ │ ├── infback9.h
│ │ │ │ ├── makesfx.com
│ │ │ │ ├── mod_dep.com
│ │ │ │ ├── unixio_gcc.h
│ │ │ │ ├── unixlib_gcc.h
│ │ │ │ ├── unz_cli.cld
│ │ │ │ ├── unzip.opt
│ │ │ │ ├── unzip_cli.help
│ │ │ │ ├── unzip_def.rnh
│ │ │ │ ├── unzipsfx.hlp
│ │ │ │ ├── unzipsfx.opt
│ │ │ │ ├── vms.c
│ │ │ │ ├── vms.h
│ │ │ │ ├── vmscfg.h
│ │ │ │ ├── vmsdefs.h
│ │ │ │ └── zlib.h
│ │ │ ├── win32/
│ │ │ │ ├── Contents
│ │ │ │ ├── Makefile.bc
│ │ │ │ ├── Makefile.dj
│ │ │ │ ├── Makefile.emx
│ │ │ │ ├── Makefile.gcc
│ │ │ │ ├── Makefile.lcc
│ │ │ │ ├── Makefile.wat
│ │ │ │ ├── crc_i386.asm
│ │ │ │ ├── crc_i386.c
│ │ │ │ ├── crc_lcc.asm
│ │ │ │ ├── nt.c
│ │ │ │ ├── nt.h
│ │ │ │ ├── rsxntwin.h
│ │ │ │ ├── vc6/
│ │ │ │ │ ├── bz2lib.dsp
│ │ │ │ │ ├── funzip.dsp
│ │ │ │ │ ├── unzip.dsp
│ │ │ │ │ ├── unzip.dsw
│ │ │ │ │ ├── unzipbz2.dsp
│ │ │ │ │ └── unzipsfx.dsp
│ │ │ │ ├── vc8/
│ │ │ │ │ ├── bz2lib.vcproj
│ │ │ │ │ ├── bz2lib.vcxproj
│ │ │ │ │ ├── funzip.vcproj
│ │ │ │ │ ├── funzip.vcxproj
│ │ │ │ │ ├── unzip.sln
│ │ │ │ │ ├── unzip.vcproj
│ │ │ │ │ ├── unzip.vcxproj
│ │ │ │ │ ├── unzipbz2.vcproj
│ │ │ │ │ ├── unzipbz2.vcxproj
│ │ │ │ │ ├── unzipsfx.vcproj
│ │ │ │ │ └── unzipsfx.vcxproj
│ │ │ │ ├── w32cfg.h
│ │ │ │ ├── win32.c
│ │ │ │ ├── win32i64.c
│ │ │ │ └── winapp.rc
│ │ │ ├── win32-experimental/
│ │ │ │ └── unz60d10_w32wide-Unicode_patch.txt
│ │ │ ├── wince/
│ │ │ │ ├── Contents
│ │ │ │ ├── README
│ │ │ │ ├── imglist.2bp
│ │ │ │ ├── inc/
│ │ │ │ │ ├── conio.h
│ │ │ │ │ ├── errno.h
│ │ │ │ │ ├── locale.h
│ │ │ │ │ ├── signal.h
│ │ │ │ │ └── stdio.h
│ │ │ │ ├── intrface.cpp
│ │ │ │ ├── intrface.h
│ │ │ │ ├── punzip.h
│ │ │ │ ├── punzip.htp
│ │ │ │ ├── punzip.ic2
│ │ │ │ ├── punzip.rc
│ │ │ │ ├── punzip.rcv
│ │ │ │ ├── resource.h
│ │ │ │ ├── toolbar.2bp
│ │ │ │ ├── vc5/
│ │ │ │ │ └── punzip.dsp
│ │ │ │ ├── vc6/
│ │ │ │ │ └── punzip.dsp
│ │ │ │ ├── vcEMbed3/
│ │ │ │ │ ├── punzip.vcp
│ │ │ │ │ ├── unzipcmd.vcp
│ │ │ │ │ └── unzipwce.vcw
│ │ │ │ ├── wcecfg.h
│ │ │ │ ├── wcemain.c
│ │ │ │ ├── wince.cpp
│ │ │ │ ├── wince.h
│ │ │ │ ├── winmain.cpp
│ │ │ │ ├── winmain.h
│ │ │ │ └── zipfile.ic2
│ │ │ ├── windll/
│ │ │ │ ├── Contents
│ │ │ │ ├── csharp/
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── CSharpInfoZip_UnZipSample.csproj
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── ReadMeCS.txt
│ │ │ │ │ ├── UnZipDLLPrintMessageEventArgs.cs
│ │ │ │ │ ├── UnZipDLLServiceMessageEventArgs.cs
│ │ │ │ │ ├── Unzip.cs
│ │ │ │ │ ├── ZipFileEntries.cs
│ │ │ │ │ ├── ZipFileEntry.cs
│ │ │ │ │ ├── frmShowContents.cs
│ │ │ │ │ └── frmShowContents.resx
│ │ │ │ ├── decs.h
│ │ │ │ ├── guisfx/
│ │ │ │ │ ├── dialog.h
│ │ │ │ │ ├── sfxwiz.c
│ │ │ │ │ ├── sfxwiz.dlg
│ │ │ │ │ ├── sfxwiz.rc
│ │ │ │ │ ├── sfxwiz16.mak
│ │ │ │ │ └── unzsfx16.def
│ │ │ │ ├── structs.h
│ │ │ │ ├── unziplib.def
│ │ │ │ ├── uzexampl.c
│ │ │ │ ├── uzexampl.h
│ │ │ │ ├── vb/
│ │ │ │ │ ├── VBReadMe.txt
│ │ │ │ │ ├── vbunzip.bas
│ │ │ │ │ ├── vbunzip.frm
│ │ │ │ │ └── vbunzip.vbp
│ │ │ │ ├── vc5/
│ │ │ │ │ ├── dll/
│ │ │ │ │ │ └── unz32dll.dsp
│ │ │ │ │ ├── exampl/
│ │ │ │ │ │ └── c_dll_ex.dsp
│ │ │ │ │ ├── lib/
│ │ │ │ │ │ └── unz32lib.dsp
│ │ │ │ │ ├── sfx/
│ │ │ │ │ │ ├── SFXWiz32.dsp
│ │ │ │ │ │ ├── SFXWiz32.dsw
│ │ │ │ │ │ └── unzsfx32.dsp
│ │ │ │ │ └── unzip32.dsw
│ │ │ │ ├── vc6/
│ │ │ │ │ ├── dll/
│ │ │ │ │ │ └── unz32dll.dsp
│ │ │ │ │ ├── exampl/
│ │ │ │ │ │ └── c_dll_ex.dsp
│ │ │ │ │ ├── lib/
│ │ │ │ │ │ └── unz32lib.dsp
│ │ │ │ │ ├── sfx/
│ │ │ │ │ │ ├── SFXWiz32.dsp
│ │ │ │ │ │ ├── SFXWiz32.dsw
│ │ │ │ │ │ └── unzsfx32.dsp
│ │ │ │ │ └── unzip32.dsw
│ │ │ │ ├── vc8/
│ │ │ │ │ ├── dll/
│ │ │ │ │ │ └── unz32dll.vcproj
│ │ │ │ │ ├── exampl/
│ │ │ │ │ │ └── c_dll_ex.vcproj
│ │ │ │ │ ├── lib/
│ │ │ │ │ │ └── unz32lib.vcproj
│ │ │ │ │ ├── sfx/
│ │ │ │ │ │ ├── SFXWiz32.sln
│ │ │ │ │ │ ├── SFXWiz32.vcproj
│ │ │ │ │ │ └── unzsfx32.vcproj
│ │ │ │ │ └── unzip32.sln
│ │ │ │ ├── windll.c
│ │ │ │ ├── windll.h
│ │ │ │ ├── windll.rc
│ │ │ │ ├── windll.txt
│ │ │ │ ├── windll16.def
│ │ │ │ ├── windll32.def
│ │ │ │ ├── windll_lc.def
│ │ │ │ └── windllgcc.def
│ │ │ ├── zip.h
│ │ │ ├── zipgrep.txt
│ │ │ ├── zipinfo.c
│ │ │ └── zipinfo.txt
│ │ └── zip30/
│ │ ├── BUGS
│ │ ├── Betas_Readme.txt
│ │ ├── CHANGES
│ │ ├── INSTALL
│ │ ├── LICENSE
│ │ ├── README
│ │ ├── README.CR
│ │ ├── TODO
│ │ ├── USexport.msg
│ │ ├── WHATSNEW
│ │ ├── WHERE
│ │ ├── acorn/
│ │ │ ├── GMakefile
│ │ │ ├── ReadMe
│ │ │ ├── ReadMe.GMakefile
│ │ │ ├── RunMe1st
│ │ │ ├── acornzip.c
│ │ │ ├── match.s
│ │ │ ├── osdep.h
│ │ │ ├── riscos.c
│ │ │ ├── riscos.h
│ │ │ ├── sendbits.s
│ │ │ ├── srcrename
│ │ │ ├── swiven.h
│ │ │ ├── swiven.s
│ │ │ ├── zipsfx
│ │ │ └── zipup.h
│ │ ├── amiga/
│ │ │ ├── LMKfile
│ │ │ ├── README
│ │ │ ├── amiga.c
│ │ │ ├── amiga.h
│ │ │ ├── amigazip.c
│ │ │ ├── filedate.c
│ │ │ ├── makefile.azt
│ │ │ ├── osdep.h
│ │ │ ├── smakefile
│ │ │ ├── stat.c
│ │ │ ├── z-stat.h
│ │ │ └── zipup.h
│ │ ├── aosvs/
│ │ │ ├── aosvs.c
│ │ │ └── make.cli
│ │ ├── api.c
│ │ ├── api.h
│ │ ├── atari/
│ │ │ ├── README
│ │ │ ├── atari.c
│ │ │ ├── make_all.mup
│ │ │ ├── make_zip.mup
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── atheos/
│ │ │ ├── README
│ │ │ ├── atheos.c
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── beos/
│ │ │ ├── Contents
│ │ │ ├── README
│ │ │ ├── beos.c
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── bzip2/
│ │ │ └── install.txt
│ │ ├── cmsmvs/
│ │ │ ├── README.CMS
│ │ │ ├── README.MVS
│ │ │ ├── README.MVS.LE
│ │ │ ├── cczip.exec
│ │ │ ├── cms.c
│ │ │ ├── cmsmvs.c
│ │ │ ├── cmsmvs.h
│ │ │ ├── cstat.h
│ │ │ ├── mc.exec
│ │ │ ├── mvs.c
│ │ │ ├── mvs.h
│ │ │ ├── mvs.mki
│ │ │ ├── pipzip.rexx
│ │ │ ├── zip.exec
│ │ │ ├── zip.makefile
│ │ │ ├── zipcloak.exec
│ │ │ ├── zipmvsc.job
│ │ │ ├── zipname.conven
│ │ │ ├── zipnote.exec
│ │ │ ├── zipsplit.exec
│ │ │ ├── zipup.h
│ │ │ └── zipvmc.exec
│ │ ├── crc32.c
│ │ ├── crc32.h
│ │ ├── crc_i386.S
│ │ ├── crypt.c
│ │ ├── crypt.h
│ │ ├── deflate.c
│ │ ├── ebcdic.h
│ │ ├── file_id.diz
│ │ ├── fileio.c
│ │ ├── globals.c
│ │ ├── human68k/
│ │ │ ├── Makefile.gcc
│ │ │ ├── crc_68.s
│ │ │ ├── deflate.s
│ │ │ ├── human68k.c
│ │ │ ├── match.s
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── macos/
│ │ │ ├── Contents
│ │ │ ├── HISTORY.TXT
│ │ │ ├── README.TXT
│ │ │ ├── ZipLib.h
│ │ │ ├── ZipSx.h
│ │ │ ├── ZpPrj.hqx
│ │ │ ├── osdep.h
│ │ │ ├── readme.1st
│ │ │ ├── source/
│ │ │ │ ├── VolWarn.h
│ │ │ │ ├── charmap.h
│ │ │ │ ├── extrafld.c
│ │ │ │ ├── getenv.c
│ │ │ │ ├── helpers.c
│ │ │ │ ├── helpers.h
│ │ │ │ ├── macglob.h
│ │ │ │ ├── macopen.c
│ │ │ │ ├── macopen.h
│ │ │ │ ├── macos.c
│ │ │ │ ├── macstuff.c
│ │ │ │ ├── macstuff.h
│ │ │ │ ├── mactime.c
│ │ │ │ ├── mactime.h
│ │ │ │ ├── pathname.c
│ │ │ │ ├── pathname.h
│ │ │ │ ├── recurse.c
│ │ │ │ ├── recurse.h
│ │ │ │ ├── unixlike.c
│ │ │ │ ├── unixlike.h
│ │ │ │ └── zip_rc.hqx
│ │ │ └── zipup.h
│ │ ├── man/
│ │ │ ├── zip.1
│ │ │ ├── zipcloak.1
│ │ │ ├── zipnote.1
│ │ │ └── zipsplit.1
│ │ ├── match.S
│ │ ├── msdos/
│ │ │ ├── README.DOS
│ │ │ ├── crc_i86.asm
│ │ │ ├── makebz2.dj2
│ │ │ ├── makefile.bor
│ │ │ ├── makefile.dj1
│ │ │ ├── makefile.dj2
│ │ │ ├── makefile.emx
│ │ │ ├── makefile.msc
│ │ │ ├── makefile.tc
│ │ │ ├── makefile.wat
│ │ │ ├── match.asm
│ │ │ ├── msdos.c
│ │ │ ├── osdep.h
│ │ │ └── zipup.h
│ │ ├── novell/
│ │ │ ├── MAKEINIT
│ │ │ ├── Netware.c
│ │ │ ├── README
│ │ │ ├── m.cmd
│ │ │ ├── osdep.h
│ │ │ ├── signal.c
│ │ │ ├── zip.lnk
│ │ │ └── zipup.h
│ │ ├── os2/
│ │ │ ├── makefile.os2
│ │ │ ├── match32.asm
│ │ │ ├── os2.c
│ │ │ ├── os2acl.c
│ │ │ ├── os2acl.h
│ │ │ ├── os2zip.c
│ │ │ ├── os2zip.h
│ │ │ ├── osdep.h
│ │ │ ├── zip.def
│ │ │ └── zipup.h
│ │ ├── proginfo/
│ │ │ ├── 3rdparty.bug
│ │ │ ├── ZipPorts
│ │ │ ├── algorith.txt
│ │ │ ├── ebcdic.msg
│ │ │ ├── extrafld.txt
│ │ │ ├── fileinfo.cms
│ │ │ ├── infozip.who
│ │ │ ├── ntsd.txt
│ │ │ ├── perform.dos
│ │ │ ├── timezone.txt
│ │ │ ├── txtvsbin.txt
│ │ │ └── ziplimit.txt
│ │ ├── qdos/
│ │ │ ├── IZREADME.SMS
│ │ │ ├── Makefile.qdos
│ │ │ ├── Makefile.qlzip
│ │ │ ├── config.s
│ │ │ ├── crc68.s
│ │ │ ├── match.s
│ │ │ ├── osdep.h
│ │ │ ├── qdos.c
│ │ │ ├── qfileio.c
│ │ │ └── zipup.h
│ │ ├── revision.h
│ │ ├── tailor.h
│ │ ├── tandem/
│ │ │ ├── HISTORY
│ │ │ ├── README
│ │ │ ├── commacs
│ │ │ ├── doit
│ │ │ ├── macros
│ │ │ ├── make
│ │ │ ├── tandem.c
│ │ │ ├── tandem.h
│ │ │ ├── tannsk.h
│ │ │ ├── tanzip.c
│ │ │ ├── tanzip.h
│ │ │ └── zipup.h
│ │ ├── theos/
│ │ │ ├── README
│ │ │ ├── _chmod.c
│ │ │ ├── _fprintf.c
│ │ │ ├── _isatty.c
│ │ │ ├── _rename.c
│ │ │ ├── _setargv.c
│ │ │ ├── _stat.c
│ │ │ ├── charconv.h
│ │ │ ├── osdep.h
│ │ │ ├── stat.h
│ │ │ ├── theos.c
│ │ │ └── zipup.h
│ │ ├── timezone.c
│ │ ├── timezone.h
│ │ ├── tops20/
│ │ │ ├── make.mic
│ │ │ ├── osdep.h
│ │ │ ├── rename.mic
│ │ │ ├── tops20.c
│ │ │ └── zipup.h
│ │ ├── trees.c
│ │ ├── ttyio.c
│ │ ├── ttyio.h
│ │ ├── unix/
│ │ │ ├── Packaging/
│ │ │ │ ├── README
│ │ │ │ ├── pkginfo.in
│ │ │ │ ├── postinstall
│ │ │ │ ├── preinstall.in
│ │ │ │ └── prototype
│ │ │ ├── README.OS390
│ │ │ ├── configure
│ │ │ ├── osdep.h
│ │ │ ├── unix.c
│ │ │ └── zipup.h
│ │ ├── util.c
│ │ ├── vms/
│ │ │ ├── NOTES.TXT
│ │ │ ├── VMS_ZIP.RNH
│ │ │ ├── build_zip.com
│ │ │ ├── bzlib.h
│ │ │ ├── cmdline.c
│ │ │ ├── collect_deps.com
│ │ │ ├── cvthelp.tpu
│ │ │ ├── descrip.mms
│ │ │ ├── descrip_deps.mms
│ │ │ ├── descrip_mkdeps.mms
│ │ │ ├── descrip_src.mms
│ │ │ ├── find_bzip2_lib.com
│ │ │ ├── hlp_lib_next.com
│ │ │ ├── install_vms.txt
│ │ │ ├── mod_dep.com
│ │ │ ├── osdep.h
│ │ │ ├── stream_lf.fdl
│ │ │ ├── unixio_gcc.h
│ │ │ ├── unixlib_gcc.h
│ │ │ ├── vms.c
│ │ │ ├── vms.h
│ │ │ ├── vms_im.c
│ │ │ ├── vms_msg_gen.c
│ │ │ ├── vms_pk.c
│ │ │ ├── vmsdefs.h
│ │ │ ├── vmsmunch.c
│ │ │ ├── vmsmunch.h
│ │ │ ├── vmszip.c
│ │ │ ├── zip.opt
│ │ │ ├── zip_cli.cld
│ │ │ ├── zip_cli.help
│ │ │ ├── zip_msg.msg
│ │ │ └── zipup.h
│ │ ├── win32/
│ │ │ ├── README.NT
│ │ │ ├── README.TZ
│ │ │ ├── README.txt
│ │ │ ├── crc_i386.asm
│ │ │ ├── crc_i386.c
│ │ │ ├── crc_lcc.asm
│ │ │ ├── gvmat64.asm
│ │ │ ├── lm32_lcc.asm
│ │ │ ├── makefile.a64
│ │ │ ├── makefile.bor
│ │ │ ├── makefile.dj
│ │ │ ├── makefile.emx
│ │ │ ├── makefile.gcc
│ │ │ ├── makefile.ibm
│ │ │ ├── makefile.lcc
│ │ │ ├── makefile.w10
│ │ │ ├── makefile.w32
│ │ │ ├── makefile.wat
│ │ │ ├── makenoas.w32
│ │ │ ├── match32.asm
│ │ │ ├── nt.c
│ │ │ ├── nt.h
│ │ │ ├── osdep.h
│ │ │ ├── readme.a64
│ │ │ ├── rsxntwin.h
│ │ │ ├── vc6/
│ │ │ │ ├── ReadmeVC.txt
│ │ │ │ ├── zip.dsp
│ │ │ │ ├── zip.dsw
│ │ │ │ ├── zip.sln
│ │ │ │ ├── zip.vcxproj
│ │ │ │ ├── zipcloak.dsp
│ │ │ │ ├── zipcloak.vcxproj
│ │ │ │ ├── zipnote.dsp
│ │ │ │ ├── zipnote.vcxproj
│ │ │ │ ├── zipsplit.dsp
│ │ │ │ └── zipsplit.vcxproj
│ │ │ ├── vc6bz2/
│ │ │ │ ├── ReadVCBZ.txt
│ │ │ │ ├── zip.dsp
│ │ │ │ └── zip.dsw
│ │ │ ├── win32.c
│ │ │ ├── win32i64.c
│ │ │ ├── win32zip.c
│ │ │ ├── win32zip.h
│ │ │ ├── zip.def
│ │ │ ├── zip.rc
│ │ │ └── zipup.h
│ │ ├── windll/
│ │ │ ├── VBz64/
│ │ │ │ ├── VBZIP.VBP
│ │ │ │ ├── VBZIP.vbw
│ │ │ │ ├── VBZipBas.bas
│ │ │ │ ├── Vbzipfrm.frm
│ │ │ │ └── readVB64.txt
│ │ │ ├── Vb/
│ │ │ │ ├── VBZIP.vbw
│ │ │ │ ├── VBZipBas.bas
│ │ │ │ ├── Vbzip.vbp
│ │ │ │ ├── Vbzipfrm.frm
│ │ │ │ └── readmeVB.txt
│ │ │ ├── contents
│ │ │ ├── example.c
│ │ │ ├── example.h
│ │ │ ├── structs.h
│ │ │ ├── visualc/
│ │ │ │ ├── dll/
│ │ │ │ │ ├── zip32z64.dsp
│ │ │ │ │ └── zip32z64.dsw
│ │ │ │ └── lib/
│ │ │ │ ├── zip32z64.dsp
│ │ │ │ └── zip32z64.dsw
│ │ │ ├── windll.c
│ │ │ ├── windll.h
│ │ │ ├── windll.rc
│ │ │ ├── windll.txt
│ │ │ ├── windll16.def
│ │ │ ├── windll32.def
│ │ │ └── ziplib.def
│ │ ├── zbz2err.c
│ │ ├── zip.c
│ │ ├── zip.h
│ │ ├── zip.txt
│ │ ├── zip30.ann
│ │ ├── zip30f.ann
│ │ ├── zip30g.ann
│ │ ├── zip30h.ann
│ │ ├── zipcloak.c
│ │ ├── zipcloak.txt
│ │ ├── ziperr.h
│ │ ├── zipfile.c
│ │ ├── zipnote.c
│ │ ├── zipnote.txt
│ │ ├── zipsplit.c
│ │ ├── zipsplit.txt
│ │ └── zipup.c
│ └── readme.txt
├── doors/
│ └── qemu-freedos/
│ ├── fdos/
│ │ ├── FDAUTO.BAT
│ │ └── FDCONFIG.SYS
│ ├── gw.sh
│ ├── local.sh
│ ├── readme.txt
│ └── wwivqemu.sh
├── dos/
│ └── wwivfoss/
│ ├── c.bat
│ ├── dostypes.h
│ ├── fossil.cpp
│ ├── fossil.h
│ ├── makefile
│ ├── pipe.cpp
│ ├── pipe.h
│ ├── util.cpp
│ ├── util.h
│ ├── utiltest.cpp
│ └── wwivfoss.cpp
├── fsed/
│ ├── CMakeLists.txt
│ ├── commands.cpp
│ ├── commands.h
│ ├── common.cpp
│ ├── common.h
│ ├── fsed.cpp
│ ├── fsed.h
│ ├── fsed_model_test.cpp
│ ├── fsed_test_main.cpp
│ ├── line.cpp
│ ├── line.h
│ ├── model.cpp
│ ├── model.h
│ ├── model_test.cpp
│ ├── view.cpp
│ └── view.h
├── install/
│ ├── data/
│ │ ├── menu_commands.json
│ │ └── wfc.td
│ ├── docs/
│ │ ├── changelog-2000-2014.txt
│ │ ├── install50-from-eli.txt
│ │ ├── menu-header.txt
│ │ ├── menu.txt
│ │ ├── readme-wwiv.txt
│ │ ├── upgrade.txt
│ │ └── whatsnew.txt
│ ├── gfiles/
│ │ ├── bbs.str.ini
│ │ ├── chat.msg
│ │ ├── cmdparam.msg
│ │ ├── comment.txt
│ │ ├── cs-email.msg
│ │ ├── editor.msg
│ │ ├── email.msg
│ │ ├── feedback.msg
│ │ ├── formasv.msg
│ │ ├── fs_msgread.120.msg
│ │ ├── fs_msgread.msg
│ │ ├── fs_msgscan.msg
│ │ ├── fsed.msg
│ │ ├── listplus.hlp
│ │ ├── logoff.mat
│ │ ├── logoff.msg
│ │ ├── logon.msg
│ │ ├── lpconfig.ans
│ │ ├── lpfreq.msg
│ │ ├── lpsearch.ans
│ │ ├── lpsysop.msg
│ │ ├── mbfsed-sysop.msg
│ │ ├── mbfsed.msg
│ │ ├── mbmain.msg
│ │ ├── mbslash.msg
│ │ ├── menuwel.msg
│ │ ├── mextract.msg
│ │ ├── mmail.msg
│ │ ├── newmail.msg
│ │ ├── newsysop.msg
│ │ ├── newuser.msg
│ │ ├── noansi.msg
│ │ ├── oneliner.msg
│ │ ├── qwk.msg
│ │ ├── rs-email.msg
│ │ ├── sconfig.hlp
│ │ ├── smain.msg
│ │ ├── smbmain.msg
│ │ ├── sonline.msg
│ │ ├── srestrct.msg
│ │ ├── strans.msg
│ │ ├── swfc.msg
│ │ ├── sy-email.msg
│ │ ├── system.msg
│ │ ├── tarchive.msg
│ │ ├── tbatch.msg
│ │ ├── title-fsed.msg
│ │ ├── trashcan.txt
│ │ ├── tslash.msg
│ │ ├── ttagging.msg
│ │ ├── welcome.ans
│ │ ├── welcome.msg
│ │ └── yourinfo.msg
│ ├── inifiles/
│ │ ├── chat.ini
│ │ ├── net.ini
│ │ └── wwiv.ini
│ ├── menus/
│ │ ├── descript.ion
│ │ └── wwiv/
│ │ ├── automsg.mnu.json
│ │ ├── automsg.pro
│ │ ├── bbslist.mnu.json
│ │ ├── bbslist.pro
│ │ ├── defaults.mnu.json
│ │ ├── defaults.msg
│ │ ├── defaults.pro
│ │ ├── main.mnu.json
│ │ ├── main.msg
│ │ ├── main.pro
│ │ ├── menuset.json
│ │ ├── qwk.mnu.json
│ │ ├── qwk.pro
│ │ ├── sysop.mnu.json
│ │ ├── sysop.pro
│ │ ├── vissys.mnu.json
│ │ ├── vissys.msg
│ │ ├── vissys.pro
│ │ ├── xfer.mnu.json
│ │ ├── xfer.msg
│ │ └── xfer.pro
│ ├── nsis/
│ │ └── wwiv.nsi
│ ├── platform/
│ │ ├── unix/
│ │ │ ├── install.bash
│ │ │ ├── install.sh
│ │ │ ├── lib/
│ │ │ │ ├── door-lib-v0.sh
│ │ │ │ └── door.sh
│ │ │ ├── svcadm/
│ │ │ │ ├── start_wwiv.sh.template
│ │ │ │ └── wwivd.xml.template
│ │ │ └── systemd/
│ │ │ ├── config.template
│ │ │ └── wwivd.service.template
│ │ └── win32/
│ │ ├── install.ps1
│ │ ├── sbbsexec.ini
│ │ └── upgrade.bat
│ ├── regions/
│ │ ├── README.NOW
│ │ ├── REGIONS.224
│ │ ├── REGIONS.225
│ │ ├── REGIONS.234
│ │ ├── REGIONS.240
│ │ ├── REGIONS.250
│ │ ├── REGIONS.267
│ │ ├── REGIONS.321
│ │ ├── REGIONS.435
│ │ ├── REGIONS.441
│ │ ├── REGIONS.480
│ │ ├── REGIONS.559
│ │ ├── REGIONS.570
│ │ ├── REGIONS.623
│ │ ├── REGIONS.636
│ │ ├── REGIONS.650
│ │ ├── REGIONS.720
│ │ ├── REGIONS.721
│ │ ├── REGIONS.732
│ │ ├── REGIONS.765
│ │ ├── REGIONS.794
│ │ ├── REGIONS.843
│ │ ├── REGIONS.850
│ │ ├── REGIONS.860
│ │ ├── REGIONS.864
│ │ ├── REGIONS.971
│ │ ├── REGIONS.991
│ │ ├── REGIONS.999
│ │ ├── regions.000
│ │ ├── regions.006
│ │ ├── regions.031
│ │ ├── regions.044
│ │ ├── regions.049
│ │ ├── regions.057
│ │ ├── regions.061
│ │ ├── regions.071
│ │ ├── regions.081
│ │ ├── regions.098
│ │ ├── regions.201
│ │ ├── regions.202
│ │ ├── regions.203
│ │ ├── regions.204
│ │ ├── regions.205
│ │ ├── regions.206
│ │ ├── regions.207
│ │ ├── regions.208
│ │ ├── regions.209
│ │ ├── regions.210
│ │ ├── regions.212
│ │ ├── regions.213
│ │ ├── regions.214
│ │ ├── regions.215
│ │ ├── regions.216
│ │ ├── regions.217
│ │ ├── regions.218
│ │ ├── regions.219
│ │ ├── regions.228
│ │ ├── regions.252
│ │ ├── regions.253
│ │ ├── regions.256
│ │ ├── regions.270
│ │ ├── regions.281
│ │ ├── regions.301
│ │ ├── regions.302
│ │ ├── regions.303
│ │ ├── regions.304
│ │ ├── regions.305
│ │ ├── regions.306
│ │ ├── regions.307
│ │ ├── regions.308
│ │ ├── regions.309
│ │ ├── regions.310
│ │ ├── regions.311
│ │ ├── regions.312
│ │ ├── regions.313
│ │ ├── regions.314
│ │ ├── regions.315
│ │ ├── regions.316
│ │ ├── regions.317
│ │ ├── regions.318
│ │ ├── regions.319
│ │ ├── regions.320
│ │ ├── regions.326
│ │ ├── regions.334
│ │ ├── regions.336
│ │ ├── regions.341
│ │ ├── regions.343
│ │ ├── regions.345
│ │ ├── regions.346
│ │ ├── regions.352
│ │ ├── regions.353
│ │ ├── regions.360
│ │ ├── regions.401
│ │ ├── regions.402
│ │ ├── regions.403
│ │ ├── regions.404
│ │ ├── regions.405
│ │ ├── regions.406
│ │ ├── regions.407
│ │ ├── regions.408
│ │ ├── regions.409
│ │ ├── regions.410
│ │ ├── regions.412
│ │ ├── regions.413
│ │ ├── regions.414
│ │ ├── regions.415
│ │ ├── regions.416
│ │ ├── regions.417
│ │ ├── regions.418
│ │ ├── regions.419
│ │ ├── regions.423
│ │ ├── regions.425
│ │ ├── regions.429
│ │ ├── regions.497
│ │ ├── regions.499
│ │ ├── regions.501
│ │ ├── regions.502
│ │ ├── regions.503
│ │ ├── regions.504
│ │ ├── regions.505
│ │ ├── regions.506
│ │ ├── regions.507
│ │ ├── regions.508
│ │ ├── regions.509
│ │ ├── regions.510
│ │ ├── regions.512
│ │ ├── regions.513
│ │ ├── regions.514
│ │ ├── regions.515
│ │ ├── regions.516
│ │ ├── regions.517
│ │ ├── regions.518
│ │ ├── regions.519
│ │ ├── regions.520
│ │ ├── regions.523
│ │ ├── regions.524
│ │ ├── regions.525
│ │ ├── regions.526
│ │ ├── regions.528
│ │ ├── regions.540
│ │ ├── regions.541
│ │ ├── regions.562
│ │ ├── regions.567
│ │ ├── regions.573
│ │ ├── regions.601
│ │ ├── regions.602
│ │ ├── regions.603
│ │ ├── regions.604
│ │ ├── regions.605
│ │ ├── regions.606
│ │ ├── regions.607
│ │ ├── regions.608
│ │ ├── regions.609
│ │ ├── regions.610
│ │ ├── regions.611
│ │ ├── regions.612
│ │ ├── regions.613
│ │ ├── regions.614
│ │ ├── regions.615
│ │ ├── regions.616
│ │ ├── regions.617
│ │ ├── regions.618
│ │ ├── regions.619
│ │ ├── regions.626
│ │ ├── regions.651
│ │ ├── regions.671
│ │ ├── regions.678
│ │ ├── regions.701
│ │ ├── regions.702
│ │ ├── regions.703
│ │ ├── regions.704
│ │ ├── regions.705
│ │ ├── regions.706
│ │ ├── regions.707
│ │ ├── regions.708
│ │ ├── regions.709
│ │ ├── regions.712
│ │ ├── regions.713
│ │ ├── regions.714
│ │ ├── regions.715
│ │ ├── regions.716
│ │ ├── regions.717
│ │ ├── regions.718
│ │ ├── regions.719
│ │ ├── regions.740
│ │ ├── regions.757
│ │ ├── regions.760
│ │ ├── regions.770
│ │ ├── regions.786
│ │ ├── regions.800
│ │ ├── regions.801
│ │ ├── regions.802
│ │ ├── regions.803
│ │ ├── regions.804
│ │ ├── regions.805
│ │ ├── regions.806
│ │ ├── regions.807
│ │ ├── regions.808
│ │ ├── regions.809
│ │ ├── regions.81-
│ │ ├── regions.810
│ │ ├── regions.812
│ │ ├── regions.813
│ │ ├── regions.814
│ │ ├── regions.815
│ │ ├── regions.816
│ │ ├── regions.817
│ │ ├── regions.818
│ │ ├── regions.819
│ │ ├── regions.828
│ │ ├── regions.858
│ │ ├── regions.886
│ │ ├── regions.900
│ │ ├── regions.901
│ │ ├── regions.902
│ │ ├── regions.903
│ │ ├── regions.904
│ │ ├── regions.905
│ │ ├── regions.906
│ │ ├── regions.907
│ │ ├── regions.908
│ │ ├── regions.909
│ │ ├── regions.910
│ │ ├── regions.912
│ │ ├── regions.913
│ │ ├── regions.914
│ │ ├── regions.915
│ │ ├── regions.916
│ │ ├── regions.917
│ │ ├── regions.918
│ │ ├── regions.919
│ │ ├── regions.925
│ │ ├── regions.931
│ │ ├── regions.940
│ │ ├── regions.941
│ │ ├── regions.951
│ │ ├── regions.954
│ │ ├── regions.965
│ │ ├── regions.970
│ │ ├── regions.972
│ │ ├── regions.974
│ │ └── regions.unk
│ └── scripts/
│ ├── hello.bas
│ └── oneliners.bas
├── lnet/
│ ├── CMakeLists.txt
│ ├── lnet.cpp
│ ├── lnet.h
│ └── lnet_main.cpp
├── local_io/
│ ├── CMakeLists.txt
│ ├── curatr_provider.h
│ ├── keycodes.h
│ ├── local_io.cpp
│ ├── local_io.h
│ ├── local_io_curses.cpp
│ ├── local_io_curses.h
│ ├── local_io_win32.cpp
│ ├── local_io_win32.h
│ ├── null_local_io.cpp
│ ├── null_local_io.h
│ ├── stdio_local_io.cpp
│ ├── stdio_local_io.h
│ └── wconstants.h
├── localui/
│ ├── CMakeLists.txt
│ ├── colors.cpp
│ ├── colors.h
│ ├── curses_io.cpp
│ ├── curses_io.h
│ ├── curses_win.cpp
│ ├── curses_win.h
│ ├── edit_items.cpp
│ ├── edit_items.h
│ ├── input.cpp
│ ├── input.h
│ ├── listbox.cpp
│ ├── listbox.h
│ ├── stdio_win.cpp
│ ├── stdio_win.h
│ ├── ui_win.h
│ └── wwiv_curses.h
├── misc/
│ ├── astyle.options
│ ├── gen_zipcodes.py
│ ├── scripts/
│ │ ├── crc32.py
│ │ ├── dump_names.py
│ │ └── test_blocklist.py
│ └── testkeys.cpp
├── net_core/
│ ├── CMakeLists.txt
│ ├── net_cmdline.cpp
│ ├── net_cmdline.h
│ ├── net_cmdline_test.cpp
│ ├── net_core_test_main.cpp
│ ├── netdat.cpp
│ ├── netdat.h
│ └── netdat_test.cpp
├── network/
│ ├── CMakeLists.txt
│ └── network.cpp
├── network1/
│ ├── CMakeLists.txt
│ ├── network1.cpp
│ └── network1.h
├── network2/
│ ├── CMakeLists.txt
│ ├── context.cpp
│ ├── context.h
│ ├── email.cpp
│ ├── email.h
│ ├── network2.cpp
│ ├── post.cpp
│ ├── post.h
│ ├── subs.cpp
│ └── subs.h
├── network3/
│ ├── CMakeLists.txt
│ └── network3.cpp
├── networkb/
│ ├── CMakeLists.txt
│ └── networkb.cpp
├── networkc/
│ ├── CMakeLists.txt
│ └── networkc.cpp
├── networkf/
│ ├── CMakeLists.txt
│ ├── networkf.cpp
│ ├── networkf.h
│ ├── networkf_main.cpp
│ ├── networkf_test.cpp
│ └── networkf_test_main.cpp
├── networkt/
│ ├── CMakeLists.txt
│ └── networkt.cpp
├── notice.txt
├── sdk/
│ ├── CMakeLists.txt
│ ├── acs/
│ │ ├── acs.cpp
│ │ ├── acs.h
│ │ ├── ar_test.cpp
│ │ ├── eval.cpp
│ │ ├── eval.h
│ │ ├── eval_error.h
│ │ ├── expr.cpp
│ │ ├── expr.h
│ │ ├── expr_test.cpp
│ │ └── value_test.cpp
│ ├── ansi/
│ │ ├── ansi.cpp
│ │ ├── ansi.h
│ │ ├── ansi_test.cpp
│ │ ├── framebuffer.cpp
│ │ ├── framebuffer.h
│ │ ├── framebuffer_test.cpp
│ │ ├── localio_screen.cpp
│ │ ├── localio_screen.h
│ │ ├── makeansi.cpp
│ │ ├── makeansi.h
│ │ ├── makeansi_test.cpp
│ │ ├── vscreen.cpp
│ │ └── vscreen.h
│ ├── arword.cpp
│ ├── arword.h
│ ├── bbs_directories.h
│ ├── bbslist.cpp
│ ├── bbslist.h
│ ├── bbslist_test.cpp
│ ├── chains.cpp
│ ├── chains.h
│ ├── chains_cereal.h
│ ├── chains_test.cpp
│ ├── conf/
│ │ ├── conf.cpp
│ │ ├── conf.h
│ │ ├── conf_cereal.h
│ │ ├── conf_set.h
│ │ ├── conf_set_cereal.h
│ │ └── conf_test.cpp
│ ├── config.cpp
│ ├── config.h
│ ├── config430.cpp
│ ├── config430.h
│ ├── config_cereal.h
│ ├── config_test.cpp
│ ├── datetime_test.cpp
│ ├── fido/
│ │ ├── backbone.cpp
│ │ ├── backbone.h
│ │ ├── backbone_test.cpp
│ │ ├── fido_address.cpp
│ │ ├── fido_address.h
│ │ ├── fido_address_test.cpp
│ │ ├── fido_callout.cpp
│ │ ├── fido_callout.h
│ │ ├── fido_directories.cpp
│ │ ├── fido_directories.h
│ │ ├── fido_packets.cpp
│ │ ├── fido_packets.h
│ │ ├── fido_packets_test.cpp
│ │ ├── fido_util.cpp
│ │ ├── fido_util.h
│ │ ├── fido_util_test.cpp
│ │ ├── flo_file.cpp
│ │ ├── flo_file.h
│ │ ├── flo_test.cpp
│ │ ├── nodelist.cpp
│ │ ├── nodelist.h
│ │ ├── nodelist_test.cpp
│ │ └── test/
│ │ ├── ftn_directories_test_helper.h
│ │ └── ftn_directories_test_helper_test.cpp
│ ├── filenames.h
│ ├── files/
│ │ ├── allow.cpp
│ │ ├── allow.h
│ │ ├── allow_test.cpp
│ │ ├── arc.cpp
│ │ ├── arc.h
│ │ ├── dirs.cpp
│ │ ├── dirs.h
│ │ ├── dirs_cereal.h
│ │ ├── dirs_test.cpp
│ │ ├── diz.cpp
│ │ ├── diz.h
│ │ ├── diz_test.cpp
│ │ ├── file_record.cpp
│ │ ├── file_record.h
│ │ ├── files.cpp
│ │ ├── files.h
│ │ ├── files_ext.cpp
│ │ ├── files_ext.h
│ │ ├── files_ext_test.cpp
│ │ ├── files_test.cpp
│ │ ├── filesapi_helper.h
│ │ ├── tic.cpp
│ │ ├── tic.h
│ │ └── tic_test.cpp
│ ├── gfiles.cpp
│ ├── gfiles.h
│ ├── gfiles_cereal.h
│ ├── instance.cpp
│ ├── instance.h
│ ├── instance_message.cpp
│ ├── instance_message.h
│ ├── instance_message_test.cpp
│ ├── key.h
│ ├── key_cereal.h
│ ├── menus/
│ │ ├── menu.cpp
│ │ ├── menu.h
│ │ ├── menu_set.cpp
│ │ ├── menu_set.h
│ │ └── menus_cereal.h
│ ├── msdos_stdint.h
│ ├── msgapi/
│ │ ├── email_test.cpp
│ │ ├── email_wwiv.cpp
│ │ ├── email_wwiv.h
│ │ ├── message.cpp
│ │ ├── message.h
│ │ ├── message_api.cpp
│ │ ├── message_api.h
│ │ ├── message_api_wwiv.cpp
│ │ ├── message_api_wwiv.h
│ │ ├── message_area.cpp
│ │ ├── message_area.h
│ │ ├── message_area_wwiv.cpp
│ │ ├── message_area_wwiv.h
│ │ ├── message_areas.h
│ │ ├── message_utils_wwiv.h
│ │ ├── msgapi.h
│ │ ├── msgapi_test.cpp
│ │ ├── parsed_message.cpp
│ │ ├── parsed_message.h
│ │ ├── parsed_message_test.cpp
│ │ ├── type2_text.cpp
│ │ ├── type2_text.h
│ │ └── type2_text_test.cpp
│ ├── names.cpp
│ ├── names.h
│ ├── names_test.cpp
│ ├── net/
│ │ ├── binkp.cpp
│ │ ├── binkp.h
│ │ ├── callout.cpp
│ │ ├── callout.h
│ │ ├── callout_test.cpp
│ │ ├── callouts.cpp
│ │ ├── callouts.h
│ │ ├── callouts_test.cpp
│ │ ├── connect.cpp
│ │ ├── connect.h
│ │ ├── contact.cpp
│ │ ├── contact.h
│ │ ├── contact_test.cpp
│ │ ├── ftn_msgdupe.cpp
│ │ ├── ftn_msgdupe.h
│ │ ├── ftn_msgdupe_test.cpp
│ │ ├── legacy_net.h
│ │ ├── net.cpp
│ │ ├── net.h
│ │ ├── network_test.cpp
│ │ ├── networks.cpp
│ │ ├── networks.h
│ │ ├── networks_cereal.h
│ │ ├── packets.cpp
│ │ ├── packets.h
│ │ ├── packets_test.cpp
│ │ ├── subscribers.cpp
│ │ └── subscribers.h
│ ├── phone_numbers.cpp
│ ├── phone_numbers.h
│ ├── phone_numbers_test.cpp
│ ├── qscan.cpp
│ ├── qscan.h
│ ├── qscan_test.cpp
│ ├── qwk_config.cpp
│ ├── qwk_config.h
│ ├── sdk_helper.cpp
│ ├── sdk_helper.h
│ ├── sdk_test_main.cpp
│ ├── ssm.cpp
│ ├── ssm.h
│ ├── status.cpp
│ ├── status.h
│ ├── subs_cereal.h
│ ├── subxtr.cpp
│ ├── subxtr.h
│ ├── subxtr_test.cpp
│ ├── testdata/
│ │ ├── conf/
│ │ │ └── dirs.cnf
│ │ └── fido/
│ │ ├── 00000001.we0
│ │ ├── 00010001.flo
│ │ ├── 0d73f767.pkt
│ │ └── 0e7c5b69.pkt
│ ├── user.cpp
│ ├── user.h
│ ├── user_test.cpp
│ ├── usermanager.cpp
│ ├── usermanager.h
│ ├── uuid_cereal.h
│ ├── value/
│ │ ├── value.cpp
│ │ ├── value.h
│ │ ├── valueprovider.cpp
│ │ └── valueprovider.h
│ ├── vardec.h
│ ├── wwivcolors.h
│ ├── wwivd_config.cpp
│ └── wwivd_config.h
├── specs/
│ ├── areafix/
│ │ └── AREAFIX.DOC
│ ├── ftn/
│ │ ├── areasbbs-fmail.txt
│ │ └── areasbbs-golded.txt
│ ├── jam/
│ │ ├── jam.txt
│ │ └── license.txt
│ ├── netdocs/
│ │ ├── network.txt
│ │ └── network_tech.txt
│ └── qwk/
│ ├── command.txt
│ ├── config.txt
│ ├── control.txt
│ ├── doorid.txt
│ ├── filename.txt
│ ├── messages.txt
│ ├── ndx.txt
│ ├── qwk.txt
│ ├── qwke.txt
│ ├── qwkinfo.txt
│ ├── rep.txt
│ └── synchronet_qwk_networking.txt
├── todo.md
├── vcpkg.json
├── wwivconfig/
│ ├── CMakeLists.txt
│ ├── archivers.cpp
│ ├── archivers.h
│ ├── autoval.cpp
│ ├── autoval.h
│ ├── changelog
│ ├── colors.cpp
│ ├── colors.h
│ ├── convert.cpp
│ ├── convert.h
│ ├── convert_jsonfile.h
│ ├── convert_test.cpp
│ ├── editors.cpp
│ ├── editors.h
│ ├── levels.cpp
│ ├── levels.h
│ ├── menus.cpp
│ ├── menus.h
│ ├── networks.cpp
│ ├── networks.h
│ ├── new_user.cpp
│ ├── new_user.h
│ ├── newinit.cpp
│ ├── newinit.h
│ ├── paths.cpp
│ ├── paths.h
│ ├── protocols.cpp
│ ├── protocols.h
│ ├── script_ui.cpp
│ ├── script_ui.h
│ ├── subacc.cpp
│ ├── subacc.h
│ ├── subsdirs.cpp
│ ├── subsdirs.h
│ ├── sysop_account.cpp
│ ├── sysop_account.h
│ ├── system_info.cpp
│ ├── system_info.h
│ ├── template.cpp
│ ├── toggles.cpp
│ ├── toggles.h
│ ├── user_editor.cpp
│ ├── user_editor.h
│ ├── utility.cpp
│ ├── utility.h
│ ├── wwivconfig.cpp
│ ├── wwivconfig.h
│ ├── wwivconfig_test_main.cpp
│ ├── wwivd_ui.cpp
│ └── wwivd_ui.h
├── wwivd/
│ ├── CMakeLists.txt
│ ├── connection_data.h
│ ├── ips.cpp
│ ├── ips.h
│ ├── nets.cpp
│ ├── nets.h
│ ├── node_manager.cpp
│ ├── node_manager.h
│ ├── wwivd.cpp
│ ├── wwivd.h
│ ├── wwivd_http.cpp
│ ├── wwivd_http.h
│ ├── wwivd_non_http.cpp
│ ├── wwivd_non_http.h
│ ├── wwivd_non_http_test.cpp
│ ├── wwivd_os2.cpp
│ ├── wwivd_test_main.cpp
│ ├── wwivd_unix.cpp
│ └── wwivd_win.cpp
├── wwivfsed/
│ ├── CMakeLists.txt
│ ├── fsedconfig.cpp
│ ├── fsedconfig.h
│ ├── wwivfsed.cpp
│ └── wwivfsed.h
└── wwivutil/
├── CMakeLists.txt
├── acs/
│ ├── acs.cpp
│ └── acs.h
├── command.cpp
├── command.h
├── conf/
│ ├── conf.cpp
│ └── conf.h
├── config/
│ ├── config.cpp
│ └── config.h
├── email/
│ ├── email.cpp
│ └── email.h
├── fido/
│ ├── dump_fido_packet.cpp
│ ├── dump_fido_packet.h
│ ├── dump_fido_subscribers.cpp
│ ├── dump_fido_subscribers.h
│ ├── dump_nodelist.cpp
│ ├── dump_nodelist.h
│ ├── fido.cpp
│ └── fido.h
├── files/
│ ├── allow.cpp
│ ├── allow.h
│ ├── arc.cpp
│ ├── arc.h
│ ├── files.cpp
│ ├── files.h
│ ├── tic.cpp
│ └── tic.h
├── fix/
│ ├── dirs.cpp
│ ├── dirs.h
│ ├── fix.cpp
│ ├── fix.h
│ ├── users.cpp
│ └── users.h
├── help.cpp
├── help.h
├── instance/
│ ├── instance.cpp
│ └── instance.h
├── menus/
│ ├── menus.cpp
│ └── menus.h
├── messages/
│ ├── messages.cpp
│ └── messages.h
├── net/
│ ├── dump_bbsdata.cpp
│ ├── dump_bbsdata.h
│ ├── dump_callout.cpp
│ ├── dump_callout.h
│ ├── dump_connect.cpp
│ ├── dump_connect.h
│ ├── dump_contact.cpp
│ ├── dump_contact.h
│ ├── dump_packet.cpp
│ ├── dump_packet.h
│ ├── dump_subscribers.cpp
│ ├── dump_subscribers.h
│ ├── list.cpp
│ ├── list.h
│ ├── net.cpp
│ ├── net.h
│ ├── req.cpp
│ ├── req.h
│ ├── send.cpp
│ └── send.h
├── print/
│ ├── print.cpp
│ └── print.h
├── status/
│ ├── status.cpp
│ └── status.h
├── subs/
│ ├── import.cpp
│ ├── import.h
│ ├── subs.cpp
│ └── subs.h
├── users/
│ ├── users.cpp
│ └── users.h
├── util.cpp
├── util.h
└── wwivutil.cpp
Showing preview only (1,020K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (12494 symbols across 1511 files)
FILE: bbs/acs.cpp
type wwiv::bbs (line 36) | namespace wwiv::bbs {
function check_acs (line 38) | bool check_acs(const std::string& expression, acs_debug_t debug) {
function validate_acs (line 60) | bool validate_acs(const std::string& expression, acs_debug_t debug) {
function input_acs (line 83) | std::string input_acs(common::Input& in, common::Output& out, const st...
FILE: bbs/acs.h
function namespace (line 27) | namespace wwiv::bbs {
FILE: bbs/application.cpp
class ApplicationContext (line 127) | class ApplicationContext final : public Context {
method ApplicationContext (line 129) | explicit ApplicationContext(Application* app) : app_(app) {}
method ApplicationContext (line 130) | ApplicationContext() = delete;
method ApplicationContext (line 131) | ApplicationContext(const ApplicationContext&) = delete;
method ApplicationContext (line 132) | ApplicationContext(ApplicationContext&&) = delete;
method ApplicationContext (line 133) | ApplicationContext& operator=(const ApplicationContext&) = delete;
method ApplicationContext (line 134) | ApplicationContext& operator = (ApplicationContext &&) = delete;
method Config (line 136) | [[nodiscard]] Config& config() override { return *app_->config(); }
method User (line 137) | [[nodiscard]] User& u() override { return *app_->user(); }
method SessionContext (line 138) | [[nodiscard]] SessionContext& session_context() override { return app_...
method mci_enabled (line 139) | [[nodiscard]] bool mci_enabled() const override { return bout.mci_enab...
method Chains (line 143) | [[nodiscard]] const Chains& chains() const override {
function SessionContext (line 206) | SessionContext& Application::sess() {
function SessionContext (line 210) | const SessionContext& Application::sess() const {
function Context (line 217) | Context& Application::context() {
function Context (line 222) | const Context& Application::context() const {
function get_caller_t (line 756) | get_caller_t Application::GetCaller() {
function Config (line 1211) | Config* Application::config() const { return config_.get(); }
function Names (line 1221) | Names* Application::names() const { return names_.get(); }
function Batch (line 1252) | Batch& Application::batch() { return *batch_; }
function usersubrec (line 1256) | const usersubrec& Application::current_user_sub() const {
function usersubrec (line 1264) | const usersubrec& Application::current_user_dir() const {
function subboard_t (line 1272) | const subboard_t& Application::current_sub() const {
function Subs (line 1298) | Subs& Application::subs() {
function Subs (line 1303) | const Subs& Application::subs() const {
function Conferences (line 1308) | Conferences& Application::all_confs() {
function Conferences (line 1313) | const Conferences& Application::all_confs() const {
function Networks (line 1328) | Networks& Application::nets() {
function Networks (line 1333) | const Networks& Application::nets() const {
function GFiles (line 1338) | GFiles& Application::gfiles() {
function GFiles (line 1343) | const GFiles& Application::gfiles() const {
function Instances (line 1348) | Instances& Application::instances() {
function Instances (line 1353) | const Instances& Application::instances() const {
function Network (line 1358) | const Network& Application::current_net() const {
FILE: bbs/application.h
type asv_rec (line 36) | struct asv_rec {
type arcrec (line 44) | struct arcrec
type editorrec (line 45) | struct editorrec
type newexternalrec (line 46) | struct newexternalrec
type tagrec_t (line 47) | struct tagrec_t
type usersubrec (line 48) | struct usersubrec
function namespace (line 50) | namespace wwiv {
type class (line 102) | enum class
function wwiv (line 143) | [[nodiscard]] const wwiv::common::Context& context() const;
function SetForcedReadSubNumber (line 186) | void SetForcedReadSubNumber(int n) { forced_read_subnum_ = static_cast<u...
function SetCurrentSpeed (line 198) | void SetCurrentSpeed(const std::string& s) { current_speed_ = s; }
function SetCarbonCopyEnabled (line 204) | void SetCarbonCopyEnabled(bool b) { allow_cc_ = b; }
function SetNumMessagesReadThisLogon (line 207) | void SetNumMessagesReadThisLogon(int n) { num_msgs_read_cur_logon_ = n; }
function SetNewScanAtLogin (line 210) | void SetNewScanAtLogin(bool b) { newscan_at_login_ = b; }
function set_current_user_sub_num (line 220) | void set_current_user_sub_num(int n) { user_sub_num_ = static_cast<uint1...
function usersubrec (line 222) | [[nodiscard]] const usersubrec& current_user_sub() const;
function IsUseInternalFsed (line 239) | [[nodiscard]] bool IsUseInternalFsed() const;
function SetBeginDayNodeNumber (line 245) | void SetBeginDayNodeNumber(int n) { beginday_node_number_ = n; }
function SetExecChildProcessWaitTime (line 248) | void SetExecChildProcessWaitTime(int n) { exec_child_process_wait_time_ ...
function set_net_num (line 253) | void set_net_num(int n) { network_num_ = n; }
function verbose (line 264) | [[nodiscard]] int verbose() const noexcept;
function spawn_option (line 268) | [[nodiscard]] uint32_t spawn_option(const std::string& c) const { return...
function set_at_wfc (line 270) | void set_at_wfc(bool b) { at_wfc_ = b; }
function wwiv (line 293) | [[nodiscard]] const wwiv::sdk::Subs& subs() const;
function forced_read_subnum_ (line 341) | uint16_t forced_read_subnum_{0}
function num_msgs_read_cur_logon_ (line 349) | int num_msgs_read_cur_logon_{0}
function user_dir_num_ (line 350) | uint16_t user_dir_num_{0}
function user_sub_num_ (line 351) | uint16_t user_sub_num_{0}
function num_msgs_current_sub_ (line 353) | int num_msgs_current_sub_{0}
function beginday_node_number_ (line 355) | int beginday_node_number_{1}
function network_num_ (line 357) | int network_num_{0}
function subchg (line 358) | int subchg{0}
function primary_port_ (line 361) | uint8_t primary_port_{1}
function asv_rec (line 364) | asv_rec asv{}
function max_batch (line 366) | uint16_t max_batch{0}
function max_extend_lines (line 367) | uint16_t max_extend_lines{0}
function max_chains (line 368) | uint16_t max_chains{0}
function max_gfilesec (line 369) | uint16_t max_gfilesec{0}
function screen_saver_time (line 370) | uint16_t screen_saver_time{0}
function verbose_ (line 446) | int verbose_{0}
function flags_ (line 474) | uint32_t flags_{0}
function full_screen_read_prompt_ (line 476) | bool full_screen_read_prompt_{true};
FILE: bbs/archivers.cpp
function match_archiver (line 37) | std::optional<arcrec> match_archiver(const std::vector<arcrec>& arcs, co...
function get_arc_cmd (line 41) | std::optional<arc_command_t> get_arc_cmd(const std::string& arc_fn, arc_...
FILE: bbs/archivers.h
type arc_command_t (line 29) | struct arc_command_t {
type class (line 34) | enum class
FILE: bbs/attach.cpp
function attach_file (line 46) | void attach_file(int mode) {
FILE: bbs/automsg.cpp
function is_automessage_locked (line 44) | static bool is_automessage_locked() {
function read_automessage (line 52) | void read_automessage() {
function write_automessage (line 91) | void write_automessage() {
function ShowAMsgMenuAndGetInput (line 149) | static char ShowAMsgMenuAndGetInput() {
function email_automessage_author (line 168) | void email_automessage_author() {
function delete_automessage (line 177) | void delete_automessage() {
function lock_automessage (line 191) | void lock_automessage() {
function unlock_automessage (line 215) | void unlock_automessage() {
function do_legacy_automessage (line 234) | void do_legacy_automessage() {
FILE: bbs/basic/basic.cpp
type wwiv::bbs::basic (line 51) | namespace wwiv::bbs::basic {
function my_print (line 53) | static int my_print(struct mb_interpreter_t* bas, const char* fmt, ...) {
function my_input (line 67) | static int my_input(struct mb_interpreter_t* bas, const char* prompt, ...
function RegisterMyBasicGlobals (line 77) | static bool RegisterMyBasicGlobals() {
function ReadBasicFile (line 82) | static std::optional<std::string> ReadBasicFile(wwiv::common::Output& ...
function _on_error (line 120) | static void _on_error(struct mb_interpreter_t* s, mb_error_e err, cons...
function ScriptBaseName (line 171) | static std::string ScriptBaseName(const std::string& script_name) {
function mb_interpreter_t (line 179) | mb_interpreter_t* Basic::SetupBasicInterpreter() {
function Debugger (line 272) | Debugger* Basic::debugger() {
function RunBasicScript (line 294) | bool RunBasicScript(const std::string& script_name) {
FILE: bbs/basic/basic.h
function namespace (line 29) | namespace httplib {
function namespace (line 37) | namespace wwiv::common {
function namespace (line 42) | namespace wwiv::sdk {
function class (line 49) | class Basic {
FILE: bbs/basic/basic_test.cpp
class BasicTest (line 39) | class BasicTest : public ::testing::Test {
method SetUp (line 41) | void SetUp() override {
method RunScript (line 50) | [[nodiscard]] bool RunScript(const std::string& text) {
method IsValueEq (line 60) | static bool IsValueEq(const mb_value_t& v1, const mb_value_t& v2, cons...
method IsValueNotEq (line 112) | static bool IsValueNotEq(const mb_value_t& v1, const mb_value_t& v2, c...
method RegisterBasicUnitTestModule (line 116) | static void RegisterBasicUnitTestModule(mb_interpreter_t* basi) {
function TEST_F (line 175) | TEST_F(BasicTest, Smoke) {
function TEST_F (line 181) | TEST_F(BasicTest, Smoke_Fail) {
function TEST_F (line 188) | TEST_F(BasicTest, Assert_Int_False) {
function TEST_F (line 193) | TEST_F(BasicTest, Assert_Int_True) {
function TEST_F (line 198) | TEST_F(BasicTest, Assert_String_False) {
function TEST_F (line 202) | TEST_F(BasicTest, Assert_String_True) {
function TEST_F (line 206) | TEST_F(BasicTest, Assert_Real_False) {
function TEST_F (line 210) | TEST_F(BasicTest, Assert_Real_True) {
function TEST_F (line 214) | TEST_F(BasicTest, Assert_DifferentTypes) {
function TEST_F (line 219) | TEST_F(BasicTest, ModuleNames) {
function TEST_F (line 227) | TEST_F(BasicTest, WWIV_Version) {
function TEST_F (line 233) | TEST_F(BasicTest, WWIV_Version_Import) {
function TEST_F (line 241) | TEST_F(BasicTest, WWIV_IO_PrintFile) {
function TEST_F (line 248) | TEST_F(BasicTest, WWIV_IO_PrintFile_DoesNotExist) {
function TEST_F (line 253) | TEST_F(BasicTest, WWIV_IO_Outstr) {
function TEST_F (line 259) | TEST_F(BasicTest, WWIV_IO_Puts) {
function TEST_F (line 265) | TEST_F(BasicTest, WWIV_IO_PL) {
function TEST_F (line 271) | TEST_F(BasicTest, WWIV_Eval_Pass) {
function TEST_F (line 276) | TEST_F(BasicTest, WWIV_Eval_Fail) {
function TEST_F (line 281) | TEST_F(BasicTest, WWIV_IO_FILE_ReadIntoString) {
function TEST_F (line 294) | TEST_F(BasicTest, WWIV_IO_FILE_ReadLines) {
FILE: bbs/basic/debug_model.cpp
type wwiv::bbs::basic (line 25) | namespace wwiv::bbs::basic {
function to_json (line 30) | void to_json(nlohmann::json& j, const Variable& v) {
function from_json (line 39) | void from_json(const nlohmann::json& j, Variable& v) {
function to_json (line 49) | void to_json(nlohmann::json& j, const DebugLocation& v) {
function from_json (line 58) | void from_json(const nlohmann::json& j, DebugLocation& v) {
function to_json (line 75) | void to_json(nlohmann::json& j, const Breakpoint& v) {
function from_json (line 86) | void from_json(const nlohmann::json& j, Breakpoint& v) {
FILE: bbs/basic/debug_model.h
type Variable (line 31) | struct Variable {
type Breakpoint (line 40) | struct Breakpoint {
function id (line 46) | int id{ 0 }
function line (line 51) | int line{ 0 }
function auto_delete (line 52) | bool auto_delete{ false };
FILE: bbs/basic/debug_state.cpp
type wwiv::bbs::basic (line 32) | namespace wwiv::bbs::basic {
function DebugLocation (line 134) | DebugLocation DebugState::location() const {
function Breakpoints (line 139) | Breakpoints& DebugState::breakpoints() {
function RunningState (line 149) | RunningState DebugState::running_state() const {
FILE: bbs/basic/debug_state.h
function class (line 33) | class Breakpoints {
type class (line 50) | enum class
function RunningState (line 78) | RunningState running_state() const;
function set_num_stack_frames (line 95) | void set_num_stack_frames(int f) { num_stack_frames_ = f; }
function RunningState (line 108) | RunningState running_state_{RunningState::UNKNOWN};
FILE: bbs/basic/debugger.cpp
type wwiv::bbs::basic (line 36) | namespace wwiv::bbs::basic {
function dump_headers (line 56) | std::string dump_headers(const httplib::Headers& headers) {
function log (line 69) | static std::string log(const httplib::Request& req, const httplib::Res...
function DebugState (line 105) | DebugState& Debugger::current_debug_state() {
function create_debug_session_id (line 158) | static std::string create_debug_session_id() {
function to_string (line 327) | static std::string to_string(struct mb_interpreter_t* bas, void** ast,...
function var_collector (line 363) | static void var_collector(struct mb_interpreter_t* bas, const char* n,...
function _on_prev_stepped (line 378) | int _on_prev_stepped(struct mb_interpreter_t* bas, void** ast, const c...
function _on_post_stepped (line 459) | int _on_post_stepped(struct mb_interpreter_t* bas, void** ast, const c...
FILE: bbs/basic/debugger.h
function namespace (line 33) | namespace httplib {
type mb_interpreter_t (line 86) | struct mb_interpreter_t
type mb_interpreter_t (line 88) | struct mb_interpreter_t
FILE: bbs/basic/util.cpp
type wwiv::bbs::basic (line 27) | namespace wwiv::bbs::basic {
class Basic (line 29) | class Basic
function BasicScriptState (line 52) | BasicScriptState* get_wwiv_script_userdata(struct mb_interpreter_t* ba...
function mb_empty_function (line 62) | int mb_empty_function(mb_interpreter_t* s, void** l) {
function mb_value_t (line 68) | mb_value_t wwiv_mb_make_string(const std::string_view s) {
function mb_value_t (line 74) | mb_value_t wwiv_mb_make_int(int i) {
function mb_value_t (line 80) | mb_value_t wwiv_mb_make_real(float f) {
function wwiv_mb_pop_value (line 86) | std::optional<mb_value_t> wwiv_mb_pop_value(mb_interpreter_t* bas, voi...
function wwiv_mb_pop_usertype (line 95) | std::optional<mb_value_t> wwiv_mb_pop_usertype(mb_interpreter_t* bas, ...
function wwiv_mb_pop_string (line 108) | std::optional<std::string> wwiv_mb_pop_string(mb_interpreter_t* bas, v...
function wwiv_mb_pop_int (line 119) | std::optional<int> wwiv_mb_pop_int(mb_interpreter_t* bas, void** l) {
function wwiv_mb_pop_handle (line 130) | std::optional<int> wwiv_mb_pop_handle(mb_interpreter_t* bas, void** l) {
function wwiv_mb_push_handle (line 140) | int wwiv_mb_push_handle(mb_interpreter_t* bas, void** l, int h) {
function wwiv_mb_push_string (line 148) | int wwiv_mb_push_string(mb_interpreter_t* bas, void** l, std::string_v...
function file_location_t (line 153) | file_location_t to_file_location_t(const std::string& s) {
function dropfile_type_t (line 169) | dropfile_type_t to_dropfile_type_t(const std::string& s) {
function chain_type_t (line 176) | chain_type_t to_chain_type_t(const std::string& s) {
FILE: bbs/basic/util.h
type mb_interpreter_t (line 31) | struct mb_interpreter_t
type class (line 38) | enum class
type class (line 39) | enum class
function dropfile_type_t (line 40) | enum class dropfile_type_t { CHAIN_TXT, DOOR_SYS };
type wwiv_exec_options_t (line 47) | struct wwiv_exec_options_t {
function file_location_t (line 49) | file_location_t loc{file_location_t::TEMP};
FILE: bbs/basic/util_test.cpp
function TEST (line 29) | TEST(BasicUtilTest, MakeString) {
function TEST (line 34) | TEST(BasicUtilTest, MakeInt) {
function TEST (line 39) | TEST(BasicUtilTest, MakeReal) {
FILE: bbs/basic/wwiv.cpp
type wwiv::bbs::basic (line 30) | namespace wwiv::bbs::basic {
function _version (line 32) | static int _version(struct mb_interpreter_t* bas, void** l) {
function RegisterNamespaceWWIV (line 38) | bool RegisterNamespaceWWIV(mb_interpreter_t* basi) {
FILE: bbs/basic/wwiv.h
type mb_interpreter_t (line 21) | struct mb_interpreter_t
function namespace (line 23) | namespace wwiv::bbs::basic {
FILE: bbs/basic/wwiv_data.cpp
type wwiv::bbs::basic (line 35) | namespace wwiv::bbs::basic {
type script_data_type_t (line 37) | enum class script_data_type_t { STRING, INT, REAL }
type script_data_t (line 39) | struct script_data_t {
function serialize (line 46) | void serialize(Archive& ar, script_data_t& t) {
function mb_value_t (line 57) | static mb_value_t to_mb_value(const script_data_t& f) {
function script_data_t (line 70) | static script_data_t to_script_data(const mb_value_t& v) {
type wwiv_data_scope_t (line 107) | enum class wwiv_data_scope_t { global, user }
function DataFileName (line 109) | static std::filesystem::path DataFileName(const BasicScriptState* ud, ...
function SaveData (line 120) | static bool SaveData(const BasicScriptState* ud,
function LoadData (line 127) | static std::optional<std::vector<script_data_t>> LoadData(const BasicS...
function RegisterNamespaceData (line 138) | bool RegisterNamespaceData(mb_interpreter_t* basi) {
FILE: bbs/basic/wwiv_data.h
type mb_interpreter_t (line 21) | struct mb_interpreter_t
function namespace (line 23) | namespace wwiv::bbs::basic {
FILE: bbs/basic/wwiv_file.cpp
type wwiv::bbs::basic (line 26) | namespace wwiv::bbs::basic {
function RegisterNamespaceWWIVFILE (line 28) | bool RegisterNamespaceWWIVFILE(mb_interpreter_t* basi) {
FILE: bbs/basic/wwiv_file.h
type mb_interpreter_t (line 21) | struct mb_interpreter_t
function namespace (line 23) | namespace wwiv::bbs::basic {
FILE: bbs/basic/wwiv_io.cpp
type wwiv::bbs::basic (line 26) | namespace wwiv::bbs::basic {
function RegisterNamespaceWWIVIO (line 29) | bool RegisterNamespaceWWIVIO(mb_interpreter_t* basi) {
FILE: bbs/basic/wwiv_io.h
type mb_interpreter_t (line 21) | struct mb_interpreter_t
function namespace (line 23) | namespace wwiv::bbs::basic {
FILE: bbs/basic/wwiv_os.cpp
type wwiv::bbs::basic (line 31) | namespace wwiv::bbs::basic {
function chain_type_to_flags (line 33) | static uint32_t chain_type_to_flags(chain_type_t c, file_location_t lo...
function RegisterNamespaceWWIVOS (line 49) | bool RegisterNamespaceWWIVOS(mb_interpreter_t* basi) {
FILE: bbs/basic/wwiv_os.h
type mb_interpreter_t (line 21) | struct mb_interpreter_t
function namespace (line 23) | namespace wwiv::bbs::basic {
FILE: bbs/basic/wwiv_time.cpp
type wwiv::bbs::basic (line 26) | namespace wwiv::bbs::basic {
function RegisterNamespaceWWIVTIME (line 28) | bool RegisterNamespaceWWIVTIME(mb_interpreter_t* basi) {
FILE: bbs/basic/wwiv_time.h
type mb_interpreter_t (line 21) | struct mb_interpreter_t
function namespace (line 23) | namespace wwiv::bbs::basic {
FILE: bbs/batch.cpp
function listbatch (line 81) | static void listbatch() {
function downloaded (line 112) | static void downloaded(const std::string& file_name, long lCharsPerSecon...
function didnt_upload (line 151) | void didnt_upload(const BatchEntry& b) {
function uploaded (line 181) | static void uploaded(const std::string& file_name, long cps) {
function ProcessDSZLogFile (line 254) | static void ProcessDSZLogFile(const std::string& path) {
function hangup_color (line 272) | static int hangup_color(int left) {
function bihangup (line 285) | static void bihangup() {
function zmbatchdl (line 317) | void zmbatchdl(bool bHangupAfterDl) {
function end_ymodem_batch1 (line 391) | char end_ymodem_batch1() {
function end_ymodem_batch (line 422) | static void end_ymodem_batch() {
function ymbatchdl (line 449) | void ymbatchdl(bool bHangupAfterDl) {
function ratio1 (line 522) | static double ratio1(unsigned long xa) {
function make_ul_batch_list (line 531) | static std::string make_ul_batch_list() {
function make_dl_batch_list (line 549) | static std::filesystem::path make_dl_batch_list() {
function run_cmd (line 596) | static void run_cmd(const std::string& orig_commandline, const std::stri...
function dszbatchdl (line 640) | void dszbatchdl(bool bHangupAfterDl, const std::string& command_line, co...
function dszbatchul (line 656) | static void dszbatchul(bool bHangupAfterDl, char* command_line, const st...
function batchdl (line 676) | int batchdl(int mode) {
function upload (line 806) | void upload(int dn) {
function time_to_transfer (line 856) | std::chrono::seconds time_to_transfer(int32_t file_size, int32_t modem_s...
FILE: bbs/batch.h
function len_ (line 53) | int32_t len_{0}
function sending_ (line 54) | bool sending_{false};
function AddBatch (line 64) | bool AddBatch(const BatchEntry& b) {
function AddBatch (line 69) | bool AddBatch(BatchEntry&& b) {
FILE: bbs/bbs.cpp
function Application (line 46) | Application* a() { return app_; }
function Application (line 49) | Application* CreateSession(LocalIO* localIO) {
function bbsmain (line 57) | int bbsmain(int argc, char *argv[]) {
FILE: bbs/bbs_event_handlers.cpp
type wwiv::bbs (line 33) | namespace wwiv::bbs {
function PrintTime (line 40) | static void PrintTime() {
function CheckForHangup (line 58) | static void CheckForHangup() {
function GiveupTimeSlices (line 62) | static void GiveupTimeSlices() {
function bbs_callbacks (line 72) | bool bbs_callbacks() {
FILE: bbs/bbs_event_handlers.h
function namespace (line 22) | namespace wwiv::bbs {
FILE: bbs/bbs_helper.cpp
function Config (line 41) | Config& BbsHelper::config() const {
function User (line 49) | User* BbsHelper::user() {
function User (line 53) | const User* BbsHelper::user() const {
FILE: bbs/bbs_helper.h
function class (line 33) | class BbsHelper : public CommonHelper {
FILE: bbs/bbs_macro_context_test.cpp
class BbsMacroContextTest (line 31) | class BbsMacroContextTest : public ::testing::Test {
method SetUp (line 33) | void SetUp() override {
function TEST_F (line 44) | TEST_F(BbsMacroContextTest, Move_Up2) {
function TEST_F (line 53) | TEST_F(BbsMacroContextTest, Move_Up) {
function TEST_F (line 62) | TEST_F(BbsMacroContextTest, Move_Down) {
function TEST_F (line 71) | TEST_F(BbsMacroContextTest, Move_Left) {
function TEST_F (line 80) | TEST_F(BbsMacroContextTest, Move_Right) {
function TEST_F (line 89) | TEST_F(BbsMacroContextTest, Move_XY) {
function TEST_F (line 99) | TEST_F(BbsMacroContextTest, Expr_Ending) {
function TEST_F (line 107) | TEST_F(BbsMacroContextTest, Expr_WithAdditional) {
function TEST_F (line 116) | TEST_F(BbsMacroContextTest, JustText) {
function TEST_F (line 127) | TEST_F(BbsMacroContextTest, Variable) {
function TEST_F (line 137) | TEST_F(BbsMacroContextTest, If) {
FILE: bbs/bbs_main.cpp
function main (line 21) | int main(int argc, char *argv[]) {
FILE: bbs/bbs_test_main.cpp
function main (line 7) | int main(int argc, char* argv[]) {
FILE: bbs/bbslist.cpp
type cereal (line 57) | namespace cereal {
function save (line 63) | inline
function load (line 71) | inline
type wwiv::bbslist (line 90) | namespace wwiv::bbslist {
function serialize (line 92) | void serialize(Archive& ar, BbsListEntry& b) {
function serialize (line 100) | void serialize(Archive& ar, BbsListAddress& a) {
function LoadFromJSON (line 105) | bool LoadFromJSON(const std::filesystem::path& dir, const std::string&...
function SaveToJSON (line 127) | bool SaveToJSON(const std::filesystem::path& dir, const std::string& f...
function ConvertLegacyList (line 146) | static bool ConvertLegacyList(const std::filesystem::path& dir, const ...
function ReadBBSList (line 174) | static void ReadBBSList(const std::vector<BbsListEntry>& entries) {
function delete_bbslist (line 189) | void delete_bbslist() {
function IsBBSPhoneNumberValid (line 215) | static bool IsBBSPhoneNumberValid(const std::string& phoneNumber) {
function IsBBSPhoneNumberUnique (line 230) | static bool IsBBSPhoneNumberUnique(const std::string& phoneNumber, con...
function AddBBSListEntry (line 244) | static bool AddBBSListEntry(std::vector<BbsListEntry>& entries) {
function ShowBBSListMenuAndGetChoice (line 305) | static char ShowBBSListMenuAndGetChoice() {
function add_bbslist (line 316) | void add_bbslist() {
function read_bbslist (line 332) | void read_bbslist() {
function BBSList (line 342) | void BBSList() {
FILE: bbs/bbslist.h
function namespace (line 26) | namespace wwiv::bbslist {
FILE: bbs/bbslist_test.cpp
function FindAddressByType (line 30) | static std::string FindAddressByType(const BbsListEntry& entry, const st...
class NewBbsListTest (line 39) | class NewBbsListTest : public testing::Test {
method SetUp (line 41) | void SetUp() override { helper.SetUp(); }
method dir (line 42) | std::string dir() { return helper.files().TempDir().string(); }
method CreateTempFile (line 43) | std::filesystem::path CreateTempFile(const std::string& name, const st...
function TEST_F (line 49) | TEST_F(NewBbsListTest, NoFile) {
function TEST_F (line 54) | TEST_F(NewBbsListTest, SingleItem_NoAddress) {
function TEST_F (line 66) | TEST_F(NewBbsListTest, SingleItem_Address) {
function TEST_F (line 88) | TEST_F(NewBbsListTest, MultipleEntries) {
function TEST_F (line 114) | TEST_F(NewBbsListTest, WriteSingleEntry) {
FILE: bbs/bbsovl1.cpp
function DisplayHorizontalBar (line 64) | void DisplayHorizontalBar(int width, int color) {
function YourInfo (line 74) | void YourInfo() {
function GetMaxMessageLinesAllowed (line 120) | int GetMaxMessageLinesAllowed() {
function upload_post (line 130) | void upload_post() {
function send_email (line 156) | void send_email() {
function edit_confs (line 173) | void edit_confs() {
function feedback (line 207) | void feedback(bool bNewUserFeedback) {
function text_edit (line 272) | void text_edit() {
FILE: bbs/bbsovl2.cpp
function OnlineUserEditor (line 41) | void OnlineUserEditor() {
function BackPrint (line 243) | void BackPrint(const std::string& strText, int nColorCode, int nCharDela...
function SpinPuts (line 247) | void SpinPuts(const std::string& strText, int color) {
FILE: bbs/bbsovl3.cpp
function do_sysop_command (line 28) | bool do_sysop_command(int nCommandID) {
function ListAllColors (line 92) | void ListAllColors() {
FILE: bbs/bbsutl.cpp
function inli (line 43) | bool inli(std::string* outBuffer, std::string* rollover, std::string::si...
function inli (line 61) | bool inli(char *buffer, char *rollover, std::string::size_type nMaxLen, ...
function so (line 259) | bool so() {
function cs (line 267) | bool cs() {
function lcs (line 282) | bool lcs() {
function sysop2 (line 300) | bool sysop2() {
function check_ansi (line 322) | int check_ansi() {
function YesNoString (line 341) | std::string YesNoString(bool bYesNo) {
FILE: bbs/bbsutl1.cpp
function wordcount (line 59) | static int wordcount(const std::string& instr, const char* delimstr) {
function extractword (line 74) | static std::string extractword(int ww, const std::string& instr, const c...
function filter_networks (line 102) | std::vector<NetworkAndName> filter_networks(std::vector<Network>& nets,
function query_network (line 128) | static std::optional<int> query_network(const std::vector<NetworkAndName...
function parse_internet_email_info (line 170) | static std::tuple<uint16_t, uint16_t> parse_internet_email_info(const st...
function parse_ftn_email_info (line 183) | std::tuple<uint16_t, uint16_t> parse_ftn_email_info(const std::string& e...
function parse_local_email_info (line 200) | std::tuple<uint16_t, uint16_t> parse_local_email_info(const std::string&...
function parse_wwivnet_email_info (line 212) | std::tuple<uint16_t, uint16_t> parse_wwivnet_email_info(const std::strin...
function parse_email_info (line 252) | std::tuple<uint16_t, uint16_t> parse_email_info(const std::string& email...
function username_system_net_as_string (line 292) | std::string username_system_net_as_string(uint16_t un, const std::string...
function username_system_net_as_string (line 309) | std::string username_system_net_as_string(uint16_t un, const std::string...
function ValidateSysopPassword (line 317) | bool ValidateSysopPassword() {
function hang_it_up (line 332) | void hang_it_up() {
function play_sdf (line 356) | bool play_sdf(const std::string& sound_filename, bool abortable) {
function describe_area_code (line 417) | std::string describe_area_code(int nAreaCode) {
function describe_area_code_prefix (line 445) | std::string describe_area_code_prefix(int nAreaCode, int nTargetTown) {
FILE: bbs/bbsutl1.h
type NetworkAndName (line 55) | struct NetworkAndName {
FILE: bbs/bbsutl2.cpp
function ctypes (line 40) | std::string ctypes(int num) {
FILE: bbs/bputch_test.cpp
class BPutchTest (line 26) | class BPutchTest : public ::testing::Test {
method SetUp (line 28) | void SetUp() override { helper.SetUp(); }
method Puts (line 30) | virtual int Puts(std::string s) {
function TEST_F (line 41) | TEST_F(BPutchTest, SingleLetter) {
function TEST_F (line 46) | TEST_F(BPutchTest, MultipleLetters) {
FILE: bbs/bputs_test.cpp
class BPutsTest (line 27) | class BPutsTest : public ::testing::Test {
method SetUp (line 29) | void SetUp() override { helper.SetUp(); }
method Puts (line 31) | virtual int Puts(const std::string& s) {
function TEST_F (line 40) | TEST_F(BPutsTest, SingleLetter) {
function TEST_F (line 45) | TEST_F(BPutsTest, MultipleLetters) {
function TEST_F (line 51) | TEST_F(BPutsTest, SinglePipe) {
function TEST_F (line 60) | TEST_F(BPutsTest, SinglePipe_WithEndLine) {
function TEST_F (line 76) | TEST_F(BPutsTest, RepeatedPipe) {
function TEST_F (line 85) | TEST_F(BPutsTest, RepeatedPipe_WithEndLine) {
function TEST_F (line 99) | TEST_F(BPutsTest, IfPipe_Yes) {
function TEST_F (line 109) | TEST_F(BPutsTest, IfPipe_No) {
function TEST_F (line 119) | TEST_F(BPutsTest, IfPipe_Embedded) {
function TEST_F (line 129) | TEST_F(BPutsTest, MapValue_Smoke) {
function TEST_F (line 139) | TEST_F(BPutsTest, Pipe_User) {
function TEST_F (line 146) | TEST_F(BPutsTest, Pipe_BBS) {
FILE: bbs/chains.cpp
type chains_map (line 53) | struct chains_map {
function show_chain (line 58) | static void show_chain(const chain_t& c, bool ansi, int chain_num, bool&...
function show_chains (line 103) | static void show_chains(const chains_map& chains) {
function run_chain (line 231) | void run_chain(const chain_t& c, int chain_num) {
function run_chain (line 267) | void run_chain(int chain_num) {
function chains_map (line 277) | chains_map build_chains_map() {
function do_chains (line 305) | void do_chains() {
FILE: bbs/chains.h
function namespace (line 21) | namespace wwiv::sdk {
FILE: bbs/chat.cpp
type ch_type (line 43) | struct ch_type {
type ch_action (line 52) | struct ch_action {
function grabname (line 92) | static int grabname(const std::string& orig, int channel) {
function StripName (line 143) | static std::string StripName(const std::string& in) {
function get_colors (line 153) | static void get_colors(char* color_string, const IniFile* pIniFile) {
function chat_room (line 158) | void chat_room() {
function rip_words (line 241) | int rip_words(int start_pos, const char* message, char* wd, int size, ch...
function f_action (line 266) | int f_action(int start_pos, int end_pos, char* aword) {
function out_msg (line 293) | static void out_msg(const std::string& message, int loc) {
function check_action (line 303) | bool check_action(const char* message, char* color_string, int loc) {
function main_loop (line 327) | int main_loop(const char* raw_message, char* from_message, char* color_s...
function who_online (line 413) | std::vector<int> who_online(int loc) {
function intro (line 429) | void intro(int loc) {
function ch_direct (line 457) | void ch_direct(const std::string& message, int loc, char* color_string, ...
function ch_whisper (line 484) | void ch_whisper(const std::string& message, char* color_string, int node) {
function wusrinst (line 507) | int wusrinst(char* n) {
function secure_ch (line 524) | void secure_ch(int ch) {
function cleanup_chat (line 546) | void cleanup_chat() {
function page_user (line 557) | void page_user(int loc) {
function moving (line 596) | void moving(bool bOnline, int loc) {
function load_actions (line 608) | void load_actions(IniFile* pIniFile) {
function add_action (line 650) | void add_action(ch_action act) {
function free_actions (line 667) | void free_actions() {
function exec_action (line 675) | void exec_action(const char* message, char* color_string, int loc, int n...
function action_help (line 721) | void action_help(int num) {
function ga (line 744) | void ga(const char* message, char* color_string, int loc, int type) {
function list_channels (line 756) | void list_channels() {
function change_channels (line 807) | int change_channels(int loc) {
function check_ch (line 855) | bool check_ch(int ch) {
function load_channels (line 901) | void load_channels(IniFile& ini) {
function userinst (line 940) | int userinst(char* user) {
FILE: bbs/chnedit.cpp
function chaindata (line 47) | static std::string chaindata(int chain_num) {
function showchains (line 53) | static void showchains() {
function ShowChainCommandLineHelp (line 64) | void ShowChainCommandLineHelp() {
function YesNoStringList (line 88) | static std::string YesNoStringList(bool b, const std::string& yes, const...
function list_chain_sponsors (line 92) | static void list_chain_sponsors(const std::set<short> sponsors, char let...
function modify_chain_sponsors (line 119) | static void modify_chain_sponsors(int chain_num, chain_t& c) {
function chain_exec_mode_to_string (line 151) | static std::string chain_exec_mode_to_string(const chain_exec_mode_t& t) {
function modify_chain (line 171) | static void modify_chain(ssize_t chain_num) {
function insert_chain (line 311) | static void insert_chain(size_t pos) {
function delete_chain (line 321) | void delete_chain(size_t chain_num) {
function chainedit (line 325) | void chainedit() {
FILE: bbs/common.h
type side_menu_colors (line 50) | struct side_menu_colors {
type search_record (line 57) | struct search_record {
function alldirs (line 62) | int alldirs{0}
function search_extended (line 63) | bool search_extended{false};
FILE: bbs/conf.cpp
type wwiv::bbs (line 51) | namespace wwiv::bbs {
function tmp_disable_conf (line 60) | void tmp_disable_conf(bool disable) {
function reset_disable_conf (line 86) | void reset_disable_conf() { disable_conf_cnt = 0; }
function conf_info_t (line 88) | conf_info_t get_conf_info(ConferenceType conftype) {
function select_free_conf_key (line 105) | static std::optional<char> select_free_conf_key(Conference& conf, bool l...
function jump_conf (line 133) | void jump_conf(ConferenceType conftype) {
function display_conf_subs (line 168) | static int display_conf_subs(Conference& conf) {
function conf_set_t (line 198) | static conf_set_t& get_conf_set(Conference& conf, int num) {
function edit_conf_subs (line 205) | void edit_conf_subs(Conference& conf) {
function modify_conf (line 267) | static void modify_conf(Conference& conf, char key) {
function insert_conf (line 333) | static void insert_conf(Conference& conf, char key) {
function delete_conf (line 352) | static void delete_conf(Conference& conf, char key) {
function conf_edit (line 360) | void conf_edit(Conference& conf) {
function list_confs (line 412) | void list_confs(ConferenceType conftype, bool list_subs) {
function list_confs (line 419) | void list_confs(Conference& conf, bool list_subs) {
function select_conf (line 453) | std::optional<char> select_conf(const std::string& prompt_text, Conferen...
FILE: bbs/conf.h
function namespace (line 25) | namespace wwiv::bbs {
function class (line 33) | class conf_info_t {
FILE: bbs/confutil.cpp
function access_sub (line 32) | static bool access_sub(User& u, const subboard_t& s) {
function addusub (line 44) | static void addusub(std::vector<usersubrec>& us, int sub, char key = 0) {
function create_usersubs (line 60) | static bool create_usersubs(Conference& conf, std::vector<usersubrec>& uc,
function access_at_least_one_conf (line 121) | bool access_at_least_one_conf(Conference& conf, const conf_set_t& e) {
function clear_usersubs (line 135) | bool clear_usersubs(Conference& conf, std::vector<usersubrec>& uc, int o...
function setuconf (line 193) | void setuconf(Conference& conf, char key, int old_subnum) {
function setuconf (line 202) | void setuconf(ConferenceType conf_type, int num, int old_subnum) {
function changedsl (line 214) | void changedsl() {
function okconf (line 273) | bool okconf(User* user) {
function ok_multiple_conf (line 280) | bool ok_multiple_conf(User* user, const std::vector<wwiv::sdk::conferenc...
FILE: bbs/connect1.cpp
function next_system (line 30) | std::optional<net_system_list_rec> next_system(int ts) {
function valid_system (line 35) | bool valid_system(int ts) {
function set_net_num (line 39) | void set_net_num(int network_number) {
function next_system_reg (line 45) | int32_t next_system_reg(int16_t ts) {
FILE: bbs/connect1.h
type net_system_list_rec (line 24) | struct net_system_list_rec
FILE: bbs/crc.cpp
function crc32buf (line 124) | unsigned long int crc32buf(const char *buffer, std::size_t nLength) {
FILE: bbs/datetime_test.cpp
function TEST (line 28) | TEST(DateTime, isleap) {
FILE: bbs/defaults.cpp
function select_editor (line 67) | void select_editor() {
function GetMailBoxStatus (line 96) | static std::string GetMailBoxStatus() {
function print_cur_stat (line 124) | static void print_cur_stat() {
function DisplayColorName (line 191) | static std::string DisplayColorName(int c) {
function DescribeColorCode (line 214) | std::string DescribeColorCode(int nColorCode) {
function color_list (line 232) | void color_list() {
function reset_user_colors_to_defaults (line 240) | static void reset_user_colors_to_defaults() {
function change_colors (line 247) | void change_colors() {
function l_config_qscan (line 378) | void l_config_qscan() {
function config_qscan (line 392) | void config_qscan() {
function list_macro (line 471) | static void list_macro(const std::string& s) {
function macroedit (line 501) | static void macroedit(char *macro_text) {
function change_macros (line 562) | void change_macros() {
function change_password (line 606) | void change_password() {
function modify_mailbox (line 637) | void modify_mailbox() {
function change_optional_lines (line 698) | void change_optional_lines() {
function enter_regnum (line 708) | void enter_regnum() {
function change_email_address (line 715) | void change_email_address() {
function defaults (line 733) | void defaults(bool& need_menu_reload) {
function GetMaxLinesToShowForScanPlus (line 838) | static int GetMaxLinesToShowForScanPlus() {
function list_config_scan_plus (line 845) | static void list_config_scan_plus(int first, int *amount, int type) {
function drawscan (line 918) | static void drawscan(int filepos, bool tagged) {
function undrawscan (line 937) | static void undrawscan(int filepos, long tagged) {
function is_inscan (line 948) | static bool is_inscan(int dir) {
function config_scan_plus (line 964) | void config_scan_plus(int type) {
FILE: bbs/diredit.cpp
function tail (line 55) | static std::string tail(const std::string& s, int len) {
function dirdata (line 59) | static std::string dirdata(int n) {
function showdirs (line 65) | static void showdirs() {
function select_network (line 82) | std::optional<Network> select_network() {
type list_area_tags_style_t (line 108) | enum class list_area_tags_style_t { number, indent }
function list_area_tags (line 109) | static void list_area_tags(const std::vector<wwiv::sdk::files::dir_area_...
function edit_ftn_area_tags (line 136) | static void edit_ftn_area_tags(std::vector<wwiv::sdk::files::dir_area_t>...
function modify_dir (line 203) | void modify_dir(int n) {
function swap_dirs (line 345) | void swap_dirs(int dir1, int dir2) {
function insert_dir (line 379) | void insert_dir(int n) {
function delete_dir (line 418) | void delete_dir(int n) {
function dlboardedit (line 449) | void dlboardedit() {
FILE: bbs/dirlist.cpp
function dirlist (line 36) | void dirlist(int mode) {
FILE: bbs/dropfile.cpp
type pcboard_sys_rec (line 50) | struct pcboard_sys_rec {
function GetDoor32CommType (line 92) | static int GetDoor32CommType() {
function GetDoor32Emulation (line 103) | static int GetDoor32Emulation() { return (okansi()) ? 1 : 0; }
function create_dropfile_path (line 105) | std::filesystem::path create_dropfile_path(drop_file_t dropfile_type) {
function create_dropfile_filename (line 126) | std::string create_dropfile_filename(drop_file_t dropfile_type) {
function GetNamePartForDropFile (line 133) | static std::string GetNamePartForDropFile(bool last_name, const std::str...
function GetMinutesRemainingForDropFile (line 148) | static long GetMinutesRemainingForDropFile() {
function CreateDoorInfoDropFile (line 160) | void CreateDoorInfoDropFile() {
function CreatePCBoardSysDropFile (line 192) | void CreatePCBoardSysDropFile() {
function CreateCallInfoBbsDropFile (line 265) | void CreateCallInfoBbsDropFile() {
function GetDoorHandle (line 319) | static unsigned int GetDoorHandle() {
function CreateDoor32SysDropFile (line 327) | void CreateDoor32SysDropFile() {
function CreateDoorSysDropFile (line 379) | void CreateDoorSysDropFile() {
function create_drop_files (line 444) | static void create_drop_files() {
function create_chain_file (line 490) | std::string create_chain_file() {
function nf_path (line 536) | std::string nf_path(const std::string& cmd) {
function create_netfoss_bat (line 541) | std::optional<std::string> create_netfoss_bat() {
FILE: bbs/dropfile.h
type class (line 24) | enum class
FILE: bbs/dsz.cpp
function handle_dszline (line 33) | std::tuple<dsz_logline_t, std::string, int> handle_dszline(const std::st...
function ProcessDSZLogFile (line 71) | bool ProcessDSZLogFile(const std::string& path, dsz_logline_callback_fn ...
FILE: bbs/dsz.h
type class (line 25) | enum class
type std (line 32) | typedef std::function<void(dsz_logline_t, std::string, int)> dsz_logline...
FILE: bbs/dsz_test.cpp
function TEST (line 28) | TEST(DszTest, Smoke) {
FILE: bbs/email.cpp
function ForwardMessage (line 67) | bool ForwardMessage(uint16_t *pUserNumber, uint16_t *pSystemNumber) {
function OpenEmailFile (line 153) | std::unique_ptr<File> OpenEmailFile(bool bAllowWrite) {
function sendout_email (line 179) | void sendout_email(EmailData& data) {
function ok_to_mail (line 348) | bool ok_to_mail(uint16_t user_number, uint16_t system_number, bool bForc...
function email (line 401) | void email(const std::string& title, uint16_t user_number, uint16_t syst...
function imail (line 670) | void imail(const std::string& title, uint16_t user_number, uint16_t syst...
function delmail (line 713) | void delmail(File& f, size_t loc) {
function fixup_user_entered_email (line 764) | std::string fixup_user_entered_email(const std::string& user_input) {
FILE: bbs/email.h
function anony (line 36) | uint8_t anony{0}
function user_number (line 37) | uint16_t user_number{0}
function system_number (line 38) | uint16_t system_number{0}
function an (line 39) | bool an{false};
FILE: bbs/email_test.cpp
function TEST (line 24) | TEST(EmailTest, Smoke) {
FILE: bbs/exec_os2.cpp
function exec_cmdline (line 34) | int exec_cmdline(wwiv::bbs::CommandLine& cmdline, int flags) {
FILE: bbs/exec_socket.cpp
type wwiv::bbs (line 44) | namespace wwiv::bbs {
function SetBlockingMode (line 49) | static bool SetBlockingMode(SOCKET sock, bool blocking_mode) {
type sockaddr_un (line 76) | struct sockaddr_un
type sockaddr (line 82) | struct sockaddr
type sockaddr_in (line 90) | struct sockaddr_in
type sockaddr_in (line 122) | struct sockaddr_in
type sockaddr (line 124) | struct sockaddr
type timeval (line 148) | struct timeval
function pump_socket_result_t (line 208) | pump_socket_result_t ExecSocket::pump_socket(EXEC_SOCKET_HANDLE hProce...
FILE: bbs/exec_socket.h
type class (line 35) | enum class
type class (line 37) | enum class
type pid_t (line 42) | typedef pid_t EXEC_SOCKET_HANDLE;
function port (line 54) | [[nodiscard]] int port() const noexcept { return port_; }
function SOCKET (line 71) | SOCKET server_socket_{INVALID_SOCKET};
FILE: bbs/exec_unix.cpp
function ReadWriteNonBinary (line 57) | static int ReadWriteNonBinary(int sock, int pty_fd, fd_set& rfd) {
function ReadWriteBinary (line 100) | static int ReadWriteBinary(int sock, int pty_fd, fd_set& rfd) {
function pump_stdio (line 126) | static void pump_stdio(int sock, int pty_fd, pid_t pid, bool binary) {
function wait_for_exit (line 176) | static int wait_for_exit(pid_t pid) {
function UnixSpawn (line 199) | static std::tuple<pid_t, int> UnixSpawn(const wwiv::bbs::CommandLine& cm...
function exec_cmdline (line 243) | int exec_cmdline(wwiv::bbs::CommandLine& cmdline, int flags) {
FILE: bbs/exec_win32.cpp
function LogToSync (line 74) | static void LogToSync(const std::string& s) {
function GetSyncFosTempFilePath (line 80) | static std::filesystem::path GetSyncFosTempFilePath() {
function GetDosXtrnPath (line 84) | static std::filesystem::path GetDosXtrnPath() {
function CreateSyncFosCommandLine (line 88) | static std::string CreateSyncFosCommandLine(const std::string& tempFileP...
function DeleteSyncTempFile (line 96) | static bool DeleteSyncTempFile() {
function CreateSyncTempFile (line 105) | static bool CreateSyncTempFile(std::string *out, const std::string& comm...
function DoSyncFosLoopNT (line 121) | bool DoSyncFosLoopNT(HANDLE hProcess, HANDLE hSyncHangupEvent, HANDLE hS...
function SetupSyncFoss (line 285) | static bool SetupSyncFoss(DWORD& dwCreationFlags, HANDLE& hSyncHangupEve...
function ErrorAsString (line 316) | static std::string ErrorAsString(DWORD last_error) {
function exec_cmdline_sync (line 335) | static int exec_cmdline_sync(wwiv::bbs::CommandLine& cmdline, int flags,...
function create_stdio_pipes (line 438) | static bool create_stdio_pipes() {
function pump_pipes (line 470) | void pump_pipes(HANDLE hProcess) {
function exec_cmdline (line 513) | int exec_cmdline(wwiv::bbs::CommandLine& cmdline, int flags) {
FILE: bbs/execexternal.cpp
function ExecuteExternalProgramNoScript (line 34) | static int ExecuteExternalProgramNoScript(wwiv::bbs::CommandLine& comman...
function ExecuteExternalProgram (line 90) | int ExecuteExternalProgram(wwiv::bbs::CommandLine& cmdline, uint32_t fla...
FILE: bbs/external_edit.cpp
function external_edit_internal (line 43) | static bool external_edit_internal(const std::string& edit_filename, con...
function CreateExternalMessageEditor (line 86) | static std::unique_ptr<ExternalMessageEditor>
function DoExternalMessageEditor (line 106) | bool DoExternalMessageEditor(MessageEditorData& data, int maxli, int* se...
function external_text_edit (line 118) | bool external_text_edit(const std::string& edit_filename, const std::fil...
function fsed_text_edit (line 140) | bool fsed_text_edit(const std::string& edit_filename, const std::filesys...
FILE: bbs/external_edit.h
function class (line 27) | class ExternalMessageEditor {
FILE: bbs/external_edit_qbbs.cpp
function WriteMsgInf (line 62) | static bool WriteMsgInf(const std::string& title, const std::string& sub...
function CreateMsgTmpFromQuotesTxt (line 100) | static bool CreateMsgTmpFromQuotesTxt(const std::filesystem::path& tmpdi...
FILE: bbs/external_edit_wwiv.cpp
type fedit_data_rec (line 37) | struct fedit_data_rec {
function ReadWWIVResultFiles (line 51) | static void ReadWWIVResultFiles(std::string* title, int* anon, const std...
function WriteWWIVEditorControlFiles (line 76) | static void WriteWWIVEditorControlFiles(const std::string& title, const ...
FILE: bbs/external_edit_wwiv.h
function class (line 28) | class ExternalWWIVMessageEditor : public ExternalMessageEditor {
FILE: bbs/extract.cpp
function get_extract_dir (line 36) | static std::optional<std::filesystem::path> get_extract_dir() {
function extract_out (line 58) | void extract_out(const std::string& text, const std::string& title) {
FILE: bbs/finduser.cpp
function finduser (line 47) | int finduser(const std::string& searchString) {
function finduser1 (line 79) | int finduser1(const std::string& searchString) {
FILE: bbs/gfileedit.cpp
function gfiledata (line 46) | static std::string gfiledata(const gfile_dir_t& r, int nSectionNum) {
function showsec (line 51) | static void showsec() {
function modify_sec (line 65) | void modify_sec(int n) {
function insert_sec (line 142) | void insert_sec(int n) {
function delete_sec (line 153) | void delete_sec(int n) {
function gfileedit (line 158) | void gfileedit() {
function fill_sec (line 214) | bool fill_sec(int sn) {
FILE: bbs/gfiles.cpp
function gfl_hdr (line 50) | static void gfl_hdr(int which) {
function list_sec (line 113) | static void list_sec(std::vector<int> map) {
function list_gfiles (line 224) | static void list_gfiles(const gfile_dir_t& g) {
function gfile_sec (line 345) | static void gfile_sec(int sn) {
function gfiles2 (line 456) | void gfiles2() {
function gfiles3 (line 463) | void gfiles3(int n) {
function gfiles (line 470) | void gfiles() {
FILE: bbs/hop.cpp
function HopSub (line 33) | void HopSub() {
function HopDir (line 100) | void HopDir() {
FILE: bbs/inetmsg.cpp
function check_inet_addr (line 45) | bool check_inet_addr(const std::string& a) {
function read_inet_addr (line 49) | std::string read_inet_addr(int user_number) {
FILE: bbs/inmsg.cpp
function GetMessageToName (line 62) | static bool GetMessageToName(MessageEditorData& data) {
function GetMessageTitle (line 95) | static void GetMessageTitle(MessageEditorData& data) {
function InternalMessageEditor (line 163) | static bool InternalMessageEditor(std::vector<std::string>& lin, int max...
function UpdateMessageBufferInReplyToInfo (line 353) | static void UpdateMessageBufferInReplyToInfo(std::ostringstream& ss, boo...
function FindTagFileName (line 380) | static std::filesystem::path FindTagFileName() {
function UpdateMessageBufferTagLine (line 403) | static void UpdateMessageBufferTagLine(std::ostringstream& ss, bool is_e...
function UpdateMessageBufferQuotesCtrlLines (line 454) | static void UpdateMessageBufferQuotesCtrlLines(std::ostringstream& ss) {
function GetMessageAnonStatus (line 475) | static void GetMessageAnonStatus(bool *real_name, uint8_t *anony, int se...
function ostringstream_to_wwivtext (line 529) | static std::string ostringstream_to_wwivtext(const std::ostringstream& b) {
function inmsg (line 537) | bool inmsg(MessageEditorData& data) {
FILE: bbs/input_test.cpp
class InputTest (line 25) | class InputTest : public ::testing::Test {
method SetUp (line 27) | void SetUp() override {}
function TEST_F (line 30) | TEST_F(InputTest, Smoke) {
FILE: bbs/instmsg.cpp
function is_chat_invis (line 53) | bool is_chat_invis() {
function send_inst_str (line 57) | void send_inst_str(int whichinst, const std::string& s) {
function send_inst_sysstr (line 62) | void send_inst_sysstr(int whichinst, const std::string& s) {
function broadcast (line 70) | void broadcast(const std::string& message) {
function handle_inst_msg (line 82) | static void handle_inst_msg(const instance_message_t& ih) {
function process_inst_msgs (line 104) | void process_inst_msgs() {
function num_instances (line 132) | int num_instances() {
function user_online (line 141) | std::optional<int> user_online(int user_number) {
function write_inst (line 157) | void write_inst(int loc, int subloc, int flags) {
function inst_msg_waiting (line 257) | bool inst_msg_waiting() {
function setiia (line 279) | std::chrono::milliseconds setiia(std::chrono::milliseconds poll_time) {
function toggle_avail (line 287) | void toggle_avail() {
function toggle_invis (line 300) | void toggle_invis() {
FILE: bbs/interpret.h
function namespace (line 25) | namespace wwiv::common {
function namespace (line 30) | namespace wwiv::sdk {
function set_config (line 47) | void set_config(wwiv::sdk::Config* config) { config_ = config; }
type class (line 55) | enum class
function pipe_type_t (line 67) | pipe_type_t pipe_{pipe_type_t::none};
FILE: bbs/lilo.cpp
function CleanUserInfo (line 87) | static void CleanUserInfo() {
function IsPhoneNumberUSAFormat (line 116) | bool IsPhoneNumberUSAFormat(User *pUser) {
function GetAnsiStatusAndShowWelcomeScreen (line 121) | static int GetAnsiStatusAndShowWelcomeScreen() {
function FindUserByRealName (line 141) | static uint16_t FindUserByRealName(const std::string& user_name) {
function ShowLoginAndGetUserNumber (line 170) | static int ShowLoginAndGetUserNumber(const std::string& remote_username) {
function IsPhoneRequired (line 199) | static bool IsPhoneRequired() {
function VerifyPhoneNumber (line 208) | bool VerifyPhoneNumber() {
function VerifyPassword (line 223) | static bool VerifyPassword(const std::string& remote_password) {
function VerifySysopPassword (line 234) | static bool VerifySysopPassword() {
function DoFailedLoginAttempt (line 239) | static void DoFailedLoginAttempt() {
function LeaveBadPasswordFeedback (line 250) | static void LeaveBadPasswordFeedback(int ans) {
function CheckCallRestrictions (line 295) | static void CheckCallRestrictions() {
function logon_guest (line 305) | static void logon_guest() {
function getuser (line 335) | void getuser() {
function FixUserLinesAndColors (line 429) | static void FixUserLinesAndColors() {
function UpdateUserStatsForLogin (line 444) | static void UpdateUserStatsForLogin() {
function PrintLogonFile (line 466) | static void PrintLogonFile() {
function PrintUserSpecificFiles (line 476) | static void PrintUserSpecificFiles() {
function CreateLastOnLogLine (line 495) | static std::string CreateLastOnLogLine(const Status& status) {
function UpdateLastOnFile (line 525) | static void UpdateLastOnFile() {
function process_net_log_line (line 579) | static std::string process_net_log_line(const std::string& line) {
function DisplayLastNetInfo (line 600) | static void DisplayLastNetInfo() {
function CheckAndUpdateUserInfo (line 629) | static void CheckAndUpdateUserInfo() {
function DisplayUserLoginInformation (line 671) | static void DisplayUserLoginInformation() {
function LoginCheckForNewMail (line 753) | static void LoginCheckForNewMail() {
function read_voting (line 771) | static std::vector<bool> read_voting() {
function CheckUserForVotingBooth (line 789) | static void CheckUserForVotingBooth() {
function UpdateLastAddress (line 804) | static void UpdateLastAddress() {
function logon (line 817) | void logon() {
function logoff (line 908) | void logoff() {
FILE: bbs/lilo.h
function namespace (line 21) | namespace wwiv::sdk {
FILE: bbs/listplus.cpp
function colorize_foundtext (line 79) | static void colorize_foundtext(char* text, search_record* search_rec, in...
function colorize_foundtext (line 113) | static void colorize_foundtext(std::string* text, search_record* search_...
function build_header (line 120) | static void build_header() {
function printtitle_plus_old (line 160) | static void printtitle_plus_old() {
function printtitle_plus (line 176) | void printtitle_plus() {
function lp_configured_lines (line 191) | static int lp_configured_lines() {
function first_file_pos (line 198) | int first_file_pos() {
function print_searching (line 206) | void print_searching(search_record* search_rec) {
function catch_divide_by_zero (line 218) | static void catch_divide_by_zero(int signum) {
function listfiles_plus (line 224) | int listfiles_plus(int type) {
function lp_add_batch (line 269) | int lp_add_batch(const std::string& file_name, int dn, int fs) {
function printinfo_plus (line 301) | int printinfo_plus(uploadsrec* u, int filenum, int marked, int LinesLeft,
function print_extended (line 454) | int print_extended(const std::string& file_name, int numlist, int indent...
function show_fileinfo (line 491) | void show_fileinfo(uploadsrec* u) {
function check_lines_needed (line 511) | int check_lines_needed(uploadsrec* u) {
function prep_search_rec (line 529) | int prep_search_rec(search_record* r, int type) {
function calc_max_lines (line 565) | int calc_max_lines() {
function check_lp_colors (line 573) | static void check_lp_colors() {
function save_lp_config (line 592) | void save_lp_config() {
function load_lp_config (line 603) | void load_lp_config() {
function sysop_configure (line 652) | void sysop_configure() {
function SelectColor (line 774) | short SelectColor(int which) {
function update_user_config_screen (line 834) | static void update_user_config_screen(uploadsrec* u, int which) {
function config_file_list (line 946) | void config_file_list() {
function rename_filename (line 1088) | static int rename_filename(const std::string& file_name, int dn) {
function remove_filename (line 1197) | static int remove_filename(const std::string& file_name, int dn) {
function move_filename (line 1267) | static int move_filename(const std::string& file_name, int dn) {
function do_batch_sysop_command (line 1403) | void do_batch_sysop_command(int mode, const std::string& file_name) {
function search_criteria (line 1459) | int search_criteria(search_record* sr) {
function view_file (line 1572) | void view_file(const std::string& aligned_file_name) {
function lp_try_to_download (line 1594) | int lp_try_to_download(const std::string& file_mask, int dn) {
function download_plus (line 1635) | void download_plus(const std::string& file_name) {
function request_file (line 1687) | void request_file(const std::string& file_name) {
FILE: bbs/listplus.h
type uploadsrec (line 26) | struct uploadsrec
type listplus_config (line 40) | struct listplus_config {
FILE: bbs/lpfunc.cpp
function drawfile (line 56) | static void drawfile(int filepos, int filenum) {
function undrawfile (line 62) | static void undrawfile(int filepos, int filenum) {
function prep_menu_items (line 67) | static void prep_menu_items(std::vector<std::string>* menu_items) {
function load_listing (line 90) | static void load_listing() {
function listfiles_plus_function (line 101) | int listfiles_plus_function(int type) {
function compare_criteria (line 563) | int compare_criteria(search_record * sr, uploadsrec * ur) {
function lp_compare_strings (line 612) | bool lp_compare_strings(const char *raw, const char *formula) {
function lp_compare_strings_wh (line 618) | bool lp_compare_strings_wh(const char *raw, const char *formula, unsign...
function lp_get_token (line 648) | int lp_get_token(const char *formula, unsigned *pos) {
function lp_get_value (line 666) | int lp_get_value(const char *raw, const char *formula, unsigned *pos) {
FILE: bbs/make_abs_cmd_os2.cpp
function make_abs_cmd (line 38) | void make_abs_cmd(const std::filesystem::path& root, std::string* out) {
FILE: bbs/make_abs_cmd_unix.cpp
function make_abs_cmd (line 33) | void make_abs_cmd(const std::filesystem::path& root, std::string* out) {
FILE: bbs/make_abs_cmd_win32.cpp
function make_abs_cmd (line 32) | void make_abs_cmd(const std::filesystem::path& root, std::string* out) {
FILE: bbs/make_abs_test.cpp
class MakeAbsTest (line 32) | class MakeAbsTest : public ::testing::Test {
method SetUp (line 34) | void SetUp() override {
function TEST_F (line 44) | TEST_F(MakeAbsTest, NotUnderRoot) {
function TEST_F (line 51) | TEST_F(MakeAbsTest, UnderRoot) {
function TEST_F (line 59) | TEST_F(MakeAbsTest, UnderRoot_WithExt) {
function TEST_F (line 67) | TEST_F(MakeAbsTest, UnderRoot_SlashInParam) {
function TEST_F (line 76) | TEST_F(MakeAbsTest, UnderRoot_SlashInParam_DoesNotExist) {
function TEST_F (line 85) | TEST_F(MakeAbsTest, DoesNotExist) {
function TEST_F (line 95) | TEST_F(MakeAbsTest, Smoke) {
FILE: bbs/menus/config_menus.cpp
type wwiv::bbs::menus (line 45) | namespace wwiv::bbs::menus {
function ValidateMenuSet (line 47) | static bool ValidateMenuSet(const std::string& menu_set) {
function ListMenuDirs (line 52) | static std::map<int, menu_set_t> ListMenuDirs() {
function SetMenuSet (line 82) | static bool SetMenuSet(const menu_set_t& m) {
function ConfigUserMenuSet (line 98) | void ConfigUserMenuSet(const std::string& data) {
FILE: bbs/menus/config_menus.h
function namespace (line 27) | namespace wwiv::bbs::menus {
FILE: bbs/menus/mainmenu.cpp
type wwiv::bbs::menus (line 46) | namespace wwiv::bbs::menus {
function CheckMenuPassword (line 48) | static bool CheckMenuPassword(const std::string& pw) {
function log_command (line 58) | static void log_command(menu_logtype_t logging, const menu_item_56_t& ...
function mainmenu (line 142) | void mainmenu() {
function IsNumber (line 204) | static bool IsNumber(const std::string& command) {
FILE: bbs/menus/mainmenu.h
function namespace (line 30) | namespace wwiv::sdk {
type class (line 39) | enum class
function class (line 48) | class Menu {
FILE: bbs/menus/menu_context.h
function namespace (line 26) | namespace wwiv::bbs::menus {
FILE: bbs/menus/menucommands.cpp
type wwiv::bbs::menus (line 53) | namespace wwiv::bbs::menus {
function interpret_command (line 72) | std::optional<MenuContext> interpret_command(Menu* menu, const std::st...
function CreateCommandMap (line 89) | std::map<std::string, MenuItem, ci_less> CreateCommandMap() {
FILE: bbs/menus/menucommands.h
function namespace (line 29) | namespace wwiv::bbs::menus {
FILE: bbs/menus/menuspec.cpp
type wwiv::bbs::menus (line 50) | namespace wwiv::bbs::menus {
function FindDN (line 65) | static int FindDN(const std::string& dl_fn) {
function MenuDownload (line 82) | int MenuDownload(const std::string& dir_fn, const std::string& dl_fn, ...
function MenuDownload (line 177) | int MenuDownload(const std::string& dir_and_fname, bool bFreeDL, bool ...
function FindDoorNo (line 185) | static int FindDoorNo(const std::string& name) {
function ValidateDoorAccess (line 195) | static bool ValidateDoorAccess(int door_number) {
function MenuRunDoorName (line 228) | bool MenuRunDoorName(const std::string& name, bool bFree) {
function MenuRunDoorNumber (line 233) | bool MenuRunDoorNumber(int nDoorNumber, bool bFree) {
function ChangeSubNumber (line 245) | void ChangeSubNumber() {
function ChangeDirNumber (line 256) | void ChangeDirNumber() {
function SetConf (line 278) | static void SetConf(ConferenceType t, char key) {
function SetMsgConf (line 290) | void SetMsgConf(char conf_designator) {
function SetDirConf (line 294) | void SetDirConf(char conf_designator) {
function EnableConf (line 298) | void EnableConf() {
function DisableConf (line 302) | void DisableConf() {
function SetNewScanMsg (line 306) | void SetNewScanMsg() {
FILE: bbs/menus/menuspec.h
function namespace (line 23) | namespace wwiv::bbs::menus {
FILE: bbs/menus/menusupp.cpp
type wwiv::bbs::menus (line 98) | namespace wwiv::bbs::menus {
function UnQScan (line 100) | void UnQScan() {
function DirList (line 124) | void DirList() {
function UpSubConf (line 128) | void UpSubConf() {
function DownSubConf (line 138) | void DownSubConf() {
function DownSub (line 148) | void DownSub() {
function UpSub (line 154) | void UpSub() {
function ValidateUser (line 161) | void ValidateUser() {
function Chains (line 173) | void Chains() {
function TimeBank (line 181) | void TimeBank() {
function Defaults (line 188) | void Defaults(bool& need_menu_reload) {
function SendEMail (line 198) | void SendEMail() {
function FeedBack (line 202) | void FeedBack() {
function Bulletins (line 207) | void Bulletins() {
function SystemInfo (line 213) | void SystemInfo() {
function JumpSubConf (line 226) | void JumpSubConf() {
function KillEMail (line 232) | void KillEMail() {
function LastCallers (line 239) | void LastCallers() {
function ReadEMail (line 269) | void ReadEMail() {
function NewMessageScan (line 273) | void NewMessageScan() {
function GoodBye (line 288) | void GoodBye() {
function WWIV_PostMessage (line 368) | void WWIV_PostMessage() {
function ScanSub (line 376) | void ScanSub() {
function RemovePost (line 384) | void RemovePost() {
function TitleScan (line 391) | void TitleScan() {
function ListUsers (line 398) | void ListUsers() {
function Vote (line 402) | void Vote() {
function ToggleExpert (line 409) | void ToggleExpert(const std::string& data) {
function WWIVVersion (line 418) | void WWIVVersion() {
function JumpEdit (line 453) | void JumpEdit() {
function BoardEdit (line 458) | void BoardEdit() {
function ChainEdit (line 464) | void ChainEdit() {
function ToggleChat (line 470) | void ToggleChat() {
function ChangeUser (line 484) | void ChangeUser() {
function DirEdit (line 489) | void DirEdit() {
function LoadTextFile (line 495) | void LoadTextFile() {
function EditText (line 512) | void EditText() {
function EditBulletins (line 522) | void EditBulletins() {
function ReadAllMail (line 528) | void ReadAllMail() {
function ResetQscan (line 534) | void ResetQscan() {
function MemoryStatus (line 550) | void MemoryStatus() {
function InitVotes (line 556) | void InitVotes() {
function ReadLog (line 562) | void ReadLog() {
function ReadNetLog (line 567) | void ReadNetLog() {
function PrintPending (line 571) | void PrintPending() {
function PrintStatus (line 575) | void PrintStatus() {
function TextEdit (line 579) | void TextEdit() {
function VotePrint (line 585) | void VotePrint() {
function YesterdaysLog (line 590) | void YesterdaysLog() {
function ZLog (line 595) | void ZLog() {
function ViewNetDataLog (line 599) | void ViewNetDataLog() {
function UploadPost (line 611) | void UploadPost() {
function WhoIsOnline (line 615) | void WhoIsOnline() {
function NewMsgsAllConfs (line 621) | void NewMsgsAllConfs() {
function MultiEmail (line 637) | void MultiEmail() {
function NewMsgScanFromHere (line 641) | void NewMsgScanFromHere() {
function ValidateScan (line 647) | void ValidateScan() {
function ChatRoom (line 653) | void ChatRoom() {
function ClearQScan (line 658) | void ClearQScan() {
function FastGoodBye (line 683) | void FastGoodBye() {
function NewFilesAllConfs (line 701) | void NewFilesAllConfs() {
function ReadIDZ (line 714) | void ReadIDZ() {
function RemoveNotThere (line 724) | void RemoveNotThere() {
function UploadAllDirs (line 728) | void UploadAllDirs() {
function UploadCurDir (line 739) | void UploadCurDir() {
function RenameFiles (line 743) | void RenameFiles() {
function MoveFiles (line 747) | void MoveFiles() {
function SortDirs (line 751) | void SortDirs() {
function ReverseSort (line 771) | void ReverseSort() {
function AllowEdit (line 784) | void AllowEdit() {
function UploadFilesBBS (line 788) | void UploadFilesBBS() {
function UpDirConf (line 805) | void UpDirConf() {
function UpDir (line 815) | void UpDir() {
function DownDirConf (line 825) | void DownDirConf() {
function DownDir (line 835) | void DownDir() {
function ListUsersDL (line 845) | void ListUsersDL() {
function PrintDSZLog (line 849) | void PrintDSZLog() {
function PrintDevices (line 855) | void PrintDevices() {
function ViewArchive (line 859) | void ViewArchive() {
function BatchMenu (line 863) | void BatchMenu() {
function Download (line 867) | void Download() {
function FindDescription (line 873) | void FindDescription() {
function JumpDirConf (line 877) | void JumpDirConf() {
function ConfigFileList (line 883) | void ConfigFileList() {
function ListFiles (line 889) | void ListFiles() {
function NewFileScan (line 893) | void NewFileScan() {
function RemoveFiles (line 913) | void RemoveFiles() {
function SearchAllFiles (line 919) | void SearchAllFiles() {
function XferDefaults (line 923) | void XferDefaults() {
function Upload (line 929) | void Upload() {
function YourInfoDL (line 944) | void YourInfoDL() {
function UploadToSysop (line 948) | void UploadToSysop() {
function GuestApply (line 955) | void GuestApply() {
function AttachFile (line 963) | void AttachFile() {
function GuestCheck (line 967) | bool GuestCheck() {
function SetSubNumber (line 975) | void SetSubNumber(const MenuContext& context) {
function SetDirNumber (line 983) | void SetDirNumber(const MenuContext& context) {
function LogOffCmd (line 991) | void LogOffCmd() {
FILE: bbs/menus/menusupp.h
function namespace (line 23) | namespace wwiv::bbs::menus {
FILE: bbs/menus/printcommands.cpp
type wwiv::bbs::menus (line 27) | namespace wwiv::bbs::menus {
function emit_menu (line 33) | void emit_menu(const std::string& cmd, const std::string& cat, const s...
function emit_category_name (line 47) | void emit_category_name(const std::string& cat, bool output_markdown) {
function PrintMenuCommands (line 60) | void PrintMenuCommands(const std::string& arg) {
FILE: bbs/menus/printcommands.h
function namespace (line 25) | namespace wwiv::bbs::menus {
FILE: bbs/message_file.cpp
function MSG_STARTING (line 40) | constexpr auto MSG_STARTING(S section) { return section * GATSECLEN + GA...
function OpenMessageFile (line 49) | static std::unique_ptr<File> OpenMessageFile(const std::string messageAr...
function set_gat_section (line 74) | static void set_gat_section(File& file, int section) {
function save_gat (line 96) | static void save_gat(File& file) {
function remove_link (line 109) | void remove_link(const messagerec* msg, const std::string& fileName) {
function savefile (line 137) | void savefile(const std::string& text, messagerec* msg, const std::strin...
function readfile (line 188) | std::optional<std::string> readfile(const messagerec* msg, const std::st...
function lineadd (line 226) | void lineadd(const messagerec* msg, const std::string& sx, std::string f...
FILE: bbs/message_file.h
type messagerec (line 27) | struct messagerec
FILE: bbs/message_find.cpp
type wwiv::bbs (line 31) | namespace wwiv::bbs {
function find_message_result_t (line 40) | find_message_result_t FindNextMessageAgain(int msgno) {
function find_message_result_t (line 78) | find_message_result_t FindNextMessage(int msgno) {
function find_message_result_t (line 102) | find_message_result_t FindNextMessageFS(common::FullScreenView& fs, in...
FILE: bbs/message_find.h
function namespace (line 22) | namespace wwiv::common {
type class (line 26) | enum class
function namespace (line 28) | namespace wwiv::bbs {
FILE: bbs/misccmd.cpp
function kill_old_email (line 54) | void kill_old_email() {
function list_users (line 222) | void list_users(int mode) {
function time_bank (line 404) | void time_bank() {
function getnetnum (line 481) | int getnetnum(const std::string& network_name) {
function getnetnum_by_type (line 490) | int getnetnum_by_type(network_type_t type) {
FILE: bbs/mmkey.cpp
function mmkey_getch (line 38) | static char mmkey_getch() {
function max_sub_key (line 56) | static int max_sub_key(std::vector<usersubrec>& container) {
function mmkey (line 68) | std::string mmkey(std::set<char>& x, std::set<char>& xx, bool bListOptio...
function mmkey (line 132) | std::string mmkey(std::set<char>& x) {
function mmkey (line 138) | std::string mmkey(MMKeyAreaType dl, bool bListOption) {
FILE: bbs/mmkey.h
type class (line 24) | enum class
FILE: bbs/msgbase1.cpp
function send_net_post (line 71) | void send_net_post(postrec* pPostRecord, const subboard_t& sub) {
function net_type_to_string (line 150) | static std::string net_type_to_string(const network_type_t& t) {
function post (line 164) | void post(const PostData& post_data) {
function add_ftn_msgid (line 332) | void add_ftn_msgid(const wwiv::sdk::Config& config, const FidoAddress& a...
function grab_user_name (line 350) | std::string grab_user_name(messagerec* m, const std::string& file_name, ...
function qscan (line 385) | void qscan(uint16_t start_subnum, bool& nextsub) {
function nscan (line 438) | void nscan(uint16_t start_subnum) {
function ScanMessageTitles (line 464) | void ScanMessageTitles() {
function remove_post (line 489) | void remove_post() {
FILE: bbs/msgbase1.h
function namespace (line 26) | namespace wwiv {
type messagerec (line 32) | struct messagerec
type postrec (line 33) | struct postrec
function namespace (line 35) | namespace wwiv::sdk::fido {
function class (line 39) | class PostReplyToData {
function class (line 49) | class PostData {
FILE: bbs/msgbase1_test.cpp
function TEST (line 34) | TEST(Msgbase1Test, Smoke) {}
function TEST (line 36) | TEST(Msgbase1Test, AddFtnMsgid_Smoke) {
FILE: bbs/msgscan.cpp
function GetScanReadPrompts (line 78) | static std::string GetScanReadPrompts(int msg_num) {
function HandleScanReadAutoReply (line 98) | static void HandleScanReadAutoReply(int& msgnum, const char* user_input,
function HandleScanReadFind (line 228) | static void HandleScanReadFind(int& msgno, MsgScanOption& scan_option) {
function FullScreenView (line 238) | static FullScreenView CreateFullScreenListTitlesView() {
function CreateLine (line 274) | static std::string CreateLine(std::optional<Message>&& msg, const int ms...
function CreateMessageTitleVector (line 329) | static std::vector<std::string> CreateMessageTitleVector(MessageArea* ar...
function display_title_new (line 339) | static void display_title_new(const std::vector<std::string>& lines, con...
function display_titles_new (line 352) | static void display_titles_new(const std::vector<std::string>& lines, co...
function ReadMessageResult (line 363) | static ReadMessageResult HandleListTitlesFullScreen(int& msgnum, MsgScan...
function HandleListTitles (line 566) | static void HandleListTitles(int& msgnum, MsgScanOption& scan_option_typ...
function HandleMessageDownload (line 600) | static void HandleMessageDownload(int msgnum) {
function HandleMessageMove (line 628) | void HandleMessageMove(int& msg_num) {
function HandleMessageLoad (line 717) | static void HandleMessageLoad() {
function HandleMessageReply (line 734) | void HandleMessageReply(int& msg_num) {
function HandleMessageDelete (line 770) | static void HandleMessageDelete(int& msg_num) {
function HandleMessageExtract (line 816) | static void HandleMessageExtract(int& msgnum) {
function HandleMessageHelp (line 828) | static void HandleMessageHelp() {
function HandleValUser (line 838) | static void HandleValUser(int msg_num) {
function HandleToggleAutoPurge (line 849) | static void HandleToggleAutoPurge(int msg_num) {
function HandleTogglePendingNet (line 867) | static void HandleTogglePendingNet(int msg_num, int& val) {
function HandleRemoveFromNewScan (line 887) | static void HandleRemoveFromNewScan() {
function HandleToggleUnAnonymous (line 903) | static void HandleToggleUnAnonymous(int msg_num) {
function HandleScanReadPrompt (line 915) | static void HandleScanReadPrompt(int& msgnum, MsgScanOption& scan_option...
function validate (line 1042) | static void validate() {
function network_validate (line 1057) | static void network_validate() {
function query_post (line 1085) | static bool query_post() {
function scan_new (line 1103) | static void scan_new(int msgnum, MsgScanOption scan_option, bool& nextsu...
function scan (line 1231) | void scan(int msg_num, MsgScanOption scan_option, bool& nextsub, bool ti...
FILE: bbs/msgscan.h
type class (line 21) | enum class
FILE: bbs/multinst.cpp
function make_inst_str (line 54) | std::string make_inst_str(int instance_num, int format) {
function multi_instance (line 80) | void multi_instance() {
function find_instance_by_loc (line 96) | int find_instance_by_loc(int loc, int subloc) {
FILE: bbs/multmail.cpp
function multimail (line 52) | void multimail(int *pnUserNumber, int numu) {
function oneuser (line 188) | int oneuser() {
function add_list (line 259) | void add_list(int *pnUserNumber, int *numu, int maxu, int allowdup) {
function slash_e (line 298) | void slash_e() {
FILE: bbs/netsup.cpp
function CreateNetworkBinary (line 68) | static std::string CreateNetworkBinary(const std::string& exe) {
type CalloutEntry (line 84) | struct CalloutEntry {
method CalloutEntry (line 85) | CalloutEntry(uint16_t o, int e) : node(o), net(e) {}
function cleanup_net (line 90) | void cleanup_net() {
function do_callout (line 133) | static void do_callout(const Network& net, int sn) {
function print_pending_list (line 165) | void print_pending_list() {
function gate_msg (line 290) | void gate_msg(net_header_rec* nh, char* messageText, int nNetNumber,
function to_difftime_string (line 424) | static std::string to_difftime_string(daten_t now, daten_t then) {
function print_call (line 434) | static void print_call(uint16_t sn, const Network& net) {
function fill_call (line 494) | static void fill_call(int color, int row, const std::vector<CalloutEntry...
function ansicallout (line 514) | static std::pair<int, int> ansicallout() {
function FindNetworkNumberForNode (line 735) | static int FindNetworkNumberForNode(int sn) {
function force_callout (line 745) | void force_callout() {
FILE: bbs/netsup.h
type net_header_rec (line 25) | struct net_header_rec
FILE: bbs/newuser.cpp
function input_phone (line 90) | void input_phone() {
function input_dataphone (line 109) | void input_dataphone() {
function check_name (line 130) | static bool check_name(const std::string& user_name) {
function input_name (line 148) | void input_name() {
function containsFirstAndLastName (line 175) | bool containsFirstAndLastName(const std::string& name) {
function input_realname (line 187) | void input_realname() {
function input_callsign (line 203) | void input_callsign() {
function valid_phone (line 210) | bool valid_phone(const std::string& phoneNumber) {
function input_street (line 234) | void input_street() {
function input_city (line 251) | void input_city() {
function input_state (line 266) | void input_state() {
function input_country (line 286) | void input_country() {
function input_zipcode (line 300) | void input_zipcode() {
function input_sex (line 323) | void input_sex() {
function input_age (line 329) | void input_age(User* u) {
function input_comptype (line 365) | void input_comptype() {
function detect_screensize (line 392) | bool detect_screensize() {
function input_screensize (line 408) | void input_screensize() {
function CheckPasswordComplexity (line 423) | bool CheckPasswordComplexity(User*, std::string& password) {
function input_pw (line 431) | void input_pw(User* pUser) {
function input_ansistat (line 454) | void input_ansistat() {
function InsertSmallRecord (line 498) | static void InsertSmallRecord(StatusMgr& sm, Names& names, int user_numb...
function find_new_usernum (line 507) | static int find_new_usernum(const User* pUser, uint32_t* qscn) {
function CreateNewUserRecord (line 573) | static bool CreateNewUserRecord() {
function CanCreateNewUserAccountHere (line 590) | bool CanCreateNewUserAccountHere() {
function DoNewUserASV (line 622) | void DoNewUserASV() {
function add_phone_number (line 653) | static void add_phone_number(int usernum, const std::string& phone) {
function WriteNewUserInfoToSysopLog (line 666) | void WriteNewUserInfoToSysopLog() {
function VerifyNewUserPassword (line 701) | void VerifyNewUserPassword() {
function SendNewUserFeedbackIfRequired (line 717) | void SendNewUserFeedbackIfRequired() {
function ExecNewUserCommand (line 738) | void ExecNewUserCommand() {
function single_space (line 757) | void single_space(char* text) {
function check_zip (line 782) | bool check_zip(const std::string& zipcode, int mode) {
function noabort (line 854) | void noabort(const char* file_name) {
function cln_nu (line 869) | static void cln_nu() {
type NewUserItemResult (line 877) | enum class NewUserItemResult { success, no_change, need_redraw }
class NewUserContext (line 879) | class NewUserContext {
method NewUserContext (line 881) | NewUserContext(char l, User& u, newuser_item_type_t i, bool f) : lette...
class NewUserItem (line 889) | class NewUserItem {
method NewUserItem (line 891) | NewUserItem(newuser_item_fn f, newuser_item_type_t s) : fn(std::move(f...
function NewUserItemResult (line 896) | NewUserItemResult DoNameOrHandle(NewUserContext& c) {
function NewUserItemResult (line 915) | NewUserItemResult DoRealName(NewUserContext& c) {
function NewUserItemResult (line 934) | NewUserItemResult DoBirthDay(NewUserContext& c) {
function NewUserItemResult (line 977) | NewUserItemResult DoGender(NewUserContext& c) {
function NewUserItemResult (line 989) | NewUserItemResult DoCountry(NewUserContext& c) {
function NewUserItemResult (line 1005) | NewUserItemResult DoZipCode(NewUserContext& c) {
function NewUserItemResult (line 1030) | NewUserItemResult DoStreet(NewUserContext& c) {
function NewUserItemResult (line 1048) | NewUserItemResult DoCityState(NewUserContext& c) {
function NewUserItemResult (line 1067) | NewUserItemResult DoState(NewUserContext& c) {
function NewUserItemResult (line 1089) | NewUserItemResult DoEmailAddress(NewUserContext& c) {
function NewUserItemResult (line 1109) | NewUserItemResult DoVoicePhone(NewUserContext& c) {
function NewUserItemResult (line 1130) | NewUserItemResult DoDataPhone(NewUserContext& c) {
function NewUserItemResult (line 1151) | NewUserItemResult DoCallsign(NewUserContext& c) {
function NewUserItemResult (line 1168) | NewUserItemResult DoComputerType(NewUserContext& c) {
function NewUserDataEntry (line 1198) | void NewUserDataEntry(const newuser_config_t& nc) {
function newuser (line 1317) | void newuser() {
function new_mail (line 1411) | void new_mail() {
FILE: bbs/normupld.cpp
function normalupload (line 46) | void normalupload(int dn) {
FILE: bbs/pause_test.cpp
class PauseTest (line 29) | class PauseTest : public ::testing::Test {
method SetUp (line 31) | void SetUp() override { helper.SetUp(); }
function TEST_F (line 36) | TEST_F(PauseTest, Smoke) {
FILE: bbs/printfile_test.cpp
class PrintFileTest (line 34) | class PrintFileTest : public ::testing::Test {
method SetUp (line 36) | void SetUp() override {
method CreateTempFile (line 45) | std::filesystem::path CreateTempFile(const std::string& name) {
method CreateFullPathToPrint (line 49) | std::filesystem::path CreateFullPathToPrint(const std::string& basenam...
function TEST_F (line 57) | TEST_F(PrintFileTest, LanguageDir) {
function TEST_F (line 78) | TEST_F(PrintFileTest, GFilesOnly_NoExt) {
function TEST_F (line 96) | TEST_F(PrintFileTest, WithExtension) {
function TEST_F (line 109) | TEST_F(PrintFileTest, FullyQualified) {
function TEST_F (line 115) | TEST_F(PrintFileTest, WithCols) {
function TEST_F (line 126) | TEST_F(PrintFileTest, WithCols_None) {
function TEST_F (line 136) | TEST_F(PrintFileTest, GFilesOnly_WithCols) {
FILE: bbs/prot/reference/checkcrc.cpp
function main (line 99) | main()
function addcrc (line 186) | static int
FILE: bbs/prot/reference/main.cpp
type termios (line 127) | struct termios
function main (line 149) | int
function sighandle (line 282) | static void
function openCom (line 290) | static void
function resetCom (line 356) | static void
function SendFile (line 364) | static void
function RcvFiles (line 408) | static void
function RcvXmodem (line 425) | static void
function getBaud (line 432) | static int
function corrupt (line 458) | static void
function doIO (line 471) | static int
function InitXmit (line 513) | static int
function XmitFile (line 531) | static int
function FinishXmit (line 569) | static int
function DoReceive (line 583) | static int
function ZXmitStr (line 600) | int
function ZIFlush (line 623) | void
function ZOFlush (line 633) | void
function ZStatus (line 643) | void
function ZAttn (line 692) | int
function FILE (line 712) | FILE *
function ZWriteFile (line 849) | int
function ZCloseFile (line 861) | int
function ZIdleStr (line 879) | void
function ZFlowControl (line 887) | void
FILE: bbs/prot/reference/network.cpp
function IpConnect (line 80) | void
function IpDisConnect (line 145) | void
FILE: bbs/prot/reference/receive.cpp
type termios (line 29) | struct termios
type timeval (line 31) | struct timeval
function ZStatus (line 452) | void
type stat (line 484) | struct stat
FILE: bbs/prot/reference/send.cpp
type termios (line 29) | struct termios
type timeval (line 31) | struct timeval
type timeval (line 153) | struct timeval
function ZStatus (line 281) | void
function ZWriteFile (line 317) | int
FILE: bbs/prot/reference/seriallog.cpp
type timeval (line 20) | struct timeval
function SerialLogFlush (line 33) | void
function SerialLog (line 55) | void
FILE: bbs/prot/reference/utils.cpp
function sendCancel (line 74) | int
function sendFlush (line 82) | int
function sendChr (line 101) | int
function sendStr (line 114) | int
function calcChecksum (line 126) | int
FILE: bbs/prot/reference/zmodemdump.cpp
function main (line 95) | main( int argc, char **argv )
function toprintable (line 159) | char
function dumpLine (line 169) | dumpLine()
function parseData (line 199) | parseData( Zinfo *info, int len )
function dataChar (line 407) | dataChar(int c)
function cancelHeader (line 418) | cancelHeader( Zinfo *info )
function displayHeader (line 433) | displayHeader( Zinfo *info )
function dumpCrc (line 528) | dumpCrc()
function hex2 (line 549) | int
function hex1 (line 557) | int
function zdle (line 572) | int
FILE: bbs/prot/xmodem.h
type Protocol (line 9) | typedef enum {
FILE: bbs/prot/xmodemr.cpp
function XmodemRInit (line 98) | int XmodemRInit(char* file, Protocol prot) {
function XmodemRStart (line 126) | static int XmodemRStart() {
function XmodemRRcv (line 140) | int XmodemRRcv(char c) {
function XmodemRTimeout (line 192) | int XmodemRTimeout() {
function XmodemRAbort (line 219) | int XmodemRAbort() { return sendCancel(); }
function ProcessPacket (line 221) | static int ProcessPacket() {
function rejectPacket (line 295) | static int rejectPacket() {
function acceptPacket (line 301) | static int acceptPacket() {
type termios (line 318) | struct termios
type timeval (line 320) | struct timeval
FILE: bbs/prot/xmodemt.cpp
function XmodemTInit (line 90) | int XmodemTInit(char* file, Protocol prot) {
function XmodemTRcv (line 113) | int XmodemTRcv(char c) {
function sendFilename (line 191) | static int sendFilename() {
function XmodemTFinish (line 219) | int XmodemTFinish() {
function sendPacket (line 234) | static int sendPacket() {
function buildPacket (line 271) | static int buildPacket() {
function resendPacket (line 289) | static int resendPacket() {
function XmodemTTimeout (line 297) | int XmodemTTimeout() {
function XmodemTAbort (line 309) | int XmodemTAbort() { return sendCancel(); }
type termios (line 320) | struct termios
type timeval (line 322) | struct timeval
FILE: bbs/prot/zmodem.cpp
function ZmodemRcv (line 78) | int ZmodemRcv(u_char* str, int len, ZModem* info) {
function IdleChar (line 155) | int IdleChar(u_char c, ZModem* info) {
function rcvHex (line 192) | static uint8_t rcvHex(uint8_t i, char c) {
function HdrChar (line 205) | int HdrChar(u_char c, ZModem* info) {
function DataChar (line 319) | int DataChar(u_char c, ZModem* info) {
function FinishChar (line 394) | int FinishChar(char c, ZModem* info) {
function ZProtocol (line 558) | int ZProtocol(ZModem* info) {
function ZDataReceived (line 588) | int ZDataReceived(ZModem* info, int crcGood) {
function ZmodemTimeout (line 605) | int ZmodemTimeout(ZModem* info) {
function ZmodemAttention (line 674) | int ZmodemAttention(ZModem* info) {
function ZmodemAbort (line 683) | int ZmodemAbort(ZModem* info) {
function Ignore (line 694) | int Ignore(ZModem* info) { return 0; }
function RetDone (line 698) | int RetDone(ZModem* info) {
function GotCancel (line 705) | int GotCancel(ZModem* info) {
function dataSetup (line 712) | int dataSetup(ZModem* info) {
function GotCommand (line 723) | int GotCommand(ZModem* info) {
function GotCommandData (line 732) | int GotCommandData(ZModem* info, int crcGood) {
function GotStderr (line 742) | int GotStderr(ZModem* info) {
function GotStderrData (line 748) | int GotStderrData(ZModem* info) {
function ZPF (line 759) | int ZPF(ZModem* info) {
function AnswerChallenge (line 766) | int AnswerChallenge(ZModem* info) { return ZXmitHdrHex(ZACK, info->hdrDa...
function GotAbort (line 768) | int GotAbort(ZModem* info) {
FILE: bbs/prot/zmodem.h
type u_char (line 84) | typedef unsigned char u_char;
type ZMState (line 89) | enum ZMState {
type ZModem (line 132) | struct ZModem {
type StateTable (line 379) | struct StateTable {
FILE: bbs/prot/zmodemcrc.cpp
function crc32file (line 121) | int crc32file(char* name) {
FILE: bbs/prot/zmodemr.cpp
function ZmodemRInit (line 50) | int ZmodemRInit(ZModem* info) {
function YmodemRInit (line 82) | int YmodemRInit(ZModem* info) {
function SendRinit (line 198) | int SendRinit(ZModem* info) {
function GotSinit (line 218) | int GotSinit(ZModem* info) {
function GotSinitData (line 231) | int GotSinitData(ZModem* info, int crcGood) {
function GotFile (line 256) | int GotFile(ZModem* info) {
function requestFile (line 273) | int requestFile(ZModem* info, uint32_t crc) {
function parseFileName (line 296) | void parseFileName(ZModem* info, char* fileinfo) {
function GotFileName (line 314) | int GotFileName(ZModem* info, int crcGood) {
function ResendCrcReq (line 347) | int ResendCrcReq(ZModem* info) {
function GotFileCrc (line 356) | int GotFileCrc(ZModem* info) {
function ResendRpos (line 366) | int ResendRpos(ZModem* info) {
function GotData (line 375) | int GotData(ZModem* info) {
function fileError (line 395) | int fileError(ZModem* info, int type, int data) {
function DumpBuffer (line 409) | void DumpBuffer(ZModem* info) {
function GotFileData (line 432) | int GotFileData(ZModem* info, int crcGood) {
function GotEof (line 496) | int GotEof(ZModem* info) {
function GotFin (line 521) | int GotFin(ZModem* info) {
function GotFreecnt (line 533) | int GotFreecnt(ZModem* info) {
function YrcvChar (line 549) | int YrcvChar(char c, ZModem* info) {
function YrcvTimeout (line 612) | int YrcvTimeout(ZModem* info) {
function ProcessPacket (line 634) | int ProcessPacket(ZModem* info) {
function rejectPacket (line 697) | int rejectPacket(ZModem* info) {
function acceptPacket (line 702) | int acceptPacket(ZModem* info) {
function calcCrc (line 708) | int calcCrc(u_char* str, int len) {
FILE: bbs/prot/zmodemt.cpp
function ZmodemTInit (line 193) | int ZmodemTInit(ZModem* info) {
function YmodemTInit (line 247) | int YmodemTInit(ZModem* info) {
function XmodemTInit (line 271) | int XmodemTInit(ZModem* info) {
function ZmodemTFile (line 279) | int ZmodemTFile(const char* file_name, const char* pszRemoteFileName, ui...
function sendFilename (line 323) | int sendFilename(ZModem* info) {
function ZmodemTFinish (line 348) | int ZmodemTFinish(ZModem* info) {
function GotRinit (line 380) | int GotRinit(ZModem* info) {
function SendZSInit (line 457) | int SendZSInit(ZModem* info) {
function SendFileCrc (line 480) | int SendFileCrc(ZModem* info) {
function startFileData (line 490) | int startFileData(ZModem* info) {
function SendFileData (line 517) | int SendFileData(ZModem* info) {
function GotSendAck (line 526) | int GotSendAck(ZModem* info) {
function GotSendDoneAck (line 544) | int GotSendDoneAck(ZModem* info) {
function GotSendNak (line 564) | int GotSendNak(ZModem* info) {
function SkipFile (line 580) | int SkipFile(ZModem* info) {
function GotSendPos (line 592) | int GotSendPos(ZModem* info) {
function GotSendWaitAck (line 606) | int GotSendWaitAck(ZModem* info) {
function SendMoreFileData (line 633) | int SendMoreFileData(ZModem* info) {
function ResendEof (line 844) | int ResendEof(ZModem* info) { return ZXmitHdrHex(ZEOF, ZEnc4(info->offse...
function OverAndOut (line 846) | int OverAndOut(ZModem* info) {
function YsendChar (line 857) | int YsendChar(char c, ZModem* info) {
function YXmitData (line 956) | int YXmitData(u_char* buffer, int len, ZModem* info) {
function YSendFilename (line 988) | int YSendFilename(ZModem* info) {
function YSendData (line 1014) | int YSendData(ZModem* info) {
function YSendFin (line 1044) | int YSendFin(ZModem* info) {
FILE: bbs/prot/zmutil.cpp
function u_char (line 91) | u_char* putHex(u_char* ptr, u_char c) {
function ZXmitHdrHex (line 126) | int ZXmitHdrHex(int type, u_char data[4], ZModem* info) {
function ZXmitHdrBin (line 159) | int ZXmitHdrBin(int type, u_char data[4], ZModem* info) {
function ZXmitHdrBin32 (line 188) | int ZXmitHdrBin32(int type, u_char data[4], ZModem* info) {
function ZXmitHdr (line 217) | int ZXmitHdr(int type, int format, u_char data[4], ZModem* info) {
function ZXmitData (line 237) | int ZXmitData(int format, int len, u_char term, u_char* data, ZModem* in...
function FileCrc (line 282) | uint32_t FileCrc(char* name) {
function u_char (line 300) | u_char* ZEnc4(uint32_t n) {
function ZDec4 (line 316) | uint32_t ZDec4(u_char buf[4]) { return buf[0] | (buf[1] << 8) | (buf[2] ...
function sname2 (line 318) | std::string sname2(ZMState state) {
function sname (line 329) | std::string sname(ZModem* info) { return sname2(info->state); }
function zmodemlog_impl (line 331) | void zmodemlog_impl(fmt::string_view format, fmt::format_args args) {
FILE: bbs/prot/zmutil.h
type ZModem (line 34) | struct ZModem
FILE: bbs/prot/zmwwiv.cpp
function ZModemWindowStatusImpl (line 50) | static void ZModemWindowStatusImpl(fmt::string_view format, fmt::format_...
function ZModemWindowStatus (line 63) | static void ZModemWindowStatus(const S& format, Args&&... args) {
function ZModemWindowXferStatusImpl (line 70) | static void ZModemWindowXferStatusImpl(fmt::string_view format, fmt::for...
function ZModemWindowXferStatus (line 82) | static void ZModemWindowXferStatus(const S& format, Args&&... args) {
function ProcessLocalKeyDuringZmodem (line 86) | static void ProcessLocalKeyDuringZmodem() {
function NewZModemSendFile (line 97) | bool NewZModemSendFile(const std::filesystem::path& path) {
function NewZModemReceiveFile (line 163) | bool NewZModemReceiveFile(const std::filesystem::path& path){
function doIO (line 195) | int doIO(ZModem* info) {
function ZXmitStr (line 249) | int ZXmitStr(const u_char* str, int len, ZModem* info) {
function ZIFlush (line 254) | void ZIFlush(ZModem* info) {
function ZOFlush (line 263) | void ZOFlush(ZModem* info) {
function ZAttn (line 269) | int ZAttn(ZModem* info) {
function ZFlowControl (line 300) | void ZFlowControl(int /* onoff */, ZModem* /* info */) {
function ZStatus (line 304) | void ZStatus(int type, int value, char* msg) {
function FILE (line 358) | FILE* ZOpenFile(char* file_name, uint32_t /* crc */, ZModem* /* info */) {
function ZWriteFile (line 496) | int ZWriteFile(u_char* buffer, int len, FILE* file, ZModem* info) {
function ZCloseFile (line 526) | int ZCloseFile(ZModem* info) {
function ZIdleStr (line 545) | void ZIdleStr(unsigned char* buf, int len, ZModem* info) {
FILE: bbs/quote_test.cpp
class QuoteTest (line 28) | class QuoteTest : public ::testing::Test {
method SetUp (line 30) | void SetUp() override {}
function TEST_F (line 33) | TEST_F(QuoteTest, Smoke) {
function TEST_F (line 42) | TEST_F(QuoteTest, WithUserNumber) {
function TEST_F (line 49) | TEST_F(QuoteTest, TrailingOrLeaderSpaces) {
function TEST_F (line 57) | TEST_F(QuoteTest, ParensForNodeOrRealName) {
function TEST_F (line 66) | TEST_F(QuoteTest, WithNode) {
function TEST_F (line 71) | TEST_F(QuoteTest, BracketsForApp) {
function TEST_F (line 76) | TEST_F(QuoteTest, EscapedNameFormat) {
function TEST_F (line 85) | TEST_F(QuoteTest, Matt) {
FILE: bbs/qwk/qwk.cpp
type wwiv::bbs::qwk (line 48) | namespace wwiv::bbs::qwk {
function qwk_download (line 50) | void qwk_download() {
function qwk_upload (line 55) | void qwk_upload() {
function qwk_menu (line 60) | void qwk_menu() {
function qwk_nscan (line 99) | void qwk_nscan() {
function qwk_current_text (line 209) | static std::string qwk_current_text(int pos) {
function select_qwk_protocol (line 252) | static std::optional<uint16_t> select_qwk_protocol() {
function qwk_config_user (line 260) | void qwk_config_user() {
function qwk_config_sysop (line 341) | void qwk_config_sysop() {
FILE: bbs/qwk/qwk.h
function namespace (line 25) | namespace wwiv::bbs::qwk {
FILE: bbs/qwk/qwk_email.cpp
type wwiv::bbs::qwk (line 39) | namespace wwiv::bbs::qwk {
function qwk_remove_email (line 44) | void qwk_remove_email() {
function qwk_gather_email (line 91) | void qwk_gather_email(qwk_state* qwk_info) {
function qwk_email_text (line 186) | void qwk_email_text(const char* text, char* title, char* to) {
FILE: bbs/qwk/qwk_email.h
function namespace (line 22) | namespace wwiv::bbs::qwk {
FILE: bbs/qwk/qwk_mail_packet.cpp
type wwiv::bbs::qwk (line 63) | namespace wwiv::bbs::qwk {
function replacefile (line 75) | static bool replacefile(const std::string& src, const std::string& dst) {
function build_control_dat (line 82) | bool build_control_dat(const sdk::qwk_config& qwk_cfg, Clock* clock, q...
function build_qwk_packet (line 131) | void build_qwk_packet() {
function qwk_gather_sub (line 258) | void qwk_gather_sub(uint16_t bn, qwk_state* qwk_info) {
function qwk_start_read (line 328) | void qwk_start_read(int msgnum, qwk_state *qwk_info) {
function make_pre_qwk (line 368) | void make_pre_qwk(int msgnum, qwk_state *qwk_info) {
function insert_after_routing (line 395) | static void insert_after_routing(std::string& text, const std::string&...
function make_qwk_ready (line 422) | static std::string make_qwk_ready(const std::string& text, const std::...
function qwk_remove_null (line 481) | static void qwk_remove_null(char *memory, int size) {
function put_in_qwk (line 492) | void put_in_qwk(postrec *m1, const char *fn, int msgnum, qwk_state *qw...
function qwk_send_file (line 619) | static void qwk_send_file(const std::string& fn, bool *sent, bool *abo...
function finish_qwk (line 658) | void finish_qwk(qwk_state *qwk_info) {
FILE: bbs/qwk/qwk_mail_packet.h
type postrec (line 26) | struct postrec
function namespace (line 28) | namespace wwiv::bbs::qwk {
FILE: bbs/qwk/qwk_reply.cpp
type wwiv::bbs::qwk (line 77) | namespace wwiv::bbs::qwk {
function qwk_receive_file (line 79) | static void qwk_receive_file(const std::string& fn, bool* received, in...
function ready_reply_packet (line 106) | static std::filesystem::path ready_reply_packet(const std::string& pac...
function qwk_post_text (line 122) | static void qwk_post_text(std::string text, const std::string& to, con...
function process_reply_dat (line 355) | static void process_reply_dat(const std::string& name) {
function upload_reply_packet (line 455) | void upload_reply_packet() {
function qwk_inmsg (line 511) | void qwk_inmsg(const char* text, messagerec* m1, const std::string& au...
FILE: bbs/qwk/qwk_reply.h
type messagerec (line 26) | struct messagerec
function namespace (line 28) | namespace wwiv::bbs::qwk {
FILE: bbs/qwk/qwk_struct.h
function namespace (line 27) | namespace wwiv::bbs::qwk {
FILE: bbs/qwk/qwk_text.cpp
type wwiv::bbs::qwk (line 23) | namespace wwiv::bbs::qwk {
function get_qwk_from_message (line 27) | std::optional<std::string> get_qwk_from_message(const std::string& tex...
function make_text_ready (line 47) | std::string make_text_ready(const std::string& text) {
FILE: bbs/qwk/qwk_text.h
function namespace (line 24) | namespace wwiv::bbs::qwk {
FILE: bbs/qwk/qwk_ui.cpp
type wwiv::bbs::qwk (line 35) | namespace wwiv::bbs::qwk {
function select_qwk_archiver (line 38) | int select_qwk_archiver(bool& abort, bool allow_ask_each_time) {
function qwk_which_zip (line 77) | std::string qwk_which_zip() {
function qwk_which_protocol (line 95) | std::string qwk_which_protocol() {
function modify_bulletins (line 110) | void modify_bulletins(sdk::qwk_config& qwk_cfg) {
function get_qwk_max_msgs (line 173) | bool get_qwk_max_msgs(uint16_t *qwk_max_msgs, uint16_t *max_per_sub) {
FILE: bbs/qwk/qwk_ui.h
function namespace (line 26) | namespace wwiv::bbs::qwk {
FILE: bbs/qwk/qwk_util.cpp
type wwiv::bbs::qwk (line 21) | namespace wwiv::bbs::qwk {
function _fieeetomsbin (line 23) | int _fieeetomsbin(float *src4, float *dest4) {
FILE: bbs/qwk/qwk_util.h
function namespace (line 22) | namespace wwiv::bbs::qwk {
FILE: bbs/qwk_test.cpp
class QwkTest (line 37) | class QwkTest : public ::testing::Test {
method SetUp (line 39) | void SetUp() override {
function TEST_F (line 48) | TEST_F(QwkTest, ReadQwkConfig_Read_NoBulletins) {
function TEST_F (line 59) | TEST_F(QwkTest, ReadQwkConfig_Read_TwoBulletins) {
function TEST_F (line 80) | TEST_F(QwkTest, ReadQwkConfig_Write_NoBulletins) {
function TEST_F (line 92) | TEST_F(QwkTest, ReadQwkConfig_Write_OneBulletins) {
function TEST (line 106) | TEST(Qwk1Test, TestGetQwkFromMessage) {
function TEST (line 119) | TEST(Qwk1Test, TestGetQwkFromMessage_NotFound) {
function TEST (line 126) | TEST(Qwk1Test, TestGetQwkFromMessage_Malformed_AtEndOfLine) {
FILE: bbs/read_message.cpp
function UpdateMessageOriginInfo (line 74) | static void UpdateMessageOriginInfo(int system_number, int user_number, ...
function display_message_text (line 161) | void display_message_text(const std::string& text, bool* next) {
function UpdateHeaderInformation (line 283) | static void UpdateHeaderInformation(int8_t anon_type, bool readit, const...
function read_type2_message (line 311) | std::optional<Type2MessageData> read_type2_message(messagerec* msg, uint...
function legacy_display_header_text (line 400) | static int legacy_display_header_text(Type2MessageData& msg) {
function display_header_file (line 484) | static std::tuple<bool, int> display_header_file(Type2MessageData& msg) {
function FullScreenView (line 564) | static FullScreenView display_type2_message_header(Type2MessageData& msg...
function split_wwiv_message (line 585) | static std::vector<std::string> split_wwiv_message(const std::string& me...
function get_line_color (line 640) | static std::string get_line_color(std::string& line) {
function display_message_text_new (line 674) | static void display_message_text_new(const std::vector<std::string>& lin...
function percent_read (line 724) | static std::string percent_read(int start, int end) {
function ReadMessageResult (line 729) | static ReadMessageResult display_type2_message_new(int& msgno, Type2Mess...
function display_type2_message_old_impl (line 898) | void display_type2_message_old_impl(Type2MessageData& msg, bool* next) {
function ReadMessageResult (line 911) | ReadMessageResult display_type2_message(int& msgno, Type2MessageData& ms...
function update_qscan (line 931) | static void update_qscan(uint32_t qscan) {
function ReadMessageResult (line 954) | ReadMessageResult read_post(int& msgnum, bool* next, int* val) {
FILE: bbs/read_message.h
type messagerec (line 26) | struct messagerec
type class (line 28) | enum class
type Type2MessageData (line 39) | struct Type2MessageData {
function total_messages (line 53) | int total_messages{0}
function message_anony (line 57) | uint8_t message_anony{0}
function email (line 59) | bool email{false};
type class (line 68) | enum class
type ReadMessageResult (line 79) | struct ReadMessageResult {
FILE: bbs/readmail.cpp
function same_email (line 76) | static bool same_email(tmpmailrec& tm, const mailrec& m) {
function purgemail (line 85) | static void purgemail(std::vector<tmpmailrec>& mloc, int mw, int* curmai...
function resynch_email (line 131) | static void resynch_email(std::vector<tmpmailrec>& mloc, int mw, int rec...
function read_same_email (line 188) | bool read_same_email(std::vector<tmpmailrec>& mloc, int mw, int rec, mai...
function add_netsubscriber (line 225) | static void add_netsubscriber(const Network& net, int network_number, in...
function delete_attachment (line 276) | void delete_attachment(unsigned long daten, int forceit) {
function from_name (line 310) | static std::string from_name(const mailrec& m, const Network& net, const...
function network_and_num (line 346) | static std::tuple<Network, int> network_and_num(const mailrec& m) {
function readmail (line 360) | void readmail(bool newmail_only) {
function check_new_mail (line 1155) | int check_new_mail(int user_number) {
FILE: bbs/readmail.h
type tmpmailrec (line 26) | struct tmpmailrec {
FILE: bbs/runnable.h
function class (line 24) | class Runnable {
FILE: bbs/save_qscan.cpp
type wwiv::bbs (line 28) | namespace wwiv::bbs {
FILE: bbs/save_qscan.h
function namespace (line 25) | namespace wwiv {
FILE: bbs/shortmsg.cpp
function rsm (line 45) | void rsm(int nUserNum, User *pUser, bool bAskToSaveMsgs) {
function SendLocalShortMessage (line 97) | static void SendLocalShortMessage(int usernum, const std::string& messag...
function SendRemoteShortMessage (line 134) | static void SendRemoteShortMessage(int user_num, int system_num, const s...
function received_short_message (line 182) | bool received_short_message() { return received_short_message_; }
function received_short_message (line 183) | void received_short_message(bool b) { received_short_message_ = b; }
FILE: bbs/shortmsg.h
function namespace (line 23) | namespace wwiv {
function class (line 34) | class ssm {
function sn_ (line 48) | const int sn_{0}
FILE: bbs/showfiles.cpp
function show_files (line 35) | void show_files(const char *file_name, const char *directory_name) {
FILE: bbs/sr.cpp
function calc_CRC (line 59) | void calc_CRC(unsigned char b) {
function gettimeout (line 74) | char gettimeout(long ds, bool *abort) {
function extern_prot (line 95) | int extern_prot(int num, const std::filesystem::path& path, bool bSendin...
function ok_prot (line 135) | bool ok_prot(int num, xfertype xt) {
function prot_key (line 221) | static char prot_key(int num) {
function prot_name (line 226) | std::string prot_name(int num) {
type AvailableProtocol (line 250) | struct AvailableProtocol {
function create_default_key (line 258) | static char create_default_key(int i) {
class AvailableProtocols (line 265) | class AvailableProtocols {
method AvailableProtocols (line 267) | AvailableProtocols(xfertype t, const std::vector<newexternalrec>& e, w...
method only (line 299) | std::optional<int> only() {
method protocol_for_key (line 306) | std::optional<int> protocol_for_key(char key) {
function show_protocols (line 332) | bool show_protocols(const std::vector<AvailableProtocol>& prots) {
function get_protocol (line 344) | int get_protocol(xfertype xt) {
function ascii_send (line 364) | void ascii_send(const std::filesystem::path& path, bool* sent, double* p...
function maybe_internal (line 400) | void maybe_internal(const std::filesystem::path& path, bool* xferred, do...
function send_file (line 451) | void send_file(const std::filesystem::path& path, bool* sent, bool* abor...
function receive_file (line 548) | void receive_file(const std::filesystem::path& path, int* received, cons...
FILE: bbs/sr.h
type class (line 24) | enum class
FILE: bbs/srrcv.cpp
function modemkey (line 51) | char modemkey(int* tout) {
function receive_block (line 73) | int receive_block(char* b, unsigned char* bln, bool use_crc) {
function xymodem_receive (line 163) | void xymodem_receive(const std::string& file_name, bool* received, bool ...
function zmodem_receive (line 345) | bool zmodem_receive(const std::filesystem::path& path) {
FILE: bbs/srsend.cpp
function send_block (line 51) | void send_block(char *b, int block_type, bool use_crc, char byBlockNumbe...
function send_b (line 102) | char send_b(File &file, long pos, int block_type, char byBlockNumber, bo...
function okstart (line 161) | bool okstart(bool *use_crc, bool *abort) {
function GetXYModemBlockSize (line 187) | static int GetXYModemBlockSize(bool bBlockSize1K) {
function xymodem_send (line 191) | void xymodem_send(const std::filesystem::path& path, bool *sent, double ...
function zmodem_send (line 295) | void zmodem_send(const std::filesystem::path& path, bool *sent, double *...
FILE: bbs/ssh.cpp
type wwiv::bbs (line 48) | namespace wwiv::bbs{
type socket_error (line 50) | struct socket_error: public std::runtime_error {
method socket_error (line 51) | socket_error(const std::string& message): std::runtime_error(message...
function ssh_once_init (line 58) | static bool ssh_once_init() {
function GetSSHUserNameAndPassword (line 109) | static bool GetSSHUserNameAndPassword(CRYPT_HANDLE session, std::strin...
function socket_avail (line 242) | static bool socket_avail(SOCKET sock, int seconds) {
function reader_thread (line 259) | static void reader_thread(SSHSession& session, SOCKET socket) {
function writer_thread (line 286) | static void writer_thread(SSHSession& session, SOCKET socket) {
type sockaddr (line 366) | struct sockaddr
type sockaddr (line 379) | struct sockaddr
type sockaddr (line 386) | struct sockaddr
type sockaddr (line 392) | struct sockaddr
FILE: bbs/ssh.h
function class (line 32) | class Key {
function class (line 48) | class SSHSession {
FILE: bbs/stuffin.cpp
type wwiv::bbs (line 38) | namespace wwiv::bbs {
function GetTimeLeft (line 42) | static unsigned int GetTimeLeft() {
FILE: bbs/stuffin.h
function namespace (line 26) | namespace wwiv::bbs {
FILE: bbs/stuffin_test.cpp
class StuffInTest (line 32) | class StuffInTest : public testing::Test {
method SetUp (line 34) | void SetUp() override {
method t (line 41) | static std::string t(const std::string& name) {
function TEST_F (line 48) | TEST_F(StuffInTest, SimpleCase) {
function TEST_F (line 59) | TEST_F(StuffInTest, Empty) {
function TEST_F (line 68) | TEST_F(StuffInTest, AllNumbers) {
function TEST_F (line 84) | TEST_F(StuffInTest, AllDropFiles) {
function TEST_F (line 100) | TEST_F(StuffInTest, PortAndNode) {
function TEST_F (line 117) | TEST_F(StuffInTest, Speeds) {
function TEST_F (line 134) | TEST_F(StuffInTest, Add) {
FILE: bbs/subacc.cpp
function close_sub (line 57) | void close_sub() {
function open_sub (line 63) | bool open_sub(bool wr) {
function WWIVReadLastRead (line 81) | uint32_t WWIVReadLastRead(int sub_number) {
function iscan1 (line 118) | bool iscan1(int sub_index) {
function iscan (line 168) | int iscan(int b) { return iscan1(a()->usub[b].subnum); }
function postrec (line 171) | postrec* get_post(int mn) {
function write_post (line 196) | void write_post(int mn, postrec* pp) {
function add_post (line 204) | void add_post(postrec* pp) {
function delete_message (line 253) | void delete_message(int mn) {
function IsSamePost (line 304) | static bool IsSamePost(postrec* p1, postrec* p2) {
function resynch (line 310) | void resynch(int* msgnum, postrec* pp) {
FILE: bbs/subacc.h
type postrec (line 23) | struct postrec
function namespace (line 36) | namespace wwiv::bbs {
FILE: bbs/subedit.cpp
function save_subs (line 53) | static void save_subs() { a()->subs().Save(); }
function boarddata (line 55) | static std::string boarddata(size_t n, const subboard_t& r) {
function showsubs (line 64) | static void showsubs() {
function GetKey (line 85) | static std::string GetKey(const subboard_t& r) { return (r.key == 0) ? "...
function GetAnon (line 87) | static std::string GetAnon(const subboard_t& r) {
function DisplayNetInfo (line 104) | static void DisplayNetInfo(size_t nSubNum) {
function subname_using (line 146) | static std::string subname_using(const std::string& filename) {
function modify_sub (line 155) | static void modify_sub(int n) {
function swap_subs (line 409) | static void swap_subs(int sub1, int sub2) {
function insert_sub (line 455) | static void insert_sub(int n) {
function delete_sub (line 513) | static void delete_sub(int n) {
function boardedit (line 564) | void boardedit() {
FILE: bbs/sublist.cpp
function old_sublist (line 45) | void old_sublist() {
function get_new_posts_count (line 145) | int get_new_posts_count(int subnum) {
function SubList (line 175) | void SubList() {
FILE: bbs/subreq.cpp
function maybe_netmail (line 46) | static void maybe_netmail(subboard_network_data_t* ni, bool bAdd) {
function display_sub_categories (line 60) | static bool display_sub_categories(const Network& net) {
function sub_req (line 81) | static void sub_req(uint16_t main_type, int tosys, const std::string& st...
function find_hostfor (line 116) | static int find_hostfor(const Network& net, const std::string& type, sho...
function sub_xtr_del (line 221) | void sub_xtr_del(int n, int nn, int f) {
function sub_xtr_add (line 254) | bool sub_xtr_add(int n, int nn) {
FILE: bbs/syschat.cpp
function toggle_chat_file (line 81) | void toggle_chat_file() {
function chatsound (line 85) | void chatsound(int sf, int ef, int uf, int dly1, int dly2, int rp) {
function RequestChat (line 106) | void RequestChat() {
function select_chat_name (line 142) | static std::string select_chat_name() {
function two_way_chat (line 175) | static void two_way_chat(std::string* rollover, int max_length, bool cre...
function chat1 (line 545) | void chat1(const char* chat_line, bool two_way) {
FILE: bbs/sysopf.cpp
function prstatus (line 77) | void prstatus() {
function valuser_delete (line 113) | static bool valuser_delete(int user_number) {
function valuser_manual (line 125) | static void valuser_manual(User& user) {
function valuser_auto (line 196) | static void valuser_auto(User& user) {
function write_semaphore_if_user_online (line 212) | static void write_semaphore_if_user_online(const Config& config, int cur...
function valuser (line 236) | void valuser(int user_number) {
type net_search_type_t (line 295) | enum class net_search_type_t {
function print_wwivnet_net_listing (line 300) | bool print_wwivnet_net_listing(const Network& net) {
function print_ftn_net_listing (line 568) | static bool print_ftn_net_listing(Network& net) {
function query_print_net_listing (line 642) | void query_print_net_listing(bool force_pause) {
function mailr (line 718) | void mailr() {
function chuser (line 823) | void chuser() {
function zlog (line 846) | void zlog() {
function auto_purge (line 885) | void auto_purge() {
function beginday (line 925) | void beginday(bool displayStatus) {
FILE: bbs/sysoplog.cpp
type log_cmd_t (line 36) | enum class log_cmd_t{ log_string, log_char }
function sysoplog_filename (line 43) | std::string sysoplog_filename(const std::string& d) {
function instance_sysoplog_filename (line 50) | std::string instance_sysoplog_filename() {
function catsl (line 57) | void catsl() {
function AddLineToSysopLogImpl (line 83) | void AddLineToSysopLogImpl(log_cmd_t cmd, const std::string& text) {
function sysopchar (line 142) | void sysopchar(const std::string& text) {
function sysoplog (line 148) | void sysoplog(bool indent, const std::string& text) {
function sysoplog (line 156) | void sysoplog(const std::string& text) { sysoplog(true, text); }
FILE: bbs/tag.h
type tagrec_t (line 25) | struct tagrec_t {
FILE: bbs/test/testqwk.cpp
function main (line 5) | int main(char** argv) {
FILE: bbs/test/testsize.cpp
function main (line 43) | int main(int argc, char * argv[])
FILE: bbs/test/testsize_assert.cpp
function main (line 38) | int main(int argc, char * argv[]) {
FILE: bbs/trashcan.cpp
function Matches (line 38) | static bool Matches(std::string whole, std::string pattern) {
FILE: bbs/trashcan.h
function class (line 25) | class Trashcan {
FILE: bbs/trashcan_test.cpp
class TrashcanTest (line 29) | class TrashcanTest : public testing::Test {
method SetUp (line 31) | void SetUp() override {
function TEST_F (line 41) | TEST_F(TrashcanTest, SimpleCase) {
FILE: bbs/trytoul.cpp
function t2u_error (line 52) | static void t2u_error(const std::string& file_name, const std::string& m...
function try_to_ul_wh (line 64) | static int try_to_ul_wh(const std::string& orig_file_name) {
function try_to_ul (line 328) | int try_to_ul(const std::string& file_name) {
FILE: bbs/uedit.cpp
function auto_val (line 25) | void auto_val(int n, wwiv::sdk::User *u) {
FILE: bbs/utility.cpp
function _Ty (line 54) | _Ty in_range(const _Ty& minValue, const _Ty& maxValue, const _Ty& value) {
function remove_from_temp (line 67) | void remove_from_temp(const std::string& file_name, const std::filesyste...
function okansi (line 86) | bool okansi() { return a()->user()->ansi(); }
function post_ratio (line 91) | float post_ratio() {
function nsl (line 100) | long nsl() {
function send_net (line 124) | void send_net(net_header_rec* nh, std::vector<uint16_t> list, const std:...
function stripfn (line 159) | std::string stripfn(const std::string& file_name) {
function get_wildlist (line 177) | std::string get_wildlist(const std::string& orig_file_mask) {
function side_menu (line 237) | int side_menu(int* menu_pos, bool bNeedsRedraw, const std::vector<std::s...
function okfsed (line 345) | bool okfsed() { return ok_internal_fsed() || ok_external_fsed(); }
function ok_external_fsed (line 347) | bool ok_external_fsed() {
function ok_internal_fsed (line 352) | bool ok_internal_fsed() { return okansi() && a()->user()->default_editor...
function ansir_to_flags (line 356) | uint32_t ansir_to_flags(uint16_t ansir) {
FILE: bbs/utility.h
type net_header_rec (line 27) | struct net_header_rec
type side_menu_colors (line 39) | struct side_menu_colors
FILE: bbs/utility_test.cpp
function TEST (line 25) | TEST(UtilityTest, StripFnSmoke) {
FILE: bbs/valscan.cpp
function valscan (line 44) | void valscan() {
FILE: bbs/vote.cpp
function print_quest (line 37) | static void print_quest(int mapp, int map[21]) {
function print_question (line 63) | static bool print_question(int i, int ii) {
function vote_question (line 116) | static void vote_question(int i, int ii) {
function vote (line 184) | void vote() {
FILE: bbs/voteedit.cpp
function print_quests (line 39) | static void print_quests() {
function set_question (line 59) | static void set_question(int ii) {
function ivotes (line 113) | void ivotes() {
function voteprint (line 144) | void voteprint() {
FILE: bbs/wfc.cpp
function wfc_cls (line 82) | void wfc_cls(Application* a) {
type wwiv::bbs (line 90) | namespace wwiv::bbs {
function wfc_update (line 92) | static void wfc_update() {
FILE: bbs/wfc.h
type class (line 27) | enum class
type class (line 28) | enum class
function class (line 30) | class WFC {
FILE: bbs/wqscn.cpp
function open_qscn (line 32) | static bool open_qscn() {
function close_qscn (line 42) | void close_qscn() {
function read_qscn (line 48) | void read_qscn(int user_number, uint32_t* qscn, bool stay_open, bool for...
function write_qscn (line 79) | void write_qscn(int user_number, uint32_t *qscn, bool stay_open) {
FILE: bbs/wutil_test.cpp
function TEST (line 25) | TEST(GetRandomNumberTest, Basic) {
FILE: bbs/xfer.cpp
function check_ul_event (line 62) | bool check_ul_event(int directory_num, uploadsrec * u) {
function okfn (line 87) | bool okfn(const std::string& filename) {
function print_devices (line 120) | void print_devices() {
function list_arc_out (line 127) | int list_arc_out(const std::string& file_name, const std::string& dir) {
function ratio_ok (line 179) | bool ratio_ok() {
function dcs (line 203) | bool dcs() {
function dliscan1 (line 207) | void dliscan1(int directory_num) {
function dliscan1 (line 211) | void dliscan1(const wwiv::sdk::files::directory_t& dir) {
function dliscan (line 222) | void dliscan() {
function aligns (line 226) | std::string aligns(const std::string& file_name) {
function printinfo (line 230) | void printinfo(uploadsrec* u, bool *abort) {
function printtitle (line 264) | void printtitle(bool *abort) {
function file_mask (line 276) | std::string file_mask() {
function file_mask (line 280) | std::string file_mask(const std::string& prompt) {
function listfiles (line 296) | void listfiles() {
function nscandir (line 339) | void nscandir(uint16_t nDirNum, bool& need_title, bool *abort) {
function nscanall (line 377) | void nscanall() {
function searchall (line 434) | void searchall() {
function recno (line 516) | int recno(const std::string& file_mask) {
function nrecno (line 520) | int nrecno(const std::string& file_mask, int start_recno) {
function xfer_time_in_seconds (line 525) | static long xfer_time_in_seconds(long b) {
function printfileinfo (line 532) | int printfileinfo(const uploadsrec* u, const wwiv::sdk::files::directory...
function remlist (line 565) | void remlist(const std::string& file_name) {
FILE: bbs/xfer.h
type uploadsrec (line 24) | struct uploadsrec
function namespace (line 26) | namespace wwiv::sdk::files {
FILE: bbs/xfer_test.cpp
function TEST (line 24) | TEST(XferTest, Okfn) {
FILE: bbs/xferovl.cpp
function move_file (line 59) | void move_file() {
function sort_type_from_wwiv_type (line 159) | static files::FileAreaSortType sort_type_from_wwiv_type(int t) {
function sortdir (line 172) | void sortdir(int directory_num, int type) {
function sort_all (line 180) | void sort_all(int type) {
function rename_file (line 189) | void rename_file() {
function upload_file (line 295) | static bool upload_file(const std::string& file_name, uint16_t directory...
function maybe_upload (line 365) | bool maybe_upload(const std::string& file_name, int directory_num, const...
function upload_files (line 410) | void upload_files(const std::string& file_name, int directory_num, int t...
function uploadall (line 516) | bool uploadall(int directory_num) {
function relist (line 541) | void relist() {
function edit_database (line 573) | void edit_database() {
function add_to_file_database (line 606) | void add_to_file_database(const std::string& file_name) {
function add_to_file_database (line 612) | void add_to_file_database(const files::FileRecord& f) {
function remove_from_file_database (line 616) | void remove_from_file_database(const std::string& file_name) {
function is_uploadable (line 626) | bool is_uploadable(const std::string& file_name) {
function l_config_nscan (line 631) | static void l_config_nscan() {
function config_nscan (line 646) | static void config_nscan() {
function xfer_defaults (line 729) | void xfer_defaults() {
function finddescription (line 797) | void finddescription() {
function arc_l (line 881) | void arc_l() {
FILE: bbs/xferovl.h
function namespace (line 23) | namespace wwiv::sdk::files {
FILE: bbs/xferovl1.cpp
function modify_extended_description (line 76) | void modify_extended_description(std::string* sss, const std::string& de...
function has_arc_cmd_for_ext (line 189) | static bool has_arc_cmd_for_ext(const std::string& ext) {
function PathToTempdDiz (line 198) | static std::optional<std::filesystem::path> PathToTempdDiz(const std::fi...
function get_file_idz (line 230) | bool get_file_idz(FileRecord& fr, const directory_t& dir) {
function read_idz_all (line 275) | int read_idz_all() {
function read_idz (line 289) | int read_idz(bool prompt_for_mask, int tempdir) {
function tag_it (line 330) | void tag_it() {
function fancy_prompt (line 425) | static char fancy_prompt(const char* pszPrompt, const char* pszAcceptCha...
function tag_files (line 452) | void tag_files(bool& need_title) {
function add_batch (line 575) | int add_batch(std::string& description, const std::string& aligned_file_...
function try_to_download (line 647) | int try_to_download(const std::string& file_mask, int dn) {
function download (line 689) | void download() {
function endlist (line 848) | void endlist(int mode) {
function mmddyy_to_mdyo (line 872) | static std::optional<DateTime> mmddyy_to_mdyo(std::string s) {
function SetNewFileScanDate (line 898) | void SetNewFileScanDate() {
function removefilesnotthere (line 925) | void removefilesnotthere(int dn, int* autodel) {
function removenotthere (line 972) | void removenotthere() {
FILE: bbs/xferovl1.h
function namespace (line 23) | namespace wwiv::sdk::files {
FILE: bbs/xfertmp.cpp
function move_file_t (line 48) | void move_file_t() {
function removefile (line 161) | void removefile() {
FILE: bbs/xinit.cpp
function StatusManagerCallback (line 74) | void StatusManagerCallback(int i) {
function str2spawnopt (line 101) | static uint32_t str2spawnopt(const std::string& s) {
function str2restrict (line 151) | static uint16_t str2restrict(const std::string& s) {
function to_array_key (line 180) | static std::string to_array_key(const std::string& n, const std::string&...
class BBSLastReadImpl (line 445) | class BBSLastReadImpl final : public msgapi::WWIVLastReadImpl {
method last_read (line 446) | [[nodiscard]] uint32_t last_read(int area) const override { return a()...
method set_last_read (line 448) | void set_last_read(int area, uint32_t last_read) override {
method Load (line 454) | void Load() override {
method Save (line 458) | void Save() override {
function seconds (line 478) | seconds Application::extratimecall() const {
function seconds (line 482) | seconds Application::set_extratimecall(duration<double> et) {
function seconds (line 487) | seconds Application::add_extratimecall(duration<double> et) {
function seconds (line 492) | seconds Application::subtract_extratimecall(duration<double> et) {
function mkdir_or_warn (line 524) | static bool mkdir_or_warn(const std::filesystem::path& dir, const std::s...
FILE: binkp/binkp.cpp
type wwiv::net (line 59) | namespace wwiv::net {
function System (line 61) | static int System(const std::string& bbsdir, const std::string& cmd) {
function expected_password_for (line 69) | std::string expected_password_for(const net_call_out_rec* con) {
function BinkState (line 341) | BinkState BinkP::ConnInit() {
function wwiv_version_string (line 347) | static std::string wwiv_version_string() { return full_version(); }
function wwiv_version_string_with_date (line 349) | static std::string wwiv_version_string_with_date() {
function BinkState (line 353) | BinkState BinkP::WaitConn() {
function BinkState (line 431) | BinkState BinkP::SendPasswd() {
function BinkState (line 451) | BinkState BinkP::WaitAddr() {
function BinkState (line 485) | BinkState BinkP::PasswordAck() {
function BinkState (line 521) | BinkState BinkP::WaitPwd() {
function BinkState (line 538) | BinkState BinkP::WaitOk() {
function BinkState (line 553) | BinkState BinkP::IfSecure() {
function BinkState (line 560) | BinkState BinkP::AuthRemoteAnswering() {
function BinkState (line 591) | BinkState BinkP::AuthRemoteCalling() {
function BinkState (line 606) | BinkState BinkP::AuthRemote() {
function BinkState (line 618) | BinkState BinkP::TransferFiles() {
function BinkState (line 658) | BinkState BinkP::Unknown() {
function BinkState (line 666) | BinkState BinkP::FatalError() {
function BinkState (line 674) | BinkState BinkP::WaitEob() {
function ParseFileRequestLine (line 969) | bool ParseFileRequestLine(const std::string& request_line, std::string...
FILE: binkp/binkp.h
type class (line 40) | enum class
type class (line 57) | enum class
function AuthType (line 62) | enum class AuthType {
FILE: binkp/binkp_commands.cpp
type wwiv::net (line 22) | namespace wwiv::net {
FILE: binkp/binkp_commands.h
function namespace (line 24) | namespace wwiv {
FILE: binkp/binkp_config.cpp
type wwiv::net (line 36) | namespace wwiv::net {
function Network (line 77) | const Network& BinkConfig::network(const std::string& network_name) co...
function Network (line 81) | const Network& BinkConfig::callout_network() const {
function Network (line 99) | static Network test_net(const std::string& network_dir) {
function binkp_session_config_t (line 119) | const binkp_session_config_t* BinkConfig::binkp_session_config_for(con...
function binkp_session_config_t (line 160) | const binkp_session_config_t* BinkConfig::binkp_session_config_for(uin...
FILE: binkp/binkp_config.h
function sdk (line 54) | [[nodiscard]] const sdk::net::Network& network(const std::string& networ...
function set_verbose (line 66) | void set_verbose(int verbose) { verbose_ = verbose; }
function set_network_version (line 68) | void set_network_version(int network_version) { network_version_ = netwo...
function callout_wwivnet_node_ (line 82) | int callout_wwivnet_node_{0}
function verbose_ (line 93) | int verbose_{0}
function crc_ (line 95) | bool crc_{true};
FILE: binkp/binkp_config_test.cpp
class ParseBinkConfigLineTest (line 30) | class ParseBinkConfigLineTest : public testing::Test {}
function TEST_F (line 32) | TEST_F(ParseBinkConfigLineTest, NoPort) {
function TEST_F (line 42) | TEST_F(ParseBinkConfigLineTest, Port) {
function TEST_F (line 52) | TEST_F(ParseBinkConfigLineTest, InvalidLine) {
function TEST (line 58) | TEST(BinkConfigTest, NodeConfig) {
FILE: binkp/binkp_test.cpp
class BinkTest (line 42) | class BinkTest : public testing::Test {
method StartBinkpReceiver (line 44) | void StartBinkpReceiver() {
method Stop (line 69) | void Stop() {
function TEST_F (line 80) | TEST_F(BinkTest, ErrorAbortsSession) {
function node_number_from_address_list (line 90) | static int node_number_from_address_list(const std::string& addresses,
function TEST (line 96) | TEST(NodeFromAddressTest, SingleAddress) {
function TEST (line 102) | TEST(NodeFromAddressTest, MultipleAddresses) {
function TEST (line 111) | TEST(NodeFromAddressTest, MultipleAddresses_SameNetwork) {
function TEST (line 117) | TEST(ExpectedPasswordTest, Basic) {
function TEST (line 124) | TEST(ExpectedPasswordTest, WrongNode) {
function TEST (line 132) | TEST(FtnFromAddressListSet, Smoke) {
function TEST (line 143) | TEST(FtnFromAddressListSet, Smoke_Same) {
function TEST (line 153) | TEST(FtnFromAddressListSet, WithoutDomainInKnown) {
function TEST (line 164) | TEST(FtnFromAddressListSet, WithoutDomainInADR) {
function TEST (line 174) | TEST(FtnFromAddressListSet, WithoutDomain_NotFound) {
function TEST (line 184) | TEST(FtnFromAddressListSet, WithoutDomainInADR_NotFound) {
FILE: binkp/binkp_test_main.cpp
function main (line 25) | int main(int argc, char* argv[]) {
FILE: binkp/config_exceptions.h
function namespace (line 24) | namespace wwiv {
FILE: binkp/cram.cpp
type wwiv::net (line 34) | namespace wwiv::net {
function FromHex (line 56) | static std::string FromHex(const std::string& hex) {
function SecretOrHash (line 81) | static std::string SecretOrHash(const std::string& secret) {
FILE: binkp/cram.h
function namespace (line 23) | namespace wwiv {
FILE: binkp/cram_test.cpp
function TEST (line 28) | TEST(CramTest, Basic) {
FILE: binkp/fake_connection.cpp
function FakeBinkpPacket (line 144) | FakeBinkpPacket FakeConnection::GetNextPacket() {
FILE: binkp/fake_connection.h
function class (line 28) | class FakeBinkpPacket {
function class (line 48) | class FakeConnection : public wwiv::core::Connection
FILE: binkp/file_manager.cpp
type wwiv::net (line 38) | namespace wwiv::net {
function rename_wwivnet_pend (line 126) | static void rename_wwivnet_pend(const std::filesystem::path& receive_d...
function is_tic_file (line 160) | static bool is_tic_file(const std::string& fn) {
function move_without_overrite (line 169) | static bool move_without_overrite(const std::filesystem::path& src,
FILE: binkp/file_manager.h
function namespace (line 28) | namespace wwiv::net {
FILE: binkp/file_manager_test.cpp
class FileManagerTest (line 33) | class FileManagerTest : public testing::Test {
method FileManagerTest (line 35) | FileManagerTest() {
method CreateTic (line 71) | [[nodiscard]] bool CreateTic(const std::filesystem::path& dir, const s...
method CreateTic (line 94) | [[nodiscard]] bool CreateTic(const std::filesystem::path& dir, const s...
function TEST_F (line 108) | TEST_F(FileManagerTest, Basic) {
function TEST_F (line 123) | TEST_F(FileManagerTest, NoProcessTic) {
function TEST_F (line 147) | TEST_F(FileManagerTest, WithPassword) {
function TEST_F (line 164) | TEST_F(FileManagerTest, WithPassword_WrongPassword) {
FILE: binkp/net_log.cpp
type wwiv::net (line 37) | namespace wwiv::net {
FILE: binkp/net_log.h
function NetworkSide (line 38) | enum class NetworkSide { FROM, TO };
FILE: binkp/net_log_test.cpp
class NetworkLogTest (line 33) | class NetworkLogTest : public testing::Test {
method NetworkLogTest (line 35) | NetworkLogTest() {
function TEST_F (line 48) | TEST_F(NetworkLogTest, CreateLogLine_Fr_S1K_R2K_101s) {
function TEST_F (line 57) | TEST_F(NetworkLogTest, CreateLogLine_To_S1K_R2K_101s) {
function TEST_F (line 66) | TEST_F(NetworkLogTest, CreateLogLine_Fr_S1K_R0K_101s) {
function TEST_F (line 75) | TEST_F(NetworkLogTest, CreateLogLine_To_S1K_R0K_101s) {
function TEST_F (line 84) | TEST_F(NetworkLogTest, CreateLogLine_Fr_S0K_R3K_101s) {
function TEST_F (line 93) | TEST_F(NetworkLogTest, CreateLogLine_To_S0K_R3K_101s) {
FILE: binkp/ppp_config.cpp
type wwiv::net (line 38) | namespace wwiv::net {
function ParseAddressNetLine (line 41) | bool ParseAddressNetLine(const std::string& line, uint16_t* node, PPPN...
function ParseAddressesFile (line 57) | static bool ParseAddressesFile(std::map<int, PPPNodeConfig>* node_conf...
function PPPNodeConfig (line 98) | const PPPNodeConfig* PPPConfig::ppp_node_config_for(int node) const {
FILE: binkp/ppp_config.h
function namespace (line 27) | namespace wwiv {
FILE: binkp/ppp_config_test.cpp
class ParsePPPConfigLineTest (line 29) | class ParsePPPConfigLineTest : public testing::Test {}
function TEST_F (line 31) | TEST_F(ParsePPPConfigLineTest, Basic) {
function TEST_F (line 41) | TEST_F(ParsePPPConfigLineTest, InvalidLine) {
function TEST (line 49) | TEST(PPPConfigTest, NodeConfig) {
FILE: binkp/receive_file.h
function namespace (line 30) | namespace wwiv::net {
FILE: binkp/remote.cpp
type wwiv::net (line 35) | namespace wwiv::net {
function ftn_address_from_address_list (line 37) | std::string ftn_address_from_address_list(const std::string& address_l...
function ftn_addresses_from_address_list (line 68) | std::set<sdk::fido::FidoAddress>
function wwivnet_node_number_from_ftn_address (line 92) | uint16_t wwivnet_node_number_from_ftn_address(const std::string& addre...
function fixup_address (line 108) | std::string fixup_address(const std::string& addr, const Network& net,...
function Network (line 185) | const Network& Remote::network() const {
FILE: binkp/remote.h
function namespace (line 26) | namespace wwiv::net {
FILE: binkp/transfer_file.cpp
type wwiv::net (line 33) | namespace wwiv::net {
FILE: binkp/transfer_file.h
function class (line 28) | class TransferFile {
FILE: binkp/transfer_file_test.cpp
class TransferFileTest (line 36) | class TransferFileTest : public testing::Test {
method TransferFileTest (line 38) | TransferFileTest()
function TEST_F (line 51) | TEST_F(TransferFileTest, AsPacketData) {
function TEST_F (line 56) | TEST_F(TransferFileTest, Filename) {
function TEST_F (line 60) | TEST_F(TransferFileTest, FileSize) {
function TEST_F (line 64) | TEST_F(TransferFileTest, GetChunk) {
function TEST_F (line 88) | TEST_F(TransferFileTest, WriteChunk) {
function TEST_F (line 98) | TEST_F(TransferFileTest, WFileTest_Read) {
function TEST_F (line 127) | TEST_F(TransferFileTest, WFileTest_Write) {
FILE: binkp/wfile_transfer_file.cpp
type wwiv::net (line 36) | namespace wwiv::net {
FILE: binkp/wfile_transfer_file.h
function namespace (line 28) | namespace wwiv {
FILE: brware/bredit/argument.h
function class (line 23) | class BREditArguments
FILE: brware/bredit/bredit.cpp
function main (line 26) | void main(int argc, char **argv)
FILE: brware/bredit/editor.h
function class (line 62) | class EditorClass
FILE: brware/bredit/feditio.h
type CTRL_CODES (line 49) | enum CTRL_CODES
function class (line 65) | class IOClass
FILE: brware/bredit/filemgr.cpp
function LineStruct (line 164) | LineStruct *EditorFileClass::GetLine(int LineNum)
function LineStruct (line 213) | LineStruct *EditorFileClass::MakeNewLine(int LineNumber)
FILE: brware/bredit/filemgr.h
type LineStruct (line 29) | typedef struct ls
function class (line 39) | class EditorFileClass
FILE: brware/bredit/fileview.h
function class (line 27) | class FileView
FILE: brware/bredit/quote.h
function class (line 31) | class QuoteClass
FILE: builds/tools/mkhdr.py
function convert_template (line 7) | def convert_template(fn):
FILE: common/acs_test.cpp
class AcsTest (line 33) | class AcsTest : public ::testing::Test {
method AcsTest (line 35) | AcsTest() : config_("", wwiv::sdk::config_t{}) {
method createEval (line 41) | void createEval(const std::string& expr) {
function TEST_F (line 52) | TEST_F(AcsTest, SL_GT_Pass) {
function TEST_F (line 58) | TEST_F(AcsTest, SL_GT_False) {
function TEST_F (line 64) | TEST_F(AcsTest, DummySL_LT) {
function TEST_F (line 71) | TEST_F(AcsTest, DummySL_LT_False) {
function TEST_F (line 78) | TEST_F(AcsTest, Or) {
function TEST_F (line 84) | TEST_F(AcsTest, Multiple_Group_SL) {
function TEST_F (line 92) | TEST_F(AcsTest, Multiple_Group_DSL) {
function TEST_F (line 100) | TEST_F(AcsTest, Multiple_Group_None) {
function TEST_F (line 109) | TEST_F(AcsTest, Ar_Pass) {
function TEST_F (line 115) | TEST_F(AcsTest, Ar_Fail) {
function TEST_F (line 121) | TEST_F(AcsTest, BadAttrOnUser) {
function TEST_F (line 129) | TEST_F(AcsTest, BadExpression) {
function TEST_F (line 135) | TEST_F(AcsTest, Sysop_Pass) {
function TEST_F (line 141) | TEST_F(AcsTest, Sysop_Pass_Literal) {
function TEST_F (line 147) | TEST_F(AcsTest, Sysop_Fail) {
function TEST_F (line 153) | TEST_F(AcsTest, Sysop_Pass_Negated) {
function TEST_F (line 159) | TEST_F(AcsTest, Regnum_Pass) {
function TEST_F (line 166) | TEST_F(AcsTest, Regnum_Fail) {
function TEST_F (line 173) | TEST_F(AcsTest, CoSysop_Pass) {
function TEST_F (line 180) | TEST_F(AcsTest, CoSysop_Fail) {
FILE: common/bgetch.cpp
function lastchar_pressed (line 42) | static void lastchar_pressed() { time_lastchar_pressed = steady_clock::n...
function so (line 44) | static bool so(const SessionContext& sess) { return (sess.effective_sl()...
function SavedLine (line 67) | SavedLine Output::SaveCurrentLine() const { return {current_line_, curat...
type wwiv::common (line 146) | namespace wwiv::common {
function HandleControlKey (line 149) | static char HandleControlKey(const char c, const SessionContext& conte...
function get_numpad_command (line 286) | static int get_numpad_command(int key) {
function get_command_for_ansi_key (line 303) | static int get_command_for_ansi_key(int key) {
FILE: common/checka.cpp
type wwiv::common (line 26) | namespace wwiv::common {
FILE: common/com.cpp
function onek (line 33) | char onek(const std::string& allowable, bool auto_mpl) {
function onek_ncr (line 44) | char onek_ncr(const std::string& allowable) {
FILE: common/common_events.h
function namespace (line 26) | namespace wwiv::common {
FILE: common/common_helper.cpp
function Config (line 90) | Config& CommonHelper::config() const {
FILE: common/common_helper.h
function class (line 43) | class CommonHelper {
function class (line 80) | class TestIO {
function class (line 96) | class TestLocalIO : public wwiv::local::io::LocalIO {
function open (line 134) | bool open() override { return true; }
function close (line 135) | void close(bool) override {}
function getW (line 136) | unsigned char getW() override { return 0; }
function disconnect (line 137) | bool disconnect() override { return true; }
function purgeIn (line 138) | void purgeIn() override {}
function read (line 141) | unsigned int read(char *, unsigned int) override { return 0; }
function connected (line 142) | bool connected() override { return true; }
function incoming (line 143) | bool incoming() override { return false; }
function mci_enabled (line 156) | [[nodiscard]] bool mci_enabled() const override { return true; }
FILE: common/common_test_main.cpp
function main (line 21) | int main(int argc, char* argv[]) {
FILE: common/context.cpp
type wwiv::common (line 32) | namespace wwiv::common {
function seconds (line 111) | seconds SessionContext::duration_used_this_session() const {
function MenuSet56 (line 120) | const MenuSet56& SessionContext::current_menu_set() const noexcept {
FILE: common/context.h
function namespace (line 33) | namespace wwiv {
function namespace (line 43) | namespace wwiv::local::io {
function class (line 49) | class Dirs {
type class (line 104) | enum class
function ok_modem_stuff (line 131) | [[nodiscard]] bool ok_modem_stuff() const noexcept { return ok_modem_stu...
function instance_number (line 135) | void instance_number(int i) { instance_number_ = i; }
function debug_wwivbasic (line 137) | [[nodiscard]] bool debug_wwivbasic() const;
function incom (line 142) | void incom(bool i) { incom_ = i; }
function outcom (line 143) | [[nodiscard]] bool outcom() const noexcept { return outcom_; }
function okmacro (line 146) | [[nodiscard]] bool okmacro() const noexcept { return okmacro_; }
function forcescansub (line 149) | [[nodiscard]] bool forcescansub() const noexcept { return forcescansub_; }
function daten_t (line 152) | [[nodiscard]] daten_t nscandate() const noexcept { return nscandate_; }
function disable_conf (line 155) | [[nodiscard]] bool disable_conf() const noexcept { return disable_conf_; }
function disable_pause (line 157) | [[nodiscard]] bool disable_pause() const noexcept { return disable_pause...
function scanned_files (line 159) | [[nodiscard]] bool scanned_files() const noexcept { return scanned_files...
function clear_irt (line 174) | void clear_irt() { irt_[0] = '\0'; }
function hangup (line 176) | [[nodiscard]] bool hangup() const noexcept { return hangup_; }
function num_screen_lines (line 179) | [[nodiscard]] int num_screen_lines() const noexcept { return num_screen_...
function chatting_t (line 182) | [[nodiscard]] chatting_t chatting() const noexcept { return chatting_; }
function using_modem (line 185) | [[nodiscard]] bool using_modem() const noexcept { return using_modem_; }
function chat_reason (line 188) | void chat_reason(const std::string& chat_reason) {
function clear_chatcall (line 198) | void clear_chatcall() { chatcall_ = false; }
function chatline (line 201) | void chatline(bool n) { chatline_ = n; }
function in_chatroom (line 204) | void in_chatroom(bool n) { in_chatroom_ = n; }
function SetCurrentReadMessageArea (line 208) | void SetCurrentReadMessageArea(int n) { current_read_message_area = n; }
function set_current_user_sub_conf_num (line 211) | void set_current_user_sub_conf_num(int n) { current_conf_msgarea_ = stat...
function set_current_user_dir_conf_num (line 214) | void set_current_user_dir_conf_num(int n) { current_conf_filearea_ = sta...
function SetUserOnline (line 217) | void SetUserOnline(bool b) { user_online_ = b; }
function SetTimeOnlineLimited (line 220) | void SetTimeOnlineLimited(bool b) { time_limited_ = b; }
function Dirs (line 234) | [[nodiscard]] const Dirs& dirs() const noexcept { return dirs_; }
function dirs (line 236) | void dirs(Dirs d) { dirs_ = std::move(d); }
function wwiv (line 238) | [[nodiscard]] const wwiv::sdk::files::directory_t& current_dir() const {...
function current_language (line 244) | void current_language(const std::string& l) { current_lang_name_ = l; }
function user_num (line 247) | void user_num(int usernum) { user_num_ = usernum; }
function user_num (line 248) | [[nodiscard]] int user_num() const noexcept { return user_num_; };
function system_bps (line 260) | [[nodiscard]] int system_bps() const noexcept { return system_bps_; }
function daten_t (line 303) | daten_t nscandate_{0}
function current_read_message_area (line 316) | int current_read_message_area{0}
function current_conf_msgarea_ (line 317) | uint16_t current_conf_msgarea_{0}
function current_conf_filearea_ (line 318) | uint16_t current_conf_filearea_{0}
function effective_sl_ (line 324) | int effective_sl_{0}
function user_num_ (line 326) | int user_num_{-1};
function class (line 334) | class MapValueProvider : public sdk::value::ValueProvider {
FILE: common/datetime.cpp
type wwiv::common (line 29) | namespace wwiv::common {
function ToggleScrollLockKey (line 39) | void ToggleScrollLockKey() {
function sysop1 (line 52) | bool sysop1() {
function isleap (line 60) | bool isleap(int year) { return year % 400 == 0 || (year % 4 == 0 && ye...
function ctim (line 65) | std::string ctim(long d) {
function ctim (line 77) | std::string ctim(std::chrono::duration<double> d) {
function duration_since_midnight (line 81) | system_clock::duration duration_since_midnight(system_clock::time_poin...
function minutes_after_midnight (line 92) | system_clock::time_point minutes_after_midnight(int minutes) {
function minutes_since_midnight (line 102) | int minutes_since_midnight() {
FILE: common/datetime.h
function namespace (line 27) | namespace wwiv::common {
FILE: common/exceptions.h
function hangup_type_t (line 26) | enum class hangup_type_t { user_logged_off, user_disconnected, sysop_for...
FILE: common/full_screen.cpp
type wwiv::common (line 36) | namespace wwiv::common {
FILE: common/full_screen.h
function namespace (line 24) | namespace wwiv::common {
FILE: common/input.cpp
type wwiv::common (line 44) | namespace wwiv::common {
function okansi (line 58) | static bool okansi(const wwiv::sdk::User& user) { return user.ansi(); }
function max_length_for_number (line 76) | static int max_length_for_number(int64_t n) {
function colorize (line 80) | static bool colorize(bool last_ok, int64_t result, int64_t minv, int64...
function YesNoString (line 93) | static std::string YesNoString(bool b) {
function YesNoKey (line 100) | static char YesNoKey(bool b) {
function print_yn (line 104) | static void print_yn(bool yes) {
FILE: common/input.h
function namespace (line 31) | namespace wwiv::common {
type class (line 40) | enum class
function T (line 43) | T num{0}
function key (line 44) | char key{0}
function IsLastKeyLocal (line 58) | [[nodiscard]] bool IsLastKeyLocal() const noexcept { return last_key_loc...
function set_key_timeout (line 69) | void set_key_timeout(std::chrono::duration<double> k) { non_sysop_key_ti...
function set_sysop_key_timeout (line 70) | void set_sysop_key_timeout(std::chrono::duration<double> k) { sysop_key_...
function set_default_key_timeout (line 71) | void set_default_key_timeout(std::chrono::duration<double> k) { default_...
function set_logon_key_timeout (line 72) | void set_logon_key_timeout(std::chrono::duration<double> k) { logon_key_...
function set_logon_key_timeout (line 78) | void set_logon_key_timeout() { non_sysop_key_timeout_ = logon_key_timeou...
function reset_key_timeout (line 79) | void reset_key_timeout() { non_sysop_key_timeout_ = default_key_timeout_; }
type class (line 86) | enum class
type class (line 88) | enum class
type std (line 90) | typedef std::function<void(bgetch_timeout_status_t, int)> bgetch_callbac...
function nsp (line 110) | int nsp() const noexcept;
function okskey (line 114) | void okskey(bool n) { okskey_ = n; }
function charbufferpointer_ (line 254) | int charbufferpointer_{0}
function last_key_local_ (line 276) | bool last_key_local_{true};
FILE: common/input_range.cpp
type wwiv::common (line 27) | namespace wwiv::common {
function split_distinct_ranges (line 29) | std::vector<std::string> split_distinct_ranges(std::string s) {
function is_consecutive_range (line 34) | bool is_consecutive_range(const std::string& text) {
FILE: common/input_range_test.cpp
function TEST (line 25) | TEST(InputRangeTest, ConsecutiveRange_Numbers) {
function TEST (line 35) | TEST(InputRangeTest, ConsecutiveRange_Chars) {
function TEST (line 45) | TEST(InputRangeTest, SplitDistinctRanges) {
function TEST (line 59) | TEST(InputRangeTest, SplitDistinctRanges_Char) {
function TEST (line 64) | TEST(InputRangeTest, ExpandConsecutiveRange) {
function TEST (line 69) | TEST(InputRangeTest, ExpandConsecutiveRange_Char) {
function TEST (line 74) | TEST(InputRangeTest, ExpandRanges) {
function TEST (line 79) | TEST(InputRangeTest, ExpandRanges_Char) {
FILE: common/iobase.cpp
type wwiv::common (line 26) | namespace wwiv::common {
function SessionContext (line 35) | SessionContext& IOBase::sess() {
function SessionContext (line 40) | SessionContext& IOBase::sess() const {
function Context (line 45) | Context& IOBase::context() {
FILE: common/iobase.h
function virtual (line 46) | virtual void SetLocalIO(local::io::LocalIO* local_io) { local_io_ = loca...
function SetComm (line 49) | void SetComm(RemoteIO* comm) { comm_ = comm; }
function RemoteIO (line 50) | [[nodiscard]] RemoteIO* remoteIO() const noexcept { return comm_; }
function set_context_provider (line 54) | void set_context_provider(context_provider_t c) { context_provider_ = st...
function RemoteIO (line 63) | RemoteIO* comm_{nullptr};
FILE: common/language.h
function namespace (line 26) | namespace wwiv::common {
FILE: common/macro_context.cpp
type wwiv::common (line 28) | namespace wwiv::common {
function in (line 31) | static bool in(K const& k, std::initializer_list<K> list) {
function Interpreted (line 42) | Interpreted MacroContext::interpret(std::string::const_iterator& it,
FILE: common/macro_context.h
type class (line 27) | enum class
type Interpreted (line 28) | struct Interpreted {
function right (line 34) | int right{0}
function up (line 35) | int up{0}
function down (line 36) | int down{0}
function clrbol (line 43) | bool clrbol{false};
FILE: common/menu_data_util_test.cpp
function TEST (line 28) | TEST(MenuDataUtil, NoOpts) {
function TEST (line 34) | TEST(MenuDataUtil, OneOpt) {
function TEST (line 43) | TEST(MenuDataUtil, OneOpt_UpperCase) {
function TEST (line 52) | TEST(MenuDataUtil, TwoOpt) {
function TEST (line 65) | TEST(MenuDataUtil, TwoOpt_SameKey) {
function TEST (line 77) | TEST(MenuDataUtil, MissingOpt) {
function TEST (line 85) | TEST(MenuDataUtil, Nothing) {
FILE: common/menus/menu_data_util.cpp
type wwiv::common::menus (line 23) | namespace wwiv::common::menus {
FILE: common/menus/menu_data_util.h
function namespace (line 26) | namespace wwiv::common::menus {
FILE: common/menus/menu_generator.cpp
type wwiv::common::menus (line 31) | namespace wwiv::common::menus {
function display_key (line 40) | static std::string display_key(const std::string& item_key) {
function generate_menu_item_line (line 56) | static std::string generate_menu_item_line(generated_menu_56_t g, cons...
function GenerateMenuLine (line 73) | static bool GenerateMenuLine(const Config& config, const menu_item_56_...
function GenerateMenuLines (line 100) | std::vector<std::string> GenerateMenuLines(
FILE: common/menus/menu_generator.h
function namespace (line 28) | namespace wwiv::sdk::value {
function namespace (line 32) | namespace wwiv::common::menus {
FILE: common/message_editor_data.cpp
type wwiv::common (line 26) | namespace wwiv::common {
FILE: common/message_editor_data.h
type class (line 31) | enum class
function anonymous_flag (line 54) | uint8_t anonymous_flag{0}
function FsedFlags (line 56) | FsedFlags fsed_flags{FsedFlags::NOFSED}; // fsed
FILE: common/null_remote_io.cpp
type wwiv::common (line 23) | namespace wwiv::common {
FILE: common/null_remote_io.h
function namespace (line 25) | namespace wwiv::local::io {
function namespace (line 29) | namespace wwiv::common {
FILE: common/output.cpp
function Language (line 50) | Language& Output::lang() {
function okansi (line 64) | static bool okansi(const wwiv::sdk::User& user) {
function pipecode_int (line 346) | static int pipecode_int(T& it, const T end, int num_chars) {
FILE: common/output.h
function namespace (line 33) | namespace wwiv::sdk::ansi {
function namespace (line 38) | namespace wwiv::common {
function str (line 270) | int str(const std::string& key, const std::map<std::string, std::string>...
function SavedLine (line 306) | SavedLine SaveCurrentLine() const;
function lines_listed (line 317) | [[nodiscard]] int lines_listed() const noexcept { return lines_listed_; }
function wherex (line 323) | int wherex() const;
function clear_ansi_movement_occurred (line 333) | void clear_ansi_movement_occurred() { ansi_movement_occurred_ = false; }
function curatr (line 336) | [[nodiscard]] uint8_t curatr() const noexcept override { return curatr_; }
function mci_enabled (line 345) | [[nodiscard]] bool mci_enabled() const noexcept { return mci_enabled_; }
function disable_mci (line 347) | void disable_mci() { mci_enabled_ = false; }
function set_mci_enabled (line 348) | void set_mci_enabled(bool e) { mci_enabled_ = e; }
function x_ (line 430) | int x_{0}
function ansi_movement_occurred_ (line 435) | bool ansi_movement_occurred_{false};
FILE: common/pause.cpp
type wwiv::common (line 41) | namespace wwiv::common {
function okansi (line 87) | static bool okansi(const User& user) { return user.ansi(); }
FILE: common/pause.h
function namespace (line 24) | namespace wwiv::common {
FILE: common/pipe_expr.cpp
type wwiv::common (line 34) | namespace wwiv::common {
type pipe_expr_token_type_t (line 36) | enum class pipe_expr_token_type_t {
class pipe_expr_token_t (line 43) | class pipe_expr_token_t {
method pipe_expr_token_t (line 45) | pipe_expr_token_t() : type(pipe_expr_token_type_t::string_literal) {}
method pipe_expr_token_t (line 46) | pipe_expr_token_t(pipe_expr_token_type_t t, std::string l) : type(t)...
function parse_string (line 51) | static std::optional<pipe_expr_token_t> parse_string(std::string::cons...
function parse_number (line 73) | static std::optional<pipe_expr_token_t> parse_number(std::string::cons...
function pipe_fmt_mask (line 139) | pipe_fmt_mask parse_mask(const std::string& mask) {
function pipe_fmt (line 183) | static std::string pipe_fmt(const std::string& var, const std::string&...
function is_truthy (line 235) | static bool is_truthy(const std::string& s) {
function eval_fn_mpl (line 242) | std::string eval_fn_mpl(Context&, const std::vector<pipe_expr_token_t>...
function eval_fn_set (line 256) | std::string eval_fn_set(Context& context_, const std::vector<pipe_expr...
function make_vector (line 292) | std::vector<const ValueProvider*> make_vector(Args&&... args) {
function check_acs_pipe (line 297) | static bool check_acs_pipe(const std::string& expression, const std::v...
function eval_fn_if (line 322) | static std::string eval_fn_if(Context& context_, const std::vector<pip...
function eval_fn_yesno (line 348) | static std::string eval_fn_yesno(Context& context, const std::vector<p...
function eval_fn_random (line 366) | std::string eval_fn_random(Context&, const std::vector<pipe_expr_token...
FILE: common/pipe_expr.h
function class (line 26) | class PipeEval {
function pipe_fmt_align_t (line 49) | enum class pipe_fmt_align_t { left, mid, right };
FILE: common/pipe_expr_test.cpp
function TEST (line 26) | TEST(PipeExprTest, Smoke) {
function TEST (line 34) | TEST(PipeExprTest, If) {
function TEST (line 46) | TEST(PipeExprTest, Fmt_LeftPad) {
function TEST (line 53) | TEST(PipeExprTest, Fmt_RightPad) {
function TEST (line 60) | TEST(PipeExprTest, Fmt_MidPad) {
function TEST (line 67) | TEST(PipeExpr_ParseFmtMaskTest, Smoke) {
function TEST (line 74) | TEST(PipeExpr_ParseFmtMaskTest, PadChar) {
function TEST (line 81) | TEST(PipeExprTest, Fmt_LeftPadCustomChar) {
function TEST (line 88) | TEST(PipeExprTest, Fmt_MidPadCustomChar) {
function TEST (line 95) | TEST(PipeExpr_ParseFmtMaskTest, Right) {
function TEST (line 101) | TEST(PipeExpr_ParseFmtMaskTest, OnlyLength) {
FILE: common/printfile.cpp
type wwiv::common (line 35) | namespace wwiv::common {
function CreateFullPathToPrintWithCols (line 44) | std::filesystem::path CreateFullPathToPrintWithCols(const std::filesys...
function CreateFullPathToPrint (line 81) | std::filesystem::path CreateFullPathToPrint(const std::vector<std::fil...
class printfile_opts (line 118) | class printfile_opts {
method printfile_opts (line 120) | printfile_opts(SessionContext& sc, Output& out, const std::string& r...
method data (line 155) | [[nodiscard]] std::string data() const noexcept { return data_; }
FILE: common/printfile.h
function namespace (line 27) | namespace wwiv::common {
FILE: common/quote.cpp
type wwiv::common (line 41) | namespace wwiv::common {
function FirstLettersOfVectorAsString (line 46) | static std::string FirstLettersOfVectorAsString(const std::vector<std:...
function set_quotes_ind (line 54) | void set_quotes_ind(std::unique_ptr<std::vector<std::string>>&& u) { q...
function GetQuoteInitials (line 56) | std::string GetQuoteInitials(const std::string& orig_name) {
function clear_quotes (line 77) | void clear_quotes(wwiv::common::SessionContext& ctx) {
function to_quote_date_format (line 83) | static std::string to_quote_date_format(time_t t, bool use_24h_format) {
function to_quote_date_line (line 95) | static std::string to_quote_date_line(quote_date_format_t type, bool u...
function create_quoted_text_from_message (line 124) | std::vector<std::string> create_quoted_text_from_message(std::string& ...
function auto_quote (line 166) | void auto_quote(std::string& raw_text, const std::string& to_name, quo...
function grab_quotes (line 185) | void grab_quotes(std::string& raw_text, const std::string& to_name, ww...
function query_quote_lines (line 203) | std::vector<std::string> query_quote_lines(wwiv::common::SessionContex...
function strip_to_node (line 279) | std::string strip_to_node(const std::string& txt) {
FILE: common/quote.h
function quote_date_format_t (line 27) | enum class quote_date_format_t { no_quote, generic, email, post, forward };
FILE: common/remote_io.cpp
type wwiv::common (line 34) | namespace wwiv::common {
FILE: common/remote_io.h
function namespace (line 26) | namespace wwiv::common {
FILE: common/remote_pipe_io.cpp
type wwiv::common (line 35) | namespace wwiv::common {
FILE: common/remote_pipe_io.h
function open (line 37) | bool open() override;
FILE: common/remote_socket_io.cpp
type wwiv::common (line 47) | namespace wwiv::common {
type socket_error (line 57) | struct socket_error final : std::runtime_error {
method socket_error (line 58) | explicit socket_error(const std::string& message) : std::runtime_err...
function socket_avail (line 61) | static bool socket_avail(SOCKET sock, int seconds) {
FILE: common/remote_socket_io.h
type HANDLE (line 36) | typedef int HANDLE;
type SOCKET (line 37) | typedef int SOCKET;
function open (line 70) | bool open() override;
function telnet_ (line 103) | bool telnet_{true};
FILE: common/remote_socket_io_test.cpp
function DumpQueue (line 30) | std::string DumpQueue(std::deque<char>& q) {
function TEST (line 41) | TEST(RemoteSocketIOTest, OneFF) {
function TEST (line 48) | TEST(RemoteSocketIOTest, OneFFAtEnd) {
function TEST (line 55) | TEST(RemoteSocketIOTest, OneFFAtEndAndOnePast) {
function TEST (line 62) | TEST(RemoteSocketIOTest, TwoFF) {
function TEST (line 69) | TEST(RemoteSocketIOTest, SplitTwoFF) {
function TEST (line 77) | TEST(RemoteSocketIOTest, TwoFFAtEnd) {
FILE: common/value/bbsvalueprovider.cpp
type wwiv::common::value (line 38) | namespace wwiv::common::value {
function val (line 42) | static std::optional<Value> val(T&& v) {
FILE: common/value/bbsvalueprovider.h
function namespace (line 28) | namespace wwiv {
function namespace (line 35) | namespace wwiv::common::value {
FILE: common/value/uservalueprovider.cpp
type wwiv::common::value (line 35) | namespace wwiv::common::value {
function val (line 39) | static std::optional<sdk::value::Value> val(T&& v) {
FILE: common/value/uservalueprovider.h
function namespace (line 30) | namespace wwiv::common::value {
FILE: common/workspace.cpp
type wwiv::common (line 30) | namespace wwiv::common {
function LoadFileIntoWorkspace (line 34) | void LoadFileIntoWorkspace(Context& context, const std::filesystem::pa...
FILE: common/workspace.h
function namespace (line 24) | namespace wwiv::common {
FILE: core/callable/callable.hpp
type function_tag (line 14) | struct function_tag {}
type function_ptr_tag (line 16) | struct function_ptr_tag {}
type functor_tag (line 18) | struct functor_tag {}
type detail (line 21) | namespace detail {
type callable_traits (line 27) | struct callable_traits : functor_traits<Callable> {
type callable_traits<Ret (Args...)> (line 33) | struct callable_traits<Ret (Args...)> : function_traits<Ret (Args...)> {
type callable_traits<Ret (*)(Args...)> (line 39) | struct callable_traits<Ret (*)(Args...)> : function_traits<Ret (Args...)> {
type callable_traits (line 50) | struct callable_traits : detail::callable_traits<detail::remove_cvref_t<...
function to_stdfunction (line 56) | std::function<typename callable_traits<Callable>::function_type> to_stdf...
FILE: core/callable/function.hpp
type detail (line 8) | namespace detail {
type function_traits (line 14) | struct function_traits
type function_traits<Ret (Args...)> (line 17) | struct function_traits<Ret (Args...)> {
type function_traits (line 35) | struct function_traits : detail::function_traits<detail::remove_cvref_t<...
type function_traits<Func*> (line 39) | struct function_traits<Func*> : detail::function_traits<detail::remove_c...
FILE: core/callable/functor.hpp
type detail (line 9) | namespace detail {
type functor_traits (line 16) | struct functor_traits : function_traits<typename call_operator_traits<...
type functor_traits (line 24) | struct functor_traits : detail::functor_traits<detail::remove_cvref_t<Cl...
FILE: core/callable/helpers.hpp
type detail (line 7) | namespace detail {
type types_count (line 16) | struct types_count
type types_count<> (line 19) | struct types_count<> {
type types_n (line 32) | struct types_n
type types_has (line 46) | struct types_has
type types_has<Q> (line 49) | struct types_has<Q> {
type types_count<Type, Types...> (line 25) | struct types_count<Type, Types...> {
type types_n<N, Type, Types...> (line 35) | struct types_n<N, Type, Types...> : types_n<N-1, Types...> {
type types_n<0, Type, Types...> (line 39) | struct types_n<0, Type, Types...> {
type types_has<Q, Q, Ts...> (line 54) | struct types_has<Q, Q, Ts...> {
type types_has<Q, T, Ts...> (line 59) | struct types_has<Q, T, Ts...> : types_has<Q, Ts...> {
FILE: core/callable/member_function.hpp
type detail (line 7) | namespace detail {
type const_tag (line 10) | struct const_tag {}
type volatile_tag (line 11) | struct volatile_tag {}
type lref_tag (line 12) | struct lref_tag {}
type rref_tag (line 13) | struct rref_tag {}
type noexcept_tag (line 14) | struct noexcept_tag {}
type member_function_traits_q (line 19) | struct member_function_traits_q : function_traits<Func> {
type member_function_traits (line 49) | struct member_function_traits
type member_function_traits<Ret (Class::*)(Args...)> (line 52) | struct member_function_traits<Ret (Class::*)(Args...)>
type member_function_traits<Ret (Class::*)(Args...) const> (line 57) | struct member_function_traits<Ret (Class::*)(Args...) const>
type member_function_traits<Ret (Class::*)(Args...) volatile> (line 62) | struct member_function_traits<Ret (Class::*)(Args...) volatile>
type member_function_traits<Ret (Class::*)(Args...) (line 67) | struct member_function_traits<Ret (Class::*)(Args...)
type member_function_traits<Ret (Class::*)(Args...) &> (line 72) | struct member_function_traits<Ret (Class::*)(Args...) &>
type member_function_traits<Ret (Class::*)(Args...) const &> (line 77) | struct member_function_traits<Ret (Class::*)(Args...) const &>
type member_function_traits<Ret (Class::*)(Args...) volatile &> (line 82) | struct member_function_traits<Ret (Class::*)(Args...) volatile &>
type member_function_traits<Ret (Class::*)(Args...) (line 87) | struct member_function_traits<Ret (Class::*)(Args...)
type member_function_traits<Ret (Class::*)(Args...) &&> (line 93) | struct member_function_traits<Ret (Class::*)(Args...) &&>
type member_function_traits<Ret (Class::*)(Args...) const &&> (line 98) | struct member_function_traits<Ret (Class::*)(Args...) const &&>
type member_function_traits<Ret (Class::*)(Args...) volatile &&> (line 103) | struct member_function_traits<Ret (Class::*)(Args...) volatile &&>
type member_function_traits<Ret (Class::*)(Args...) (line 108) | struct member_function_traits<Ret (Class::*)(Args...)
type member_function_traits<Ret (Class::*)(Args...) noexcept> (line 115) | struct member_function_traits<Ret (Class::*)(Args...) noexcept>
type member_function_traits<Ret (Class::*)(Args...) const noexcept> (line 120) | struct member_function_traits<Ret (Class::*)(Args...) const noexcept>
type member_function_traits<Ret (Class::*)(Args...) volatile noexcept> (line 125) | struct member_function_traits<Ret (Class::*)(Args...) volatile noexcept>
type member_function_traits<Ret (Class::*)(Args...) const volatile noexcept> (line 130) | struct member_function_traits<Ret (Class::*)(Args...) const volatile noe...
type member_function_traits<Ret (Class::*)(Args...) & noexcept> (line 135) | struct member_function_traits<Ret (Class::*)(Args...) & noexcept>
type member_function_traits<Ret (Class::*)(Args...) const & noexcept> (line 140) | struct member_function_traits<Ret (Class::*)(Args...) const & noexcept>
type member_function_traits<Ret (Class::*)(Args...) volatile & noexcept> (line 145) | struct member_function_traits<Ret (Class::*)(Args...) volatile & noexcept>
type member_function_traits<Ret (Class::*)(Args...) (line 150) | struct member_function_traits<Ret (Class::*)(Args...)
type member_function_traits<Ret (Class::*)(Args...) && noexcept> (line 156) | struct member_function_traits<Ret (Class::*)(Args...) && noexcept>
type member_function_traits<Ret (Class::*)(Args...) const && noexcept> (line 161) | struct member_function_traits<Ret (Class::*)(Args...) const && noexcept>
type member_function_traits<Ret (Class::*)(Args...) volatile && noexcept> (line 166) | struct member_function_traits<Ret (Class::*)(Args...) volatile && noexcept>
type member_function_traits<Ret (Class::*)(Args...) (line 171) | struct member_function_traits<Ret (Class::*)(Args...)
type member_function_traits (line 180) | struct member_function_traits : detail::member_function_traits<detail::r...
FILE: core/cereal_utils.h
function namespace (line 34) | namespace cereal {
FILE: core/clock.cpp
type wwiv::core (line 27) | namespace wwiv::core {
function DateTime (line 29) | DateTime SystemClock::Now() const noexcept {
FILE: core/clock.h
function class (line 27) | class Clock {
FILE: core/clock_test.cpp
function TEST (line 25) | TEST(Clock, Simple) {
FILE: core/command_line.cpp
type wwiv::core (line 40) | namespace wwiv::core {
function CreateProgramName (line 62) | static std::string CreateProgramName(const std::string& arg) {
function make_args (line 84) | static std::vector<std::string> make_args(int argc, char** argv) {
function CommandLineValue (line 170) | CommandLineValue CommandLineCommand::arg(const std::string& name) const {
function is_shortarg_start (line 192) | static bool is_shortarg_start(char c) {
function SetNewStringDefault (line 401) | void SetNewStringDefault(CommandLine& cmdline, const IniFile& ini, con...
function SetNewBooleanDefault (line 408) | void SetNewBooleanDefault(CommandLine& cmdline, const IniFile& ini, co...
function SetNewIntDefault (line 415) | void SetNewIntDefault(CommandLine& cmdline, const IniFile& ini, const ...
function SetNewIntDefault (line 422) | void SetNewIntDefault(CommandLine& cmdline, const IniFile& ini, const ...
FILE: core/command_line.h
function namespace (line 60) | namespace wwiv::core {
function class (line 93) | class CommandLineArgument {
function class (line 152) | class Command {
function set_raw_args (line 230) | void set_raw_args(const std::vector<std::string>& args) { raw_args_ = ar...
function set_dot_argument (line 231) | void set_dot_argument(const std::string& dot_argument) { dot_argument_ =...
function unknown_args_allowed_ (line 246) | bool unknown_args_allowed_{false};
function Execute (line 266) | int Execute() override;
function verbose_ (line 288) | int verbose_{0}
function no_args_allowed_ (line 289) | bool no_args_allowed_{false};
FILE: core/command_line_test.cpp
class CommandLineTest (line 27) | class CommandLineTest: public ::testing::Test {}
class NoopCommandLineCommand (line 29) | class NoopCommandLineCommand: public CommandLineCommand {
method NoopCommandLineCommand (line 31) | explicit NoopCommandLineCommand(const std::string& name)
method Execute (line 33) | int Execute() override final { return 0; }
method GetHelp (line 34) | [[nodiscard]] std::string GetHelp() const override final { return ""; }
function TEST_F (line 37) | TEST_F(CommandLineTest, Basic) {
function TEST_F (line 46) | TEST_F(CommandLineTest, Remainder) {
function TEST_F (line 57) | TEST_F(CommandLineTest, Remainder_DoubleDash) {
function TEST_F (line 68) | TEST_F(CommandLineTest, Command) {
function TEST_F (line 87) | TEST_F(CommandLineTest, Several_Commands) {
function TEST_F (line 100) | TEST_F(CommandLineTest, SlashArg) {
function TEST_F (line 109) | TEST_F(CommandLineTest, DotArg) {
function TEST_F (line 118) | TEST_F(CommandLineTest, Help) {
function TEST_F (line 127) | TEST_F(CommandLineTest, Help_WIN32) {
FILE: core/connection.cpp
type wwiv::core (line 20) | namespace wwiv::core {
FILE: core/connection.h
function namespace (line 25) | namespace wwiv::core {
FILE: core/core_test_main.cpp
function main (line 23) | int main(int argc, char* argv[]) {
FILE: core/cp437.cpp
type wwiv::core (line 37) | namespace wwiv::core {
function set_wwiv_codepage (line 302) | bool set_wwiv_codepage(wwiv_codepage_t cp) {
function cp437_to_utf8 (line 326) | int cp437_to_utf8(uint8_t ch, char* out) {
function wchar_t (line 337) | wchar_t cp437_to_utf8(char ch) {
function wchar_t (line 341) | wchar_t cp437_to_utf8(uint8_t ch) {
function cp437_to_utf8w (line 345) | std::wstring cp437_to_utf8w(const std::string& in) {
function cp437_to_utf8 (line 355) | std::string cp437_to_utf8(const std::string& in) {
FILE: core/cp437.h
function wwiv_codepage_t (line 27) | enum class wwiv_codepage_t { cp437, utf8 };
FILE: core/cp437_test.cpp
function TEST (line 26) | TEST(Cp437Test, Smoke_Char) {
function TEST (line 33) | TEST(Cp437Test, CharMultiple) {
function TEST (line 39) | TEST(Cp437Test, Smoke_String) {
function TEST (line 44) | TEST(Cp437Test, Block_String) {
function TEST (line 50) | TEST(Cp437Test, EmptyString) {
FILE: core/crc32.cpp
type wwiv::core (line 8) | namespace wwiv::core {
function crc32file (line 108) | uint32_t crc32file(const std::filesystem::path& path) {
function crc32string (line 125) | uint32_t crc32string(const std::string& contents) {
FILE: core/crc32.h
function namespace (line 24) | namespace wwiv::core {
FILE: core/crc32_test.cpp
function TEST (line 28) | TEST(Crc32Test, Simple) {
FILE: core/datafile.h
function namespace (line 27) | namespace wwiv::core {
function Read (line 83) | bool Read(size_type record_number, RECORD* record) {
function Write (line 114) | bool Write(size_type record_number, const RECORD* record) {
function Seek (line 121) | bool Seek(size_type record_number) {
FILE: core/datafile_test.cpp
function TEST (line 29) | TEST(DataFileTest, Read) {
function TEST (line 68) | TEST(DataFileTest, ReadVector) {
function TEST (line 102) | TEST(DataFileTest, ReadVector_Empty) {
function TEST (line 124) | TEST(DataFileTest, ReadVector_MaxRecords) {
function TEST (line 156) | TEST(DataFileTest, Write) {
function TEST (line 185) | TEST(DataFileTest, WriteVector) {
function TEST (line 214) | TEST(DataFileTest, WriteVector_Empty) {
function TEST (line 234) | TEST(DataFileTest, WriteVector_MaxRecords) {
function TEST (line 265) | TEST(DataFileTest, WriteVectorAndTruncate) {
function TEST (line 304) | TEST(DataFileTest, Read_DoesNotExist) {
FILE: core/datetime.cpp
type wwiv::core (line 34) | namespace wwiv::core {
function time_t (line 36) | time_t time_t_now() { return time(nullptr); }
function daten_t (line 38) | daten_t daten_t_now() { return time_t_to_daten(time_t_now()); }
function daten_t (line 41) | daten_t date_to_daten(const std::string& datet) {
function daten_to_wwivnet_time (line 63) | std::string daten_to_wwivnet_time(daten_t t) {
function time_t_to_wwivnet_time (line 67) | std::string time_t_to_wwivnet_time(time_t t) {
function daten_t (line 72) | daten_t time_t_to_daten(time_t t) { return static_cast<daten_t>(t); }
function date (line 74) | std::string date() {
function fulldate (line 79) | std::string fulldate() {
function times (line 84) | std::string times() {
function to_string (line 89) | std::string to_string(duration<double> dd) {
function parse_time_span (line 141) | std::optional<duration<double>> parse_time_span(const std::string& s) {
function years_old (line 169) | int years_old(int m, int d, int y, Clock& clock) {
function DateTime (line 199) | DateTime parse_yyyymmdd(const std::string& date_str) {
function DateTime (line 219) | DateTime parse_yyyymmdd_with_optional_hms(const std::string& date_str) {
function time_t (line 242) | static time_t mktime_no_dst_changes(tm* t) noexcept {
function DateTime (line 274) | DateTime& DateTime::operator=(const DateTime& o) {
function DateTime (line 281) | DateTime& DateTime::operator=(DateTime&& o) noexcept {
function DateTime (line 305) | DateTime DateTime::now() { return DateTime(system_clock::now()); }
type tm (line 307) | struct tm
function DateTime (line 343) | DateTime operator+(const DateTime& lhs, duration<double> d) {
function DateTime (line 348) | DateTime operator-(const DateTime& lhs, duration<double> d) {
FILE: core/datetime.h
function namespace (line 28) | namespace wwiv::core {
FILE: core/datetime_test.cpp
function daten_to_mmddyyyy (line 32) | static std::string daten_to_mmddyyyy(daten_t n) {
function TEST (line 37) | TEST(DateTime, Now) {
function TEST (line 43) | TEST(DateTime, ToDatenT) {
function TEST (line 50) | TEST(DateTime, ToSystemClock) {
function TEST (line 56) | TEST(DateTime, OperatorPlus) {
function TEST (line 63) | TEST(DateTime, OperatorMinus) {
function TEST (line 70) | TEST(DateTime, OperatorPlusEquals) {
function TEST (line 77) | TEST(DateTime, OperatorMinusEquals) {
function TEST (line 84) | TEST(DateTime_Parsing, Parse_yyyymmdd_good_nondst) {
function TEST (line 92) | TEST(DateTime_Parsing, Parse_yyyymmdd_good_dst) {
function TEST (line 100) | TEST(DateTime_Parsing, Parse_yyyymmdd_with_optional_hms_good) {
function TEST (line 108) | TEST(DateTime_Parsing, Parse_yyyymmdd_with_optional_hms_good_dst) {
function TEST (line 116) | TEST(DateTime_Parsing, Parse_yyyymmdd_with_optional_hms_without_hms) {
function TEST (line 124) | TEST(DateTime_Parsing, Parse_yyyymmdd_fail) {
function TEST (line 129) | TEST(DateTime, Plus_Duration) {
function TEST (line 139) | TEST(DateTime, Minus_Duration) {
function TEST (line 149) | TEST(DateTime, Comparisons) {
function TEST (line 169) | TEST(DateTime, YearsOld_AfterBirthday) {
function TEST (line 179) | TEST(DateTime, YearsOld_OnBirthday) {
function TEST (line 189) | TEST(DateTime, YearsOld_BeforeBirthday) {
function TEST (line 199) | TEST(DateTime, ParseTimeSpan_Second) {
function TEST (line 206) | TEST(DateTime, ParseTimeSpan_Minute) {
function TEST (line 213) | TEST(DateTime, ParseTimeSpan_Hour) {
function TEST (line 220) | TEST(DateTime, ParseTimeSpan_Day) {
function TEST (line 227) | TEST(DateTime, ParseTimeSpan_Invalid) {
function TEST (line 239) | TEST(DateTime, MinusOne) {
FILE: core/eventbus.cpp
type wwiv::core (line 21) | namespace wwiv::core {
function EventBus (line 26) | EventBus& bus() { return bus_; }
FILE: core/eventbus.h
function namespace (line 30) | namespace wwiv::core {
FILE: core/eventbus_test.cpp
class EventBusTest (line 25) | class EventBusTest : public ::testing::Test {
type MessagePosted (line 30) | struct MessagePosted {
function TEST_F (line 34) | TEST_F(EventBusTest, Function) {
function TEST_F (line 43) | TEST_F(EventBusTest, Function_Zero_Args) {
function TEST_F (line 51) | TEST_F(EventBusTest, Function_Const) {
function TEST_F (line 59) | TEST_F(EventBusTest, Function_Any) {
function Method (line 73) | void Method(MessagePosted m) { method_num += m.num; }
function TEST_F (line 75) | TEST_F(EventBusTest, Method) {
function TEST_F (line 83) | TEST_F(EventBusTest, Class) {
FILE: core/fake_clock.cpp
type wwiv::core (line 26) | namespace wwiv::core {
function DateTime (line 28) | DateTime FakeClock::Now() const noexcept {
FILE: core/fake_clock.h
function namespace (line 27) | namespace wwiv::core {
FILE: core/fake_clock_test.cpp
function TEST (line 26) | TEST(FakeClock, Simple) {
FILE: core/file.cpp
function flock (line 58) | static int flock(int, int) { return 0; }
type wwiv::core (line 76) | namespace wwiv::core {
function path (line 102) | path FilePath(const path& directory_name, const path& file_name) {
function trim_backups (line 114) | void trim_backups(const path& from, int max_backups) {
function backup_file (line 138) | bool backup_file(const path& from, int max_backups) {
function File (line 169) | File& File::operator=(File&& other) noexcept {
function time_t (line 347) | time_t File::last_write_time() const { return last_write_time(full_pat...
function time_t (line 354) | time_t File::creation_time(const std::filesystem::path& path) {
function time_t (line 363) | time_t File::last_write_time(const std::filesystem::path& path) {
function path (line 439) | path File::current_directory() {
function path (line 491) | path File::absolute(const std::filesystem::path& base, const std::file...
type utimbuf (line 540) | struct utimbuf
FILE: core/file.h
function class (line 62) | class File final {
FILE: core/file_lock.cpp
type wwiv (line 43) | namespace wwiv {
type core (line 44) | namespace core {
FILE: core/file_lock.h
function namespace (line 31) | namespace core {
FILE: core/file_os2.cpp
type wwiv::core (line 24) | namespace wwiv::core {
FILE: core/file_test.cpp
class FileTestDataTest (line 33) | class FileTestDataTest : public wwiv::core::test::TestDataTest {}
function TEST_F (line 38) | TEST_F(FileTestDataTest, Length_RealFile) {
function TEST (line 46) | TEST(FileTest, DoesNotExist) {
function TEST (line 54) | TEST(FileTest, DoesNotExist_Static) {
function TEST (line 62) | TEST(FileTest, Exists) {
function TEST (line 71) | TEST(FileTest, ExistsWildCard) {
function TEST (line 86) | TEST(FileTest, ExistsWildCard_Extension) {
function TEST (line 98) | TEST(FileTest, Exists_Static) {
function TEST (line 107) | TEST(FileTest, Exists_TrailingSlash) {
function TEST (line 118) | TEST(FileTest, Length_Open) {
function TEST (line 127) | TEST(FileTest, Length_NotOpen) {
function TEST (line 135) | TEST(FileTest, IsDirectory_NotOpen) {
function TEST (line 145) | TEST(FileTest, IsDirectory_Open) {
function TEST (line 157) | TEST(FileTest, CreationTime_NotOpen) {
function TEST (line 165) | TEST(FileTest, CreationTime_Open) {
function TEST (line 176) | TEST(FileTest, LastWriteTime_NotOpen) {
function TEST (line 185) | TEST(FileTest, LastWriteTime_Open) {
function TEST (line 195) | TEST(FileTest, Read) {
function TEST (line 207) | TEST(FileTest, GetName) {
function TEST (line 215) | TEST(FileTest, EnsureTrailingSlash) {
function TEST (line 228) | TEST(FileTest, CurrentDirectory) {
function TEST (line 235) | TEST(FileTest, SetCurrentDirectory) {
function TEST (line 248) | TEST(FileTest, MakeAbsolutePath_Relative) {
function TEST (line 257) | TEST(FileTest, MakeAbsolutePath_AlreadyAbsolute) {
function TEST (line 266) | TEST(FileTest, MakeAbsolutePath_AlreadyAbsolute_Returning) {
function TEST (line 275) | TEST(FileTest, RealPath_Same) {
function TEST (line 284) | TEST(FileTest, RealPath_Different) {
function TEST (line 296) | TEST(FileTest, mkdir) {
function TEST (line 311) | TEST(FileTest, mkdirs) {
function TEST (line 324) | TEST(FileTest, Stream) {
function TEST (line 332) | TEST(FileTest, IsOpen_Open) {
function TEST (line 342) | TEST(FileTest, IsOpen_NotOpen) {
function TEST (line 351) | TEST(FileTest, Seek) {
function TEST (line 371) | TEST(FileTest, CurrentPosition) {
function TEST (line 385) | TEST(FileTest, FsCopyFile) {
function TEST (line 404) | TEST(FileTest, CopyFile) {
function TEST (line 422) | TEST(FileTest, MoveFile) {
function TEST (line 442) | TEST(FileTest, Remove_String) {
function TEST (line 451) | TEST(FileTest, Remove_Path) {
function TEST (line 460) | TEST(FileTest, Free) {
function TEST (line 468) | TEST(FileTest, Move_Ctor) {
function TEST (line 486) | TEST(FileTest, Move_Operator) {
function TEST (line 505) | TEST(FileSystemTest, Empty) {
function TEST (line 510) | TEST(FileSystemTest, Path_IsDir) {
function TEST (line 518) | TEST(FileSystemTest, Path_WithoutDir) {
function TEST (line 523) | TEST(FileSystemTest, Path_WithWildCard) {
function TEST (line 529) | TEST(FileSystemTest, PathFilePath_Nested) {
FILE: core/file_unix.cpp
type wwiv (line 24) | namespace wwiv {
type core (line 25) | namespace core {
FILE: core/file_win32.cpp
type wwiv::core (line 23) | namespace wwiv::core {
FILE: core/findfiles.cpp
type wwiv::core (line 27) | namespace wwiv::core {
function WFindFileTypeMask (line 29) | static WFindFileTypeMask FindFilesTypeToInt(FindFiles::FindFilesType t...
function FindFile (line 76) | std::optional<std::filesystem::path> FindFile(const std::filesystem::p...
FILE: core/findfiles.h
function class (line 31) | class FileEntry {
type std (line 49) | typedef std::set<FileEntry>::const_iterator const_iterator;
type std (line 50) | typedef std::set<FileEntry>::size_type size_type;
function FindFilesType (line 52) | enum class FindFilesType { directories, files, any };
FILE: core/findfiles_test.cpp
function TEST (line 30) | TEST(FindFiles, Suffix) {
function TEST (line 40) | TEST(FindFiles, Prefix) {
function TEST (line 50) | TEST(FindFiles, SingleCharSuffix) {
function TEST (line 60) | TEST(FindFiles, SingleCharPrefix) {
function TEST (line 70) | TEST(FindFiles, SingleCharExtensionPrefix) {
function TEST (line 80) | TEST(FindFileTest, Smoke) {
FILE: core/graphs.cpp
type wwiv::graphs (line 15) | namespace wwiv::graphs {
FILE: core/graphs.h
function namespace (line 28) | namespace wwiv::graphs {
function computed_ (line 75) | bool computed_{false};
FILE: core/graphs_main.cpp
function main (line 3) | int main() {
FILE: core/inifile.cpp
type wwiv::core (line 31) | namespace wwiv::core {
function StringToBoolean (line 41) | bool StringToBoolean(const std::string& s) {
function ParseIniFile (line 51) | static bool ParseIniFile(const std::filesystem::path& filename, std::m...
FILE: core/inifile.h
function namespace (line 30) | namespace wwiv::core {
FILE: core/inifile_test.cpp
class IniFileTest (line 32) | class IniFileTest : public ::testing::Test {
method SetUp (line 34) | void SetUp() override {
method CreateIniFile (line 42) | std::filesystem::path CreateIniFile(const std::string& section, const ...
method WriteLineToFile (line 52) | bool WriteLineToFile(FILE* file, const std::string& line) {
method CreateIniFile (line 57) | std::filesystem::path CreateIniFile(const std::string& section1, const...
function TEST_F (line 78) | TEST_F(IniFileTest, Single_GetValue) {
function TEST_F (line 86) | TEST_F(IniFileTest, Single_GetValue_Comment) {
function TEST_F (line 94) | TEST_F(IniFileTest, Single_GetNumericValue) {
function TEST_F (line 104) | TEST_F(IniFileTest, Single_GetBooleanValue) {
function TEST_F (line 120) | TEST_F(IniFileTest, Reopen_GetValue) {
function TEST_F (line 134) | TEST_F(IniFileTest, TwoSection_GetValue) {
function TEST_F (line 142) | TEST_F(IniFileTest, TwoSection_GetValue_OnlyInSecondary) {
function TEST_F (line 150) | TEST_F(IniFileTest, CommentAtStart) {
function TEST_F (line 158) | TEST_F(IniFileTest, MultiLine_Smoke) {
function TEST_F (line 167) | TEST_F(IniFileTest, MultiLine_OnFirstLine) {
function TEST_F (line 176) | TEST_F(IniFileTest, MultiLine_OnLastLine) {
FILE: core/ip_address.cpp
type wwiv::core (line 41) | namespace wwiv::core {
FILE: core/ip_address.h
function namespace (line 26) | namespace wwiv::core {
FILE: core/ip_address_test.cpp
class IpAddressTest (line 27) | class IpAddressTest : public ::testing::Test {
method IpAddressTest (line 29) | IpAddressTest() {}
function TEST_F (line 32) | TEST_F(IpAddressTest, Smoke_Home_V4) {
function TEST_F (line 39) | TEST_F(IpAddressTest, Smoke_Home_V6) {
function TEST_F (line 46) | TEST_F(IpAddressTest, Empty) {
function TEST_F (line 51) | TEST_F(IpAddressTest, Empty_NotEmpty) {
function TEST_F (line 56) | TEST_F(IpAddressTest, Chevron) {
function TEST_F (line 64) | TEST_F(IpAddressTest, Equality) {
FILE: core/jsonfile.cpp
type wwiv::core (line 23) | namespace wwiv::core {
function read_json_file (line 25) | std::optional<std::string> read_json_file(const std::filesystem::path&...
function json_file_version (line 38) | int json_file_version(const std::filesystem::path& p) {
FILE: core/jsonfile.h
function namespace (line 48) | namespace wwiv::core {
FILE: core/log.cpp
type wwiv::core (line 40) | namespace wwiv::core {
class ConsoleAppender (line 48) | class ConsoleAppender : public Appender {
method append (line 49) | bool append(const std::string& message) override {
class LogFileAppender (line 55) | class LogFileAppender : public Appender {
method LogFileAppender (line 57) | explicit LogFileAppender(const std::filesystem::path& fn) : filename...
method append (line 59) | bool append(const std::string& message) override {
function FormatLogLevel (line 78) | static std::string FormatLogLevel(LoggerLevel l, int v) noexcept {
function DefaultTimestamp (line 223) | static std::string DefaultTimestamp() {
FILE: core/log.h
type std (line 36) | typedef std::basic_ostream<char>&(ENDL_TYPE)(std::basic_ostream<char>&);
type class (line 111) | enum class
function class (line 113) | class Appender {
type std (line 121) | typedef std::unordered_map<LoggerLevel, std::unordered_set<std::shared_p...
type std (line 123) | typedef std::function<std::string()> timestamp_fn;
type std (line 124) | typedef std::function<std::filesystem::path(std::filesystem::path)> logd...
function cmdline_verbosity (line 139) | int cmdline_verbosity{0}
function register_console_destinations (line 141) | bool register_console_destinations{true};
function class (line 147) | class NullLogger {
function class (line 174) | class Logger {
FILE: core/log_test.cpp
class TestAppender (line 27) | class TestAppender : public Appender {
method TestAppender (line 29) | TestAppender() : Appender() {}
method append (line 30) | bool append(const std::string& message) override {
class LogTest (line 38) | class LogTest : public ::testing::Test {
method SetUp (line 40) | void SetUp() override {
method TearDown (line 53) | void TearDown() override { Logger::config().reset(); }
function TEST_F (line 60) | TEST_F(LogTest, Smoke) {
FILE: core/md5.cpp
function MD5_Init (line 204) | void MD5_Init(MD5_CTX* ctx) {
function MD5_Update (line 214) | void MD5_Update(MD5_CTX* ctx, const void* data, unsigned long size) {
function MD5_Final (line 247) | void MD5_Final(unsigned char* result, MD5_CTX* ctx) {
function md5 (line 297) | std::string md5(const std::string& text) {
FILE: core/md5.h
type MD5_u32plus (line 34) | typedef unsigned int MD5_u32plus;
type MD5_CTX (line 36) | typedef struct {
FILE: core/md5_test.cpp
function TEST (line 24) | TEST(Md5Test, Welcome) {
FILE: core/net.cpp
type wwiv::core (line 62) | namespace wwiv::core {
function InitializeSockets (line 64) | bool InitializeSockets() {
function GetRemotePeerAddress (line 76) | std::optional<std::string> GetRemotePeerAddress(SOCKET socket) {
function GetRemotePeerHostname (line 90) | std::optional<std::string> GetRemotePeerHostname(SOCKET socket) {
function SOCKET (line 110) | SOCKET CreateListenSocket(int port) {
function is_rfc1918_private_address (line 148) | bool is_rfc1918_private_address(const std::string& ip) {
function dns_rbl_name (line 198) | static std::string dns_rbl_name(const std::string& address, const std:...
function on_dns_dbl (line 209) | bool on_dns_dbl(const std::string& address, const std::string& rbl_add...
function get_dns_cc (line 220) | int get_dns_cc(const std::string& address, const std::string& rbl_addr...
function SetBlockingMode (line 237) | bool SetBlockingMode(SOCKET sock) {
type sockaddr_in (line 335) | struct sockaddr_in
FILE: core/net.h
type socklen_t (line 30) | typedef int socklen_t;
type SOCKET (line 33) | typedef unsigned __int64 SOCKET;
type SOCKET (line 35) | typedef unsigned int SOCKET;
type HANDLE (line 52) | typedef int HANDLE;
type SOCKET (line 53) | typedef int SOCKET;
function namespace (line 60) | namespace wwiv::core {
FILE: core/net_test.cpp
class NetTest (line 26) | class NetTest : public ::testing::Test {
method NetTest (line 28) | NetTest() {}
function TEST_F (line 31) | TEST_F(NetTest, Rfc1918_In) {
function TEST_F (line 49) | TEST_F(NetTest, Rfc1918_Out) {
function TEST_F (line 71) | TEST_F(NetTest, Rfc1918_Malformed) {
FILE: core/numbers.cpp
type wwiv::core (line 21) | namespace wwiv::core {
FILE: core/numbers.h
function string (line 34) | string humanize(T num) {
FILE: core/os.cpp
type wwiv::os (line 28) | namespace wwiv::os {
function wait_for (line 30) | bool wait_for(std::function<bool()> predicate, duration<double> d) {
function yield (line 40) | void yield() {
function random_number (line 52) | int random_number(int max_value) {
FILE: core/os.h
function namespace (line 28) | namespace wwiv::os {
FILE: core/os_os2.cpp
type wwiv::os (line 36) | namespace wwiv::os {
function sleep_for (line 38) | void sleep_for(duration<double> d) {
function sound (line 46) | void sound(uint32_t frequency, duration<double> d) {
function os_version_string (line 51) | std::string os_version_string() {
function set_environment_variable (line 55) | bool set_environment_variable(const std::string& variable_name, const ...
function environment_variable (line 59) | std::string environment_variable(const std::string& variable_name) {
function stacktrace (line 66) | std::string stacktrace() { return {};
function pid_t (line 69) | pid_t get_pid() { return getpid(); }
function terminate_process (line 71) | bool terminate_process(pid_t pid) {
FILE: core/os_test.cpp
function TEST (line 31) | TEST(OsTest, WaitFor_PredicateTrue) {
function TEST (line 40) | TEST(OsTest, WaitFor_PredicateFalse) {
function TEST (line 49) | TEST(OsTest, SleepFor) {
function TEST (line 57) | TEST(OsTest, EnvironmentVariable_Exists) {
function TEST (line 65) | TEST(OsTest, EnvironmentVariable_DoesNotExist) {
function TEST (line 71) | TEST(OsTest, SetEnvironmentVariable) {
FILE: core/os_unix.cpp
type wwiv::os (line 33) | namespace wwiv::os {
function sleep_for (line 35) | void sleep_for(duration<double> d) {
function sound (line 41) | void sound(uint32_t frequency, duration<double> d) {
function os_version_string (line 45) | std::string os_version_string() {
function set_environment_variable (line 96) | bool set_environment_variable(const std::string& variable_name, const ...
function environment_variable (line 100) | std::string environment_variable(const std::string& variable_name) {
function stacktrace (line 107) | std::string stacktrace() {
function pid_t (line 111) | pid_t get_pid() {
function terminate_process (line 115) | bool terminate_process(pid_t pid) {
FILE: core/os_win.cpp
type wwiv::os (line 54) | namespace wwiv::os {
function sleep_for (line 56) | void sleep_for(duration<double> d) {
function sound (line 64) | void sound(uint32_t frequency, duration<double> d) {
function os_version_string (line 69) | std::string os_version_string() {
function set_environment_variable (line 73) | bool set_environment_variable(const std::string& variable_name, const ...
function environment_variable (line 77) | std::string environment_variable(const std::string& variable_name) {
function stacktrace (line 88) | std::string stacktrace() {
function pid_t (line 122) | pid_t get_pid() {
function terminate_process (line 126) | bool terminate_process(pid_t pid) {
FILE: core/parser/ast.cpp
type wwiv::core::parser (line 33) | namespace wwiv::core::parser {
function to_string (line 41) | std::string to_string(Operator o) {
function to_symbol (line 73) | std::string to_symbol(Operator o) {
function to_string (line 105) | std::string to_string(const AstNode& n) {
function to_string (line 109) | std::string to_string(AstType t) {
function to_string (line 139) | std::string to_string(FactorType t) {
function createFactor (line 159) | static std::unique_ptr<Factor> createFactor(const Token& token) {
function createLogicalOperator (line 171) | static std::unique_ptr<LogicalOperatorNode> createLogicalOperator(cons...
function createBinaryOperator (line 182) | static std::unique_ptr<BinaryOperatorNode> createBinaryOperator(const ...
function AstNode (line 451) | AstNode* Ast::root() const {
FILE: core/parser/ast.h
type class (line 34) | enum class
type class (line 59) | enum class
function FactorType (line 61) | enum class FactorType { int_value, string_val, variable };
FILE: core/parser/ast_test.cpp
class AstTest (line 35) | class AstTest : public ::testing::Test {
method AstTest (line 37) | AstTest() {}
method HasOp (line 39) | ::testing::AssertionResult HasOp(Expression *e, Operator op) {
method HasFactor (line 46) | ::testing::AssertionResult HasFactor(Expression* e, std::string expect...
method HasLeftFactor (line 57) | ::testing::AssertionResult HasLeftFactor(Expression* e, std::string ex...
method HasRightFactor (line 60) | ::testing::AssertionResult HasRightFactor(Expression* e, std::string e...
method HasExpression (line 63) | ::testing::AssertionResult HasExpression(Expression* e, std::string l,...
function TEST_F (line 78) | TEST_F(AstTest, Expr_Add) {
function TEST_F (line 91) | TEST_F(AstTest, Expr_Eq) {
function TEST_F (line 106) | TEST_F(AstTest, Expr_Parens) {
function TEST_F (line 128) | TEST_F(AstTest, Visitor) {
FILE: core/parser/lexer.cpp
type wwiv::core::parser (line 29) | namespace wwiv::core::parser {
function peek (line 31) | std::optional<char> peek(std::string::iterator& it, const std::string:...
function Token (line 245) | Token& Lexer::next() {
FILE: core/parser/lexer.h
function namespace (line 26) | namespace wwiv::core::parser {
function class (line 33) | class Lexer final {
FILE: core/parser/lexer_test.cpp
class LexerTest (line 51) | class LexerTest : public ::testing::Test {
method LexerTest (line 53) | LexerTest() {}
function TEST_F (line 56) | TEST_F(LexerTest, Add) {
function TEST_F (line 67) | TEST_F(LexerTest, Sub) {
function TEST_F (line 78) | TEST_F(LexerTest, Parens) {
function TEST_F (line 93) | TEST_F(LexerTest, Eq) {
function TEST_F (line 98) | TEST_F(LexerTest, NotEq) {
function TEST_F (line 103) | TEST_F(LexerTest, UserSlGt) {
function TEST_F (line 108) | TEST_F(LexerTest, UserDSlGe) {
function TEST_F (line 113) | TEST_F(LexerTest, UserSlLt) {
function TEST_F (line 118) | TEST_F(LexerTest, UserSlLe) {
function TEST_F (line 123) | TEST_F(LexerTest, Or) {
function TEST_F (line 132) | TEST_F(LexerTest, And) {
function TEST_F (line 141) | TEST_F(LexerTest, Smoke_Error) {
function TEST_F (line 149) | TEST_F(LexerTest, Underscore) {
FILE: core/parser/token.cpp
type wwiv::core::parser (line 29) | namespace wwiv::core::parser {
function to_string (line 45) | std::string to_string(TokenType t) {
function to_string (line 99) | std::string to_string(Token t) {
FILE: core/parser/token.h
function TokenType (line 26) | enum class TokenType {
FILE: core/pipe.cpp
type wwiv::core (line 27) | namespace wwiv::core {
FILE: core/pipe.h
function class (line 29) | class Pipe {
FILE: core/pipe_os2.cpp
type wwiv::core (line 33) | namespace wwiv::core {
function create_pip
Copy disabled (too large)
Download .json
Condensed preview — 3064 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (38,481K chars).
[
{
"path": ".clang-format",
"chars": 239,
"preview": "---\n# We'll use defaults from the LLVM style, but with 2 columns indentation.\nBasedOnStyle: LLVM\nIndentWidth: 2\n---\nLang"
},
{
"path": ".devcontainer/devcontainer.json",
"chars": 752,
"preview": "// For format details, see https://aka.ms/devcontainer.json. For config options, see the\n// README at: https://github.co"
},
{
"path": ".github/workflows/wwiv-binaries.yml",
"chars": 6609,
"preview": "# WWIV continuous build script\n# Copyright (C)2023, WWIV Software Services\n#\n\nname: WWIV 5.9\nrun-name: WWIV 5.9 CI\n\n# **"
},
{
"path": ".gitignore",
"chars": 3183,
"preview": "## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n\n# User"
},
{
"path": ".gitmodules",
"chars": 287,
"preview": "[submodule \"deps/my_basic\"]\n\tpath = deps/my_basic\n\turl = https://github.com/wwivbbs/my_basic.git\n[submodule \"deps/pdcurs"
},
{
"path": ".lgtm",
"chars": 35,
"preview": "approvals = 1\npattern = \"(?i)LGTM\"\n"
},
{
"path": "CMakeLists.txt",
"chars": 5271,
"preview": "############################################################################### \r\n#\r\n# CMake for WWIV\r\n\r\ncmake_minimum_r"
},
{
"path": "CMakePresets.json",
"chars": 1397,
"preview": "{\n \"version\": 4,\n \"configurePresets\": [\n {\n \"name\": \"wwiv-default\",\n \"displayName\": \""
},
{
"path": "CMakeSettings.json",
"chars": 446,
"preview": "{\r\n \"configurations\": [\r\n {\r\n \"name\": \"x86-Debug\",\r\n \"generator\": \"Ninja\",\r\n \"configurationType\": \"D"
},
{
"path": "CODE_OF_CONDUCT.md",
"chars": 3371,
"preview": "# WWIV Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environme"
},
{
"path": "Doxyfile",
"chars": 107102,
"preview": "# Doxyfile 1.8.10\n\n# This file describes the settings to be used by the documentation system\n# doxygen (www.doxygen.org)"
},
{
"path": "Folder.DotSettings",
"chars": 2741,
"preview": "<wpf:ResourceDictionary xml:space=\"preserve\" xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\" xmlns:s=\"clr-namesp"
},
{
"path": "LICENSE",
"chars": 11733,
"preview": "WWIV Bulletin Board Software (BBS)\nCopyright 1998 WWIV Software Services\n\nLicensed under the Apache License, Version 2.0"
},
{
"path": "MAINTAINERS",
"chars": 6,
"preview": "wwiv\n\n"
},
{
"path": "README.md",
"chars": 7046,
"preview": "WWIV BBS\n========\n\nWWIV is compiled with the following compilers:\n \n- MS Visual C++ 2019 Community Edition.\n- GCC 8.3 ("
},
{
"path": "bbs/CMakeLists.txt",
"chars": 4730,
"preview": "# CMake for WWIV\n\nadd_library(\n bbs_lib \n acs.cpp\n application.cpp\n archivers.cpp\n attach.cpp\n automsg.cpp\n batch"
},
{
"path": "bbs/acs.cpp",
"chars": 4123,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/acs.h",
"chars": 1871,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/application.cpp",
"chars": 46090,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/application.h",
"chars": 16963,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/archivers.cpp",
"chars": 3051,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/archivers.h",
"chars": 1945,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/attach.cpp",
"chars": 15864,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/attach.h",
"chars": 1443,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/automsg.cpp",
"chars": 7978,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/automsg.h",
"chars": 1575,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/basic.cpp",
"chars": 9525,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/basic.h",
"chars": 2956,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/basic_test.cpp",
"chars": 10798,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/debug_model.cpp",
"chars": 2997,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/debug_model.h",
"chars": 2641,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/debug_state.cpp",
"chars": 6581,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/debug_state.h",
"chars": 4049,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/debugger.cpp",
"chars": 14872,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/debugger.h",
"chars": 3412,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/scripts/attach.cmd",
"chars": 55,
"preview": "curl http://localhost:9948/debug/v1/attach -d \"foo\" -vv"
},
{
"path": "bbs/basic/scripts/bp.cmd",
"chars": 63,
"preview": "curl http://localhost:9948/debug/v1/breakpoint -d \"line=10\" -vv"
},
{
"path": "bbs/basic/scripts/source.cmd",
"chars": 44,
"preview": "curl http://localhost:9948/debug/v1/source \n"
},
{
"path": "bbs/basic/scripts/state.cmd",
"chars": 46,
"preview": "curl http://localhost:9948/debug/v1/state -vv\n"
},
{
"path": "bbs/basic/scripts/step.cmd",
"chars": 63,
"preview": "curl -X POST http://localhost:9948/debug/v1/stepover -vv -d \"\"\n"
},
{
"path": "bbs/basic/util.cpp",
"chars": 5475,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/util.h",
"chars": 4508,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/util_test.cpp",
"chars": 1954,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv.cpp",
"chars": 3916,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv.h",
"chars": 1499,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_data.cpp",
"chars": 7697,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_data.h",
"chars": 1506,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_file.cpp",
"chars": 5847,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_file.h",
"chars": 1510,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_io.cpp",
"chars": 5892,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_io.h",
"chars": 1504,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_os.cpp",
"chars": 4194,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_os.h",
"chars": 1504,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_time.cpp",
"chars": 2438,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/basic/wwiv_time.h",
"chars": 1510,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/batch.cpp",
"chars": 29161,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/batch.h",
"chars": 3931,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbs.cpp",
"chars": 3419,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbs.h",
"chars": 1673,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbs_event_handlers.cpp",
"chars": 3864,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbs_event_handlers.h",
"chars": 1528,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbs_helper.cpp",
"chars": 2231,
"preview": "/**************************************************************************/\r\n/* "
},
{
"path": "bbs/bbs_helper.h",
"chars": 2231,
"preview": "/**************************************************************************/\r\n/* "
},
{
"path": "bbs/bbs_macro_context_test.cpp",
"chars": 5056,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbs_main.cpp",
"chars": 1514,
"preview": "/**************************************************************************/\r\n/* "
},
{
"path": "bbs/bbs_test_main.cpp",
"chars": 361,
"preview": "#include \"gtest/gtest.h\"\r\n\r\n#include \"core/log.h\"\r\n\r\nusing namespace wwiv::core;\r\n\r\nint main(int argc, char* argv[]) {\r\n"
},
{
"path": "bbs/bbslist.cpp",
"chars": 10973,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbslist.h",
"chars": 2163,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbslist_test.cpp",
"chars": 5080,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsovl1.cpp",
"chars": 9630,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsovl1.h",
"chars": 1633,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsovl2.cpp",
"chars": 10143,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsovl2.h",
"chars": 1620,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsovl3.cpp",
"chars": 2986,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsovl3.h",
"chars": 1497,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsutl.cpp",
"chars": 10751,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsutl.h",
"chars": 1994,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsutl1.cpp",
"chars": 15463,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsutl1.h",
"chars": 3323,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsutl2.cpp",
"chars": 2498,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bbsutl2.h",
"chars": 1466,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bputch_test.cpp",
"chars": 2123,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/bputs_test.cpp",
"chars": 5815,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/chains.cpp",
"chars": 13177,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/chains.h",
"chars": 1556,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/chat.cpp",
"chars": 27877,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/chat.h",
"chars": 1428,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/chnedit.cpp",
"chars": 12773,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/chnedit.h",
"chars": 1398,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/common.h",
"chars": 2854,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/conf.cpp",
"chars": 13904,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/conf.h",
"chars": 2515,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/confutil.cpp",
"chars": 9070,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/confutil.h",
"chars": 2143,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/connect1.cpp",
"chars": 2214,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/connect1.h",
"chars": 1609,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/crc.cpp",
"chars": 8978,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/crc.h",
"chars": 1560,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/datetime_test.cpp",
"chars": 1712,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/defaults.cpp",
"chars": 38748,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/defaults.h",
"chars": 1753,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/diredit.cpp",
"chars": 16982,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/diredit.h",
"chars": 1438,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/dirlist.cpp",
"chars": 7448,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/dirlist.h",
"chars": 1442,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/dropfile.cpp",
"chars": 20508,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/dropfile.h",
"chars": 1881,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/dsz.cpp",
"chars": 2919,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/dsz.h",
"chars": 1773,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/dsz_test.cpp",
"chars": 2750,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/email.cpp",
"chars": 26342,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/email.h",
"chars": 2907,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/email_test.cpp",
"chars": 1994,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/exec.h",
"chars": 1622,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/exec_os2.cpp",
"chars": 2190,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/exec_socket.cpp",
"chars": 7904,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/exec_socket.h",
"chars": 3067,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/exec_unix.cpp",
"chars": 9680,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/exec_win32.cpp",
"chars": 24017,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/execexternal.cpp",
"chars": 4238,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/execexternal.h",
"chars": 1802,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/external_edit.cpp",
"chars": 6207,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/external_edit.h",
"chars": 2719,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/external_edit_qbbs.cpp",
"chars": 5279,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/external_edit_qbbs.h",
"chars": 2196,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/external_edit_wwiv.cpp",
"chars": 5046,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/external_edit_wwiv.h",
"chars": 2176,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/extract.cpp",
"chars": 3562,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/extract.h",
"chars": 1506,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/finduser.cpp",
"chars": 3340,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/finduser.h",
"chars": 1535,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/gfileedit.cpp",
"chars": 7916,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/gfileedit.h",
"chars": 1449,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/gfiles.cpp",
"chars": 16895,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/gfiles.h",
"chars": 1455,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/hop.cpp",
"chars": 4868,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/hop.h",
"chars": 1436,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/inetmsg.cpp",
"chars": 2420,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/inetmsg.h",
"chars": 1783,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/inmsg.cpp",
"chars": 20430,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/inmsg.h",
"chars": 1535,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/input_test.cpp",
"chars": 1580,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/instmsg.cpp",
"chars": 9586,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/instmsg.h",
"chars": 2423,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/interpret.cpp",
"chars": 12291,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/interpret.h",
"chars": 2796,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/lilo.cpp",
"chars": 33133,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/lilo.h",
"chars": 1529,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/listplus.cpp",
"chars": 49987,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/listplus.h",
"chars": 4249,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/lpfunc.cpp",
"chars": 26743,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/lpfunc.h",
"chars": 1456,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/make_abs_cmd.h",
"chars": 1664,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/make_abs_cmd_os2.cpp",
"chars": 2044,
"preview": "/**************************************************************************/\r\n/* "
},
{
"path": "bbs/make_abs_cmd_unix.cpp",
"chars": 1894,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/make_abs_cmd_win32.cpp",
"chars": 4095,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/make_abs_test.cpp",
"chars": 3924,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/config_menus.cpp",
"chars": 5553,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/config_menus.h",
"chars": 1701,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/mainmenu.cpp",
"chars": 12281,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/mainmenu.h",
"chars": 3846,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/menu_context.h",
"chars": 1963,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/menucommands.cpp",
"chars": 44580,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/menucommands.h",
"chars": 2549,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/menuspec.cpp",
"chars": 8993,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/menuspec.h",
"chars": 1942,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/menusupp.cpp",
"chars": 24860,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/menusupp.h",
"chars": 3544,
"preview": "/**************************************************************************/\r\n/* "
},
{
"path": "bbs/menus/printcommands.cpp",
"chars": 4221,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/menus/printcommands.h",
"chars": 1665,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/message_file.cpp",
"chars": 9488,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/message_file.h",
"chars": 1839,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/message_find.cpp",
"chars": 4353,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/message_find.h",
"chars": 2323,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/misccmd.cpp",
"chars": 17153,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/misccmd.h",
"chars": 1601,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/mmkey.cpp",
"chars": 4748,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/mmkey.h",
"chars": 1634,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/msgbase1.cpp",
"chars": 18244,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/msgbase1.h",
"chars": 2547,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/msgbase1_test.cpp",
"chars": 2317,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/msgscan.cpp",
"chars": 41176,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/msgscan.h",
"chars": 1614,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/multinst.cpp",
"chars": 3797,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/multinst.h",
"chars": 1626,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/multmail.cpp",
"chars": 12318,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/multmail.h",
"chars": 1481,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/netsup.cpp",
"chars": 25832,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/netsup.h",
"chars": 1695,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/newuser.cpp",
"chars": 44425,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/newuser.h",
"chars": 2035,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/normupld.cpp",
"chars": 8707,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/pause_test.cpp",
"chars": 1897,
"preview": "/**************************************************************************/\n/* "
},
{
"path": "bbs/printfile_test.cpp",
"chars": 5914,
"preview": "/**************************************************************************/\r\n/* "
},
{
"path": "bbs/prot/crctab.cpp",
"chars": 8539,
"preview": "/*\n * Crc calculation stuff\n */\n\n#include <cstdint>\n\n/* crctab calculated by Mark G. Mendel, Network Systems Corporatio"
},
{
"path": "bbs/prot/crctab.h",
"chars": 313,
"preview": "/*\t@(#)crctab.h 1.2 96/09/13\t*/\n\n#include <cstdint>\n\n/*\n * Crc calculation stuff. See crctab.c\n */\n\nextern uint16_t cr"
},
{
"path": "bbs/prot/reference/checkcrc.cpp",
"chars": 5927,
"preview": "#include <cstdint>\n#ifndef\tlint\nstatic const char rcsid[] = \"$Id$\" ;\n#endif\n\n#include <stdio.h>\n#include <sys/types.h>\n\n"
},
{
"path": "bbs/prot/reference/main.cpp",
"chars": 18767,
"preview": "#include <cstdint>\n#ifndef lint\nstatic const char rcsid[] = \"$Id$\" ;\n#endif\n\n/*\n * Copyright (c) 1995 by Edward A. Falk\n"
},
{
"path": "bbs/prot/reference/network.cpp",
"chars": 2762,
"preview": "#ifndef\tlint\nstatic const char rcsid[] = \"$Id$\" ;\n#endif\n\n/*\n * Copyright (c) 1995 by Edward A. Falk\n */\n\n\n/**********\n "
},
{
"path": "bbs/prot/reference/receive.cpp",
"chars": 20548,
"preview": "#include <cstdint>\n#ifndef\tlint\nstatic const char rcsid[] = \"$Id$\" ;\n#endif\n\n\n#define\tTEST\t/* standalone test */\n\n#inclu"
}
]
// ... and 2864 more files (download for full content)
About this extraction
This page contains the full source code of the wwivbbs/wwiv GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3064 files (33.9 MB), approximately 9.0M tokens, and a symbol index with 12494 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.