Simplified history storage in conference app
- History is no longer persistent, it's stored in memory only
- System messages are no longer stored
- The setting for controlling the history size is renamed to 'history_size'
- Private messages are not stored
As a result, SylkServer no longer depends on SQLObject