Subj : src/sbbs3/getnode.cpp userdat.c userdat.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Feb 22 2022 21:59:25 https://gitlab.synchro.net/main/sbbs/-/commit/0c9513fdddfaee3a8ad10c10 Modified Files: src/sbbs3/getnode.cpp userdat.c userdat.h Log Message: Save instant message history (notifications and telegrams)This should address issue (feature request) #196.The last 20 sets of displayed messages are stored as data/msgs/.last.#.msg. This number is currently hard-coded, but could be configurable in the future. I say "sets" because messages are batched-up and displayed together normally, unless a user is actively polling for new users (e.g. while at the Ctrl-P/PrivateMsg prompt).This involved getting rid of some copy/pasta in sbbs_t:getsmsg() as well by creating/using/reusing readsmsg(). --- SBBSecho 3.14-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .