This addon will make sure that the friends list contains the names of players in the chat channel 'f2ptwink' (the default, but can be changed).

WARNING - If the friends list becomes full the addon will remove some offline characters who have the oldest 'last seen online' value, in order to free up space, unless they have something in their friends notes to make them a permanent friend.


--- version history ---

1.2.6
* Now available from curse.com!
* Integrated F2PI into the main addon, and reworked the wording of it's messages to be a bit clearer regarding when to use the 'raid' command.
* F2PI should now disable if a GM whispers you, so they don't get a 'too low level for invites' message from you every time they say something.

1.2.5
* Fixed a couple of issues caused by the WoW 4.3 patch.
* Stopped calling it a beta, because people thought that alone meant there would be bugs.  There are always bugs.  Beta just means you want to find them ;)

1.2.4b
* While the automatic subscribing of chat windows to show the channel may not be reliable down to a Blizzard API function providing unreliable data, the addon will now give a warning if it is receiving messages, but a chat window is not subscribed to show them in. 
* The command '/f2pq reset' will now clear all the names from the F2PQ window before a group queues, in case there are some names already in the list who aren't in your group.  These are caused by people DCing/logging out while queued (sorry, you'll need another macro to go with your '/f2pq' one until I learn a bit more about interface coding).
* Also rejects whispers sent by people who have joined the channel who are levels 1, 2 or 24 (the trolls can be flaming away, but no-one will even see it).
* Fixes the bug in 1.2.3b where dinging 3 or 25 didn't stop people from blocking your chat messsages.  You now send an announcement if you ding those levels, so other players can immediately request your current level from /who (they don't trust that a spammer would tell them their real level).

1.2.3b
* No longer accepts the incompatible data packets sent by the old separate F2PAchi.
* Rejects all chat messages sent by characters under level 3, or at level 24, even if they're on a payed account.  Will inform them that they need to level if they are posting with addon versions from this one on.
BUG: Do not enable your addon/join the channel until level 3, or other players will not see that you have levelled to stop blocking your messages, unless they open their friends list/log out/in to get your current level.

1.2.2b
* Improved the data sending functions:
	Old method:
		Send our data to everyone on the friends list on login.
	New Method:
		Send our data to everyone on the friends list on login.
		Reply with our data if somone has just logged in and sent theirs.

* Data now includes a list of alts (ready for future player info functions)		
* Merged F2PQ into the main addon
* Added version checking
		
1.2.1b
* ChatThrottleLib wasn't included as one of the dependancies for this addon, so could only be found if used in one of your other addons. Fixed.

1.2.0b
* Combined F2PChannelToFriend, F2PChat and F2PAchi with the early version of F2PData, as they all shared several similar functions.  Released for beta testing.