1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix (and simplify) pstrcasecmp and pstrcasecmp2. They were inappropriately running the length byte through inupc(), and thus could potentially report strings as being equal when they were not. More... over 20 years ago
Remove unnecessary processing of kHICommandClose in MWUICommandHandler - let MWEventHandler get kEventWindowClose instead. More... over 20 years ago
Remove unused define. More... over 20 years ago
Replace ulongstr with ntohl_str. More... over 20 years ago
Remove the global Drag & Drop handler - instead install handlers on each window specifically that needs one. Remove support for the plugin message for D&D support: if a plugin window wants to recieve drag tracking/receive messages, it needs to install its own handlers on its windows itself. More... over 20 years ago
Force gcc version 3.x and fix include paths IBM xlC seems to be picky about this, but it should be largely harmless for gcc. More... over 20 years ago
Back out of yet another amazingly lame change. *smack* More... over 20 years ago
Back out of lame change. Didn't even fix what I was looking for. More... over 20 years ago
Emulate ShadowIRC 1.1 behaviour and disallow Select All on contents of Input Line. More... over 20 years ago
1. Put stub switch() in for edit menu status 2. Ensure iwFront is true when the inputline content region is clicked. More... over 20 years ago
DNRRecord structure is shared between threads, so drp->lock must remain, or Bad Things May Happen. More... over 20 years ago
As getaddrinfo() is threadsafe (contrary to the opinion of the manpage -- thanks landonf), this mutex is no longer necessary. More... over 20 years ago
AI_ADDRCONFIG == only use IPv6 if there is an interface configured with an IPv6 address. More... over 20 years ago
here too! More... over 20 years ago
HMIAdd() go byebye! More... over 20 years ago
Add optimization to Deployment target, also, remove exports file as it currently causes more problems than it solves. More... over 20 years ago
Get rid of annoying black line drawn when window is resized. More... over 20 years ago
misinterpretation of TN2053. my bad. More... almost 21 years ago
Puma does have getnameinfo(), declaration is missing from headers. More... almost 21 years ago
Change console cmd-key from works now. More... almost 21 years ago
Change preferences shortcut keystroke to what every other App is using now... More... almost 21 years ago
End of IPv6 changes -- remove name resolver restriction More... almost 21 years ago
widen ConnectionRecord to accept IPv6 addresses and apply requisite fixes, including enabling DCC between IPv6 hosts. More... almost 21 years ago
remove a pascal declarator More... almost 21 years ago
ConnGetLocalIP() and friends -- update to use 'struct sockaddr' More... almost 21 years ago
missed this one before -- dynamically allocate and deallocate connEvt.sas More... almost 21 years ago
update ConnNewActive() and friends to use 'struct sockaddr' More... almost 21 years ago
ConnNewListen() argument re-order More... almost 21 years ago
TCPRemoteIP() - argument name change ConnNewListen() / NewListenConnection() - argument re-order More... almost 21 years ago
start widening structures to accept IPv6 addresses. More... almost 21 years ago