summaryrefslogtreecommitdiff
path: root/protocols/Xfire
AgeCommit message (Collapse)Author
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
build fix to prevous commit git-svn-id: http://svn.miranda-ng.org/main/trunk@11212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
SMS: SIZE_T -> size_t MRA: small code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30code cleanup, x64 fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11163 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28XFire: Reformat sourcesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27Xfire: code cleanup. Plugin must be rewritten.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-16MS_CLIST_REMOVEMAINMENUITEM also removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-15resources: comma in Conditional Clauses with "if":RMN
if the subordinate clause ("if clause") comes first, a comma should be used to separate it from the main clause, while no comma is needed if the "if clause" follows the main one. git-svn-id: http://svn.miranda-ng.org/main/trunk@10450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-13fix for borkred listening portsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-28grammar and spelling (langpacks updated)RMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@9594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-28typosDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-25spelling correctionsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9574 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-14unicode popupsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@9477 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-30Get rid of Popup (EnableDisableMenuCommand) vs. YAPP (ToggleEnabled) ↵Robert Pösel
services madness git-svn-id: http://svn.miranda-ng.org/main/trunk@9370 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-25decapitalization (these names are shown in VersionInfo reports)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> ↵Rozhuk Ivan
GetWindowLongPtr git-svn-id: http://svn.miranda-ng.org/main/trunk@8572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-28farewell MSVS 2012Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@8324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-24more useless conversions removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-24- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async ↵George Hazan
file selection dialog; - return value of MS_FILE_SENDFILE* services changed: now it returns a dialog handle; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@8253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-16code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-11"we don't need these variables" (c) Pink FloydGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8101 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10these conversions aren't needed eitherGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8088 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10HCONTACT, part 3George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-25end of version zooGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-20XFire: Fix for sending messages (and statuses) with unicode charactersRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@7787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-20translation fixTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-20XFire: use constant for plugin titleRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@7784 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-19more translation fixesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02fix for extra icons in XFireGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7453 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-27clist -> contact listDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-23spelling correction (e.g. twitter -> Twitter)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-21spelling correction (patch from RMN)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-19preparing to the transparent cyphering: end of ↵George Hazan
MS_DB_CRYPT_ENCODESTRING/MS_DB_CRYPT_DECODESTRING git-svn-id: http://svn.miranda-ng.org/main/trunk@6938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-09added projects and solutions for vc2013Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-27removed unneeded spaces, etc.Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-25Xfire: id => IDDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-25Xfire: cosmeticDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-20oopsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-20Xfire: spelling corrections (thx RMN)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6566 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-20Xfire: spelling correctionsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-20spelling correction (patch by RMN) Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-19removing unnecessary spacesDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6527 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-18XFire: utf8 fixes and remove option for that (always use it)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6519 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-18XFire: compile plugin as unicode, various fixes and cleanup, version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6516 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c