summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-21fixes #1853 (MessageState doesn't update the icon when current sub is changed)George Hazan
2019-02-21fixes #1851 (if subcontact changed, tabSRMM doesn't redraw the client's icon ↵George Hazan
in the info panel)
2019-02-21the less boost and other C++ perversions - the betterGeorge Hazan
2019-02-21crap with Visitor class totally destroyedGeorge Hazan
2019-02-21even less shitGeorge Hazan
2019-02-21one shit lessGeorge Hazan
2019-02-20more checks for xmlGeorge Hazan
2019-02-20CurrencyRates:George Hazan
- fixes #1857 (rate limit error); - code cleaning; - version bump
2019-02-20Jabber:George Hazan
- fixes #1859 (Jabber: channels list is empty); - code cleaning
2019-02-20fix for some formatting issuesGeorge Hazan
2019-02-20and one more fix for #1854George Hazan
2019-02-20one more fix for #1854George Hazan
2019-02-20Jabber:George Hazan
- fixes #1855 (Jabber: chinese in services info); - fixes #1854 (Jabber: crash on receiving channels list); - strange obsolete class UserInfoStringBuf removed; - code optimization
2019-02-19TranslateU applied to JabberGeorge Hazan
2019-02-19TranslateU - translates a string to Utf8George Hazan
2019-02-19fix for chinese in Registration dialogGeorge Hazan
2019-02-19fix for status messages retrievingGeorge Hazan
2019-02-19dialog code cleaningGeorge Hazan
2019-02-19removed WM_JABBER_REFRESH handler restoredGeorge Hazan
2019-02-19VKontakte: more correct 7d75ffbElzorFox
2019-02-19compilation fixGeorge Hazan
2019-02-19New_GPG -> TinyXml2George Hazan
2019-02-19compilation fixGeorge Hazan
2019-02-19all !!! fixedGeorge Hazan
2019-02-19XmlGetChildByTag should search through all children of the same keyGeorge Hazan
2019-02-19code cleaningGeorge Hazan
2019-02-19Jabber:George Hazan
- XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful
2019-02-19more checks for GetText()George Hazan
2019-02-19BytesParsed - a function to control parsed xml lengthGeorge Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-02-19utf8 wrappers for CCtrlBase::GetTextGeorge Hazan
2019-02-19MIME types are of type char, not wchar_tGeorge Hazan
2019-02-19fix for a typoGeorge Hazan
2019-02-19db_get_utfa supported in PROTO_INTERFACE & CMPluginGeorge Hazan
2019-02-19db_get_utfa -> new function to allocate utf strings dynamicallyGeorge Hazan
2019-02-19old XML API removedGeorge Hazan
2019-02-17VKontakte:ElzorFox
crutch for unfreeze threads if connection freeze version bump
2019-02-15Toaster -> TinyXmlGeorge Hazan
2019-02-15rest of NewsAggregator -> TinyXmlGeorge Hazan
2019-02-15fix for proper MRA registrationGeorge Hazan
2019-02-15NewsAggregator => TinyXmlGeorge Hazan
2019-02-15the less boost the betterGeorge Hazan
2019-02-15CurrencyRates: code cleaningGeorge Hazan
2019-02-14PasteIt -> TinyXmlGeorge Hazan
2019-02-14added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorterGeorge Hazan
2019-02-14grrm, one missing HXMLGeorge Hazan
2019-02-14Skype -> TinyXmlGeorge Hazan
2019-02-14tinyxml2: two wchar_t wrappers addedGeorge Hazan
2019-02-14SmileyAdd -> TinyXmlGeorge Hazan
2019-02-14UserInfoEx:George Hazan
- xml iterators; - mad code fixing