1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove a few pascal declarators and fix a misnamed variable. More... about 21 years ago
Store the DCC and log folder locations as application PList preference data. Please note that if you are using anything other than the defaults you will now need to re-select them in the preferences window. Logs are now correctly stored in $HOME/Library/Logs/ShadowIRC. More... about 21 years ago
...and the corresponding key to access it. More... about 21 years ago
DCC save prompt. More... about 21 years ago
Enable the Services menu. Make Sticky, anyone? :) More... about 21 years ago
Add StringKeys.h to project. More... about 21 years ago
CFString macros for localized strings More... about 21 years ago
Add string for invalid DCC folder. More... about 21 years ago
CFURLGetFSRef() fails if the file/directory does not exist. This is in line with the fact that FSRefs are deterministic (cannot reference a non-existant file). More... about 21 years ago
ewps, this too. More... about 21 years ago
write this out elsewhere. More... about 21 years ago
Add prompt for invalid log folder. More... about 21 years ago
add Localizable.strings to the project. More... about 21 years ago
Contains Unicode strings that are displayed to a user which may be desirable to localize in the future. More... about 21 years ago
capitalization. More... about 21 years ago
No. More... about 21 years ago
Seems a good opportunity to bump to a9. More... about 21 years ago
set file type and creator info for incoming DCC files. Fixes SF bug #507438 More... about 21 years ago
Removed arbitrary 31-character filename limit. Filenames in OS X can be longer but rarely does one encounter a filename > 255 characters which is as much as a Pascal string will store. More... about 21 years ago
Fix display of Close Connection sub-menu Submitted by: Rudy Richter <[email protected]> More... about 21 years ago
Properly check for getaddrinfo() failure More... about 21 years ago
Changes to doTCPListenOpen: Dynamically allocate portstr using asprintf Stylistic changes to if/else block More... about 21 years ago
Restore stylistic integrity to TCPRemoteIP() More... about 21 years ago
WEActivate()/WEDeactivate() unnecessary. Also, floaters should be hidden regardless of the value of 'noFloatingInput'. More... about 21 years ago
Extraneous. Want to get away from writing Pascal-string wrapper functions. More... about 21 years ago
Boneheaded previous commit. More... about 21 years ago
Only fails on a system with no TCP stack. More... about 21 years ago
Fixed inet_ntop_str() to closer resemble inet_ntop() More... about 21 years ago
Show/Hide Inputline depending on active state of Shortcuts window. Fixes SF bug #599794 More... about 21 years ago
Smarter socket picker. Groks IPv6 now. More... about 21 years ago