Alright, I've been looking at my code, and it's a bit of a mess and isn't quite doing what I want it to as far as session data. So, now I'm deciding whether I want to re-write the login/session part of the accounts class. Currently it doesn't really have any kind of session handling and uses a standard login system. I think I may write a seperate login class and a seperate session handler class.
Should I do a massive re-write or should I just cleanup what I have and make it work. I've been looking at session handler classes, and have decided that a session handler using the db might provide more security. More security is generally worth a re-write in my opinion.
Other than that I've switched around the index and user pages, cause it makes more sense to have the index.php doing display things and the user.php do data related things. Also, I dumped the user, guild, and realm directories and the files in them. I decided that user.php and index.php could handle everything that would have been in those 3 directories.
Once I get a few more things cleaned up and get more of the plugin framework built I'll make an SVN update. In the mean time feel free to let me know what you think!
I've also noticed that the custom menu pane no longer shows up. Is that because of the recent changes made to roster? Also, I keep getting the a=g:2 anchor tag added to most links in the addon.