1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 28, 2024 — Sep 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More beautification the new user questions. Removed unnecessary crlfs from new user questions. More... over 23 years ago
Beautified the new user questions a bit. More... over 23 years ago
Set stdin to non-buffered (to hopefully solve problem on FreeBSD). More... over 23 years ago
Added SBBSCTRL environment var when spawning Unix externals. More... over 23 years ago
uinput clears string if K_EDIT mode bit isn't set. More... over 23 years ago
Used proper "unsigned short" in place of "ushort" (not always defined). More... over 23 years ago
Shortened the application title (removed "Configuration"). More... over 23 years ago
Removed Help menu item (F1/? key now works). Added help support to uinput. More... over 23 years ago
Help index is read as a short. More... over 23 years ago
Removed the debug output. More... over 23 years ago
Help index is written as a short. Displays help index entries as it writes them to the index (for debugging). More... over 23 years ago
Help index line number is read as a short. More... over 23 years ago
Added Help as menu item (F1 doesn't appear to be working from dialog_menu). More... over 23 years ago
Getting rid of gcc warnings/errors. More... over 23 years ago
Port to Unix (header files). More... over 23 years ago
Simplified the ulist() function. Added support for dialog_menu returning -2 (for help/F1). More... over 23 years ago
Over-all menu height was also hard-coded (to 22). More... over 23 years ago
Replaced hard-coded menu height with variable (and a default value of 14). Changed "Add Item" hot key from 'I' to 'A'. Increased menu width to account for app_title length (+4). If menu height is more than number of options, reduce menu height. More... over 23 years ago
Fixed missing paren. More... over 23 years ago
Only displays app_title in menus (ulist), and makes sure menu is wide enough. More... over 23 years ago
Whoops, api is a pointer. More... over 23 years ago
Added application title to dialog_ function calls. Application title (app_title) is set by call to uscrn(). More... over 23 years ago
uinput now checks if string was changed, and sets uifcapi_t.changes to TRUE. More... over 23 years ago
Added Unix macro definition for strnicmp (strncasecmp). More... over 23 years ago
Added more debug output in connect() before hostname resolution. More... over 23 years ago
Turns off all user-specific node bits when node_thread ends (was in logout()). More... over 23 years ago
Attempt to use alarm() (on Unix) to timeout connect(). More... over 23 years ago
logout() doesn't set node status to WFC (this is handled in node_thread). More... over 23 years ago
Ignores messages with delete attribute set. More... over 23 years ago
Added support for user.curxtrn and start of Gopher+ support. More... over 23 years ago