summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
2017-03-09common rtf management code moved to the coreGeorge Hazan
2017-03-09any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlgGeorge Hazan
2017-03-09VKontakte:ElzorFox
move js code to vk stored procedures version bump
2017-03-08cosmetic code cleaningGeorge Hazan
2017-03-08code cleaningGeorge Hazan
2017-03-08code reorderingGeorge Hazan
2017-03-08unused variable removedGeorge Hazan
2017-03-08fix for the wrong type castGeorge Hazan
2017-03-08massive code cleaningGeorge Hazan
2017-03-08VKontakte: no PollingThread => no onlineElzorFox
2017-03-08project tools version resetGeorge Hazan
2017-03-08Scriver: rbutton click fixedGeorge Hazan
2017-03-08fix for resizerGeorge Hazan
2017-03-08self-made crutch replaced with the existing functionGeorge Hazan
2017-03-07add libaxolotl to miranda32.slndartraiden
2017-03-07code cleaningGeorge Hazan
2017-03-07fix for writing options into dbGeorge Hazan
2017-03-07unused header file removedGeorge Hazan
2017-03-07tabSRMM: both window types to use the same spliiter YGeorge Hazan
2017-03-07let this crap with the binary data format finally dieGeorge Hazan
2017-03-07returned back the binary compatibility of tabsrmm container settingsGeorge Hazan
2017-03-07compatibility fix for old profilesGeorge Hazan
2017-03-07splitter data removed from common chat session settingsGeorge Hazan
2017-03-07minor code cleaningGeorge Hazan
2017-03-06Dropbox: fix file uploadaunsane
2017-03-06Scriver:George Hazan
- no more WM_COMMAND handlers in windows procedures; - full complect of UI buttons; - merged header files
2017-03-06tabSRMM: header files partially mergedGeorge Hazan
2017-03-06fix for the empty chat titlesGeorge Hazan
2017-03-06crash fixGeorge Hazan
2017-03-06method CSrmmWindow::GetIEViewSelection is used once, therefore inlinedGeorge Hazan
2017-03-06TNewWindowData - unneeded structure removedGeorge Hazan
2017-03-06fixes #729 ([Tabsrmm] "img" insert button no longer works on a toggle)George Hazan
2017-03-06omemo: working on 4.3Gluzskiy Alexandr
2017-03-05code cleaningGeorge Hazan
2017-03-05unused type declaration removedGeorge Hazan
2017-03-05moving data from SESSION_INFO to CChatRoomDlgGeorge Hazan
2017-03-05fix for two more misprintsGeorge Hazan
2017-03-05Scriver: "entry area min size in lines" setting doesn't workGeorge Hazan
2017-03-05langpack fixGeorge Hazan
2017-03-05Scriver -> core splittersGeorge Hazan
also: - structure of Scriver SRMM classes redesigned to avoid problems with MS compilers; - unused cursors removed; - now splitter position is being saved & restored;
2017-03-05minor code cleaningGeorge Hazan
2017-03-05StdMsg: applying standard resizerGeorge Hazan
2017-03-05Facebook: Version bumpRobert Pösel
2017-03-05Facebook: Fix reseting chat nameRobert Pösel
When user changed thread name from website and set it to "", in Miranda it previously stay "". Now it correctly generates new name from participant names.
2017-03-05Facebook: Fix joining chats that doesn't have Nick in databaseRobert Pösel
This was weird and useless condition. I don't know why it was here.
2017-03-05Facebook: Fix handling of various chat eventsRobert Pösel
E.g. renaming thread, adding/removing participants, etc.
2017-03-05Facebook: Update processing various FB events (especially messages)Robert Pösel
2017-03-05Facebook: Raise limit for ignoring duplicated messagesRobert Pösel
Recently it wasn't hard to experience duplicated messages because Facebook sent us so many duplicit events (mainly as response to mark message as read). With this commit it should be better now.
2017-03-05Facebook: Remove "mercury" and "messaging" processingRobert Pösel
These events aren't used by Facebook anymore