home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 42 / NETCD42.iso / chat / mac / shadow.hqx / ShadowIRC 1.0.1 / Version History < prev   
Encoding:
Text File  |  1998-12-12  |  25.9 KB  |  308 lines

  1. ShadowIRC Version History
  2. ⌐ 1996-1998 John Bafford
  3. All Rights Reserved
  4.  
  5. Changes to the ShadowIRC Plugins SDK are listed in the Version History file in the SDK package.
  6.  
  7. Changes in 1.0.1 - December 12, 1998
  8. Ñ Better file handling in some places.
  9. Ñ Better support for multiple instances of ShadowIRC using the same plugins.
  10. Ñ Fixed plugins-related crash in the preferences window.
  11. Ñ Added window proxies for text windows (Mac OS 8.5).
  12. Ñ Text editor is slightly better behaved when it can't open a large file.
  13. Ñ Fixed a bug in /ignore.
  14. Ñ Console menu item in Window menu checks and unchecks properly.
  15. Ñ Leading spaces before commands in the connect script are removed before processing.
  16. Ñ Fixed a bug reading in extremely long (511 or 512 characters) lines of text from IRC servers.
  17. Ñ Fixed some bugs in the userlist. Improved the appearance of the divider.
  18. Ñ Userlist menu item is properly checked or disabled now.
  19.  
  20. Changes in 1.0 - November 30, 1998
  21. New Features:
  22. Ñ Added registration code.
  23. Ñ SOCKS 5 Firewall support.
  24. Ñ Option for faster DCC send.
  25. Ñ DCC send now allows selectable packet sizes; the default is 4k, and valid packet sizes range from 0.5k to 16k, although the maximum limit is purely arbitrary and could be raised higher. Note that you probabally don't want to set the packet size above 4k unless you are on a fast connection.
  26. Ñ DCC sends also have other enhancments, particuarally with (very) fast connections and with clients with small receive buffers.
  27. Ñ DCC gets should also be faster (depending on connection speed), and will always pull all availble data as quickly as possible.
  28. Ñ DCC supports MacBinary III. File creation and modification dates are also properly set now.
  29. Ñ "Reverse" DCC sends, which allow files to be sent from inside a firewall in many cases.
  30. Ñ mIRC color processing is complete: ShadowIRC can draw the background color when one is given.
  31. Ñ mIRC-like popups support: control-click on a one-word selection or option-click. They can be configured from the Popups.conf file in the plugins Preferences folder. (Popups plugin must be installed; it's in the Plugins folder in the distribution.)
  32. Ñ A serverlist. (ServerList plugin must be installed; it's in the Plugins folder in the distribution.)
  33. Ñ A userlist. (Userlist plugin must be installed; it's in the Plugins folder in the distribution.)
  34. Ñ Appearance Manager aware: message window and inputline status areas draw using Appearance theme colors. Scroll bars use proportional thumbs under Mac OS 8.5. (Scroll bars still use SmartScroll for proportional thumbs under earlier versions of Mac OS.) 30th shortcut is disabled properly under Mac OS 8.5. ShadowIRC attempts to draw windows to look like the Apple Platinum theme when Appearance is not available. 
  35. Ñ Slightly sped up loading plugins.
  36. Ñ Sped up processing of many server commands.
  37. Ñ Reduces memory requirments while processing server commands.
  38. Ñ Sped up opening new channel windows.
  39. Ñ Slightly sped up 68k plugins.
  40. Ñ Added options for default signoff and kick messages, and ctcp finger and userinfo responses. '$version' in the signoff message is expanded into the version of ShadowIRC you are using.
  41. Ñ '$selecteduser' in shortcuts is replaced with the first selected user if the userlist is installed.
  42. Ñ If Show MOTD option is turned on, the MOTD recieved during connection is displayed in the console.
  43. Ñ Query windows now track nick changes.
  44. Ñ Actions work in DCC chats.
  45. Ñ Sped up connecting to IRC servers. Also removed a one second delay between establishing a connection and registering with the server.
  46. Ñ Sped up style processing in message windows.
  47. Ñ Attached a connections list to the connection/server name in the inputline.
  48. Ñ Home and End keys now scroll to the top/bottom of the current message window.
  49. Ñ Cmd-up and cmd-down work function as page up/page down.  Cmd-opt-up and cmd-opt-down function as home/end
  50. Ñ Ctrl-up and ctrl-down scroll the text of the current message window up/down by one line.
  51. Ñ Using Cmd-` to activate the console window will now hide it if it is the frontmost window.
  52. Ñ Tab key doesn't delete inputline text when it cycles through nicks: if /msg nickname is at the begining of the inputline, ShadowIRC replaces the nickname with the next person in the /msg nicknames buffer; otherwise, it inserts /msg nickname at the begining of the message.
  53. Ñ Text windows now have live scrolling.
  54. Ñ Contextual menu support in message windows has been enhanced. Menus don't show choices that don't apply to the current selection (or lack of one).
  55. Ñ ShadowIRC now has Drag and Drop support:
  56.     * Text can be dropped on any channel window or the inputline. Text can also be dropped on the desktop.
  57.     * Dragging a nickname from one channel window to another invites them.
  58.     * Text can be dropped on the topic bar in channel windows to set topics.
  59.     * Files can be droped on query and DCC chat windows to initiate a dcc send.
  60. Ñ ShadowIRC is now Appearance Manager savvy.
  61. Ñ By popular request, ctrl-d and ctrl-u clears inputline text.
  62. Ñ Lowered low-memory cleanup from 40k to 30k free.
  63. Ñ Added a simple text editor.
  64. Ñ Cmd-period will stop pastes (and text drops).
  65. Ñ You can disable displaying join, part, quit, or mode change messages.
  66. Ñ Plugins can mix color styles, save/reset text styles, and specify arbitrary colors (i.e. colors not in a color set) in displayed text.
  67. Ñ Added a new color for notify messages so they stand out more.
  68. Ñ Added a new color for timestamps.
  69. Ñ Control-clicking on a deactivated window will now properly activate it before displaying the contextual menu.
  70. Ñ Shift-tab cycles through the /msg nicknames list backwards.
  71. Ñ Further enhanced the usefulness of the commands menu: when applicable, text in the inputline is appeneded to a command.
  72. Ñ /c command will now also take a server name, port, password. (i.e. /c 1 irc.amug.org)
  73. Ñ /bye [<signoff reason>] - Disconnects from all servers and quits.
  74. Ñ /say <text> - Sends the text to the current window. (So you can type text that begins with the command character.)
  75. Ñ /exceptions [<mask>] - Lists the exceptions on the channel, optionally matching against the mask.
  76. Ñ Added ctcps to console prefs option.
  77. Ñ Support for EfNet TS4.
  78. Ñ Color settings can be imported and exported.
  79. Ñ Rewrote the low-level DNS lookup code. Startup and DNS lookups should be marginally faster now.
  80. Ñ Did some optimizations on the TCP/IP code.
  81. Ñ Added option to resend away messages on reconnect.
  82. Ñ Added undo support for text windows and the inputline.
  83.  
  84. Bug Fixes:
  85. Ñ Cmd-clicking on URLs now works correctly if the url helper is already open.
  86. Ñ Fixed problem where a /msg, /notice, etc which began with a : would have the : stripped. (You can /msg :) now.)
  87. Ñ Fixed a bug in /dcc where additional parameters typed after the nickname would cause the dcc not to work. 
  88. Ñ Fixed a bug involving getting userhosts for connections other than the first one.
  89. Ñ No-such-user messages from userhost lookups are no longer displayed.
  90. Ñ Inverse text is displayed in inverse now.
  91. Ñ /ISON works again
  92. Ñ Fixed preferences window crashes.
  93. Ñ Text windows now scroll when you drag-select in the window.
  94. Ñ Fixed a bug in Find, where it wouldn't find a one character long string.
  95. Ñ Fixed the annoying scrolling problem where if there weren't a whole number of lines being displayed in a window and you scrolled away from the bottom, you couldn't scroll all the way back to the bottom until more text was added to the window. 
  96. Ñ DCC send and get can now send/recieve multiple files from the same user, however you may need to have auto-dcc get turned on at present to simultaneously recieve multiple files from the same person.
  97. Ñ CTCPs are no longer valid if the ctcp character is not the first character in the message received.
  98. Ñ Topic window allows you to set the topic on a -t channel regardless of whether or not you're an op.
  99. Ñ Getting kicked from a +k channel will attempt to rejoin with the most recently used key.
  100. Ñ Fixed return key in prefs/shortcuts/etc dialog boxes.
  101. Ñ The cursor is restored to normal after opening a contextual menu without the contextual menu manager installed.
  102. Ñ Topics with ctrl-n (clear styles) now draw correctly in the topic bar.
  103. Ñ Sounds plugin will play private /msg sounds when it's the first plugin loaded now.
  104. Ñ A few minor bug fixes for stuff that could only cause problems for plugins that use some commands.
  105. Ñ Fixed a bug relating to plugin preference panels.
  106. Ñ Default height for the inputline is now the minimum height it can be set.
  107. Ñ Fixed a bug which caused (parts of) some inputline displays to not display the first time ShadowIRC was opened unless the window was moved and/or resized from the default position/size.
  108. Ñ Fixed a possible freeze/crash when parsing large numbers of beeps for message windows.
  109. Ñ You can no longer set a connection name to an empty string.
  110. Ñ Clicking in a window title bar now immediately activates it like it should.
  111. Ñ Grow box behaves a bit better than it did before when Appearance wasn't installed.
  112. Ñ Correctly reports ops if you join a new channel on some non-standard servers. (TalkCity, for example.)
  113. Ñ Fixed plugin-related bugs with DNS lookups.
  114. Ñ Using the tab key to select a nick to send a /msg to now properly remembers the correct connection to send it through.
  115. Ñ Fixed a problem with drawing the border of the message window status area in the channel text.
  116. Ñ Now ignore "empty" CTCP requests. Previously, they would cause garbage to display and would generate messy ctcp replies.
  117. Ñ Now does signon script when connecting to servers that don't have a MOTD.
  118. Ñ Your nickname is now indented when text indenting is on.
  119. Ñ Identd should be a little more compatible now, since the connection isn't closed until the server closes it first, or after a timeout period.
  120. Ñ Invites from ignored people no longer display.
  121. Ñ Notices now display userhost information when the toggle for displaying them with /msgs is turned on.
  122. Ñ Fixed a potential crash whenever a ban was removed from the internal bans list.
  123. Ñ Removed delay when disconnecting from servers.
  124. Ñ Correctly send the quit command in all cases when disconnecting.
  125. Ñ Fixed problem with displaying improperly terminated CTCP requests.
  126. Ñ Fixed potential crash when receiving messages in the background.
  127. Ñ Now properly sends the PASS authentication command to the server.
  128. Ñ Fixed a bug when deleting connections that prevented the last connection in the list from being deleted.
  129. Ñ Fixed bugs closing files that could result in the finder reporting that "the server that contains it has been disconnected." This could also cause another application to quit when ShadowIRC is quit.
  130. Ñ When a dcc is received while ShadowIRC is in the background, no longer bring up a standard file dialog (and crash). Instead, inform the user with the notification manager.
  131. Ñ Fixed several bugs that limited what plugins could do with windows (plugin windows can have reference constants now) and message windows (plugins can now put controls in message windows, and have them track clicks properly). Also fixed some bugs dealing with continually resizing panes in message windows.
  132. Ñ Added several other items to the API to extend what plugins can do.
  133. Ñ Reduced the default size of message windows so they fit on 9" screens.
  134. Ñ Fixed some bugs in the handling of items in the windows menu.
  135. Ñ Actions can now be longer than 255 characters.
  136. Ñ Fixed formatting problem with actions.
  137. Ñ Fixed several other miscelaneous bugs.
  138. Ñ Fixed bug in DCC send that was causing finished dcc sends to close too quickly.
  139. Ñ Fixed bug in DCC that caused files to not be closed properly after a send or get.
  140. Ñ Changing the font size in message windows no longer resets the font back to Geneva.
  141. Ñ Pressing (option-)up-arrow to go to the previous text in the inputline no longer puts garbage in the inputline.
  142. Ñ Tile and cascade work a bit better now. Tile sizes and positions windows approprately for Appearance themes.
  143. Ñ Fixed a bug in the floating windows library that would cause new windows to always be placed behind all others when ShadowIRC was in the background.
  144.  
  145. Miscelaneous:
  146. Ñ ShadowIRC has been recompiled with CodeWarrior Pro 4.
  147. Ñ The Command Reference file is no longer included because it is in the help menu.
  148. Ñ A few other minor additions to the plugins SDK.
  149. Ñ ShadowIRC uses Navigation Services, when present.
  150. Ñ "Settings" files from ShadowIRC 0.6.2 and earlier are no longer checked. If you have not yet upgraded to ShadowIRC 0.6.3 or later, you will need to move it to the preferences folder in the System Folder and rename it "ShadowIRC Preferences".
  151. Ñ The mailcheck plugin has been updated.
  152. Ñ Plugins from ShadowIRC 0.7.0 do not work; they must be updated to work with ShadowIRC 1.0.
  153.  
  154. Changes in 0.7.0 - April 29, 1998
  155. Ñ DCC Send works. Fixed bugs in DCC Get. Added MacBinary DCC send.
  156. Ñ Added progress indicator for file transfers to /dcc.
  157. Ñ Plugins can now create items in the inputline and in message window status areas. Plugins can also create panels in message windows to provide displays or controls.
  158. Ñ Darkened inputline and message window status areas. Mode switches look "3D" now.
  159. Ñ Added topic window. (Click on topic area in channel windows.)
  160. Ñ Fixed /dns nickname
  161. Ñ Now uses offscreen graphics to update message window and inputline status areas to reduce flicker.
  162. Ñ If windows or the inputline appear offscreen when they're created, they're moved to "default" positions onscreen.
  163. Ñ Fixed problems that could result in crashes and garbage in the inputline status area if the last window was closed.
  164. Ñ Added options to limit the number of retries and delay between retries on server connection retries.
  165. Ñ Fixed a problem where case-insensitive string compares would not correctly compare a lower-case 'z' to a capital 'z'.
  166. Ñ ShadowIRC continues to process data even when a dialog is open.
  167. Ñ Resaved the splash screen in a format that loads quicker. (Doesn't require QuickTime to display anymore, and it's smaller, too.)
  168. Ñ You can select Ircle or mIRC color processing on a window-by-window basis now.
  169. Ñ Cascading windows menu item.
  170. Ñ Dialogs are Appearance Manager aware.
  171. Ñ Added widget to message window status lines that displays the window's contextual menu.
  172. Ñ $il tag (inputline text) can be used more than once per shortcut.
  173. Ñ $<- tag, when paired with a $-> tag, sets a selection in the inputline. (Eg; "/kick $channel $->$nick$<-") Selected text in the inputline will replace anything between these two tags.
  174. Ñ $lastjoiner expands to the last person that joined the current channel.
  175. Ñ Fixed a minor bug where ShadowIRC could think you have ops on entering a channel when you didn't. This happened if someone who's nick that started with your nick was opped.
  176. Ñ Moved help window to help menu. Added command reference.
  177. Ñ Lots of bug fixes relating to plugins and preferences panels.
  178. Ñ Worked around problems with attempting to open/close the same file more than once.
  179. Ñ When running low on memory, ShadowIRC now deletes text in message windows before it brings up a low-memory alert. The alert is still displayed if ShadowIRC can't keep more than 40k of memory free.
  180. Ñ Fixed problem where userhosts would not be pulled from the server all the time for multiple connections.
  181. Ñ Select All now selects inputline text if you have typed something since clicking on a window.
  182. Ñ Oper kill no longer quts ShadowIRC.
  183. Ñ Other minor bug fixes and trivial feature additions.
  184. Ñ Some code optimization.
  185. Ñ Extensive enhancments to the plugins API.
  186.  
  187. Changes in 0.6.4 - March 15, 1998
  188. Ñ If the current target is a DCC chat window and the connection is closed, properly update the inputline and current target variable. Previously, attempting to type into the window again without selecting another window first could cause a crash.
  189. Ñ If the position of a new message window ShadowIRC opens would appear partially offscreen, ShadowIRC repositions the window so it's entirely onscreen.
  190. Ñ Fixed several bugs relating to plugins doing DNS lookups and preferences windows panels.
  191. Ñ Support for modeless channels (+channelname) in ircu 2.10.02.
  192. Ñ ShadowIRC now support sending part commends directly. (/part channelname part reason here)
  193.  
  194. Changes in 0.6.3 - March 6, 1998
  195. Ñ Fixed a bug calling plugins for CTCP messages. (Wasn't setting the current connection.)
  196. Ñ Fixed a bug in displaying /whois idle times.
  197. Ñ Will now properly handle DCC chats from different connections with the same target nickname.
  198. Ñ ShadowIRC now saves its settings file as "ShadowIRC Preferences" in the Preferences folder.
  199. Ñ Added at least eight numeric commands for SuperChat.
  200. Ñ /ignore can take a list of comma separated ignore maks now.
  201. Ñ Added /notify list. /notify nickname adds someone to the notify list for the current connection, /notify -nickname removes them. /notify also takes a comma or space-delimited list of nicknames.
  202. Ñ Help window now always opens with a white background.
  203. Ñ Fixed a bug that could potentially cause crashes at startup and put garbage into the status line.
  204. Ñ Added two more Dalnet numeric replies.
  205. Ñ Preferences window remembers the active pane when you close and reopen it.
  206. Ñ Added Disconnect DCC Connection option for DCC chat windows. (Closes the DCC connection without closing the window.)
  207. Ñ More bug fixes dealing with situations where a plugin does something that causes a plugin to be called.
  208. Ñ Fixed a cosmetic bug where message windows opened while ShadowIRC was in the background would have their scroll bars active.
  209.  
  210. Changes in 0.6.2 - February 16, 1998
  211. Ñ Fixed a bug that could cause crashes when opening the preferences window.
  212. Ñ Actions work in query windows now.
  213. Ñ A /who or /whois without an argument when the current target is a query or DCC window does a /who on that person.
  214. Ñ /whois now displays idle time in hours, minutes, and seconds, rather than just seconds.
  215. Ñ Plugins can now communicate with each other.
  216.  
  217. Changes in 0.6.1 - February 14, 98
  218. Ñ Multiple connections are enabled.
  219. Ñ Logging prefs window displays the path to the logs directory now.
  220. Ñ ShadowIRC puts log files in a folder inside the logs folder with the name of the connection; this way, if you're on the same channel on two different networks, log files won't interfere with each other. If the folders are deleted, ShadowIRC will re-create them. If you use the logging feature, it is not reccommended you give the same name to more than one connection.
  221. Ñ Added /c and /d = open/close a connection
  222. Ñ Fixed (I hope) a problem where ShadowIRC could get confused by messages from the server that were fragmented.
  223. Ñ Displays IP lookup messages in console when connecting.
  224. Ñ /umode = /mode YourNickname
  225. Ñ Sending a /msg to more than one person at a time (/msg nick1,nick2,etc.) no longer automatically opens a /query window if that option is enabled. You can still open a /query window for outgoing message to multiple nicks with /query nick,nick2,nick3, though.
  226. Ñ Added connect/disconnect to server item in channel window contextual menus.
  227. Ñ Added connect/disconnect submenus in console window contextual menu.
  228. Ñ Added connect/disconnect submenus in file menu.
  229. Ñ The mIRC color set now more accurately represents the actual colors mIRC uses.
  230. Ñ WASTE text engine updated to version 1.3.
  231. Ñ Changed the way the current resource file is reset to ShadowIRC's resource fork when loading plugins. This should be more reliable and faster.
  232. Ñ The low memory checker should function better now. You will get an error the first time it detects you have less than 40k free, and ShadowIRC will "gracefully" terminate if you have less than 15k free.
  233. Ñ Fixed a problem that could cause crashes when opening a DCC chat window.
  234. Ñ Fixed MacBinary DCC file get. DCC send still does NOT work.
  235. Ñ Processes color and styles in the topic line. Color is only processed if you're using the Ircle color set. mIRC color support in the topic line will be added later.
  236. Ñ Moved a bunch of strings from the code to STR# resources.
  237. Ñ Various other bug fixes and minor tweaks.
  238.  
  239. Changes in 0.6.0 - January 13, 1998 (not officially released)
  240. Ñ Multiple connection support is mostly completed; just a few small things to iron out first.
  241. Ñ A ton of minor bug fixes and tweaks for multiple connection support.
  242. Ñ No more ten channel limit (although anything past the first ten doesn't show up in the windows menu yet.)
  243. Ñ /signoff no longer attemps to reconnect if you have that option enabled.
  244. Ñ After joining a channel, update its status line. (In case the window was for an inactive channel, etc.)
  245. Ñ Fixed a problem with cursor focusing where if the "don't select window" option was enabled, moving the mouse over the console window could cause the inputline to flicker.
  246. Ñ Option to prevent new windows from being activated if there was text in the inputline (so a /query window automatically opening wouldn't accidentally take text meant for a channel, for example).
  247. Ñ Fixed a problem where when rejoining channels during a reconnection, the target as show in the inputline and the active window might not match.
  248. Ñ Added numeric 512 (no such gline, undernet)
  249. Ñ ShadowIRC was accidentally using the notice color instead of the server message color for most server messages. (Since they're the same color by default, this probabally wasn't visible.)
  250. Ñ Channel CTCPs now identify as such.
  251. Ñ If the "show user@host with incoming messages" option is turned on, this applies to CTCPs as well.
  252. Ñ Added server password setting for thos situations where one is necessary. (You can usually leave this blank.)
  253. Ñ 30 shortcuts are now available.
  254. Ñ The Mercutio MDEF is used for the Shortcuts menu.
  255. Ñ NOTE: The prefs file format has changed. You will need to throw out your old settings file.
  256. Ñ NOTE: ALL plugins will need to be updated to work with this version. Plugins from older versions of ShadowIRC will not load and an error message will be displayed.
  257.  
  258. Changes in 0.5.5 - January 8, 1998
  259. Ñ Option to not load the fonts menu. (This can speed up launch on machines with large numbers of fonts.)
  260. Ñ Fixed a bug that could cause ShadowIRC to freeze when in Ircle color mode and a line of text to be displayed ended with a ctrl-c.
  261. Ñ Fixed a bug where rejoining a channel that had bans in it after being kicked or reconnecting to the server could crash ShadowIRC or leave the banslist corrupted.
  262. Ñ Fixed a bug that could cause problems when plugins created new message windows.
  263. Ñ Fixed a bug that could cause plugins to lose messages. (Most obvious would be that some plugins aren't inited at startup.)
  264. Ñ Fixed a bug with text input into message windows owned by plugins.
  265. Ñ Options to automatically log query windows and DCC chat.
  266. Ñ Got rid of that annoying '* :' in /whois and /whowas replies.
  267. Ñ Increased the time between userhost lookups when joining channels to help reduce user-not-found errors due to connection lag.
  268. Ñ Processes numeric 275 (/stats d on Undernet)
  269. Ñ When using the "Copy and paste to Inputline" contextual menu item, now deselect the selection before pasting.
  270. Ñ Fixed a bug in /query where it wouldn't display the right error message when you /query'd an invalid nickname.
  271. Ñ Plugins can now get mode changes.
  272. Ñ Fixed a bug with pasting multiple lines of text into ShadowIRC.
  273. Ñ When displaying user@hosts with private messages, display as "nick[user@host]" rather than "nick!user@host"
  274. Ñ Now includes the Infinity WDEF for compatibility with pre-7.5 systems.
  275. Ñ Includes sound support for plugins.
  276. Ñ IrcII text display option.
  277. Ñ Fixed a bug involving windows that had "special" characters (like ^, for example) not closing properly because they weren't inserted into the windows menu properly.
  278. Ñ Updated a bunch of code in preparation for multiple connections. The new code is also more efficient.
  279.  
  280. Changes in 0.5.4r1 - December 31, 1997
  281. Ñ ShadowIRC now works on PowerPC machines without OS-level contextual menu support. (oops!) 
  282.  
  283. Changes in 0.5.4 - December 29, 1997
  284. Ñ /whowas now uses proper grammar when displaying the server someone was on.
  285. Ñ Fixed bug in /cping result display that could cause garbage characters appended to the end of the display message.
  286. Ñ Contextual menu support! ShadowIRC displays context-sensitive menus when the control key is down. If MacOS 8.0 or later is installed, it takes advantage of the Contextual Menu manager. In earlier versions without contextual menu support, ShadowIRC tries its best to pop up menus, but things get a bit weird when menus are poped up near the bottom of the screen. Plugins can do contextual menus too.
  287. Ñ Clear command clears entire window text if there is no selection, and the scroll bars properly update now.
  288. Ñ Option for cursor focusing to not make the window active, but just change targets. (Watch the inputline; it's the only indication of where your message is going.)
  289. Ñ Dialogs for mode +l, +k now show up centered in the proper window. Use the correct window for +k now, too. Also disables the front window and hides the floaters while they're up.
  290. Ñ Forgot to set a few of the variables available to plugins in 0.5.3.
  291. Ñ Fixed a bug with the /msg nicks history that could cause problems if ten nicks were remembered and an eleventh one is added.
  292. Ñ Styles in /debug text in console aren't processed anymore.
  293. Ñ Default color for "regular" users in the userlist was white, instead of black. You may wish to change it.
  294. Ñ /dns machinename* does a lookup on the string as if it were a machine name, rather than a user name. (For example, /dns z = do a DNS lookup on the machine name/ip of user 'z'; /dns z* does a DNS lookup on a machine named 'z'.)
  295. Ñ Logging has been implemented. To turn on automatic logging, select a folder in preferences and turn on autologging. Logging can be turned on/off from a window's contextual popup as well. To repeat again, Contextual Menus _DO_ work, no matter what version of Mac OS you have.
  296. Ñ Cleaned up some of the TCP code. Getting closer to multiple server connections...
  297. Ñ Zoom button in message windows works now.
  298. Ñ Signoff messages (and part, where applicable) now display the closing parenthesis in the correct color if color codes are used in the message.
  299. Ñ Increased the size of message window buffers from 16k to 25k.
  300. Ñ Fixed a bug in the floating windows library where the console, if hidden, could appear when ShadowIRC was switched to the foreground..
  301.  
  302. Changes in older versions of ShadowIRC can be found on the version history web page: <http://www.shadowirc.com/shadowirc-changes.html>.
  303.  
  304. ShadowIRC 0.5.3 - December 22, 1997
  305. ShadowIRC 0.5.2r1 - December 14, 1997 (5:30 PM EST)
  306. ShadowIRC 0.5.2 - December 14, 1997 (4:30 PM EST)
  307. ShadowIRC 0.5.1 - December 6, 1997
  308. ShadowIRC 0.5 - November 30, 1997