aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-18patch: v0.10.13Jeff Halter
2023-01-18Merge pull request #88 from jhalter/fix_news_compatability_issuesJeff Halter
Fix threaded news bugs
2023-01-18Fix threaded news bugsJeff Halter
1. Fix handling of article IDs sent as 4 bytes instead of 2 2. Fix incorrect article count listing that strangely only affects third party clients
2023-01-10patch: v0.10.12Jeff Halter
2023-01-10Merge pull request #86 from jhalter/improve_obsession_compatJeff Halter
Improve compatibility with Obsession client
2023-01-10Improve compatibility with Obsession clientJeff Halter
2022-12-01Merge pull request #83 from jhalter/add_term_bellJeff Halter
Add option to trigger terminal bell for chat messages
2022-12-01Add option to trigger terminal bell for chat messagesJeff Halter
2022-11-21patch: v0.10.11Jeff Halter
2022-11-21Minor improvements to sendTransactionJeff Halter
1. Remove use of defer for the unlock because it make hold the mutex longer than necessary 2. Remove shadowed err var on L166
2022-11-21patch: v0.10.10Jeff Halter
2022-11-21Merge pull request #82 from jhalter/fix_mutux_lockJeff Halter
Fix mutex deadlock bug on invalid client
2022-11-21Fix mutex lock bug on invalid clientJeff Halter
2022-11-19patch: v0.10.9Jeff Halter
2022-11-19Merge pull request #80 from jhalter/fix_gtkhx_compatabilityJeff Halter
Fix GtkHx compatability
2022-11-19Fix GtkHx compatabilityJeff Halter
2022-11-19patch: v0.10.8Jeff Halter
2022-11-19Merge pull request #79 from jhalter/improve_chat_option_compatJeff Halter
Improve Gtkhx compatability
2022-11-19Improve Gtkhx compatabilityJeff Halter
2022-11-08patch: v0.10.7Jeff Halter
2022-11-08Merge pull request #76 from jhalter/fix_scanner_slice_reuseJeff Halter
Fix overwrite of user info due to buffer re-use
2022-11-08Fix overwrite of user info due to buffer re-useJeff Halter
2022-11-07patch: v0.10.6Jeff Halter
2022-11-07Merge pull request #74 from jhalter/workaround_windows_file_transfer_errorsJeff Halter
Add workaround for Windows file transfer errors
2022-11-07Add workaround for Windows file transfer errorsJeff Halter
2022-11-07patch: v0.10.5Jeff Halter
2022-11-07Merge pull request #73 from jhalter/improve_frogblast_client_compatJeff Halter
Improve Frogblast client compatibility
2022-11-07Improve Frogblast client compatibilityJeff Halter
2022-11-05patch: v0.10.4Jeff Halter
2022-11-05Merge pull request #69 from jhalter/register_with_gloarbline_default_trackersJeff Halter
Register with Gloarbline 1.9.7 client default trackers
2022-11-05Register with Gloarbline 1.9.7 client default trackersJeff Halter
2022-11-03patch: v0.10.3Jeff Halter
2022-11-03Troubleshoot build pipelineJeff Halter
2022-11-03Troubleshoot build pipelineJeff Halter
2022-11-03Troubleshoot build pipelineJeff Halter
2022-11-03patch: v0.10.2Jeff Halter
2022-11-03Troubleshoot build pipelineJeff Halter
2022-11-03patch: v0.10.1Jeff Halter
2022-11-03Merge pull request #68 from jhalter/update_default_config_commentsJeff Halter
Add comment clarifying usage of NewsDateFormat config option
2022-11-03Add comment clarifying usage of NewsDateFormat config optionJeff Halter
2022-11-03Troubleshoot build pipelineJeff Halter
2022-11-03minor: v0.10.0Jeff Halter
2022-11-03Merge pull request #67 from jhalter/add_log_to_file_optionJeff Halter
Add optional logging to file
2022-11-03Add optional logging to fileJeff Halter
2022-09-15Use go 1.19Jeff Halter
2022-09-15Fix CI configJeff Halter
2022-09-15Clean up some linter warningsJeff Halter
2022-07-20patch: v0.9.1Jeff Halter
2022-07-20Merge pull request #63 from jhalter/fix_flat_news_bugJeff Halter
Fix bug causing flat news post loss
2022-07-20Fix bug causing flat news post lossJeff Halter