Age | Commit message (Expand) | Author |
2014-12-02 | less warnings | George Hazan |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
2014-12-02 | Steam: Raise message length limit; fix encoding of sent messages; version bump | Robert Pösel |
2014-12-02 | Facebook: Fix warning in x64 compilation | Robert Pösel |
2014-12-02 | VKontakte: code cleanup | Sergey Bolhovskoy |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | Rozhuk Ivan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | Facebook: Optimize marking chat messages as read | Robert Pösel |
2014-12-01 | Tlen: fixed handling of status message for offline contacts | slotwin |
2014-12-01 | Steam: Routing for unsupported global statuses | Robert Pösel |
2014-12-01 | Facebook: Version bump | Robert Pösel |
2014-12-01 | Facebook: Some other changes | Robert Pösel |
2014-12-01 | Facebook: Fix few potential crashes | Robert Pösel |
2014-12-01 | Facebook: Typo | Robert Pösel |
2014-12-01 | Facebook: More improvements for chatrooms | Robert Pösel |
2014-12-01 | Facebook: Fix sending private message to user in chat, which is not in contac... | Robert Pösel |
2014-12-01 | Facebook: Some more fixes for chatrooms (notifications and classic) | Robert Pösel |
2014-12-01 | Facebook: Respect chosen website option for newsfeed links (fixes #843) | Robert Pösel |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | VKontakte: | Sergey Bolhovskoy |
2014-12-01 | fix buf size for mir_sntprintf() | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | Facebook: Rework options; Add new option to disable multi chats support | Robert Pösel |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | and a few more | George Hazan |
2014-11-30 | all buffer lengths are of size_t now | George Hazan |
2014-11-30 | icons in filters project files (by person) | Vadim Dashevskiy |
2014-11-30 | warning fix | George Hazan |
2014-11-30 | VKontakte: cosmrtic | Sergey Bolhovskoy |
2014-11-30 | compilation fix (by person) | Vadim Dashevskiy |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-30 | Sametime: check arg before use | Rozhuk Ivan |
2014-11-30 | code cleanup, x64 fix | Rozhuk Ivan |
2014-11-29 | MirandaG15: code cleanup. | Rozhuk Ivan |
2014-11-29 | SkypeClassic: code cleanup | Rozhuk Ivan |
2014-11-29 | VKontakte: | Sergey Bolhovskoy |
2014-11-29 | -Fixed a bug in Ping and other small things reported in #837 | Tobias Weimer |
2014-11-29 | VKontakte: | Sergey Bolhovskoy |
2014-11-28 | - compilation fix; | George Hazan |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-28 | Steam: Fix polling thread memleak, handle (max 3) errors and eventually disco... | Robert Pösel |
2014-11-28 | XFire: Reformat sources | Robert Pösel |
2014-11-28 | Steam: Small optimizations | Robert Pösel |
2014-11-28 | Facebook: Improve append_ordinal() and use of it | Robert Pösel |
2014-11-28 | crazy flag TTBST_RELEASED removed | George Hazan |
2014-11-28 | Use JSONROOT everywhere to simplify code and fix memleaks (in Dropbox and Steam) | Robert Pösel |
2014-11-28 | Facebook: Fix utils::text::replace_all method to not result in infinite loop ... | Robert Pösel |
2014-11-28 | VKontakte: | Sergey Bolhovskoy |