Changeset b6423a09
- Timestamp:
- 2007-02-18T23:57:12Z (18 years ago)
- Branches:
- master
- Children:
- 723e611
- Parents:
- 6cfcfdf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/CHANGES
r6cfcfdf rb6423a09 22 22 I/O as much as possible, fixed lots of little bugs (including bugs that 23 23 affected daemon mode stability). See the bzr logs for more information. 24 - Added units tests, will have to add some more before the real release. 24 25 - Most important change: New file format for user data (accounts, nicks and 25 26 settings). Migration to the new format should happen transparently, -
lib/url.c
r6cfcfdf rb6423a09 100 100 else if( url->proto == PROTO_HTTPS ) 101 101 url->port = 443; 102 else if( url->proto == PROTO_SOCKS4 || url->proto == PROTO_SOCKS 4)102 else if( url->proto == PROTO_SOCKS4 || url->proto == PROTO_SOCKS5 ) 103 103 url->port = 1080; 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.