=====SA Chat 1.0a1 Rev**=====

Implemented a plugin system [WIP]
Added a ton of hooks to the mod can also hook into sachat admin actions/areas
Link are now a plugin
Gadgets are now a plugin
Social links are now a plugin
Removed some older unused code
Fixed scrolling issues in whos online list
Fixed online list showing hidden members

=====SA Chat 1.0a Rev**=====

Fixed issue with cloning the default theme.
Fixed typo in hook function name.
Fixed chatbox scrolling issues.
Removed group chat feature this fixed many other issues with private chat.
User settings are now in the atual chat bar instead of users profile.
Added compat for smf 2.1.
Implemented live members search.
Implemented function for calling images checks custom themes first if not there fallback to the default ones.
Adding chat to pages out side smf no longer reqires &amp;theme=themename in the url this can be used to force same theme for everyone instead.
BBC parser now works a lot better images and youtube videos are also now supported using the img and video tags [WIP].
Updated theme also includes a fb style theme just by modding the css you can still have a full bar version this was not possible before.
The mod now makes no edits to smf files.
Buddy/Ignore list link no longer shows if enable_buddylist is disabled.

=====SA Chat 0.1.5 Rev**=====

implemented group chat and global chat this is Beta it needs more testing
online offline now shows a red and green icon instead of a coloured *
fixed issue with mod secrity and Fix bar option
side bars now only use the minium height needed
removed google translate
fixed issue with new message notifaction in page title
changed the backend permissions functions
sachat test page is now availible thru site.com/sachat/index.php

=====SA Chat 0.1.4 Rev**=====

Simplefied themes a little more all you need is images and css and you have a basic theme other stuff like template, sounds and languages are optional
fixed Fast chat glitch part 2
removed all instances and calls to updatemsg
removed seprate heart beat for each chat window this never realy worked too well and was broken even more after the last update

=====SA Chat 0.1.3 Rev**=====

fixed load checking issues no longer works on windows servers
fixed issue with logout and login with diff user showing previous chats
themes now only need css file template.php is optional 
fixed issue with themes reseting to default after hearbeat functions fires

added a wip default xml JSON theme
 [this uses prototype js and will evently reomve the need for jquery will not work on older brousers]
older themes compatabilty removed
added permission for admin snoop
added utf8 language files
fixed fast chatting issue



=====SA Chat 0.1.2 Rev**=====

chats are now displayed from bottom to top like facebook

fixed issue with chat boxes not reapering

fixed issue resetting members themes just didnt work

fixed issue with new_msg() and updatemsg() miss fireing if chat was hidden or minimised

fixed issue with php gadgets
social text no longer shows if none enabled

user is typing function now works a little better but this can still cause server load issues use at own risk



=====SA Chat 0.1.1 Rev**=====

fixed issue cycling thru chatboxes open chatboxes

friends box now resizes with browser height

buddy box now resizes with browser height

fixed issue in safari (chat boxes wernt organsing properly)

links posted in chat are now clickable

minamised chatboxes are now fixed to bar like the chat windows(can be disabled in admin)
fixed php5.5 
deprectiated warning

added spanish_es-utf8 translation (thanks sunilimon)



=====SA Chat 0.1 Rev**=====

added auto back off polling policy(heart beat slows when chat activity is low)
displays x says when window is not in focus

displays Sent at after x minutes of inactivity from the last message

added typing listener displayes x is typing in chat(not fully impleamented as of yet it is WIP)

added new page in admin for chat settings

removed hard coded txt strings

show buddy online/offline in chat (updates automaticly never used to)

added option to set max heart beat aswell as min heartbeat

added option to set heatbeat timeout

removed setInterval in favar of setTimeout (this fixes issue where the rather erratic behavior it presents when being forced to miss a beat or two)
chat windows now take into accout brouser width and on resize  and stops anymore opening and shows left and right arrows to cycle thru chat boxes simular to facebook
fixed issue with sound and firefox asking for a plugin now uses jquery play() function
fixed issues with ie compat mode (bar was not showing complained about a stray , comma)

=====SA Chat RC7 Rev**=====

redone the templates and css in new theme





=====SA Chat RC6-3 Rev**=====


added old theme to package

new theme js fixes





=====SA Chat RC6-2 Rev**=====


removed all jQuery.noConflict() calls now uses custom var

finished admin snoop mode allowed admins to see all regardless of user settings, buddys and ignore list

removed unused function from sachathook.php

finished option to disable error logs 

finished custom cookie name prefix this can help with conflicts with older versions were cookies was handeld different

more improves to the chat box styling

more imporves to minimised chats now only bleeps once when new messsage but show a new image all the time untill that message is read
a
dded draggable handle can only be dragged by this handel 
dragged windows now fade



=====SA Chat RC6-1 Rev**=====

now uses jquery-play-sound plugin

removed more older/legacy code from theme js files

chat windows are now a little bigger

long messages now wrap instead of makeing long scroll

fixed issue with chat messages not returned after so many messages



=====SA Chat RC6 Rev**=====

https://github.com/SAMods/SAChatBar/commits/master

fixed cacheing issue when no gadgets or links added

added redirect after deleting errors from logs

fixed Undefined index: additional_groups

fixed Undefined index: id_group

fixed Undefined index: id_post_group

fixed Undefined index: avatar

banned members no longer see the bar

fixed chrome bug Resource interpreted as Script but transferred with MIME type text/html:

added caching to smilys

majar update to cookies and the way they were handeled now uses jquery cookie plugin

now uses jquery draggable plugin less code yay :P

removed veiwport offset plugin not needed with draggable



=====SA Chat RC3 Rev**=====

used proper php opening tag

show default themes but dont allow deletion

added test cht file for testing chat and preveiwing themes [acessed via site.com/sachat/sachattest.php]

fixed load checking issues
re
moved old default theme from package

enabled update online by default

admin ui changes

added optopn to reset member themes

copy js when copying theme

added options to disable bar on certain themes

improved genMemList() function

improved genMemcount() now uses genMemList('count')

fixed profile chat bar settings

function initOptions() only gets whats needed

fixed issue with utf8 special charactors

improved page loading time

moved $user_settings = loadUserSettings($member_id); from template buddy_list to genMemList()

added way to refresh bar manualy

removed init options functiionn no longer needed

fixed incorrect avatars showing



=====SA Chat RC2 Rev**=====

minor code refactor in index.php

some code cleanup

moved functions to own file

updated images for new theme

new theme tweeks

thems can now use there own js files

added suport for word censoring

possible issue on some servers fixed [maybe?]