AFKIM 3.3.3 (zx-81
- add simple splash screen and fix video black screen issue
- bug fix with latin characters (iso8859-1 characters are now 
  set by default in bitlbee configuration)
- fix in network name resolution (it hangs sometimes, 
  so back to original name resolution stuff)


AFKIM 3.3.2 (zx-81
bug fix: new authentication message from bitlbee 
made the connection process to failed.
(thanks to LegolasFett for reporting this bug)


AFKIM 3.3.1  (zx-81
comment out the name resolver using thread
because it doesn't work on all psp, and it 
can prevent user to connect :( )

AFKIM 3.3.0  (zx-81
Add iso 8859-1 font/characters compatibility 
(useful for french, spanish, german etc ... ;))
Add modified version of Danzeff Keyboard with iso 8859-1 characters
Comment out all stdout stuff (between IF/DEBUG) 

AFKIM 3.2.1  (zx-81)
Improve IR keyboard (now usable in all menus) 
See README-irkbd.txt for details !


AFKIM 3.2   (zx-81)
Add IR keyboard support

AFKIM 3.1
Away from Keyboard Instant Messager.
An (almost) universal messenger client: AIM, ICQ, MSN, GTalk, Yahoo!
Coded by Danzel (danzelatlocalhostdotgeekdotnz)
Using the Libraries: SDL, SDL_Image, LIBPNG, P_Sprint, danzeff, freetype2, pthreads.

AFKIM is GPL Licensed, see gpl.txt for details. (code available at: http://sourceforge.net/svn/?group_id=166538 )
p_sprint is included in the code tree and is BSD licensed (I have made slight modifications to it).


##################### Thanks to #####################
Ayb4btu and Randy for doing some art :)
Bitlbee, wouldn't be here without it.
HellDragon, LordSturm for testing afkim 3.
macca-hacker, DuEy, thefamilyman, Castor, jawohl, others? for testing afkim 2.


##################### Changelog #####################
--3.1
Resolver shouldn't lock up anymore.
Jabber account adding.
Removed Splash.
--3
Much better, more usable program.
OE kernel version, DHCP ONLY CURRENTLY, not sure why static IP address doesn't work.
Faster display rendering (Keyboard lags less)
Better wifi handling - User can rechoose which to connect to if connecting fails.
Better menu system, lots more menu items.
 - Away / Back
 - Remove Account
 - Reconnect to Wifi (No more quitting AFKIM to reconnect! yay)
 - Get Buddy Details
 - Rename Buddy
 - Block/Unblock Buddy
 - Delete Buddy
Fixes related to pressing buttons, menus now continue scrolling if you hold up or down.
Better connection handling.
Many many code cleanups
Fix memory leaks (introduce a new known one :( )

--2 and a bit
Quit option.
pspradio plugin.
Ability to use start as well as X to go buddy select -> chat.
Disable nagle algorithm to hopefully help with idle connections.
FIX: Editting text box with space messes up display.
FIX: Account details don't save sometimes.

--2
New Graphics, complete new style :)
New keyboard (danzeff, see danzeff.txt for usage information)
You can rename contacts.
Less crashes! (maybe! lol)
Works on the new eloader!
Contact list scrolls automatically.
New msg popup.
When logging into wifi/bitlbee there is more feedback 

--1b
Fixed account creation to actually create the correct account types (gtalk and yahoo were creating msn accounts!)
  Thanks to Lordsturm and pspfan on the pspupdates forums for noticing this one!
It seems that the crashfix for too many buddies doesn't work always (or maybe something else is causing a crash), if you have one then record the UPC and RA hex values (thats the top most and the bottom right ones) and drop me a message with them telling me what you were doing.

--1a
Fix the crash bug from having too many friends - This is only a cheap fix to stop it crashing, you will have trouble selecting buddies that are off the screen, a proper fix will come next version.
It should also fix the new message bug (people who send messages weren't highlighted correctly)
And the server chat window now shows the bitlbee status so you can see why your accounts won't connect. 
Increased the size of the input boxes when creating accounts to 40 chars.

####################### Usage #######################
Getting started guide:
http://localhost.geek.nz/afkim/docs/gettingstarted.html

Upgrading:
 - copy your 'bitlbee.cfg' file from your old afkim folder to the new one, done!

You can change which keyboard you are using by editing the afkim.cfg file in the afkim folder.
  If you are using the p-sprint keyboard then enter is [start] and to get from the chat window to the contact list is L-shoulder.

####################### FAQ #########################

Q: When will you add IR keyboard support?
A: When I get an IR keyboard, I'm having trouble finding one for a good price.

Q: Whats all this spam in the console now?
A: That would be the message from the bitlbee server, most of these should be hidden, but I haven't done it yet ;)

Q: What is an ICQ username?
A: It is your ICQ number.

Q: It crashed! / I'm stuck!
A: uh thanks. a non-question :P I need more details than this, alot more. tell me exactly what you were doing and I might just be able to help.

Q: It crashed when connecting to wifi or just after.
A: You probably have a real bad wifi signal, move closer and try again.

Q: How do I sign in?
A: AFKIM automatically signs into all the accounts it knows of.

Q: How do I know if I'm online?
A: If the icon for the account is colored you are online, if it is grey or not there you are offline or connecting.

Q: What is that lightbulb icon, I added a gtalk account!
A: That lightbulb is the jabber logo, gtalk uses jabber so it gets the jabber icon.

Q: This isn't a universal messenger, I can't add my Jabber or *Insert obscure messaging program here* accounts!@!
A: Jabber will come in the future, its basically in there already, if you know about bitlbee you should be able to add it ;)
   Other protocols can't be added, we rely on bitlbee for the transports.

Q: How do these nicknames get decided? Can I rename my contacts!?
A: The bitlbee server decides how to name your contacts, usually it bases them of their username. You can rename buddies in the buddy menu.

Q: Can I use a different bitlbee server or add an existing account?
A: Yes, you need to create a bitlbee.cfg file in the afkim folder, its format is as follows:
---------------------------
SERVER
USERNAME
PASSWORD
---------------------------
We always connect on port 6667, don't try change it in the server string ;)
If you do this, you should also set the following settings:
set auto_connect false
set auto_reconnect true
set display_namechanges true
set auto_reconnect_delay 60
