1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
John Hernandez ea39657b0a Reduce buffer size
Currently buffer is being redrawn on each DB fetch,
this causes a big waste of resources as on every page_up button click
we redraw 1200 messages (each message can be longer than 1 line),
commit will reduce buffer size to 200,
thus reducing amount of messages redrawn on each page up,
this is a temporary solution for a bigger problem.
2023-10-29 13:34:01 +01:00
..
command Add params support for aliases 2023-10-20 10:42:37 +02:00
config Merge pull request #1892 from ike08/improvement/muc-title-behaviour 2023-10-09 09:47:03 +02:00
event Fix crash on quick /reconnect now usage (double free) 2023-10-15 23:23:01 +02:00
omemo Fix OMEMO keyfile loading 2023-09-08 14:51:13 +02:00
otr g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
pgp Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
plugins Fix /plugins reload error message 2023-10-19 12:58:19 +02:00
tools Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
ui Reduce buffer size 2023-10-29 13:34:01 +01:00
xmpp Fix typos, correct grammar 2023-10-14 18:07:52 +02:00
chatlog.c Fix my email address 2023-07-31 16:51:58 +02:00
chatlog.h Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
common.c Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
common.h Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
database.c Unify error logging in database.c 2023-10-17 11:28:28 +02:00
database.h Fix my email address 2023-07-31 16:51:58 +02:00
log.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
log.h Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
main.c Add helper function to create version string 2023-07-25 20:58:15 +02:00
profanity.c Add helper function to create version string 2023-07-25 20:58:15 +02:00
profanity.h Update copyright year 2023-01-10 10:37:25 +01:00