summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/src/connection.cpp
AgeCommit message (Collapse)Author
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-08-19protocols:Alexander Gluzsky
aim: added missed mir_base64_decode for cookie decoding clientlogin is working now for both ssl and plain mode git-svn-id: http://svn.miranda-ng.org/main/trunk@17193 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-21aim:Alexander Gluzsky
typo fix git-svn-id: http://svn.miranda-ng.org/main/trunk@16726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-19aim:Alexander Gluzsky
"clientlogin": minor fixes (still not working) git-svn-id: http://svn.miranda-ng.org/main/trunk@16721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-11- one forgotten mir_free() call removed;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-11AIM: CMString rulez MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-11compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-11aim:Alexander Gluzsky
few settings ui fixes "clientlogin": few fixes //still does not work git-svn-id: http://svn.miranda-ng.org/main/trunk@16626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-11aim:Alexander Gluzsky
"clientlogin": few fixes something still missed git-svn-id: http://svn.miranda-ng.org/main/trunk@16625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08more base64George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08base64 to be used instead of bin2hexGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08AIM adaptation for mir_hmac256George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-08aim:Alexander Gluzsky
"clientlogin": code is turned on by default old authorization mechanizm is kept for some time, it can be used only without encryption //TODO: testing is required, i does not have working aim account to test it, so i have tested only first stage of authorization where i can bypass login:password validation git-svn-id: http://svn.miranda-ng.org/main/trunk@16608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07aim:Alexander Gluzsky
"clientlogin": implemented hmac_sha256 "clientlogin" is fully implemented now //TODO: make some testing //TODO: turn it on git-svn-id: http://svn.miranda-ng.org/main/trunk@16607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-06aim:Alexander Gluzsky
"clientlogin" mostly implemented, still require hmac_sha256 to be implemented, currently disabled. git-svn-id: http://svn.miranda-ng.org/main/trunk@16592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04aim:Alexander Gluzsky
clientlogin: miranda related calls are looks like done now //TODO: implement clientlogin algo itself git-svn-id: http://svn.miranda-ng.org/main/trunk@16587 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-03aim protocol:Alexander Gluzsky
started "clienlogin" implementation skeleton is somehow done, just actual work implementation left to be done) git-svn-id: http://svn.miranda-ng.org/main/trunk@16581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-13massive name conflict resolutionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19AIM:Tobias Weimer
-minor bugfixes git-svn-id: http://svn.miranda-ng.org/main/trunk@13697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-26unified project for AIM George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13182 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-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-07-09applied protocol helpersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5305 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-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 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-10-12AimOscar: folders restructurizationVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1886 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c