- Aug 23, 2012
-
-
echicken authored
Includes a lightbar/hotkey message area selector.
-
mcmlxxix authored
-
echicken authored
getMessageThreads(sub) (See comments.)
-
mcmlxxix authored
clean up leftover text when moving tree, clear remaining lines when tree doesnt fill frame. draw +/- characters for subtree expansion. add pageUp(), pageDown() methods, make home() and end() work relative to the top-level. various other shite.
-
- Aug 22, 2012
-
-
mcmlxxix authored
timestamps the supplied message in logs, relative to last function call
-
mcmlxxix authored
add frame.invalidate() method, which destroys the screen buffer "memory" redraws on next cycle() or draw() fix frame.clear(), cleartoeol(), clearline() methods to affect entire data array instead of just what is visible
-
mcmlxxix authored
remove frame.refresh() call from tree.addItem() use frame.setData() to display menu (faster)
-
rswindell authored
active_clients (protected integer) could be 0 at the time of recycle because there can be delay at the beginning of the FTP ctrl thread (e.g. looking up filtered IPs/hostnames) before the active_clients is incremented which could be during/after it was destroyed by the cleanup() function. Now tracking number of threads using protected integer which increments immediately upon child thread creation and is not destroyed until the main thread terminates. There is currently *not* timeout while waiting for child threads to terminate upon shutdown/recycle, so this could result in a hung server thread if a child thread is indefinitely hung - consider using a timeout.
-
- Aug 21, 2012
-
-
echicken authored
Some updates to comments and example code.
-
- Aug 17, 2012
- Aug 15, 2012
- Aug 14, 2012
- Aug 13, 2012
- Aug 12, 2012
-
-
mcmlxxix authored
-
- Aug 09, 2012
- Aug 08, 2012
- Aug 07, 2012
- Aug 03, 2012