-
Notifications
You must be signed in to change notification settings - Fork 21
/
ChangeLog
66 lines (52 loc) · 2.34 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
* 01/13/18
Migrate to json based protocol. Old protocol and database form no longer supported.
Supporting IDA versions 6.5-7.0
Binaries now land in bin directory
* 01/02/17
Conversion to protocol version 4, a JSON based messaging protocol
Only the C++ server has been updated at this point
Attempt to use only native IDA api functions for user interface
Eliminate QT specific code to make building easier
* 05/25/14
Added primitive messaging capability in CollabREate window. Message history is
cached in the IDB and restored with each session.
Added primitive support for working offline. If IDB has been previously joined
to a project, then all changes in subsequent sessions will be cached locally
until reconnected to the project server.
* 10/04/13
Added support for repeatable comments in struct/enum per suggestion of Nico Bendlin
Added support for additional offset reference types in COMMAND_OP_TYPE_CHANGED per
contribution of Willem Jan Palenstijn
Fixed handling of enum member comments and struct member comments
* 10/01/13
Incorporated patch contributions from Willem Jan Palenstijn
* 08/24/12
Removed dependency on QtNetwork. Reworked asynchronous networking
for IDA versions 5.5 and later to make use of the IDA SDK execute_sync
function.
* 09/08/11
Added support for ida64, released version 0.3.0
* 10/20/10
Added message handler for MSG_PROJECT_SNAPSHOT_REPLY
* 10/12/10
Completed port to Qt for Linux and OS X
* 10/08/10
Added initial Qt interface for Ida >= 6.0
Added ubuntu-init.d-script server startup script contributed by William Bartell
Added NO_OBSOLETE_FUNCTIONS macro into the project
* 02/28/09
Fixed buffer overflow problem pointed out by Jeremy Cooper
* 08/27/08
Added local tracking of enum names to allow renaming of enums to work.
Added more tests to narrow down the exact type being referenced when
an operand type is changed. Specifically enum and structure offsets.
These changes will not fix enum and struct updates in existing project
databases, however new enum and struct updates will be properly stored
into those databases once you have upgraded you plugin.
* 08/24/08
Fix to allow proper publishing of name changes that take place in the
.bss section
* 08/16/08
added permission handling for COMMAND_AREA_CMT_CHANGED
* 08/15/08
Initial release of version 1.0