

http://sourceforge.net/projects/birdchat/
http://birdchat.sourceforge.net/
Et pour télécharger (vachement vite

Voila, a la prochaine (proche j'espère), le bonjour à Fred (s'il daigne passer

Le ChangeLog va encore gonfler (surout niveau client).1.5
------
Server :
- ADDED : Bot.+20
- ADDED : It takes the IPs of clients.+5
- MODIFIED : Display mode.+1
- FIXED : If someone was called "Admin", his wasn't sent to other users.+1
- FIXED : More stable.+3
Client :
- FIXED : A bug when the client tried to cut a long line without spaces. (Fweil)+1
Je ne pense que ca va encore beaucoup changer. (Désolé, pour tout les +).1.6
------
Server :
- ADDED : New signal ** for IA.+1
- ADDED : It supports comments in config files.+3
- MODIFY : config files works as apache config files.+2
- MODIFY : It waits action of admin before quit.+2
Client :
- ADDED : Colors. (freak & Heis Spiter)+3
- ADDED : Support of ** signal (IA).+1
- ADDED : Icons to Setup and client.+2
- ADDED : Setup sources to clientsrc.zip.+1
- MODIFY : Uninstaller is now deleted after uninstall.+1
- MODIFY : About window.+5
Je me permet de vous donner une mauvaise nouvelle :1.6
------
Server :
- ADDED : New signal ** for IA.
- ADDED : It supports comments in config files.
- ADDED : Language can be choose.
- MODIFY : config files works as apache config files.
- MODIFY : It waits action of admin before quit.
- MODIFY : Number of version (Major.Minor.release.build).
- FIXED : Minor bug with config file creation.
Client :
- ADDED : Colors. (freak & Heis Spiter)
- ADDED : Support of ** signal (IA).
- ADDED : Icons to Setup and client.
- ADDED : Setup sources to clientsrc.zip.
- ADDED : Executable information.
- MODIFY : Uninstaller is now deleted after uninstall.
- MODIFY : About window.
- MODIFY : Number of version (Major.Minor.release.build).
Code : Tout sélectionner
OpenFile(0,"Build.txt")
Build.l = ReadLong()
Build + 1
CloseFile(0)
CreateFile(0,"Build.txt")
WriteLong(Build)
CloseFile(0)
Debug "Build = " + Str(Build)