Activity for Client for rmcgirr83.org's phpbb chat

  • cLx cLx committed [e4371d]

    Première version (cLx-06) uploadée vers le serveur SVN. Pour l'instant, ça fonctionne, mais il faut éditer le fichier userconfig.h avant de faire make.

  • cLx cLx committed [a0db81]

    Merci à Hiro pour les conseils.

  • cLx cLx committed [5d050c]

    Merci à Hiro pour les conseils.

  • Nejaa Halcyon committed [318d67]

    ajout de l'affichage de l'heure dans la fonction minichat_message()

  • Nejaa Halcyon committed [84925c]

  • Nejaa Halcyon committed [2b1b25]

  • Nejaa Halcyon committed [0073ba]

  • cLx cLx committed [c3af4c]

    HTML entities supported

  • cLx cLx committed [85d123]

    Corrections sur l'horodatage et des modifications un peu partout

  • cLx cLx committed [7b87f4]

    HTML entities supported.

  • cLx cLx committed [94a2bd]

    Template file for user configuration. Edit it and save it under the name "userconfig.h" before typing "make" !

  • cLx cLx committed [aea4d9]

    Support reading without have to logging (let USERNAME empty)

  • cLx cLx committed [a8cb90]

    Template file for user configuration. Edit it and save it under the name "userconfig.h" before typing "make" !

  • Nejaa Halcyon committed [f45059]

    Support reading without have to logging (Lègere correction)

  • cLx cLx committed [abe04c]

    Update! (bug corrected in html parser + test function to test it)

  • cLx cLx committed [ac6d0d]

    A little bug corrected.

  • cLx cLx committed [cf3f35]

    Amelioration du comportement en cas de problemes de connexion

  • Niki committed [743972]

    A new, very basic, INI-file reader.

  • Niki committed [caf063]

    A parser to parse incoming HTML message into displayable text/html/...

  • Niki committed [857d41]

    A string helper class.

  • Niki committed [003158]

    External test class.

  • Niki committed [c2da10]

    Using cstring in ini

  • Niki committed [c564c3]

    Using cstring in ini

  • Niki committed [ebd963]

    New Makefile to test

  • cLx cLx committed [9459e8]

    Gère les nouvelles libs et leurs programmes de tests. Les libs ne sont pas encore requises pour la compilation principale.

  • Niki committed [320cf8]

    Makefile change

  • Niki committed [c2a0e9]

    Correction for Makefile (didn't build the test correctly)

  • Niki committed [561cdc]

    Update to Makefile

  • cLx cLx committed [fc04d6]

    Doit gérer les \r\n aussi bien que les \n seuls. \r\n par défaut pour le max de compatibilité, merci.

  • Niki committed [625637]

    Makefile: remove uneeded code

  • cLx cLx committed [dec896]

    Doit gérer les \r\n aussi bien que les \n seuls. \r\n par défaut pour le max de compatibilité, merci.

  • cLx cLx committed [7a7558]

  • Niki committed [7278ad]

    new install target in Makefile

  • Niki committed [90178c]

    Correction for parser.c and new test "parser-test.c"

  • Niki committed [95fcc2]

  • Niki committed [b8ceec]

  • cLx cLx committed [85f1db]

    Modifications sur le parseur HTML (intérieur des messages) + ajout des nouveaux fichiers dans le projet Dev-c++ (win) + Tests sous Debian.

  • Niki committed [824a8d]

    Re-add "mrproper" (and mrpropre) target to the Makefile

  • cLx cLx committed [d26cbe]

    Avec des accolades et des printf pour tracer des trucs. SPAN commenté dans *get_text() pour éviter que ça plante.

  • Niki committed [0d3106]

    A new clist system (generic lists)

  • Niki committed [838794]

    Some cleaning in the .h

  • Niki committed [7ba82f]

    Extracting attributes from ini/parser and using clist with them, step 1.

  • cLx cLx committed [dcdc32]

    Ajout d'une lib pour aller chercher des trucs dans le fichier de configuration. Ne prend que 4 octets de plus quand on ne s'en sert pas (static FILE *).

  • cLx cLx committed [f013cc]

    Ajout d'une lib pour aller chercher des trucs dans le fichier de configuration. Ne prend que 4 octets de plus quand on ne s'en sert pas (static FILE *).

  • Niki committed [bd4788]

    Some changes for ini and clist

  • cLx cLx committed [0cff56]

    Ajout d'une lib pour aller chercher des trucs dans le fichier de configuration. Ne prend que 4 octets de plus quand on ne s'en sert pas (static FILE *) + unsigned char * => char *

  • Niki committed [60c2c3]

    parser.c now uses cstring and clist.

  • cLx cLx committed [d13830]

    Ajout d'une lib pour aller chercher des trucs dans le fichier de configuration. Ne prend que 4 octets de plus quand on ne s'en sert pas (static FILE *) + unsigned char * => char *

  • Niki committed [60e21d]

    Corrections for cstring/ini and working on parser

  • Niki committed [2eff45]

    New "reverse" function in clist, more work on parser.c

  • cLx cLx committed [0dae10]

    Ajout de unistd.h dans les includes pour autre chose que windows pour éviter un warning quand on compile avec -Wall

  • Niki committed [6bfff5]

    Working on the parser

  • Niki committed [6bfff5]

    Working on the parser

  • Niki committed [74efd4]

    cstring can now be used as a char**

  • cLx cLx committed [54758f]

    Correction d'un bug (test fin de clef) + read_conf_int()

  • cLx cLx committed [e250dd]

    Now able to malloc() what it need to output http cookies string.

  • cLx cLx committed [97f2c0]

    Working with the mchatclient.conf file ! \o/ => Will be uploaded as .template later. Also there is an adaptative polling delay system.

  • cLx cLx committed [97f2c0]

    Working with the mchatclient.conf file ! \o/ => Will be uploaded as .template later. Also there is an adaptative polling delay system.

  • cLx cLx committed [067c6a]

    Working with the mchatclient.conf file ! \o/ => Will be uploaded as .template later. Also there is an adaptative polling delay system.

  • cLx cLx committed [96d093]

    Compile time configuration is DELETED as it's now in a conf file.

  • cLx cLx committed [178367]

    Working with the mchatclient.conf file ! \o/ => Will be uploaded as .template later. Also there is an adaptative polling delay system (bis).

  • cLx cLx committed [a590d8]

    The old static makefile. Still maintened as I like when it dosn't all objects build when testing only one.

  • Niki committed [417232]

    Better tests for cstring

  • Niki committed [4a21c5]

    More work on parser (almost everything ready, except actually using the rules in the INI)

  • Niki committed [4ca7a3]

    conf.c added to Makefile

  • Niki committed [3afa18]

    Working on parser

  • Niki committed [8896e0]

    Parser now working. parser.ini still not complete for text output.

  • Niki committed [f9a729]

    Ini rename

  • Niki committed [34ca55]

    -Wall is useful...

  • cLx cLx committed [568e78]

    + #include "ini.h";

  • cLx cLx committed [489a8e]

    Static Makefile is back

  • cLx cLx committed [97f2c8]

    Static Makefile is back

  • cLx cLx committed [341d77]

    Static Makefile is back and updated

  • Niki committed [6dcda3]

    Update of the dyn makefile

  • cLx cLx committed [71a84f]

    Forgot to remove the reference to the now not used userconfig.h :)

  • Niki committed [d89521]

    Better doc on the cstring

  • Niki committed [e0d151]

    New functions for cstring, new "./make" that uses the dyn Makefile

  • Niki committed [886049]

    cstring: last 2 'TODO' functions done

  • Niki committed [ecb106]

    parser: now understand @

  • Niki committed [33451e]

    Parser support almost complete (missing: URLs)

  • Niki committed [9bcdfd]

    Parser now supports URLs

  • Niki committed [2c9fa7]

    Add a test for bad input at first parsing (@ parsing)

  • Niki committed [6092e2]

    First batch of clx-tests/niki-corrections

  • Niki committed [9729d3]

    Second batch of corrections

  • Niki committed [5d2564]

    Does not show "http://link (http://link)" when both instances are equals (like it does when displayed link is "htpp:// ... k" for instance)

  • cLx cLx committed [b73f98]

    code cleanup

  • cLx cLx committed [a63512]

    not used anymore (code cleanup)

  • cLx cLx committed [ed732c]

  • cLx cLx committed [96a2c4]

    not used anymore (code cleanup)

  • cLx cLx committed [e30d55]

    not used anymore (code cleanup)

  • cLx cLx committed [21076f]

    HTML in messages can be parsed now!

  • cLx cLx committed [21076f]

    HTML in messages can be parsed now!

  • cLx cLx committed [be4ed9]

    Macro used

  • cLx cLx committed [8f82f7]

    bug corrected : doesn't segfault anymore when the rules file is not found.

  • cLx cLx committed [9f2f4b]

    The html present in messages is now parsed. Please edit your mchatclient.conf file to activate it ! (add "read_parser_rules 1")

  • cLx cLx committed [4ce83f]

  • cLx cLx committed [8c0a19]

    not used anymore

  • cLx cLx committed [dc07fa]

    renamed

  • Niki committed [a10eeb]

    Dynamique makefile launche (for *-test)r

  • Niki committed [c241be]

    "@ " replaced by its UTF-8 value

1 >
MongoDB Logo MongoDB