1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Sep 20, 2024 — Sep 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New property: node_action New methods: automsg, text_sec, xtrn_sec, user_config, sys_info, sub_info, dir_info, user_info, ver, sys_stats, node_stats, userlist, useredit, logonlist, nodelist, whos_online, and spy (command shell type functions). More... over 23 years ago
readmail() now checks 'K' restriction. More... over 23 years ago
xtrn_sec() now checks 'X' restriction. More... over 23 years ago
Created nodelist function (was case statement in execfunc.cpp). More... over 23 years ago
Created functions (in str.cpp) from case blocks in execfunc.cpp for common BBS functions (now available as methods of the bbs JS object). More... over 23 years ago
Additional subscan parameter for js_CreateMsgAreaObject. More... over 23 years ago
Additional subscan parameter (set to NULL for now) for js_CreateMsgAreaObject. More... over 23 years ago
Added "question" property for yesno/noyes functions. More... over 23 years ago
Missing C++ implementation for putmsgptrs(). More... over 23 years ago
Added subscan_t array parameter to js_CreateMsgAreaObject. Used for new scan_cfg, scan_ptr, and last_read properties. More... over 23 years ago
Added subscan_t array parameter to js_CreateMsgAreaObject. More... over 23 years ago
Converted six arrays of ulong/short for sub-board config/pointer data to a single array of structures. More... over 23 years ago
Converted six arrays of ulong/short for sub-board config/pointer data to a single array of structures. Created exported C functions to get/put sub-board cfg/ptr data for a user. More... over 23 years ago
Created subscan_t type. More... over 23 years ago
Added bbs properties: curgrp, cursub, curlib, and curdir. More... over 23 years ago
Fixed comment. More... over 23 years ago
Added trailing newline to make gcc v2.96 happy. More... over 23 years ago
Added missing cmdstr() call for hotkeys. More... over 23 years ago
Added trailing newline to make gcc v2.96 happy. Missing return types for new chat methods. More... over 23 years ago
Added trailing newline to make gcc v2.96 happy. More... over 23 years ago
Updated reading mail prompts. More... over 23 years ago
SMTP return path listed in client display as user name. Line counting and display and time-slice yields every 100 lines. More... over 23 years ago
Guest/anonymous e-mail address listed in client display. More... over 23 years ago
Created Font menu option to change font used for memo. More... over 23 years ago
Removed backslashes from includes. Removed reference to SYSOP.DOC. More... over 23 years ago
Updated message header display, user defaults, new user questions. More... over 23 years ago
Fixed multiple newsgroup posting. More... over 23 years ago
Added support for multiple newsgroup postings. More... over 23 years ago
Added nine chat functions: page_sysop, page_guru, multinode_chat, private_message, private_chat, get_node_message, put_node_message, get_telegram, and put_telegram. More... over 23 years ago
Initialize hotkey recursion counter (hotkey_inside). More... over 23 years ago