Age | Commit message (Expand) | Author |
2015-08-10 | Yahoo: common project | Kirill Volinsky |
2015-06-25 | - Set wparam and lParam to 0 as default arg in CallService and others, to sim... | Tobias Weimer |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-19 | - all static protocol services replaced with functions; | George Hazan |
2015-06-07 | YAHOO search -> utf8 | George Hazan |
2015-06-04 | new mir_sntprintf templates without SIZEOF | George Hazan |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-22 | T2Utf - handy replacement for ptrA<mir_utf8decodeT()> | George Hazan |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-21 | war against atavisms continues | George Hazan |
2015-05-02 | Yahoo: | Tobias Weimer |
2015-03-27 | Yahoo: | Tobias Weimer |
2015-01-30 | Miranda HTTP user agent unification (not to have problems with sites) | George Hazan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | code cleanup, x64 fix | Rozhuk Ivan |
2014-06-28 | typos | Dart Raiden |
2014-02-24 | - added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi... | George Hazan |
2014-02-18 | spelling corrections | RMN |
2014-02-12 | another bunch of useless conversions died | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | HCONTACT, part 3 | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2013-12-23 | git-svn-id: http://svn.miranda-ng.org/main/trunk@7349 1316c22d-e87f-b044-9b9b... | Dart Raiden |
2013-10-30 | git-svn-id: http://svn.miranda-ng.org/main/trunk@6708 1316c22d-e87f-b044-9b9b... | Dart Raiden |
2013-10-11 | - m_hNetlibUser moved to PROTO_INTERFACE; | George Hazan |
2013-10-09 | English US correction (patch by RMN) | Vadim Dashevskiy |
2013-09-18 | double ;; removed | Kirill Volinsky |
2013-08-24 | removed unneeded trailing space in Yahoo | Dart Raiden |
2013-08-22 | More double spaces eliminated | Dart Raiden |
2013-08-16 | rest or mir_*printf in protocols | George Hazan |
2013-08-14 | mir_*printf patch for protocols | George Hazan |
2013-07-10 | protocol DB helpers for YAHOO | George Hazan |
2013-07-09 | applied protocol helpers | George Hazan |
2013-06-21 | minor code cleaning | George Hazan |
2013-06-16 | switch to the library ProtoBroadcastAck for Jabber, MSN & YAHOO | George Hazan |
2013-06-15 | ProtoBroadcastAck - unified helper for all protocols | George Hazan |
2013-05-16 | words of wisdom were well received | George Hazan |
2013-05-16 | shortened typedefs for string buffers: | George Hazan |
2013-04-09 | - the kernel filters out contacts by proto names much faster than a plugin; | George Hazan |
2013-04-09 | - short function names allows to write database loops in one string; | George Hazan |
2013-04-05 | - rest of menus cleared; | George Hazan |
2013-04-05 | various menu items quirks, simplifications & optimization | George Hazan |
2013-01-06 | code cleaning | George Hazan |
2013-01-05 | - fix for Unicode popups; | George Hazan |
2012-11-28 | new macroses for MS_PROTO_CHAINRECV: ProtoChainRecv, ProtoChainRecvMsg & Prot... | George Hazan |