2008-11-18
! Fixed VCard handling crash: added mutex to prevent structure distruction.

2008-08-21
* Rewrited multibinding: from now we bind to _random_ ip address

2008-08-18
* Finished merging changes from 1.2.x branch
* Added multibinding: just add more than one bind tag under io.
? Added thanks section to AUTHORS file
? Marked old bugs as fixed in BUGS file
? Changed TODO to our primary goals for next release

2008-08-15
* Merged changes from 1.2.0 branch
* Merged changes from 1.2.1 branch

2008-07-13
* Merged changes from 1.2.0 branch

2008-07-09
* Changed compiler for iq.c file from C to C++ and renamed it to IQ.cpp; divided
  header and code - created file IQ.h
* Some cleanups in the project subtree: some files were moved from jit subtree to
  project root, some were removed at all.
+ Added 'external' subtree for project: now all things that we found in other
  projects (and use them for some reason) are kept here.
+ Added first-look code to client version translation (again only from ICQ side 
  to Jabber).

2008-07-06
! Small contact-list importing fixups: now big contact-lists should import fine.
  Though i home i've fixed WCB#4

2008-07-03
! Replaced JIT's version capability with proper one.

2008-07-02
! Fixed chashes after removing contact from jabber-side

2008-07-01
! Bug number 4 fixed (contact list importing)

2008-06-30
! Hope fixed bugs number 1 (unneeded authorizaton asking) and 2 ('retract'-message aborting)
+ Added some known capabilities list:
    * extra xStatuses
    * some client's versions (for future client version detection)
    * our client version (transport's)
    * some other
* Hope xStatus translation from ICQ to Jabber is working now. Need to add some checks and
  validations. And go towards Jabber to ICQ xStatus translation.
+ Created a branch 1.2.0 - no new features here, only fixups. New features will be developed
  in Trunk
* Fixed string comparation in unknown.c
* Fixed contactlist merging error that lead to infinitive loop
* Fixed contactlist rostergroup id creating
* Fixed compilation with gcc 4.3.1
* Contact-List importing fixups

2008-06-29
! Fixed presence notification from contacts.
* Now we will send "Remove me" SNAC before removing buddy from contact list.
+ Filled BUGS file with known-and-needed bugs. You can always check it and decide
  whether to use JIT or not :)

2008-06-27
* Some mood code fixes: do not send item element if null-update needed.
! Rewrited SBCL (server-based contact list) working parts: now SBCL handled
  inside ICQ-part of the transport. No more looping to jabber side.
* Some presence fixups: yet needed to recheck logick of auth/reauth with different
  combinations of subscriptions in ICQ and Jabber sides.
! Even now: do not use it yet

2008-06-26
* Mood code rewrited: now icq xStatuses mapped to both Activities (XEP-0108) and
  user Moods (XEP-0107). This is because ICQ have activities and moods in one list :)
+ Caps now says that we must be notified with user activities

2008-06-25
* Mood code rewrited + first working translation from icq to jabber.
? Need to build correct (or something like that) translation between ICQ xStatus' and
  Jabber's mood (XEP-0107).

2008-06-23
* Extended caps module. It handle two types of capabilities list: transport itself
  and jabber side of icq contacts.
* When user is in contact list of ICQ server, but not in our - send 'subscribed' event
  to user.
* Working towards in-transport PEP support.
! Do not use it yet! It is really unfinished.

2008-06-20
+ Added some caps code (XEP-0115).

2008-06-18
* Modified Extended presence data handling: closer to official oscar 
  meaning of ExtPresence data TLV (http://dev.aol.com/aim/oscar/#BART__ID)
! pre-works towards mood support
* Contact adding based on server-based contact list:
  a) new contacts go to group "jit buddies"
  b) if such group does not exist - create group, then add contact
  c) when contact doesn't already authenticate us - send auth willings and mark record in
     contact-list as 'Auth waiting'
  d) work is not done yet, but it does already work: we need to make proper messages of subscriptions. 
     Remove many transport's roster thigs.

2008-06-17
+ Start using ChangeLog file (teo @devel suggested)
* Removed '/registered' resource 
