summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-03-03fix for the shitty idea of all pre-created button objects' manual initializationGeorge Hazan
2017-03-03StdMsg: fix for auto-closing the only tab in a containerGeorge Hazan
2017-03-03GCSessionInfoBase::hwndStatus considered uselessGeorge Hazan
2017-03-02more optimal tab control resizerGeorge Hazan
2017-03-02fix for massive memory leak in optionsGeorge Hazan
2017-03-02further SRMM window unificationGeorge Hazan
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM
2017-03-02fix for options dialog that isn't deleted after closing optionsGeorge Hazan
2017-03-01fix for a problem with activating new tabs in tabSRMMGeorge Hazan
2017-02-28class CSrmmBaseDialog added to .def fileGeorge Hazan
2017-02-28CCtrlBase::SendMsg: missing const qualifierGeorge Hazan
2017-02-27suddenly... Srmm_SetButtonState does nothingGeorge Hazan
2017-02-23fix for strange crash in StdMsgGeorge Hazan
2017-02-22- fix for very rare hangup in chat manager;George Hazan
- if nothing gets change, we don't fire events
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning
2017-02-21StdMsg:George Hazan
- duplicated code moved to the base class; - unused menus cleaned.
2017-02-21CSrmmBaseDialog - basic class for SRMM windows & chatsGeorge Hazan
2017-02-15GCEF_SILENT - the special flag to suppress any event loggingGeorge Hazan
2017-02-14stupid bug with the empty HTTP packets processing in netlibGeorge Hazan
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-02-14handy little class for managing buffers moved to mir_coreGeorge Hazan
2017-02-07if a user's nick is skipped, we try to restore it from the users listGeorge Hazan
2017-02-06fix for an array bounds overflowGeorge Hazan
2017-02-05proper fix for UINs in auth dialogsGeorge Hazan
2017-02-04fix for launching Account Manager many timesGeorge Hazan
2017-02-03.George Hazan
2017-02-03mime type standardizationGeorge Hazan
2017-02-01PLI_ONLINE & PLI_OFFLINE - unused constants removedGeorge Hazan
2017-01-31compilation fixGeorge Hazan
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-24ME_IDLE_CHANGED to be hooked afterwardsGeorge Hazan
2017-01-24NetlibBoundPort destructor: code cleaningGeorge Hazan
2017-01-23shit fixed in chat apiGeorge Hazan
2017-01-23no need to implement the same code in each pluginGeorge Hazan
2017-01-20Chat_NewSession to return a pointer to a newly created session, not to dig ↵George Hazan
it anymore
2017-01-19warning fixGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-17code cleaningGeorge Hazan
2017-01-17- constructor & destructor for NetlibBoundPortGeorge Hazan
- warning fix - randomizer must work even if the system service doesn't exist
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2017-01-16function prototypes to match headersGeorge Hazan
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-13woah, now really no netlib services anymoreGeorge Hazan
2017-01-13(wiping blood from hands) no more netlib servicesGeorge Hazan
2017-01-13a bit less netlib servicesGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-12- Netlib_GetConnNlu - returns a pointer to NetlibUser associated with a ↵George Hazan
connection - NetlibDoClose renamed to NetlibDoCloseSocket
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-11- Netlib_Send & Netlib_Recv helpers became real functions, MS_NETLIB_SEND & ↵George Hazan
MS_NETLIB_RECV died; - fix for dumping chunked http replies into a network log
2017-01-10stduserinfo: add 'In a civil union' marital statusElzorFox