Why don't things work well in Firefox?
Features tend to get developed and tested using a WebKit based browser (Chrome, Safari.) Things get fixed in Firefox when someone points out the bug. So, please report any Firefox bugs that you notice. Or, don't use Firefox and make a standalone WebKit application instead.
Are you going to start charging money for this?
Probably. Once things stabilize I will likely charge a small monthly fee or ask for donations.
Can I have the source code?
Most of the source code for alice is available on github. That does not include the code that actually handles signups or managing multiple alice instances. No, you can't have those parts. See the Development page.
Where do I report bugs?
Please use the support site to submit issues or request new features.
How can I make a standalone application for alice?
There are detailed instructions for each OS written up here.
Why don't things work right when I am on an unreliable connection?
Alice uses a persistent HTTP connection to the server to receive messages. When that connection breaks (due to unreliable service) it can cause issues. Alice will do it's best to reconnect and pull down any missed messages, but sometimes an internet connection is too shakey for everything to work prefectly.
How do I delete my account?
Email me, and I will delete your account ASAP.
Why aren't there commands for doing op things, like kicking and banning?
Because you haven't added it yet.