Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • 638-can-t-control-c-during-a-file-search
  • add_body_to_pager_email
  • c23-playing
  • cryptlib-3.4.7
  • dailybuild_linux-x64
  • dailybuild_macos-armv8
  • dailybuild_win32
  • dd_file_lister_filanem_in_desc_color
  • dd_msg_reader_are_you_there_warning_improvement
  • hide_remote_connection_with_telgate
  • master default protected
  • mingw32-build
  • mlong/darkmodetweak
  • mode7
  • new_config_format
  • new_file_base
  • new_user_dat
  • ree/mastermind
  • revert-9d6b6c2f
  • syncterm-1.2
  • sbbs320d
  • syncterm-1.6
  • syncterm-1.5
  • syncterm-1.4
  • sbbs320b
  • syncterm-1.3
  • syncterm-1.2
  • syncterm-1.2rc6
  • syncterm-1.2rc5
  • push
  • syncterm-1.2rc4
  • syncterm-1.2rc2
  • syncterm-1.2rc1
  • sbbs319b
  • sbbs318b
  • goodbuild_linux-x64_Sep-01-2020
  • goodbuild_win32_Sep-01-2020
  • goodbuild_linux-x64_Aug-31-2020
  • goodbuild_win32_Aug-31-2020
  • goodbuild_win32_Aug-30-2020
40 results
Created with Raphaël 2.2.011Mar1098765432128Feb27262524232221201918171615141312111098765A little more debug-level log output around the saving of receivingFix another memory leak found by scan-build (in an error condition).Overhaul the "System FidoNet Addresses" configuration menu - mainly justRemove the deprecated "Default Outbound FidoNet NetMail Address"Fixed a typo in one of the commentsLog the peer mailer version report with a LOG_INFO level message.Made use of cnflib.js to load file.cnf to get the viewable file types information. This requires the latest cnflib.js (and cnfdefs.js) in the load directory. Also, in the file listing, changed the info command from Enter to I. This saves a little space on the help bar at the bottom, and I think it's more consistent with using letters for the other commands. (I also wanted to be able to use the enter key for something else, which I might do as my own custom mod on my BBS, as I make it look & work more like my Baja file lister mod.)Example use of load/cnflib.js (and cnfdefs.js)Renamed msg.msg_misc (bit-field) to msg.settings, for consistency.The main function now updates bbs.node_action to NODE_LFIL to indicate that the user is listing files. bbs.node_action is restored to the previous value upon exit of the main function.Added file.cnf support (Nightfox, you could use this for your filearea-lbAdded a V command to the file directory list to allow viewing a file. This is done by reading ctrl/file.cnf (based on the read_file_config function in src/sbbs3/scfglib2.c), matching the filename extension in the list, and if found, it runs the file view command using bbs.exec().Allow the default CRAM challenge length (16 bytes) to be overriddenHave do_CryptFlush() return a bool.Lower CRYPT_ERROR_INTERNAL to NOTICE. Not sure the sysop can do anythingDon't start the mouse thread until after video init is successful.Mail server is guilty too.Not every crypt error is due to flushing data!Re-fix warnings, but be sane about it this time.Fix indentation.Open cryptlib.key read-only (also, be cooler)Make CRYPT_ERROR_NOTAVAIL LOG_INFO level.Oh yeah, that's WAY cooler.Fix last Clang warning.Fix unaligned pointer access warnings from Clang."If you alloc() in a DLL, thou shalt free() in the same DLL"Call va_end() on errors as well.Add missing NULL check.Add "SSH" to all the cryptlib SSH logging.And another of the same warnings.Address clang warning: comparison of unsigned expression < 0 is always falseFix warning.Fix warnings.Fix more memory leaks (in error conditions) discovered by clang scan-build.Fix get_ssl_cert() initialization of the error string pointer.Fix some suspicious typos found via clang warnings.Remove unused variable.Use new cryptlib log stuff for SSH.CRYPT_ENVELOPE_RESOURCE is debug-level as well.Elminated the redundnat "XXX Server listening" log messages
Loading