summaryrefslogtreecommitdiff
path: root/src/abaddon.cpp
AgeCommit message (Expand)Author
2023-03-16withdraw notifications on channel openouwou
2023-03-01dont notify if message channel is focusedouwou
2023-02-28rudimentary dm notificationsouwou
2023-01-29first pass compile time optimizationouwou
2023-01-25make window title consistent (#133)ouwou
2022-10-23add option to autoconnect (closes #114)ouwou
2022-10-23Add option to hide the menu bar behind alt key (#115)ouwou
2022-10-06remove ability to join guildsouwou
2022-09-09add opt-in hide to system tray icon (#99)KnightMurloc
2022-08-17fetch cookies and build number on startupouwou
2022-08-12Merge branch 'attachments'ouwou
2022-08-11spoof a bunch of headers like the web clientouwou
2022-08-10remove ability to create dmsouwou
2022-08-08remove unnecessary verbosityouwou
2022-08-06Merge branch 'master' into attachmentsouwou
2022-08-06dont override expansion state because of active channelouwou
2022-08-03handle null from std::locale::locale (fixes #88)ouwou
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