summaryrefslogtreecommitdiff
path: root/src/abaddon.cpp
AgeCommit message (Expand)Author
2022-06-23add change filenameouwou
2022-06-17add file upload via dnd + rework httpouwou
2022-06-14refactor send message params into one structouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-05-20save state per-userouwou
2022-05-17only save state when actually disconnecting (fixes #65)ouwou
2022-05-10add ctrl+number key shortcuts for tabsouwou
2022-05-09add ctrl(+shift)+tab keybindsouwou
2022-05-08request channels again if accessibility was lostouwou
2022-05-08stop sending messages to inaccessible channelsouwou
2022-05-06clear tabs when access lost, show blanks for missing channelsouwou
2022-04-27add back/forward history to tabsouwou
2022-04-23dont expand channel list when changing tabsouwou
2022-04-21add opened tabs to stateouwou
2022-04-17Merge branch 'master' into tabsouwou
2022-04-15fix menu bar updates again (fixes #61)ouwou
2022-04-08pull in libhandy optionallyouwou
2022-04-05fix up a bunch of clang-tidy stuffouwou
2022-03-26Merge branch 'master' into msysouwou
2022-03-04optimize sql for getting unknown member idsouwou
2022-03-03request when loading message historyouwou
2022-03-03start sending request guild members for unknown membersouwou
2022-01-08Merge branch 'unread' into msysouwou
2021-12-31speed up connection speed a good bitouwou
2021-12-13Merge branch 'master' into msysouwou
2021-12-13warn if pixbufloaders arent foundouwou
2021-12-01dont make requests for inaccessible channelsouwou
2021-11-28merge masterouwou
2021-11-24remove SimpleIni as a dependencyouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre