summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/connection.cpp
AgeCommit message (Collapse)Author
2014-03-01git-svn-id: http://svn.miranda-ng.org/main/trunk@8337 ↵Dart Raiden
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-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-31crash on start in TwitterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7978 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-11-14try to fix encoding in popups (fixes #496)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@6902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-11- m_hNetlibUser moved to PROTO_INTERFACE;George Hazan
- unified protocol loggers git-svn-id: http://svn.miranda-ng.org/main/trunk@6435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-09English US correction (patch by RMN) Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-24PROTORECVEVENT::pCustomData field added to add user-defined into to incoming ↵George Hazan
messages git-svn-id: http://svn.miranda-ng.org/main/trunk@6206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-22More double spaces eliminatedDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@5787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-14mir_*printf patch for protocolsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-11ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ↵George Hazan
ProtoGetAvatarExtension - standard helpers for protocol avatars' processing instead of the zoo that existed previously git-svn-id: http://svn.miranda-ng.org/main/trunk@5645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-08core protocol helpers for creating protocol evengs, services & threadsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5286 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-30- db_set_blob used everywhere for writing blobsGeorge Hazan
- DBCONTACTWRITESETTING left only in the event handlers git-svn-id: http://svn.miranda-ng.org/main/trunk@5191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-29rest of unused databases services removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-21minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-15ProtoBroadcastAck - unified helper for all protocolsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19"PopUp" everywhere was replaced to "Popup"Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-30MS_DB_EVENT_* services remained, but their calls removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-18quick fix for the twitter profile URLsTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@4099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28new macroses for MS_PROTO_CHAINRECV: ProtoChainRecv, ProtoChainRecvMsg & ↵George Hazan
ProtoChainRecvFile git-svn-id: http://svn.miranda-ng.org/main/trunk@2540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-07Merged with original Twitter:Tobias Weimer
v1.1.0.0 - fixed some memory leaks (thx borkra) - fixed up some API v1.1 preferences - avatars now work for users that tweet - fixed the retweet truncation issue finally (properly this time), i test for the "retweeted_status" attribute now instead of flailing around blindly. git-svn-id: http://svn.miranda-ng.org/main/trunk@2239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-29Twitter: better version of previous fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-29Twitter: dbei.flags = DBEF_READ; - line commented again (wrong decoding of ↵Vadim Dashevskiy
utf-8) git-svn-id: http://svn.miranda-ng.org/main/trunk@2107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-27Twitter: forcing of baceurl is still neededVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-27Twitter version bump to 1.0.0.3, version standardization, description update ↵Vadim Dashevskiy
in russian langpack git-svn-id: http://svn.miranda-ng.org/main/trunk@2090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-16Updated Twitter to version 1.0.0.2:Tobias Weimer
Revision: 16 Autor: seventh.adept Datum: Dienstag, 16. Oktober 2012 15:33:18 Meldung: forgot to bump the version in version.h to 1.0.0.2 Revision: 15 Autor: seventh.adept Datum: Dienstag, 16. Oktober 2012 15:03:41 Meldung: - Updated plugin to work with API v1.1 - Made an attempt to fix truncated retweets. My work around isn't pretty and can fail, if anyone wants to help give me a yell - added comments Revision: 14 Autor: seventh.adept Datum: Donnerstag, 7. Juni 2012 15:38:40 Meldung: fixed the "&" issue in tweets version bump 1.0.0.1 git-svn-id: http://svn.miranda-ng.org/main/trunk@1960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-13Twitter: folders restructurizationKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c