File: ChangeLog

package info (click to toggle)
knapster2 0.3-0
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,844 kB
  • ctags: 1,182
  • sloc: sh: 11,014; cpp: 10,882; perl: 1,852; python: 258; makefile: 106
file content (216 lines) | stat: -rw-r--r-- 7,507 bytes parent folder | download
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
* Fri Feb 02 2001 - jade
- initial cvs import of basic working kde2 client without downloads

* Sat Feb 03 2001 - jade
- added timer for updating info - and detected when connection has probally been lost

* Sun Feb 04 2001 - jade
- started download rewrite
- added add to hotlist option in menu of chanpanel

* Thur Feb 08 2001 - jade
- attached transferpanel signals
- implemented /download on hotlist
- added clear finished on transfer panel ( TBI )
- added download type 1 to transfer panel

* Sat Feb 10 2001 - jade
- fixed bug that would prevent some dloads occuring ( was converting a string from long
      instead of ulong )
- implemented clear finished dloads on transfer panel
- now display remote errors on dloads - and goes into error state

* Sun Feb 11 2001 - jade
- attached prefs to prefs dialog ( except lib paths )
- added using prefs to colors and loggin in

* Mon Feb 12 2001 - jade
- fixed bug in message normal color

* Sat Feb 24 2001 - jade
- fixed problem with user sometimes being added to on/offline more than once
- added getLastBlock function to napster connection

* Sun Feb 25 2001 - jade
- added comment handling in m3u files
- added base dir handling for m3u lists 
- implemented the locking between the tread and napsterconnectdlg
- added /kill command and menu in chan

* Mon Feb 26 2001 - jade
- added ability to specify group only in search panel
- disallowed sending empty chatmsgs in chanpannel

* Sun Mar 11 2001 - jade
- fixed bug with &lt; appearing when IMing some one with < as string part

* Mon Mar 12 2001 - jade
- added signal for onTransferConnection
- added incominglist to napsterconnection
- added error so console cant send messages to console
- added connection to onTransferConnection - need to get username etc first tho

* Sat Mar 17 2001 - jade
- finished basic napsterdownload type 2 downloads

* Sun Mar 18 2001 - jade
- added 206 get error message handling
- added terminate signal handling - still not working tho :)

* Thur Mar 22 2001 - jade
- added handling of upload request message - now need to add upload task
- removed some commentout code from knapster2,cpp
- added processing for GET error

* Sat Mar 24 2001 - jade
- added IncomingConnection processing for uploads
- added file napsterupload.cpp & napsterupload.h
- upload1 now working
- added functions for inc/dec for down and upload notifivarion to server

* Sun Mar 25  2001 - jade
- added setting Connect/Disconnect menu depending if connected or not
- "fixed" stopDownload at least for terminate

* Fri Mar 30 2001 - jade
- removed some commented out code from knapster2.cpp

* Sun Apr 1 2001 - jade
- added dblClicked(QListViewItem *) slot to knap_listview
- added dblclick downloading in the search panel

* Thu April 5 2001 - jade
- autoload of prefs in pref constructor implemeted - do not need getPreferencess now
- added unchecking of new user in prefs on succesful connection
- added as "user" string printed on connection
- added checking of connection before doing any commands
- added expansion of ~ on saving downloadpath prefs
- added user of prefs.downloadpath to determine where to write downloads
- added dbl click download to hotlist songview
- set to use home dir as directory to share songs from
- added Makefile.am to docss and docs/en
- removed .pics and oldstuff dirs from CVS repository
- added Browse Dir implementation in prefs

* Fri 6 April 2001 - jade
- added KNAP_PathInfo for share paths

* Sun 8 April 2001 - jade
- added browse for share directory button
- added function for insert share - just have to make it do something now :)

* Sat 14 April 2001 - jade
- added insert code for prefs share list
- added delete in sharelist

* Sun 15 April 2001 - jade
- added saving & loading of sharelist to prefs
- added loading of sharelist on startup
- implemented rescan button
- fixed so share attributes for songs are set on connection 
- enabled behind firewall option in prefs
- connection uses port 0 if firewalloption is set
- enable/disable of text widget of external player - need to implement now
- added turn on/off language filter
- added very simple language filter
- fixed channel manager so doesnt depend on case for writing text to channel

* Wed 18 April 2001 - jade
- removed warnings from knapster2.cpp and napsterconnection.cpp
- removed warnings on connectdlg and chanpanel and chatmanager
- added valid return in homepanel now compiles under rh7

* Sun 22 April 2001 - jade
- code cleanup in knap_hotlist
- fixed bug in parseBrowseBuffer that didnt get time for song for hotlist

* Sun 29 April 2001 - jade
- readded the admin and configure files
- removed ExtThread class and used EZThread instead

* Tue 1 May 2001 - jade 
- removed some unused files

* Wed 2 May 20001 - jade
- removed dual PTHREAD serach in configure.in

* Thur 3 May 2001 - jade
- added some unimplemented parts within DEVEL_CODE defs
- added home page to install routine
- added homepage load from installed directory if available
- removed commented code in knap_player

* Thur 10 May 2001 - jade
- found and fixed bug in napster connection that was crashing knapster on login

* Fri 11 May 2001 - jade
- added print to console on receival of NAP_ERROR with a valid size

* Mon 14 May 2001 - jade
- added NAP_UPLOAD_REQ_NEW message handling and starting of upload
- added numberous debug statemensts to upload_2 in NapsterUpload

* Wed 16 May 2001 - jade
- fixed bug in upload2 sending their name instead of ours
- fixed bug of using signed ip address in transfers

* Thu 17 May 2001 - jade
- added process sending for incrementing server count for up/downloads
- added initial sending signal for start/stop of transfers

* Sun 20 May 2001 - jade
- added DEVEL_CODE brackets code in prefs dlg
- changed welcome page dir to en instead of default
- added mod to .spec file to welcome page path is preserved under rpm creation

* Sat 26 May 2001 - jade
- replaced knapster2.spec
- changed default notify color
- added new welcome page

* Sun 27 May 2001 - jade
- added a few includes to fix problems with compiling under bsd
- using stdaction for preferences
- removed print out of user details on login on console
- added better error messages on connecting 
- added return value for NapsterDownload1::init2()
- using mkstemp instead of mktemp in support_funcs
- added the old pthread check back in configure
- removed file welcome-html.h
- added initial docs to project
- added the docs and homepage to CVS
- added more to welcome home page

* Mon 28 May 2001 - jade
- changed apply/ok position in prefs to be std with other apps
- added Songs to napigator dialog so that have users songs gig
-  version 0.2 released

* Fri 01 June 2001 - jade
- rewrote readBlock in napster connection to read available data instead of peek it
- clean up of napsterconnection.pp

* Sat 02 June 2001 - jade
- fixed bug in new readBlock code that didnt like empty 621 messages
- created initial KNAP_IPAddressDlg
- added connect to menu - TBI
- removed .ui files from cvs

- added play menu in transfer - TBI

* Sun 03 June 2001 - jade
- implemented connect to option

* Mon 04 June 2001 - jade
- added md5 implementation :) forgot had taken out
- shares now add to napster servers
- connect dialog progressbar updates as sends shares

* Thu 06 June 2001 - jade
- added md5 code to cvs

* Mon 11 June 2001 - jade
- added save of connect to ip and port
- updated spec file
- added more documentation
- fixed bug with anyone on hotlist leaving deseleting current hotlist person