index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
MirOTR
/
src
/
dbfilter.cpp
Age
Commit message (
Expand
)
Author
2023-12-20
DBEVENTINFO::hContact to be returned inside an event, no need to call db_even...
George Hazan
2023-09-21
MessageWindowEventData: useless structure removed
George Hazan
2022-07-31
Contact: group of functions gathered into the personal namespace
George Hazan
2022-07-16
Contact_IsGroupChat - a helper to detect chat rooms
George Hazan
2021-12-26
BYTE -> uint8_t
George Hazan
2021-12-26
PBYTE -> uint8_t*
George Hazan
2020-01-20
db_event_delete: unused parameter removed
George Hazan
2019-12-04
GetContactProto: useless duplicate function replaced with standard Proto_GetB...
George Hazan
2019-02-28
MirOTR: code cleaning
George Hazan
2018-05-03
mir_forkThread<typename> - stronger typizatioin for thread function parameter
George Hazan
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2017-01-17
useless field DBEVENTINFO::cbSize removed
George Hazan
2016-03-12
MirOTR: Minor cleanup
Tobias Weimer
2015-10-28
Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but j...
Robert Pösel
2015-08-27
fix for 64-bit issues & warnings
George Hazan
2015-06-19
- all static protocol services replaced with functions;
George Hazan
2015-05-28
MirOTR:
George Hazan
2015-05-24
replace wcscpy to mir_wstrcpy
Kirill Volinsky
2015-05-24
replace wcslen to mir_wstrlen
Kirill Volinsky
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-23
replace strncat to mir_strncat
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-05-16
fix for strncat use
Kirill Volinsky
2015-04-30
minus critical section
Kirill Volinsky
2015-03-26
MirOTR: compatibility update to support/use libotr 4
René Schümann
2015-03-14
MirOTR: part 3, file/folder structure change
René Schümann