Commit Graph
289 Commits
Author SHA1 Message Date
gfk 41fe669e9a Almost complete rewrite of the METAR perl client. 2002-01-02 20:05:20 +00:00
dglaude e85dbde5f7 GPL as in stable-0-4-3 2002-01-02 15:03:19 +00:00
dglaude 7847b4e17a Cleaning of report/debug as in stable-0-4-3 (work in progres) 2002-01-02 14:55:01 +00:00
William Ferrell 4c7b10c28d Cosmetic change to server identification string 2001-12-31 22:16:59 +00:00
robijn 4ee73421fb vbar fix 2001-12-30 00:31:54 +00:00
robijn 71056ec551 v0.5 kick-off 2001-12-30 00:15:25 +00:00
gfk c28d25b795 Partial implementation of Thomas Runge's BSD port. 2001-12-28 21:52:39 +00:00
robijn b228b720d9 Added uniform copyright notice to all files of the server core. 2001-12-27 23:30:36 +00:00
robijn 5d0b33c5ef Fixed header file problem.
Enhanced(?) timing.h with DELAY_AUTOSELECT.
Cheered up some comments, moved #ifndef FOO_H #define FOO_H to just after
the copyright and explanation comment.
2001-12-27 16:22:09 +00:00
reenoo cea59d556e fix: I'm not the vendor ;) 2001-12-27 12:23:36 +00:00
reenoo 7ab0b9548b initial commit of EPM list file 2001-12-27 12:06:41 +00:00
reenoo 242bce0a88 fixed default configfile location 2001-12-27 10:58:29 +00:00
reenoo ea31c5d438 compile error fixed; Thanks Guillaume! It does not occur on my box :( 2001-12-26 21:57:52 +00:00
reenoo c0c5bd28df strncpy bugfix bugfix; UPDATE RECOMMENDED 2001-12-26 16:25:41 +00:00
reenoo 531ad030ea strncpy bugfix; UPDATE RECOMMENDED 2001-12-25 21:16:15 +00:00
gfk 09b4ff9271 Partial port of the server to OpenBSD and NetBSD/i386. 2001-12-25 19:28:54 +00:00
gfk 1778464b0f Added sed1330.c and sed1330.h to the distribution. 2001-12-25 18:37:12 +00:00
gfk af88fbfdfa Removed the warnings when running autoconf. 2001-12-25 18:33:04 +00:00
gfk ff368e7089 Fix my (incorrect) fix (with a good one I hope). Also reimplemented delayMult in the driver. 2001-12-25 18:01:45 +00:00
reenoo b9f0e14e8f curses: configfile support; CFontz: configfile parsing bugfix 2001-12-25 15:56:25 +00:00
robijn 94b8ea0ad4 Removed delayMult from timing.h 2001-12-24 23:36:28 +00:00
reenoo 18b0c7e86e CFontz update 2001-12-24 20:02:47 +00:00
reenoo c25e8a623a daemonize bug fixed 2001-12-24 12:48:55 +00:00
gfk 9d1f424028 Added a note about the shared directory when compiling only a part of the package. 2001-12-23 22:05:51 +00:00
gfk 13d82693ac Partially implemented Thomas Runge's BSD port. 2001-12-23 21:52:45 +00:00
reenoo 87b5487da5 CFontz update: configfile, backlight, new firmware 2001-12-23 21:25:23 +00:00
gfk 2d53db20ff Added lcd-port.h and timing.h to the distribution. 2001-12-23 20:04:58 +00:00
gfk 5de08960bf Moved the uPause function to timmings.h for modularity and easier porting to BSD. 2001-12-23 19:43:20 +00:00
themythos 54eb272a69 corrected bug in heartbeat function 2001-12-23 15:12:17 +00:00
gfk 4bb591c629 Several corrections and adds to the text files. 2001-12-22 20:20:59 +00:00
robijn dd7d21c12d Added code to scan for -t, to specify the diplay size. 2001-12-22 15:12:20 +00:00
gfk bd2d6bade5 Small fix to have the name of the selected drivers displayed in a comma separated list. Other typos fixed too. 2001-12-22 03:18:05 +00:00
themythos 6e178cdc6a v1.2 now graphics disabled, because of strange pixel faults 2001-12-21 15:01:43 +00:00
reenoo 45bf2e6c41 apllied Jarda Benkovsky's perl clients patch 2001-12-11 21:20:22 +00:00
reenoo d0c2164625 removed some strange chars from [lcdm001] 2001-12-11 21:18:01 +00:00
robijn 7ecd6f07a5 Removed 'long p' from charmap (now for real :). 2001-12-11 15:43:26 +00:00
reenoo a915215e42 Fixed key handling; keypad settings via configfile 2001-12-09 18:39:39 +00:00
reenoo 390cf538f3 Added entries for lcdm001 2001-12-09 18:36:56 +00:00
robijn 3929662434 HD44780 general:
- Removed 'long p' from keymap

HD44780 serialLpt:
- Backlight support
- Updated documentation
2001-12-09 14:33:17 +00:00
reenoo d0511bb7d8 Added myself ;) 2001-12-08 19:52:22 +00:00
reenoo 1a1a1999aa Added legal stuff directly to the driver files 2001-12-08 19:51:41 +00:00
dglaude 55e751a1d9 Joris (and other) I added comment see you on the mailing list 2001-12-05 18:55:25 +00:00
dglaude e671804453 Now you can choose between report.h and debug.h (default) If you are happy with it I'll remove debug.h 2001-12-05 18:28:22 +00:00
dglaude 29e71c9dc4 Preparing for using report.h rather than debug.h (no harm done just #ifdef) 2001-12-05 17:52:26 +00:00
reenoo 687d4a8fe7 strncpy now pays attention to hardlimit (200) of config_get_string 2001-12-04 18:48:32 +00:00
reenoo 8597064b67 strncpy instead of strcpy; no more dummy functions; general cleanup 2001-12-03 20:38:21 +00:00
reenoo 7b374b0b3f fixed segfault problems - hopefully ;) 2001-12-02 22:22:13 +00:00
robijn 6124c616b6 Added clearer comment for use of config_get_string. 2001-12-02 17:26:04 +00:00
robijn 390276a972 Fix for lcdm001 bignum crash. 2001-12-02 16:44:20 +00:00
gfk 0b40559872 Fix for the missing ACS_S3, ACS_S7, wcolor_set() and redrawwin() with the curses driver. 2001-11-30 23:53:16 +00:00