X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=modules%2Finclude%2Feuphorik_bd.hrl;h=d7cdd8a365fb4597ef0ec6b0f8ca84282f5f9c71;hp=edadbcc6e293dbdb0b9c2126b3069b266f174c4c;hb=64ef87442b933d47f4dbc9dfec9a5a16e522c375;hpb=28cbabecbfc2e05861779a19e5a75bddbc0ad416 diff --git a/modules/include/euphorik_bd.hrl b/modules/include/euphorik_bd.hrl index edadbcc..d7cdd8a 100755 --- a/modules/include/euphorik_bd.hrl +++ b/modules/include/euphorik_bd.hrl @@ -1,5 +1,26 @@ -% @author GBurri -% Version 3 +% Copyright 2008 Grégory Burri +% +% This file is part of Euphorik. +% +% Euphorik is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% Euphorik is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with Euphorik. If not, see . +% +% @author GBurri + + +% Version de la BD +-define(VERSION_BD, 1). + % Pour générer des id -record(counter, @@ -7,7 +28,15 @@ key, value }). - + + +% Mémorse toutes les propriétés, entre autre la version des données +-record(proprietes, + { + nom, + valeur + }). + % décrit un enregistrement d'un message -record(minichat, @@ -16,7 +45,8 @@ auteur_id, % -> #user.id date, % erlang:now() pseudo, % chaine de caractère - contenu % chaine de caractère + contenu, % chaine de caractère + troll_id = undefined % l'id du troll associé correspondant }). @@ -41,6 +71,8 @@ date_derniere_connexion, % erlang:now(), est mis à jour lors de n'importe quelle activitée (envoie de message par exemple) css = [], % string() nick_format = nick, %atom(), peut valoir 'nick', 'login' ou 'nick_login' + view_times = true, + view_tooltips = true, indice_flood = 0, % integer() est incrémenté lorsque l'utilisateur envoie trop rapidement des messages. page_principale = 1, % la page de la conversation principale conversations = [], % [{integer(), integer()}], la liste des messages correspondant au conversation ainsi que la page affichée