jabber.developer
  • Joined on 2025-06-19
jabber.developer created pull request devs/cproof#46 2025-10-29 17:24:31 +00:00
Fix arch build by adding pacman-key --init
jabber.developer pushed to master at devs/cproof 2025-10-29 17:24:17 +00:00
266f5aa046 feat(api): add get_current_window call
jabber.developer pushed to build/fix/arch at devs/cproof 2025-10-29 17:23:46 +00:00
fa3beddadb Fix arch build by adding pacman-key --init
jabber.developer created branch build/fix/arch in devs/cproof 2025-10-29 17:23:45 +00:00
jabber.developer commented on pull request devs/cproof#45 2025-10-28 16:49:37 +00:00
Fix scroll/paging state and buffer handling

Could you apply our standard formatting (should apply automatically on ctrl+shift+i in VSCode)? It will fix the CI

jabber.developer commented on pull request devs/cproof#45 2025-10-28 16:49:37 +00:00
Fix scroll/paging state and buffer handling

nit: I think that we can get rid of extra pair of parentheses.

jabber.developer commented on pull request devs/cproof#45 2025-10-28 16:49:37 +00:00
Fix scroll/paging state and buffer handling

Nice place for condition and logic.

jabber.developer commented on pull request devs/cproof#45 2025-10-28 16:49:37 +00:00
Fix scroll/paging state and buffer handling

At this point, it's really hard to track what this condition is doing. I suggest that we split it into variables with descriptive names so we can understand what's going on in the future

jabber.developer commented on pull request devs/cproof#45 2025-10-28 16:49:37 +00:00
Fix scroll/paging state and buffer handling

If we keep this debug message in the prod, then maybe we can make it slightly more informative?

jabber.developer suggested changes for devs/cproof#45 2025-10-28 16:49:37 +00:00
Fix scroll/paging state and buffer handling

Generally LGTM, but please fix formatting for CI.

jabber.developer pushed to feat/api/get_current_window at devs/cproof 2025-10-20 17:01:04 +00:00
266f5aa046 feat(api): add get_current_window call
3738be4af1 fix: prevent autoping disable on false negative ping support check
ad95edb2b9 feat: make /log level work with non-default files
fac1e224bc fix(scroll): handle edge case of extremely long messages
6ad8a19053 fix(buffer): use dynamic buffer size to prevent unnecessary buffer cleanups
Compare 5 commits »
jabber.developer commented on issue devs/cproof#40 2025-10-14 11:35:05 +00:00
Autoping connection_support false negative

Hotfix deployed: #41

jabber.developer merged pull request devs/cproof#41 2025-10-14 11:33:15 +00:00
[GIT-40] Prevent automatic disabling autoping feature
jabber.developer pushed to master at devs/cproof 2025-10-14 11:33:13 +00:00
3738be4af1 fix: prevent autoping disable on false negative ping support check
ad95edb2b9 feat: make /log level work with non-default files
Compare 2 commits »
jabber.developer pushed to fix/autoping-autodisable at devs/cproof 2025-10-14 10:42:08 +00:00
3738be4af1 fix: prevent autoping disable on false negative ping support check
jabber.developer opened issue devs/cproof#43 2025-10-14 10:38:26 +00:00
Display of message bigger than ncurses buffer
jabber.developer opened issue devs/cproof#42 2025-10-14 10:37:03 +00:00
Branding
jabber.developer pushed to fix/autoping-autodisable at devs/cproof 2025-10-14 10:03:45 +00:00
b79bafbd8f fix: prevent autoping disable on false negative ping support check
jabber.developer created pull request devs/cproof#41 2025-10-14 09:49:12 +00:00
fix/autoping-autodisable