NEWS 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. LostIRC - (x.x.x)
  2. * Fix a crash which appeared on a slow connection when you closed a
  3. channel tab right after joining it.
  4. LostIRC - (0.4.6) - Tue Jun, 7th 2005
  5. * Fix a critical bug with many important keybindings not working at all.
  6. * Fix build failure with pkg-config 0.17 or later.
  7. LostIRC - (0.4.5) - Sat May, 14th 2005
  8. * Fix a ressource leak, might improve the footprint over time.
  9. * Changes keybinding for switching tabs (CTRL-[0-9]) to use ALT instead,
  10. since this seems to be standard in other applications now.
  11. * Make sure /QUERY can't start a query with a nick with a space in it.
  12. * The lostirc.desktop file is now only placed in the standard location
  13. ${prefix}/share/applications. --enable-gnome and --enable-kde has been
  14. removed in favor of --enable-desktopfile (on by default).
  15. LostIRC - (0.4.4) - Fri Feb, 4th 2005
  16. * Fix build failure on amd64 with gcc-4.0 (thanks, Andeas Jochens)
  17. * Correct already used access key for menubar in French translation.
  18. (thanks, Martin Calignon)
  19. * Add French LostIRC description to .desktop file. (thanks, Martin
  20. Calignon)
  21. * /PART does no longer work in queries. Before it tried to part a channel
  22. with the user name.
  23. * Can now login to the server when the full name in /etc/passwd contains
  24. non-ASCII characters.
  25. LostIRC - (0.4.3) - Fri Oct, 15th 2004
  26. * It is now possible to show/hide the Menubar by using the context menu on
  27. the main chat window.
  28. * Some messages sent by the IRC-server on connect was being stripped so
  29. the full message wasn't being outputted. Fixed.
  30. * If a server supplies a network name, show that in the status bar instead
  31. of the hostname of the connected server.
  32. * Fixed a bug where auto-connecting to multiple servers would have only
  33. text outputted to the first tab.
  34. * Fixed segmentation fault where both a mode for a channel and mode for a
  35. user was being set in the same MODE command. Thanks to Christian
  36. Jørgensen for testing.
  37. * Fixed segmentation fault which occured when only one empty line existed
  38. in automatic perform for a server. Thanks Martin Calignon for reporting.
  39. * The client now more intelligently checks what a server supports of
  40. user prefixes, channel prefixes and channel modes.
  41. LostIRC - (0.4.2) - Wed Sep, 8th 2004
  42. * On start up without connecting to any servers automatically, open the
  43. server window.
  44. * The chosen colorscheme is now correctly remembered in the server window.
  45. * When using CTRL-PageUp and CTRL-PageDown to browse through tabs,
  46. unexpected scrolling will no longer appear.
  47. * +q (quiet on freenode) modes set on a channel was not being displayed.
  48. Fixed.
  49. * More keybindings are now listed in /KEYBINDINGS.
  50. * Updated Danish translation.
  51. LostIRC - (0.4.1) - Mon Aug, 2nd 2004
  52. * Support for colorschemes added.
  53. * On startup, focus is set to the input entry as it should be.
  54. * The window no longer grows very big when too many matches has been found
  55. on tab-completion.
  56. * French translation added (thanks, Bruno Dusausoy)
  57. LostIRC - (0.4.0) - Sun Jun, 6th 2004
  58. * Ported to gtkmm 2.4.
  59. * IRC messages that are larger than the window now wraps characters and
  60. words better.
  61. * Improved font selection in preferences.
  62. * Tabs are now sorted by server, instead of randomly placed.
  63. LostIRC - (0.3.3) - Tue Mar, 23rd 2004
  64. * It is now possible to hide the statusbar in the same way as you can hide
  65. the menubar and the user list.
  66. * You can now send files that contain spaces.
  67. * The password field for IRC servers are now masked by asterixs.
  68. * Some minor tweaks to the DCC window.
  69. * Fix very rare segmentation fault in perform.conf
  70. * A FreeBSD compilation fix.
  71. LostIRC - (0.3.2) - Mon Feb, 2nd 2004
  72. * The chosen encoding in preferences wasn't being saved properly. Fixed.
  73. * Fix crash which occured with some MODE-lines.
  74. * CTRL-PageUp/PageDown can now be used to browse tabs.
  75. * Lots of code contributed by Thomas Johansson to make the Windows port a
  76. step closer.
  77. * Channel-autocompletion added (by typing #<tab-key>). (thanks, Thomas
  78. Johansson).
  79. * The DCC transfer window has been improved.
  80. LostIRC - (0.3.1) - Fri Dec, 26th 2003
  81. * Added a very simplish About-dialog.
  82. * The menubar was accidently not shown by default, not it is.
  83. * The "Introduction" window now closes when clicking "Close" as it should.
  84. * Some user interface cleanups.
  85. * Fixed a problem where some systems would fail compilation because of a
  86. missing mkinstalldirs file.
  87. LostIRC (0.3.0) - Fri Nov, 21st 2003
  88. * The user interface has been totally reworked to conform to the GNOME
  89. Human Interface Guidelines 1.0 (the HIG). Among many things, this means
  90. that:
  91. - Preferences now opens in a dialog window.
  92. - DCC transfers now opens in a dialog window.
  93. - The server settings has been moved to its own dialog window.
  94. - There is an added menubar (easily removeable)
  95. * Other user interface changes:
  96. - The nick list can be hidden / unhidden. Just pressing CTRL-L will
  97. hide/unhide it.
  98. * The default font for the main window is now "Sans 10".
  99. * The "limited highlighting" option has been removed.
  100. * Fix problem with duplicates in the user list.
  101. * Support for "channel admin" (+a) status modes has been added (thanks, Peter Hille)
  102. LostIRC (0.2.7) - Mon Jun, 9th 2003
  103. * Now includes a fancy LostIRC icon.
  104. * Another compiliation fix for FreeBSD 5.0.
  105. * Compilation fix for gcc 3.3.
  106. * Fixed segmentation fault when pressing down arrow just after the client
  107. started.
  108. * Added /RECONNECT command.
  109. LostIRC (0.2.6) - Mon Apr, 28th 2003
  110. * A progress field is now located in the list of DCCs (thanks, Michael
  111. Kristensen)
  112. * Your previous window position wasn't remembered if you had your window
  113. located in an x or y value that equaled 0, fixed. (thanks, Michael
  114. Kristensen)
  115. * Compilation fixes for FreeBSD 5.0
  116. * Some changes that help compilation on Win32 (not done yet).
  117. LostIRC (0.2.5) - Thu Jan, 16th 2003
  118. * When the window was resized, the scrollbar moved unwanted away from the
  119. bottom of the text box. Fixed (thanks, Jonathan James Taylor)
  120. * When being away from the client for a long while, and seeing yourself
  121. being highlighted several places. You can now use CTRL-h to scroll back
  122. to the previous highlight instead of finding it manually.
  123. * CTRL-Home and CTRL-End can now be used to scroll to the top and bottom
  124. in the text box.
  125. * ALT-Left and ALT-Right can now be used to navigate to the left or right
  126. tab.
  127. * When no real name was set, some IRC servers refused the user to connect.
  128. Now real name is set to the users nick if not specified.
  129. * When only one user is on a channel, the plural s from "users" is now
  130. removed (thanks, Michael Kristensen)
  131. * When a tilde (~) is used in /DCC SEND, it's now expanded to the users
  132. home directory.
  133. * DCC sending wasn't functional when sending files with full paths,
  134. because the path was being sent. Now the path is being stripped before
  135. sending the filename to the remote user.
  136. * An IRC encoding can now be selected using preferences. This is useful if
  137. you use an UTF-8 locale and you want to send text to the server, in say,
  138. ISO-8859-1.
  139. * Gettext support added, making LostIRC translate-able to other languages
  140. than English (see po/ directory).
  141. * A bug which caused non-UTF8 compatible nicknames to fail has been fixed.
  142. * Fixed a problem where PowerPC systems would get a "Unknown host" when
  143. connecting.
  144. * Fix a problem when using GTK+ 2.2 and focus wasn't given to the entry
  145. box when clicking on a tab.
  146. LostIRC (0.2.4) - Sun Dec, 29th 2002
  147. * The "Less bugs and more features for 2003" release.
  148. * You can now use PAGE UP/PAGE DOWN to scroll up/down in the text widget.
  149. * Using preferences, you can now enable logging. (thanks, Michael
  150. Kristensen)
  151. * /EXIT no longer requires you to be connected.
  152. * After reconnecting to a server, queries had a parentes around
  153. them. Fixed.
  154. * Notices sent to channels are now displayed in the channel instead of in
  155. the current window.
  156. * Tabs are now scrollable instead of making the window larger when tabs
  157. exceed the size of the window.
  158. * Some locale problems on Red Hat 8 (and most likely others) has been fixed,
  159. which caused LostIRC to abort on startup.
  160. LostIRC (0.2.3) - Thu Dec, 19th 2002
  161. * The "Merrry christmas and happy new year" release - see you in 2003!
  162. * WHOIS output is now formatted much nicer.
  163. * Color-codes are now handled better. Before the background
  164. color (e.g. ^C12,5) wasn't being handled and just printed ",5". Now the
  165. correct background color is used. Bold and underline is now also handled
  166. correctly.
  167. * By default, color codes are now stripped from incoming messages. As an
  168. option in preferences, you can turn them on again.
  169. * Bold and underline codes are not stripped by default. But you can turn
  170. them off in preferences.
  171. * Before, a number in the ident would make the line get colored. Fixed.
  172. (You need to remove ~/.lostirc/events.conf first).
  173. * The default colors for messages and events has been changed. You'll need
  174. to remove ~/.lostirc/events.conf first to get the new ones.
  175. * Title in window wasn't updated after a succesfull connection to server
  176. and joining a channel after that, fixed.
  177. * The auto-connect feature in preferences has been improved GUI-wise. It's
  178. now also possible to disable/enable automatic connection to the servers.
  179. * When using a mal-functioning locale, show an error to the screen when
  180. conversion to the locale fails.
  181. * There is now a preliminary and experimental DCC status list available with
  182. CTRL-d.
  183. * Man-page updated with a better description.
  184. LostIRC (0.2.2) - Sun Dec, 1st 2002
  185. * Tabs are no longer closed with CTRL-c (which can now be used for
  186. copying instead). CTRL-w is the new shortcut ("close window(tab)").
  187. * When using command-tab-completion, several commands seemed to be there twice.
  188. (E.g. there were two /ME's), fixed.
  189. * /COMMANDS outputted some commands twice as well, fixed.
  190. * When queries containing special characters were created with /QUERY, the
  191. displayed name was wrong and the tab could not close again. Fixed.
  192. * The nick-list now sorts properly, in the past it wasn't very stable in
  193. its sorting.
  194. * The nick-list now uses the current locales sorting when sorting nicks
  195. instead of the C locale.
  196. * When starting the client, or connecting to a new server, the nicklist
  197. appeared always. Now it only appears when actually joining a channel.
  198. * You can now specify a specific DCC port to use for DCC SEND. (thanks,
  199. Michael Kristensen)
  200. * The statusbar is now updated right after connecting to a server, and
  201. right after changing nick, and not only when switching tabs.
  202. * Fix a segfault which appeared with bouncers/servers sending malformed
  203. JOIN lines.
  204. * When receiving a file by DCC, the client no longer freezes until the
  205. transfer is complete.
  206. * When switching tabs, any text in the input box would be selected and you
  207. had to unselect it before being able to type again. Fixed.
  208. * Various standard GTK+2 icons are now used in the application to make the
  209. user interface more clear.
  210. * Old ChangeLog renamed to NEWS. The NEWS file is now the location of the
  211. summary of changes between releases while ChangeLog contains the notices
  212. of the real code changes.
  213. LostIRC (0.2.1) - Fri Nov, 22th 2002
  214. * The application GUI has changed a little. There is now a statusbar below
  215. the tabs which tells you different things:
  216. - nick, servername
  217. - away status
  218. - matches for nick completion are here instead of in the main text window
  219. * There is a now a seperator between the main text window and the nick list
  220. which can be dragged to make the nick list smaller/bigger.
  221. * Nick-completion is now smarter. It partially completes the nick if the
  222. matching nicks has common prefixes.
  223. * Command-completion has undergone the same changes.
  224. * When pressing TAB when only a space had been entered, all nicks were
  225. matched. Fixed.
  226. * The default keyboard-shortcuts has been changed:
  227. - ALT-C has been changed to CTRL-C (close tab)
  228. - ALT-P has been changed to CTRL-P (preferences)
  229. - ALT-N has been changed to CTRL-N (new server)
  230. - ALT-Q has been changed to CTLR-Q (quit)
  231. - ALT-[1-9] has been changed to CTRL-[1-9] (switch tab)
  232. (This is to follow the 'GNOME Human Interface Guidelines' and the 'KDE
  233. User Interface Guidelines').
  234. * When using an UTF-8 locale, LostIRC was practically non-functionaly -
  235. fixed (thanks, Daniel Elstner)
  236. * An added --noauto command-line option has been added, this makes LostIRC
  237. not connect to servers automatically at startup.
  238. * When users part channels without a part-message, empty parentes are no
  239. longer displayed. (thanks, Michael Kristensen)
  240. * Fix a segfault which appeared with bouncers/servers sending malformed PART
  241. lines (they sent the channel _after_ the colon).
  242. * The --enable-debug option has been renamed to --enable-logdebug.
  243. LostIRC (0.2.0) - Fri Nov, 1st 2002
  244. * Ported to gtkmm2, now depends on sigc++ 1.2 and gtkmm2.
  245. Noteable features with gtkmm2:
  246. * UTF-8 support
  247. * Improved fonts, e.g. anti aliased fonts when 'GDK_USE_XFT' is set
  248. (in bash, try `export GDK_USE_XFT=1`)
  249. * Cleaner and more attractive default interface
  250. * Double-buffering in widgets which prevents flickering
  251. * There is now a limit of 500 lines in the text windows - this can be
  252. specified using preferences. This makes sure the client doesn't use a huge
  253. amount of RAM.
  254. * /CLEAR and /CLEARALL is implemented to clear all text from the current
  255. window and all windows.
  256. * The font selection dialog is no longer opened using ALT+F, it is now
  257. located in preferences and its behaviour has been improved a lot.
  258. * Preferences has changed looks and is much more easy to use.
  259. * When joining channels with an extreme amount of users, the nick-list is
  260. now updated faster.
  261. * When exiting preferences, focus is now giving to the input box.
  262. * When going /AWAY, the title bar of the window wasn't updated until you
  263. switched to a new tab. Fixed.
  264. * A KDE menu entry (lostirc.desktop) is now installed by default in the same
  265. way as a GNOME menu entry has always been default. It can be disabled by
  266. using ./configure --disable-gnome and --disable-kde
  267. * There is now an /EXIT command which can be used to send a quit-message to
  268. all connected servers and quit the client.
  269. * The nick-list no longer mentions "0 users" when a channel has parted, but
  270. "Not on channel"
  271. * There is now an "Limited highlighting" feature which can be used if you
  272. don't want to mark tabs red on joins/parts etc. but only on talk in a
  273. channel.
  274. * Colors used by text-window are no longer hard-coded into the code, they
  275. are now read from ~/.lostirc/colors.conf and can be changed by hand.
  276. * The client registered the name with a space in front of it, fixed.
  277. * When a topic was received for a channel the user was currently not on -
  278. the client aborted, fixed.
  279. * Unexpected behaviour when joining channels with different prefixes than #,
  280. fixed.
  281. * When using a bouncer and being on multiple channels, channel names like
  282. '#u~#foo' appeared - the nick-list were never filled on these channels,
  283. fixed.
  284. * The position of the window is now remembered.
  285. * URLs are now underlined.
  286. LostIRC (0.1.4) - Sat Jul 13th 2002
  287. * A segfault which appeared when the enviroment variable USER wasn't set,
  288. has been fixed (thanks, Gabriele Giorgetti)
  289. * gcc 3.1 compilation fix
  290. LostIRC (0.1.3) - Fri Jul 12th 2002
  291. * New welcome-screen.
  292. * The size of the window is now saved and restored on next startup.
  293. * Half-op support added.
  294. * /OP, /DEOP, /VOICE and /DEVOICE has been implemented.
  295. * Fix a crash with bouncers sending PRIVMSGs to channels not joined.
  296. (thanks, |TEcHNO|)
  297. * /PART, /TOPIC, /KICK, /BANLIST now uses the current channel name
  298. explicitly instead of letting the user type it implicitly.
  299. * +a modes and others are now shown as well, they were hidden before.
  300. * FreeBSD compilation fix (thanks, Juan Salaverria)
  301. LostIRC (0.1.2) - Tue Jun 27th 2002
  302. * Fix a crash which appeared when connecting to a proxy/bouncer.
  303. (thanks, |TEcHNO|)
  304. * Another 100% CPU usage bug has been fixed.
  305. * A problem where DNS-resolving wasnt working when starting the client,
  306. should now be fixed.
  307. * KILL messages are now being parsed correctly (for those of you who get
  308. killed often..)
  309. * When a channel was parted with /PART, or the user was disconnected, a
  310. rejoin to the channel would make the nick-list reuse nicks from the
  311. previous session
  312. * A bug where the client would reconnect to the server endlessly has been
  313. fixed.
  314. LostIRC (0.1.1) - Thu Jun 20th 2002
  315. * A bug where the client consumed 100% CPU has been fixed.
  316. * Implement /KILL and /WALLOPS.
  317. * Improve appearence of some messages (remove ~/.lostirc/events.conf to
  318. enable them)
  319. * When joining a channel with > 1000 users, the client was extremely slow.
  320. * The actual away message is now being shown instead of just "You are away"
  321. * When an unknown command is used, the command is now being sent to the
  322. IRC-server. For example, /PASS now works for bouncers even though the
  323. command isn't implemented in LostIRC.
  324. * In preferences, it's now possible to set nick, realname and irc-user.
  325. * A new command, /AWAYALL has been implemented - using this option you can
  326. go away on all connected servers instead of just one at the time with
  327. /AWAY.
  328. * In preferences, you can now define which words to highlight on.
  329. * After using /QUIT, the client no longer reconnects to the server
  330. automatically.
  331. LostIRC (0.1.0) - Fri May 31st 2002
  332. * The client now supports DCC SEND.
  333. * When connecting to a new server and doing a hostname lookup, the client
  334. froze until the lookup was finished, fixed.
  335. * Typing two slashes as the first characters will now make the message to be
  336. sent anyway, eg. '//hello world' sends a message with the text '/hello
  337. world'.
  338. * LostIRC now provides a manpage.
  339. * When someone changed the channel limit (eg. +l 50), it wasn't shown in the
  340. client at all. Fixed.
  341. * When changing nick, and the nick was taken, a _ would be appended
  342. automatically no matter what. The error message is now shown instead.
  343. * When a CTCP is sent to a channel and not the user only, the message will
  344. implicitly note that.
  345. * Fix crash when connecting to some Unreal ircd servers
  346. (eg. irc.linuxfromscratch.org and irc.winbot.co.uk)
  347. * Fix crash when using /NAMES for a channel you are not currently on.
  348. * /ADMIN and /WHOWAS commands implemented.
  349. LostIRC (0.0.8) - Sat May 11th 2002
  350. * gcc-3.1 fixes (thanks, Mads Martin Jørgensen)
  351. * When disconnected from a server, the last tab belonging to that
  352. server-connecting could not be removed.
  353. * Replies are now sent upon CTCP PING from other clients.
  354. * When a user quits and a query exists with him, the quit-message is now
  355. mentioned in the query.
  356. * When on a network connection where identd lookups took over 30 seconds,
  357. the connection timed out before the connection with the server had been
  358. established.. fixed.
  359. * Implement /OPER command and other code-contributions (thanks, Martin
  360. Scholl)
  361. * You can now change nick before connecting to the server using /NICK.
  362. * When auto-reconnecting is going on, you can now stop it by implictly
  363. calling /DISCONNECT.
  364. * When a user had voice and op, his voice wasn't shown after deopping him.
  365. * The client crashed if any invalid commands/text was written in perform,
  366. fixed.
  367. LostIRC (0.0.7) - Tue Apr 16th 2002
  368. * In the preferences window, you can now define a different nick
  369. completion character than the default (,).
  370. * Configuration files has been moved to the ~/.lostirc/ directory.
  371. * It is now possible to autojoin a server with a password defined.
  372. * When disconnected from server; reconnect
  373. * Fix silly typo, messsage -> message
  374. * Now checks whether the connection has timed out, and reconnects
  375. automatically if it has.
  376. * When kicked from a channel, or parted it with /part, the tab can now be
  377. reused when joining the channel again.
  378. * When closing a tab where a channel were parted and the channel name was
  379. sorrounded by parentes, it will no longer try to send a PART to the
  380. server on that channel.
  381. * The down-arrow key now works to get the previous things said, like the
  382. up-arrow does, just opposite.
  383. * Add /DISCONNECT to disconnect from the current server.
  384. * When closing the last tab which belongs to a server-connection, the
  385. connection disconnects. Before the connection was still open but with no
  386. visible tabs.
  387. * When /WHOIS'ing a user and he was away, his away message was shown in a
  388. query tab instead of the current window.
  389. LostIRC (0.0.6) - Mon Apr 1st 2002
  390. * You can now tab-complete commands as well as nicks. /j<tab> becomes /JOIN.
  391. * ALT+P didn't start preferences when in a query tab, fixed.
  392. * When using ALT+P and the preferences window is open, it will now get
  393. closed.
  394. * ALT+F can now be used for setting the font, same result as /SETFONT
  395. * You can now part a channel with the optional leave-message without
  396. problems
  397. * When other people are parting with a message, the message is now being
  398. shown (delete your old ~/.lostirc.events!)
  399. * When a user changes a channel mode, it now looks more sane
  400. * When changing nick too fast, and the server gives an error - you no longer
  401. end up with an empty nick.
  402. * When a user got kicked from a channel, and he changed nick on another, his
  403. actions were still shown in the channel he was kicked from.
  404. LostIRC (0.0.5) - Fri Mar 8th 2002
  405. * An unwanted newline occuring in a /whois has been removed
  406. * The nick-list is now properly sorted
  407. * The TCP code has been improved severely; when receiving a lot of data, the
  408. program will not feel as laggy as before.
  409. * Fix lack of visible text which occured on gcc 2.96 systems (RedHat,
  410. Mandrake, etc.)
  411. * When having defined channels to autojoin on connect, a empty server tab
  412. will not be created anymore.
  413. * When creating a new server tab with 'alt + n', the program switched to the
  414. first tab, fixed.
  415. * When clicking in the message window, focus is no longer lost from the
  416. inputfield
  417. * You can now use tab to browse through the fields in preferences.
  418. * The /LIST command now works without parameters
  419. LostIRC (0.0.4) - Sun Mar 3rd 2002
  420. * A "perform" feature has been implemented, alongside a new preferences
  421. window, here you can add new servers which should be auto-joined, and you
  422. can define which commands should be executed on connect. eg. /join #foobar
  423. * /TOPIC and /KICK was not working properly, the topic and kick message
  424. could not be set if it contained spaces
  425. * When getting a CTCP NOTICE from a user, now show the actual nick it was
  426. received from
  427. * When whoising a person, the idle time and signon time is now displayed in
  428. a more human-readable format
  429. * /LIST is now implemented
  430. * The /NAMES command now works better for channels you are already on
  431. * The usual code improvements, now compiles fully on gcc 3[0.4].
  432. LostIRC (0.0.3) - Mon Feb, 18th 2002
  433. * Implement /kick
  434. * Implement /names
  435. * No longer crash when doing /quote names #chan
  436. * When kicked from a channel, it's properly removed so you don't receive
  437. messages in that tab
  438. * No longer crash when connecting to some unreal ircd servers
  439. * When you join a new channel, or a query gets started and you are away, the
  440. "You are away" msg will still appear
  441. * The port when connecting is now displayed correctly
  442. * Many code cleanups: performance improvements, g++ 3 fixes
  443. LostIRC (0.0.2) - Sun Feb, 3rd 2002
  444. * Code cleanups
  445. * It's now possible to connect to a server on another port than 6667, and to
  446. define a password
  447. * Bans and unbans is now being shown (wasn't being shown at all before)
  448. * No longer crashes when connecting through a bouncer (psybnc)
  449. * Can now handle incoming invites
  450. LostIRC (0.0.1) - Fri Jan, 25th 2002
  451. * Initial release