sawka
|
4e93eff86a
|
updates to FeState to store variables -- implement python venv and gitbranch in festate for prompt
|
2023-04-11 23:54:18 -07:00 |
|
sawka
|
b92c160333
|
fix session:purge
|
2023-04-07 15:48:44 -07:00 |
|
sawka
|
000d86b7af
|
fix session stats
|
2023-04-05 00:46:47 -07:00 |
|
sawka
|
bc89309cfe
|
fix nil ptr in /line:view
|
2023-04-05 00:25:22 -07:00 |
|
sawka
|
174a4ef8fd
|
add limits to websharing
|
2023-04-04 23:38:34 -07:00 |
|
sawka
|
fa8db1d80e
|
limit screen sharing to 50 commands
|
2023-04-04 23:24:08 -07:00 |
|
sawka
|
0ee3af71bd
|
update sharename
|
2023-04-04 22:28:52 -07:00 |
|
sawka
|
f6c6a40aba
|
add client:accepttos command
|
2023-04-04 21:52:20 -07:00 |
|
sawka
|
faadfdffaa
|
new remoteview type to hook into remoteview window
|
2023-04-03 15:55:36 -07:00 |
|
sawka
|
0a16bb2181
|
add two new fields to remotetype for better messages on client
|
2023-04-03 01:37:55 -07:00 |
|
sawka
|
59fd629920
|
small updates webshare/archive interaction.
|
2023-04-02 00:20:05 -07:00 |
|
sawka
|
f808c7b362
|
better way to handle updates -- use a dedup across all updates, pack as many updates as possible into the packet
|
2023-03-31 18:15:51 -07:00 |
|
sawka
|
5e5a6aa53f
|
do synchronous webscreen delete
|
2023-03-31 13:25:57 -07:00 |
|
sawka
|
a7faf2040f
|
get contentheigh updates working
|
2023-03-31 00:32:38 -07:00 |
|
sawka
|
274697039a
|
webshare selected line, sync webupdate for screen:new, fix line resolver for hidden items
|
2023-03-30 18:08:35 -07:00 |
|
sawka
|
652c820844
|
simplify updates, remove line:archived (now just line:del)
|
2023-03-30 12:59:58 -07:00 |
|
sawka
|
83ce367ace
|
set archived update for archived lines
|
2023-03-30 00:59:05 -07:00 |
|
sawka
|
a340f93c20
|
add statevars to remote, add vars into webremote
|
2023-03-29 12:42:04 -07:00 |
|
sawka
|
dde547351c
|
add some synchronization magic for ptypos updates
|
2023-03-28 00:24:37 -07:00 |
|
sawka
|
b0269d5228
|
move generic db functions to dbutil (for use with PromptCentral)
|
2023-03-27 14:11:02 -07:00 |
|
sawka
|
582cd807a8
|
pcloud web-share working with stubbed out promptcentral
|
2023-03-26 23:07:30 -07:00 |
|
sawka
|
150c8cfaee
|
now calling promptcentral web updates
|
2023-03-26 18:48:43 -07:00 |
|
sawka
|
cf3644f0fd
|
working on webshareupdates
|
2023-03-26 13:21:58 -07:00 |
|
sawka
|
9ffb672062
|
add screenupdates
|
2023-03-25 12:54:56 -07:00 |
|
sawka
|
bfe8ee1c02
|
starting on screen:webshare feature. simplify bookmarks (removed bookmarked from line)
|
2023-03-24 10:34:07 -07:00 |
|
sawka
|
02ae7ea972
|
checkpoint on big cmd screen migration
|
2023-03-20 19:20:57 -07:00 |
|
sawka
|
cec75c0d5b
|
add simple history expansion
|
2023-03-20 12:19:48 -07:00 |
|
sawka
|
1742a3dbbc
|
add linenum to map
|
2023-03-18 11:49:00 -07:00 |
|
sawka
|
064e31eb2c
|
fix history query time
|
2023-03-17 21:36:49 -07:00 |
|
sawka
|
5b74117bca
|
bump to 0.1.7, add line:set
|
2023-03-17 14:47:30 -07:00 |
|
sawka
|
e16c6534ad
|
add screenid to cmd, remove sessionid from screenlines
|
2023-03-15 18:12:55 -07:00 |
|
sawka
|
f86f0a78b1
|
restore historynum and add linenum to historyitems
|
2023-03-15 12:27:17 -07:00 |
|
sawka
|
ed60723720
|
remove windowid
|
2023-03-14 16:37:22 -07:00 |
|
sawka
|
2a7a5c739c
|
remove incognito check for now
|
2023-03-13 15:54:35 -07:00 |
|
sawka
|
f8abfcb563
|
bug fixes
|
2023-03-13 12:23:36 -07:00 |
|
sawka
|
49e56f91cd
|
bug fixes for screen primary
|
2023-03-13 12:10:23 -07:00 |
|
sawka
|
1059a10727
|
remove screens from session. add screenlinestype (replaces 'window' lines)
|
2023-03-13 10:50:29 -07:00 |
|
sawka
|
fd33157130
|
more window/screen_window references removed
|
2023-03-13 02:09:29 -07:00 |
|
sawka
|
e154aacaad
|
checkpoint, backend changes for consolidating window and screen_window to screen
|
2023-03-13 01:52:30 -07:00 |
|
sawka
|
861cf8d126
|
fix shutdown loop -- have to ignore SIGHUP
|
2023-03-12 15:16:49 -07:00 |
|
sawka
|
34d4962b7a
|
more logging, backup db on migration, fix issue with dbmapper (writing byte arrays)
|
2023-03-12 14:42:18 -07:00 |
|
sawka
|
db5cecb1da
|
first use of go generics for DB mapping functions. add cloud session tables. refactor some of dbops to use new generics.
|
2023-03-09 18:44:01 -08:00 |
|
sawka
|
f2529581e1
|
checkpoint, cloud sessions
|
2023-03-08 17:16:06 -08:00 |
|
sawka
|
66f55ad85c
|
fix bugs with history query paging
|
2023-03-06 15:42:50 -08:00 |
|
sawka
|
454c8758cd
|
bug fixes, allow cmd filtering
|
2023-03-06 13:54:38 -08:00 |
|
sawka
|
501b067ead
|
add a filtered search mode to history search
|
2023-03-06 11:47:44 -08:00 |
|
sawka
|
7516f880ae
|
history search bugfixes
|
2023-03-05 13:53:24 -08:00 |
|
sawka
|
56b74f35f3
|
allow many more history query search options
|
2023-03-03 18:12:24 -08:00 |
|
sawka
|
22d0c5687e
|
call to purge history items
|
2023-03-03 13:31:16 -08:00 |
|
sawka
|
60e17f160f
|
add activesessionid to switch screen
|
2023-03-03 10:15:57 -08:00 |
|