1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Need cgi-bin/ added to EXTRA_DIST More... almost 10 years ago
Add the compile file, apparently. More... almost 10 years ago
Fiddle the changelog for 0.4 More... almost 10 years ago
Bump version to 0.4. Need to run tests before finalizing. More... almost 10 years ago
Oops, this file needs contents More... almost 10 years ago
Add the cgi-bin directory More... almost 10 years ago
Add the gnhastweb web UI. In all it's (mostly) glory. More... almost 10 years ago
Fix gn_setalarm to quote the altext output, as it's bound to be a big string with spaces. More... almost 10 years ago
Add code for the in-progress gtk tool to edit insteon devices. Needs a bit of work still, but is about 65% complete. More... almost 10 years ago
Add jsoncgicoll, which will be used in the soon-to-be-committed code for the web interface. More... almost 10 years ago
Code now works with old style plm hub. More... about 10 years ago
Add the gnhastd_bev set to the connect routines for the 4 collectors that do not use the generic connection routines. While there, note them with NOGENCONN for easy grepping. More... over 10 years ago
Tons of reworks on the collectors and gnhastd to support self-monitoring of collectors, and automated restarts of them via the moncoll collector. More... over 10 years ago
Add the moncoll collector monitoring collector. More... over 10 years ago
Instrument the rest of the collectors with health self checks. More... over 10 years ago
Add code to monitor the collectors themselves. Each collector will create a device on the server, which is a switch, and is updated with the alive-ness of the collector. More... over 10 years ago
Rewrite insteon_common to support the hub-as-PLM type old hubs, and the hub-as-http new hubs. The http method is pretty gross, and I suspect rather unreliable in real use. Nevertheless, it works, so if you have no choice, you can use it. More... over 10 years ago
More work on abstracting the insteon collector to work with a hub. still not done More... over 10 years ago
First steps at supporting the insteon hub, not done yet More... over 10 years ago
When a 6-button keypad has button "a" hit, it sends out a message to group 3. Previously, we were only linked as a responder on group 1. Fix: More... over 10 years ago
Fix crash bug in insteon discover when there was no existing conf More... over 10 years ago
Updates to bump version to 0.3 release. Not ready yet, but soon... More... over 11 years ago
Add a spec file for 0.2.3 gnhast (soon to be nuked for the current ver) More... over 11 years ago
Add SIGUSR1 (flip debug mode logging) to all the collectors that don't have it. More... over 11 years ago
Add a weakref stub callback (genconn_connect_cb) that clients can use to take action depending on if the client just connected/disconnected to gnhast. Fix a bug added in the wupwscoll collector that got added when we switched to genconn.c, because it never started the feeds from gnhast. More... over 11 years ago
Fix a crash bug in registering a group with the server. (free without strdup) Make dump conf say what kind of file the server is saving. More... over 11 years ago
When the user hits enter in a dialog, take that as OK. More... over 11 years ago
Fix: Crash when quitting a collector when gnhastd is down. Fix: When saving groups to gnhastd, need to save children first. More... over 11 years ago
Change new_dev_from_conf() to look for an existing dev and update it instead. Fixes a bug where the brulcoll (and probably others) had double devices. (I bet this caused all sorts of wierd) More... over 11 years ago
Convert the confparser over to using the name_map_t tables. Makes adding new things easier. More... over 11 years ago