Feature: sort option for not to ignoring non-alphanumeric characters
Feature: detect device removal
Moving screenshots to doc/
Moving the screenshots to doc/
Merge remote-tracking branch 'github/master'
Added .gitignore
Some modification in the channel polling code
Updating code header, tidying some spaces there and there...
Bugfix: three "errors by one" i forgot to commit the 2016-03-18!
A bit of documentation is better
Adding the -s feature (data capture doesn't stop at space character). Better usage() message.
Adding a makefile.
Initial GIT commit for Hexadoku project, started January 2015
Adding an hexdump, because it's always good to have when you don't have the hardware thing
Windows: adding an icon into the binary
.gitignore update (*.exe, *.hex)
s/really the right serial/the correct serial/
Add *.csv to .gitignore
Corrected: daylight saving time flag set to the "information unknow" value, activating automatic mode
New feature: possibility to save raw hexdumps with --savedump and to read them back with --readdump
Removing the hexdump of the first packet on the first line of the generated data files
Changed generated files extensions from .csv to .dat
Corrected ascii art
Add the .gitignore file
Added cable pinout to README
Initial commit
Better self documentation in cases of connections problem
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.
Merci à Hiro pour les conseils.
Merci à Hiro pour les conseils.
Corrections sur l'horodatage et des modifications un peu partout
HTML entities supported
HTML entities supported.
Template file for user configuration. Edit it and save it under the name "userconfig.h" before typing "make" !
Template file for user configuration. Edit it and save it under the name "userconfig.h" before typing "make" !
Support reading without have to logging (let USERNAME empty)
A little bug corrected.
Update! (bug corrected in html parser + test function to test it)
Amelioration du comportement en cas de problemes de connexion
Gère les nouvelles libs et leurs programmes de tests. Les libs ne sont pas encore requises pour la compilation principale.
Doit gérer les \r\n aussi bien que les \n seuls. \r\n par défaut pour le max de compatibilité, merci.
Doit gérer les \r\n aussi bien que les \n seuls. \r\n par défaut pour le max de compatibilité, merci.
Modifications sur le parseur HTML (intérieur des messages) + ajout des nouveaux fichiers dans le projet Dev-c++ (win) + Tests sous Debian.
Modifications sur le parseur HTML (intérieur des messages) + ajout des nouveaux fichiers dans le projet Dev-c++ (win) + Tests sous Debian.
Avec des accolades et des printf pour tracer des trucs. SPAN commenté dans *get_text() pour éviter que ça plante.
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 *).
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 *).
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 *
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 *
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 *
Ajout de unistd.h dans les includes pour autre chose que windows pour éviter un warning quand on compile avec -Wall
Correction d'un bug (test fin de clef) + read_conf_int()
Now able to malloc() what it need to output http cookies string.
Working with the mchatclient.conf file ! \o/ => Will be uploaded as .template later. Also there is an adaptative polling delay system.
Working with the mchatclient.conf file ! \o/ => Will be uploaded as .template later. Also there is an adaptative polling delay system.
Compile time configuration is DELETED as it's now in a conf file.
Working with the mchatclient.conf file ! \o/ => Will be uploaded as .template later. Also there is an adaptative polling delay system (bis).
The old static makefile. Still maintened as I like when it dosn't all objects build when testing only one.
+ #include "ini.h";
Static Makefile is back
Static Makefile is back
Static Makefile is back and updated
Forgot to remove the reference to the now not used userconfig.h :)
code cleanup
not used anymore (code cleanup)
not used anymore (code cleanup)
not used anymore (code cleanup)
HTML in messages can be parsed now!
Macro used
bug corrected : doesn't segfault anymore when the rules file is not found.
The html present in messages is now parsed. Please edit your mchatclient.conf file to activate it ! (add "read_parser_rules 1")
not used anymore
renamed
deleted
Bugfixe: the "@" in UTF-8 from the minichat is in fact {0x40, 0xC2, 0xA0}, thanks my network sniffer.
Removing the warnings messages showed by the "-Wextra"'s gcc parameter
Il y a un bug qu'il faudrait resoudre, voir le commentaire dans le code source, merci!
New Curses-based TUI interface ! Need more bugproofing.
New Curses-based TUI interface (added lately, sorry) !
Trying to have a widechar version
Rant-removing, and replacing some reliefs of ugly four-space indenting by tab characters
Quiet !
Effective redrawing when typing ^L, and some others things too
ncursesw-dev version using locale now by default!
Better using subwin() for windows' content.
Being able to function without debug window !
a general code cleanup
The + is like a space when posting. So, let's replace the + character with hex codes.
The + is like a space when posting. So, let's replace the + character with hex codes.
The backspace key is now working with UTF-8 characters
Better care about URL meaning characters like & and %
a gruik way to keep the phy cursor into the typing_area.content.
Transliteration is working under windows console (CP850!)