v0.3 :

  Bugs ?

    o Find and clean the desync bug.

  Planned for the v0.3 :

    o Manage current connection alert rules using the same method than other
      alert rules...

    o Update the code that remove the server list  to  have  a  single  list
      browse.

    o Free TopX when timeline is removed ...

    o Reseting counters of a removed alert rule.

  Further dev : 

    o Store informations about HTTP requests/responses.
    o Code an "efficient" third party graphing tool.

    o Allow setting an IP range to alert rules ?
    o Allow setting a snort label to alert rules ?
    o Add a way to not allocate more than x bytes of memory ?
    o Add a BotX function ?

    o Allow user to use *his own* alert rules.

    o Add a way to process alerts on a time sliding window.

    o Average mode :
      $ Add an average function calculated  after  a  browse(timelines)  for all
        stored informations.
      $ Store averages in a flat file and read them from.
      $ Add (alert if x > 50 average(y)).

    o Add a way to calculate anomaly threshold based on :
      * number of silent alert * weight => score => alert
      * if alert and client belongs to Top :
        related top ? (alert on con and client belongs to topx_con) => score * X
        not related top ? => score * X
        belongs to x Top ? => score * X
        not belongs to any top => score * 1/X ?
