home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / amirc / README.beta < prev   
Text File  |  2014-05-19  |  12KB  |  278 lines

  1. This is a beta release for registered users only. It will not run
  2. without a keyfile. 
  3.  
  4. Olli
  5.  
  6.  
  7. 3.5.1
  8. =====
  9. - GUI: it was possible to trigger a MUI layout fallback by inviting
  10.   people with excessivly long channel names (Olli)
  11. - Plugin: AMIPLUGATTR_Channels wasn't working (Olli)
  12. - Input: parameter substition fixed to only replace if a single char 
  13.   is given -- this makes stuff like "/whois *nick*" working again (Olli)
  14. - GUI: adding new servers and groups in server selection now properly
  15.   makes the new entry active and scrolls to the right position (Olli)
  16.  
  17. 3.5.2
  18. =====
  19. - GUI. fixed floating user list window title being bogotised (Olli)
  20. - GUI: fixed floating user list not updating at all (Olli)
  21. - Input: /reconnect without a server connection would crash
  22.   horribly (Olli)
  23. - Net: (hopefully) fixed deadlock on +I modes without parameters (Olli)
  24. = GUI: designed and written a brand new advanced textdisplay list class,
  25.   giving the following improvements:
  26.    - efficient internal storage causes a dramatic reduction in memory usage
  27.    - advanced one-pass layout engine ensures ultra fast relayout, even with
  28.      myriads of lines
  29.    - silky smooth and improved textmarking, configurable marking colors
  30.    - pointer position dependant scrolling speed while marking up/down
  31.    - more responsive inline URL handling and correct handling of URLs split
  32.      accross multiple lines
  33.    - close-to-100% mIRC color code emulation
  34.   (Entity)
  35. - GUI: brought back the [L]ogging button as an option which is enabled by
  36.   default (Entity)
  37. - GUI: (hopefully) fixed the existing-bans-not-appearing-in-list-after-
  38.   setting-one problem (Entity)
  39. - Net: 'Deliberately hiding the VERSION response using a nifty plugin' is
  40.   now allowed for registered users only (Entity)
  41. - GUI: new input string history handling, if you (accidentally) hit cursor-up
  42.   while editing a line it won't be lost anymore unless the line being edited
  43.   is an old one (Entity)
  44. - GUI: added option to remove the close gadget from chat windows (Entity)
  45.  
  46. 3.5.3
  47. =====
  48. - GUI: fixed F-Keys not working in input string due to 3.5.2 changes (Entity)
  49. - GUI: close gadget option didn't get saved (Entity)
  50. - GUI: fixed joining a channel of 39 or more chars doing Bad Things (Entity)
  51. - GUI: fixed possible crash/hits when scrollbuffer limit was reached (Entity)
  52. - GUI: (hopefully) fixed the menus-not-appearing problem (Entity)
  53. - GUI: fixed input string history not working with shift/capslock (Entity)
  54. - GUI: fixed buffer overflow in invite handling (really, this time) (Olli)
  55.  
  56. 3.5.4
  57. =====
  58. - GUI: fixed '~' not being stripped from username in the ban window (Entity)
  59. - GUI: fixed Save Buffer from causing an infinite loop (Entity)
  60. - Rexx: added a 'disconnect' command (Zapek)
  61. - GUI: fixed colored multiline entries not having the lines after the first
  62.   one colored if no further styles followed (Entity)
  63.  
  64. 3.5.5
  65. =====
  66. (public beta)
  67.  
  68. 3.5.6
  69. =====
  70. (public beta)
  71. - General: recompiled with full optimization (Olli)
  72. - General: fixed $VER tag, after all (Olli)
  73. - General: Packaged new TI and vapor_toolkit.library (Olli)
  74. - General: raised beta timeout to 1.4.2001 (Olli)
  75.  
  76. 3.5.7
  77. =====
  78. - GUI: fixed text scrolling up 1 line too much in certain circumstances
  79.   leaving a blank gap (Entity)
  80. - GUI: fixed crash on quitting with seperate userlist(s) open (Entity)
  81. - Cmd: /DCC commands now no longer require specifying the nickname when they
  82.   are typed in a query window (Entity)
  83. - GUI: fixed enforcerhit on opening userlist contextmenu (classic style) when
  84.   there's more than 2 users activated (Entity)
  85. - Cmd: fixed buffer overflow caused by /HELP (and other things) (Entity)
  86. - GUI: fixed bug in text display class minwidth calculation resulting
  87.   in the layouter eating all available memory and screw up bigtime (Entity)
  88.  
  89. 3.5.8
  90. =====
  91. - GUI: fixed crash on entering 512 chars or more in the topic gadget (Entity)
  92. - Cmd: /QUERY <nick> <text> now causes <text> to appear in the newly opened
  93.   query window instead of the window the command was issued in (Entity)
  94. - GUI: mode changes won't alter the topic string anymore when it is being
  95.   edited, really this time (Entity)
  96.  
  97. 3.5.9
  98. =====
  99. (public beta)
  100. - General: recompiled with full optimization (Olli)
  101. - General: Packaged new TI and vapor_toolkit.library (Olli)
  102. - General: raised beta timeout to 1.6.2001 (Olli)
  103.  
  104. 3.5.10
  105. ======
  106. - Cmd: fixed FORCE option causing /RELOAD to fail (Entity)
  107. - GUI: changed mode buttons to lowercase (Entity)
  108. - GUI: fixed the ban/invite/exempt list (3rd attempt :) (Entity)
  109. - GUI: fixed the crash on drag&drop of windows on some occasions (Entity)
  110.  
  111. 3.5.11
  112. ======
  113. - General: redesigned the way sounds are loaded. the new sound datatype
  114.   manager causes only those sounds to be loaded/freed that changed since
  115.   the last loading phase, instead of freeing all sounds and reloading them
  116.   again. Other than being more memory efficient, this has the added
  117.   advantage of no longer having to wait 2 seconds for the changes to take
  118.   effect after hitting 'Use' in the Settings window (Entity)
  119. - GUI: drag&drop behaviour changed:
  120.   * If drag&drop is used to drag a chat (= channel or query) out of a paged
  121.     window onto the screen (i.e. not into another chat), this chat's new window
  122.     will inherit the dimensions of the originating window, and will try to open
  123.     with the handle positioned at where you dropped it.
  124.   * If Detach (either the special button or the contextmenu item) is used,
  125.     the chat's new window will have the dimensions and position associated with
  126.     its given MUI Window ID (just like it used to) (Entity)
  127. - GUI: fixed the rare "line-eating" bug (Entity)
  128. - GUI: someone changing nick won't cause a complete relayout of that person's
  129.   dialog window anymore (Entity)
  130. - GUI: the DCC windows now have their listviews as default objects, and
  131.   thus are immediately navigatable with the cursor keys (Olli)
  132. - General: URLs now no longer sent to the wrong destination (Entity)
  133. - GUI: fixed a small contained memory leak in IRC text display class (Entity)
  134. - GUI: the IRC text display will no longer jump to the bottom line when the
  135.   window is resized (Entity)
  136. - GUI: removed UseOldStyleStrings (UOSS). Textinput is now used for all
  137.   string gadgets (Entity)
  138.  
  139. 3.5.12
  140. ======
  141. - GUI: fixed not being able to move balance bar in channels when there's
  142.   multiple pages of userbuttons (Entity)
  143. - GUI: fixed relayout nuke in IRC text display class (Entity)
  144. - Rexx: fixed GETCHANNEL bug introduced in previous beta (Entity)
  145.  
  146. 3.5.13
  147. ======
  148. - GUI: fixed buffer overflow (read: nuke) in the URL handling of the IRC text
  149.   display class (Entity)
  150. - GUI: made the DCC status windows (Chat/Send/Receive) dynamic and optimized
  151.   several DCC related things like API calls and rexx functions (Entity)
  152.  
  153. 3.5.14
  154. ======
  155. (public beta)
  156. - Log: illegal characters in logfile names (caused by channelnames containing
  157.   these characters) now replaced with an underscore (Entity)
  158. - GUI: restored DCC Chat window popup behaviour (Entity)
  159. - General: fixed resetting AWAY status on sending private message if configured
  160.   to only UNAWAY on public messages (Entity)
  161. - GUI: fixed incorrect window title for DCC SEND window (Entity)
  162.  
  163. 3.5.15
  164. ======
  165. - Cmd: fixed enforcer hit when issuing a /mode #channel +I or -I on some IRC
  166.   servers (Laursen)
  167. - GUI: tray window now only shows active chats as 'open', not all chats in
  168.   all windows (Laursen)
  169. - GUI: fixed channel mode button graphics corruption in non-economy mode
  170.   (Laursen)
  171. - GUI: added new "Network" page in prefs with TIADCC configuration for IP-NAT
  172.   restricted users (Laursen)
  173. - Net: now respects the TIADCC port range (Laursen)
  174. - GUI: fixed two layout problems (= nukes) in the text display class (Entity)
  175. - GUI: rename button in DCC Receive window works again (Entity)
  176. - Net: fixed DCC RESUME, hopefully (Entity)
  177. - Net: fixed longstanding bug that made turbo (ACK-less) DCC receives
  178.   uninterruptable (Entity)
  179. - GUI: fixed wrapped lines losing their background color if no further style
  180.   codes are present (Entity)
  181.  
  182. 3.5.16
  183. ======
  184. - General: fixed $VER string (Laursen)
  185. - Net: fixed DCC Send/Chat, which was broken in 3.5.15 (Laursen)
  186. - GUI: shuffled configuration options around in the Setup window, added
  187.   a new page "Output" containing all the text display related options (Entity)
  188. - GUI: added "Limited tab highlighting" option to suppress tab/tray
  189.   highlighting on everything except normal/private messages (Laursen)
  190. - GUI: added "Always highlight on current nick" option (Laursen)
  191. - Cmd: added /PASTE command to paste text from clipboard (Laursen)
  192. - GUI: added "Clipboard paste behaviour" config option to insert text from
  193.   clipboard "as is" (Laursen)
  194. - General: brought back URL log - missing since 3.5.2 (Laursen)
  195. - Net: modified netsplit detection code to be harder to fool now (Entity)
  196.  
  197. 3.5.17
  198. ======
  199. (public beta)
  200. - GUI: fixed buffer overflow when typing a password longer than 31 chars
  201.   into the server selection window (Laursen)
  202. - GUI: will now update userhosts in query windows when receiving
  203.   notifications (Laursen)
  204. - General: AmIRC won't exhibit strange behaviour anymore when the system time
  205.   is changed backward or forward (Zapek)
  206. - GUI: fixed enforcer hit on multiselect from userlist contextmenu (Entity)
  207. - GUI: got rid of artifact pixel lines when marking text (Entity)
  208.  
  209. 3.5.18
  210. ======
  211. - GUI: reintroduced "Query windows on different Pubscreen" feature (Laursen)
  212. - GUI: DCC percentage indicator no longer overflows for files larger than ~40
  213.   MB (Zapek)
  214. - GUI: added log format template - the logged lines are now fully configurable
  215.   (Laursen)
  216. - GUI: fixed DCC Receive window still activating if it's already open when
  217.   someone sends a file (Entity)
  218. - GUI: fixed text display not properly wrapping lines after a clear (Entity)
  219. - General: fixed clipboard pasting in smart/text mode nuking randomly (Zapek)
  220. - GUI: colour codes are now stripped from topics in the channel list window
  221.   (Laursen)
  222. - GUI: channel list window settings wasn't respected on some buggy IRC
  223.   servers - fixed (Laursen)
  224. - Rexx: "Connected" script is now really no longer run on manual /MOTDs
  225.   (Entity)
  226. - Net: added "From ENV" option for those TIADCC users who want to avoid
  227.   using the HOSTNAME environment variable (Laursen)
  228. - GUI: added simple wordwrap for the topic help bubble to avoid (in most
  229.   cases) very wide bubbles (Laursen)
  230.  
  231. 3.5.19
  232. ======
  233. (public beta)
  234. - GUI: added URL underline colours (Laursen)
  235. - Net: fixed reconnect - now reconnects to the current server and joins
  236.   the current channels (Laursen)
  237. - Net: removed as225 support (Zapek)
  238. - General: implemented clever renaming of incoming DCC's, with long filename
  239.   support (Laursen)
  240.  
  241. 3.5.20
  242. ======
  243. - General: first preparations for a MorphOS port (Neko)
  244. - GUI: enabled URL underline colours (Laursen)
  245. - GUI: colour codes are now stripped from the away help bubble (Laursen)
  246. - Net: CTCP PING parsing had a possible overflow issue every 18.2
  247.   hours (Olli)
  248. - GUI: fixed URL underline artifacts when using 8pt fonts (Entity)
  249. - General: fixed some time calculation to stop using emulated instructions on
  250.   060 to make Hexaae happy (Zapek)
  251.  
  252. 3.5.21
  253. ======
  254. (public beta)
  255. - GUI: clicking the lag-o-meter now resets it (Laursen)
  256. - General: fixed tabs not being logged (Laursen)
  257. - GUI: fixed empty lines getting added to input history (Entity)
  258. - GUI: fixed clicking in empty areas of textdisplay triggering URLs (Entity)
  259. - GUI: the topic string is now limited to the length that the server
  260.   supports, if possible (Textinput 29.3+ only) (Laursen)
  261. - General: raised beta timeout to 1.2.2001 (Laursen)
  262.  
  263. 3.5.22
  264. ======
  265. - DCC: RESUME comparision is now done solely by the port, for better
  266.   compatibility with various clients (Olli)
  267. - DCC: (hopefully) fixed excess DCC list refreshes, and calling of
  268.   DCC plugin hooks (Olli)
  269. - GUI: window "short name" now has all IRC escape codes stripped; short name
  270.   is now also used throughout for channel references (tab header, tray
  271.   button etc.) (Olli)
  272.  
  273. 3.5.23
  274. ======
  275. (public beta)
  276. - GUI: fixed blank nickname tabs (caused by the 'fix' above) (Entity)
  277.  
  278.