summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/commandmonitor.cpp
AgeCommit message (Expand)Author
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-04-29unified project for IRC protocolGeorge Hazan
2015-03-29code cleaningGeorge Hazan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-09-30code cleaningGeorge Hazan
2014-09-30attempt to fix bug #804George Hazan
2014-07-26IRC: Minor translation issuesTobias Weimer
2014-07-13wrapping the most evident critical sections into a classGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-27code cleaningGeorge Hazan
2014-01-11forgotten to declare two remaining fields as constGeorge Hazan
2014-01-10GCDEST::pszModule and GCDEST::ptszID must be constantGeorge Hazan
2014-01-08- end of ANSI support in chats;George Hazan
2014-01-08chat structures slightly cleaned (no changes so far)George Hazan
2014-01-01removed unicode prefix, updated yearTobias Weimer
2014-01-01Slightly modified IRC CTCP VERSION response send information about x64/x86 ve...Tobias Weimer
2013-12-23spelling correction (e.g. twitter -> Twitter)Dart Raiden
2013-10-11- m_hNetlibUser moved to PROTO_INTERFACE;George Hazan
2013-09-24PROTORECVEVENT::pCustomData field added to add user-defined into to incoming ...George Hazan
2013-07-20protocol helper for detecting chats: isChatRoomGeorge Hazan
2013-07-08core protocol helpers for creating protocol evengs, services & threadsGeorge Hazan
2013-06-21minor code cleaningGeorge Hazan
2013-06-15ProtoBroadcastAck - unified helper for all protocolsGeorge Hazan
2013-04-09- the kernel filters out contacts by proto names much faster than a plugin;George Hazan
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-04-05rest of menu cleaningGeorge Hazan
2013-04-05- rest of menus cleared;George Hazan
2013-04-05various menu items quirks, simplifications & optimizationGeorge Hazan
2013-03-30MS_DB_EVENT_* services remained, but their calls removedGeorge Hazan
2012-11-28various menu initialization quirksGeorge Hazan
2012-11-28new macroses for MS_PROTO_CHAINRECV: ProtoChainRecv, ProtoChainRecvMsg & Prot...George Hazan
2012-10-12GTalkExt, ICQ, IRC, Jabber: folders restructurizationVadim Dashevskiy