Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1990 5225 d 2 h runge /trunk/PcSoftware/Atom1.5/src/ Fixed indata bug since the byteset refactoring, now indata from nodes are decoded correctly again.
Added some debug printouts
Moved the enter and exit debug to a new log level, extreme
 
1964 5245 d 3 h runge /trunk/PcSoftware/Atom1.5/src/ Added logfile capability to new logging functions.
Changed old logging to use the new until everything has been changed.
 
1961 5247 d 1 h runge /trunk/PcSoftware/Atom1.5/ Work on the new logging, added level mask to configuration file
Converted the config subsystem to use the new loggingsystem and new indentation
 
1959 5247 d 2 h runge /trunk/PcSoftware/Atom1.5/ Some renaming of datatypes in atom
More work on the GPS tracker stuff
Added support for starting servers in the socket VM plugin
 
1950 5263 d 6 h runge /trunk/PcSoftware/Atom1.5/ More work on MBB
Added more error printout to MySql plugin
Increased max length for the new logging
 
1947 5264 d 1 h runge /trunk/PcSoftware/Atom1.5/ Fixes here and there.
Basic support for my MBB tracking device.
 
1945 5264 d 3 h runge /trunk/PcSoftware/Atom1.5/ Some work on changing the logging system to make it easier to use, not done and nothing of the old is yet converted to the new system.
Introduced a way of doing error handing with exceptions, only the MySql plugin uses this right now.
Added a plugin to access mysql from the js environment, it only exposes some basic functions right now but should be pretty useful, not fully tested yet but at least a select seems to work.
Some other small stuff.