Changelog
A new come back after 2 years
Posted on 2005-11-18 10:54:20
Version : 0.89 2005-11-20
Many code fix and bug fix on this new version.
Now on the nicklist, a bulb appeared next to the nickname, each time an activity is detected from him (or her).
All the code has been changed to supported multiple languages, thanks to the gettext library.
Translators, you are welcomed if you want new language supports.
Currently, french language is supported. The only way to switch the language is by setting the command line argument like this :
-l fr
Later, I will plan to permit the language change on runtime.
For programmers only :
Communication between objects is done thanks to a new MessageListener interface. It is more proper :) (sorry, this project was my first java project)
Autoconnecting on startup
Posted on 2004-03-06 14:10:49
Version : 0.88 2004-03-06
New features for IRC bookmarks :
It is now possible to autoconnect to IRC servers on startup., and autojoin channels, depending on your autoperform settings.
A primitive HTTP URL grabber is added with a text import/export.
Bugfixes were made on nicklist channels, especially on displaying IRC operators.
Minor bugfixes
Posted on 2004-01-10 16:03:21
Version : 0.87.1 2003-31-12
- Bugfixes were made in DCC PHONE. In the previous version, the communication only worked one way.
- It is now possible to choose between two encoding types: PCM 44100Hz and GSM 0610 8000Hz.
MiaouIRC under the GNU GPL !
Posted on 2003-12-18 02:22:07
Version : 0.87 2003-12-18
MiaouIRC has changed the license.
From "Free to non commercial use" to "GNU GPL"
New features and bug fixes
Posted on 2003-12-18 02:18:17
Version : 0.87 2003-12-18
- Bug fixes in nick list on IRC network like OFTC
- New feature (EXPERIMENTAL) : DCC PHONE, it allow 2 people to chat with a microphone !
For Linux and FreeBSD, the tritonus package is needed to activate the full duplex.
- For Linux and FreeBSD, you can now choose your default Web browser when clicking on http url.
- Added a new LookandFeel for SkinLF : CellShaded
...
Perhaps I forgot others ...
New features !!
Posted on 2003-07-17 22:56:26
Version : 0.86rc2 2003-07-12
Lots of improvement since the last version.
There are so many that I could forget some ... sorry this ...
- now, you have more controls for the CTCP responses
- "cronjobs" is possible
It means that you can perform server commands "like" an UNIX CRON daemon :)
- you can now create your aliases with a regexp syntaxes.
Note that you can use some metacharacters for the result command.
The metacharacters are %1, %2, %3 ... etc ... for the first, second and third word .. etc.
- You can now undock the tab channel, private msg or DCC, in a new window like the very cool XChat IRC client.
- And, now, the "Visual IRC" DCC whiteboard is implemented !! Yes !!
** Note that I have used the Visual IRC 2.0rc5 and the "Fill Area" feature is not implemented ... **
Some GUI Bug Fix ...
Posted on 2003-02-13 23:41:06
Version : 0.85 2003-02-13
Some minor GUI bug fix that have appeared in a Linux Box :
- Tools --> Configuration --> DCC or General
Some textarea does not appear properly due to a problem with the GridBagLayout in Java/Swing :
This bug appear when a component is bigger than the container where it is fit.
- Tools --> Configuration --> Connection
A small embedded Ident Server is available.
There are now some new control over the autoreconnect feature like delay, enabling/disabling, max attempts.
- A new Look and Feel has been added : Metouia
If anyone is interested in having his own look and feel, please let me know. I will gladly add it ^_^.
- A focus problem has been fixed for Linux Box users. When this had appeared, it had not been possible to type anything in a channel ...
Hope there will not be any tricky bug for the Linux box.
- It is possible to autoperform some command on connect to an IRC server ...
MiaouIRC, easier to launch
Posted on 2003-01-23 21:14:17
Version : 0.84 2003-01-23
New release of MiaouIRC ...
There are no significant changes, except that it is now easier to launch MiaouIRC, especially for Unix users.
For Windows users, simply double click to the JAR file and it is OK ^_^
For Unix users, simply launch the jar with the following command :
java -jar MiaouIRC.jar
I have removed the Windows EXE for 2 reasons :
- first, because the Jar is simple to launch for both Windows and Unix
- second, the JAVA2EXE is not free, it is prohibited to distribute EXE files generate by this.
So, for any users who have already download a Windows EXE version, I'am begging you to remove this copy and replace it with the new JAR version.
Thank you ^_^
