Changes between Version 7 and Version 8 of Join


Ignore:
Timestamp:
08/07/2009 12:06:58 PM (4 years ago)
Author:
oGGy990
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Join

    v7 v8  
    44What do you need to know to become a good developer? 
    55 * C programming language knowledge 
    6  * Xfire protocol knowledge 
    7  * DEB, RPM or EXE knowledge 
     6 * Xfire protocol knowledge (see [http://xfireplus.com/xfwiki/index.php/Protocol_Documentation here] to learn about it) 
     7 * Some skills in reverse engineering using [http://www.wireshark.org/ Wireshark] 
     8 * DEB, RPM or EXE knowledge are a plus 
    89 * Glib or GTK knowledge are a plus 
    910 
     
    1314Newly written code would have to be compliant to the coding convention. 
    1415 
    15  
    16 Gfire devs tend to use the following convention: http://www.psgd.org/paul/docs/cstyle/cstyle.htm 
     16We are currently working on one.