Commit Graph

229 Commits

Author SHA1 Message Date
hidnplayr
8f864f395b FTPc: send and receive files from applications working directory to servers working directory, also added dele and bye commands.
git-svn-id: svn://kolibrios.org@3800 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-07-10 09:37:01 +00:00
hidnplayr
7cc4d5555e FTPc: added pwd command, bugfixes
git-svn-id: svn://kolibrios.org@3794 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-07-09 21:59:02 +00:00
hidnplayr
1531cabb38 FTPc: added retr command (just print to console for now).
git-svn-id: svn://kolibrios.org@3793 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-07-09 21:31:47 +00:00
hidnplayr
6dfcbb3d54 FTPc: receive all data from server, larger screen buffer.
git-svn-id: svn://kolibrios.org@3792 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-07-09 21:14:47 +00:00
hidnplayr
0b02e4cfe7 FTPc: some more bugfixes, added cwd command
git-svn-id: svn://kolibrios.org@3790 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-07-09 20:55:18 +00:00
hidnplayr
75cac16296 Small bugfixes and improvements for FTP client
git-svn-id: svn://kolibrios.org@3789 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-07-09 20:19:08 +00:00
hidnplayr
e3b7958faa SOCKET_receive, return immediately when there is no data and SS_CANTRECVMORE is set.
Downloader: make better use of blocking sockets.

git-svn-id: svn://kolibrios.org@3737 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-30 23:08:53 +00:00
hidnplayr
27d4f503b4 Small bugfixes for downloader
git-svn-id: svn://kolibrios.org@3736 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-30 22:35:33 +00:00
hidnplayr
0f8bff0b72 Bugfixes for ZeroConf
git-svn-id: svn://kolibrios.org@3735 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-30 20:25:38 +00:00
hidnplayr
97c13d77de use blocking sockets by default.
git-svn-id: svn://kolibrios.org@3704 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-25 20:02:56 +00:00
hidnplayr
c9f7535c89 Bugix for telnet receive function.
git-svn-id: svn://kolibrios.org@3703 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-25 16:31:10 +00:00
hidnplayr
1812e8064e Some FTP client demo code for the brave.
git-svn-id: svn://kolibrios.org@3701 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-24 19:33:16 +00:00
hidnplayr
bc2140fbde Telnet: let console handle escape characters.
git-svn-id: svn://kolibrios.org@3687 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-19 14:14:38 +00:00
hidnplayr
97b8aba9e2 Zeroconf: disable most debug output by default.
git-svn-id: svn://kolibrios.org@3682 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-18 14:15:55 +00:00
hidnplayr
c18b90b578 netstat: show all ARP entries
git-svn-id: svn://kolibrios.org@3641 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-10 22:46:31 +00:00
hidnplayr
d010a4e7fe Improved 'tries' counter for zeroconf.
git-svn-id: svn://kolibrios.org@3636 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-10 18:29:41 +00:00
hidnplayr
256b125f00 Zeroconf: try 3 times to contact DHCP server before giving up.
git-svn-id: svn://kolibrios.org@3632 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-10 13:25:07 +00:00
Dmitry Pereverzev (SoUrcerer)
b419853b1e Netsurf: switch to KolibriUI & fixes in curl
git-svn-id: svn://kolibrios.org@3624 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-07 23:03:35 +00:00
hidnplayr
b003b0826c Some bugfixes and improvements for downloader.
git-svn-id: svn://kolibrios.org@3623 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-07 22:44:40 +00:00
Dmitry Pereverzev (SoUrcerer)
c64b6b486f No more window redraw at update
git-svn-id: svn://kolibrios.org@3622 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-07 22:19:55 +00:00
Dmitry Pereverzev (SoUrcerer)
67a60882fd Kolibri Native UI for NSFB - much faster and stable! But without keyboard yet
git-svn-id: svn://kolibrios.org@3621 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-07 22:16:59 +00:00
Dmitry Pereverzev (SoUrcerer)
7736817a6a Downloader hack implemented, now Netsurf can browse web - somehow....
git-svn-id: svn://kolibrios.org@3620 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-07 19:36:44 +00:00
hidnplayr
d84ac5044b moved include files for network programs to /programs folder, fixed synergyc.
git-svn-id: svn://kolibrios.org@3618 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-07 17:26:03 +00:00
Dmitry Pereverzev (SoUrcerer)
ac0e0430a0 Updated cURL emulation
git-svn-id: svn://kolibrios.org@3616 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-07 16:48:19 +00:00
hidnplayr
c0fe9dddf7 Improved loopback device, separate ARP tables for every interface, added arpstat functionality to netstat, preparing zeroconf to work on multiple interfaces, improved API (fn 76, fn 74), fixed some bugs.
git-svn-id: svn://kolibrios.org@3601 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-05 00:21:20 +00:00
Dmitry Pereverzev (SoUrcerer)
cc90b50055 Netsurf - adding libs, required for building
git-svn-id: svn://kolibrios.org@3585 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-01 18:16:18 +00:00
Dmitry Pereverzev (SoUrcerer)
370da47fa0 Netsurf initial port (still needs native ui and cURL)
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-01 17:14:14 +00:00
hidnplayr
c6825d97f1 User selectable port for telnet client. Also improved the interface a bit.
git-svn-id: svn://kolibrios.org@3574 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-30 03:56:07 +00:00
hidnplayr
65c483cc45 Fixed downloader to work with parameters and shared memory (now works with HTMLv)
git-svn-id: svn://kolibrios.org@3572 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-29 14:20:01 +00:00
hidnplayr
d60e9fc26f Rewrote logic of downloader, added it to autobuild.
git-svn-id: svn://kolibrios.org@3566 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-29 12:10:37 +00:00
hidnplayr
a35c1d0445 Fixed some bugs in downloader, added some error handling.
git-svn-id: svn://kolibrios.org@3564 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-29 09:21:49 +00:00
hidnplayr
867abdc948 IRC client: dont send empty messages
git-svn-id: svn://kolibrios.org@3563 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-29 08:47:31 +00:00
hidnplayr
6410339384 Fixed bug in some network applications.
git-svn-id: svn://kolibrios.org@3562 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-29 08:20:31 +00:00
hidnplayr
0330fba15f 'downloader' for new network stack
git-svn-id: svn://kolibrios.org@3561 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-28 21:10:21 +00:00
Yogev Ezra
8d679dec36 Correct path try 2
git-svn-id: svn://kolibrios.org@3549 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-28 18:01:45 +00:00
Yogev Ezra
0678d72380 Correct path to box_lib.mac
git-svn-id: svn://kolibrios.org@3548 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-28 17:58:04 +00:00
hidnplayr
e4cf34c0de Merge new network stack with trunk
git-svn-id: svn://kolibrios.org@3545 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-28 17:34:26 +00:00
esevece
4d079770dc Trying to make a web browser
git-svn-id: svn://kolibrios.org@3530 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-23 01:50:34 +00:00
Kirill Lipatov (Leency)
ce44966453 httpc deleted as outdated
git-svn-id: svn://kolibrios.org@3118 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-12-16 16:55:48 +00:00
Kirill Lipatov (Leency)
56b79aab1e network/htmlv removed
git-svn-id: svn://kolibrios.org@3072 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-12-05 14:37:37 +00:00
Kirill Lipatov (Leency)
b6aea67343 HTMLv 0.98: Image cache!
git-svn-id: svn://kolibrios.org@3062 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-20 11:40:37 +00:00
Kirill Lipatov (Leency)
bac1b76c41 HTMLv: code optimizations
git-svn-id: svn://kolibrios.org@3061 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-19 15:30:03 +00:00
Kirill Lipatov (Leency)
d994c2a92d HTMLv: fully fixed line breaks in links... fu~, it took all day
git-svn-id: svn://kolibrios.org@3060 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-19 00:24:41 +00:00
Kirill Lipatov (Leency)
66f8ed5fc2 HTMLv: fixed problem with very long lines w/o spaces
git-svn-id: svn://kolibrios.org@3059 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-18 23:43:03 +00:00
Kirill Lipatov (Leency)
29de2e5854 HTMLv 0.97.7
git-svn-id: svn://kolibrios.org@3058 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-18 21:49:28 +00:00
Kirill Lipatov (Leency)
5a0f87bd4c HTMLv fix, lib update
git-svn-id: svn://kolibrios.org@3054 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-17 17:25:04 +00:00
Kirill Lipatov (Leency)
e8b5870f84 HTMLv 0.97.6a
git-svn-id: svn://kolibrios.org@3028 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-11 11:53:38 +00:00
Kirill Lipatov (Leency)
650e2989bd Text-based Browser 0.97.6: fixed stupid bug with TryeType fonts (no it will will be more faster), some small futures
git-svn-id: svn://kolibrios.org@3020 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-10 01:49:08 +00:00
0cc349060f merge mem.inc to dll.inc
place dll.inc in /programs
delete all the other dll.inc and mem.inc files
correct some programs to use common dll.inc


git-svn-id: svn://kolibrios.org@3014 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-09 10:42:30 +00:00
55f254a7ee place debug.inc in /programs
delete all the other debug.inc files
correct some programs to use common debug.inc


git-svn-id: svn://kolibrios.org@3013 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-09 09:19:16 +00:00
Kirill Lipatov (Leency)
b208b80b45 HTMLv bug fix
git-svn-id: svn://kolibrios.org@3006 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-05 18:07:09 +00:00
Kirill Lipatov (Leency)
5b833a1058 HTMLv 0.97.5: switch to TryeType fonts
git-svn-id: svn://kolibrios.org@3005 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-05 16:10:14 +00:00
Kirill Lipatov (Leency)
41086737df c-- libraries update
git-svn-id: svn://kolibrios.org@3003 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-11-05 11:59:41 +00:00
Kirill Lipatov (Leency)
77e5190523 HTMLv 0.97
git-svn-id: svn://kolibrios.org@2895 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-31 14:44:11 +00:00
Kirill Lipatov (Leency)
2a2f8aee7f HTMLv: small fix
git-svn-id: svn://kolibrios.org@2885 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-20 22:24:05 +00:00
Kirill Lipatov (Leency)
49e86ce233 HTMLv 0.96d
git-svn-id: svn://kolibrios.org@2884 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-20 13:18:10 +00:00
Kirill Lipatov (Leency)
cd41d0ab26 HTMLv 0.96b
git-svn-id: svn://kolibrios.org@2874 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-16 11:52:03 +00:00
hidnplayr
23ad5dd136 Fixed includes for FTPS
git-svn-id: svn://kolibrios.org@2850 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-09 11:10:15 +00:00
Kirill Lipatov (Leency)
2a73669575 HTMLv 0.95: fixed bug in utf-decoding, in opening program with params, with images, complete improvements in strings.h (now it C-like library)
git-svn-id: svn://kolibrios.org@2844 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-03 17:24:00 +00:00
Kirill Lipatov (Leency)
09b1b8dc7e HTMLv 0.94z: overflow checking, small improve in menu, restore editbox line while opening image
git-svn-id: svn://kolibrios.org@2840 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-02 19:02:06 +00:00
Kirill Lipatov (Leency)
c96f15b38e HTMLv 0.94u: fixed bug with colors and crash with <i> tag, improvements in menu and strings.h
git-svn-id: svn://kolibrios.org@2839 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-02 18:24:48 +00:00
Kirill Lipatov (Leency)
4b416faa6e HTMLv 0.94e: kolibri.h cleaning, and forking strings.h
git-svn-id: svn://kolibrios.org@2825 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-25 14:14:43 +00:00
Kirill Lipatov (Leency)
7567859abf forgoten file
git-svn-id: svn://kolibrios.org@2824 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-23 22:31:44 +00:00
Kirill Lipatov (Leency)
c208ff6147 HTMLv 0.94d STABLE
git-svn-id: svn://kolibrios.org@2823 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-23 22:30:59 +00:00
Kirill Lipatov (Leency)
ec6526f177 HTMLv 0.94c - regressions and bugs fixed
git-svn-id: svn://kolibrios.org@2818 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-22 11:38:38 +00:00
Kirill Lipatov (Leency)
424ffe7057 HTMLv 0.94b: general code update #2
git-svn-id: svn://kolibrios.org@2811 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-20 19:58:55 +00:00
Kirill Lipatov (Leency)
e50cde95f6 HTMLv 0.94: general code update
git-svn-id: svn://kolibrios.org@2810 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-20 17:22:56 +00:00
Kirill Lipatov (Leency)
b30587c4a1 HTMLv: some improvements
git-svn-id: svn://kolibrios.org@2803 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-17 12:03:52 +00:00
Kirill Lipatov (Leency)
7fafcb264e HTMLv 0.93b: bug with 100% cpu loading in RmB menu fixed (thanks 0CodErr)
git-svn-id: svn://kolibrios.org@2799 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-16 18:35:16 +00:00
Kirill Lipatov (Leency)
5f5baa4e63 HTMLv 0.93: anchors, upgrade menu
git-svn-id: svn://kolibrios.org@2793 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-16 13:39:38 +00:00
Kirill Lipatov (Leency)
04836bcceb update kolibri.h-- lib
git-svn-id: svn://kolibrios.org@2765 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-13 14:12:42 +00:00
Kirill Lipatov (Leency)
ddda560478 HTMLv 0.92: basic menu RMB, downloader spike v2.0, code cleaning
git-svn-id: svn://kolibrios.org@2764 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-13 14:11:10 +00:00
Kirill Lipatov (Leency)
014a5bcd70 HTMLv 0.9b, preparation
git-svn-id: svn://kolibrios.org@2763 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-12 22:13:05 +00:00
Kirill Lipatov (Leency)
e783cf020c Text-based Browser 0.9, changes in history.txt
git-svn-id: svn://kolibrios.org@2739 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-05 08:25:06 +00:00
Kirill Lipatov (Leency)
bf10e3ae53 downloader 0.62: downloading by pressing Enter, old code deleted
git-svn-id: svn://kolibrios.org@2738 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-04 15:15:10 +00:00
Kirill Lipatov (Leency)
c112ab7867 downloader: write to window when file downloaded
git-svn-id: svn://kolibrios.org@2737 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-04 14:27:36 +00:00
Kirill Lipatov (Leency)
f6aaf4294f htmlv: bug with history fixed
git-svn-id: svn://kolibrios.org@2725 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-02 21:50:26 +00:00
Kirill Lipatov (Leency)
8d971af729 downloader: added edit_box, using system colors, removed old code
git-svn-id: svn://kolibrios.org@2713 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-01 19:09:50 +00:00
Kirill Lipatov (Leency)
1f38b08f1b downloader: bug #22 (bug with address inputbox) fixed
git-svn-id: svn://kolibrios.org@2712 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-01 14:40:45 +00:00
Kirill Lipatov (Leency)
d1955fdb3d HTMLv 0.83: hew home icon, <b> tag optimized
git-svn-id: svn://kolibrios.org@2696 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-05-27 19:17:33 +00:00
Kirill Lipatov (Leency)
b24027dc11 HTMLv 0.81: improvements for fb2-files (books)
git-svn-id: svn://kolibrios.org@2660 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-05-12 23:11:58 +00:00
Kirill Lipatov (Leency)
9fa539dadc HTMLv 0.8: forward button start work.
git-svn-id: svn://kolibrios.org@2605 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-12 21:28:24 +00:00
CleverMouse
e6db970b70 make downloader save the file if launched without cmdline
git-svn-id: svn://kolibrios.org@2579 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-06 19:11:48 +00:00
Kirill Lipatov (Leency)
9c6d445705 HTMLv: memory fixes, <img> fix
git-svn-id: svn://kolibrios.org@2566 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-04 21:00:56 +00:00
Kirill Lipatov (Leency)
0c7a85b009 HTMLv: file size decreased, thanks lev
git-svn-id: svn://kolibrios.org@2558 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-03 20:30:05 +00:00
Kirill Lipatov (Leency)
59bbcee373 correction kolibri.h-- for DefineButton. It defines only after deletion previous button with this ID.
git-svn-id: svn://kolibrios.org@2528 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-03-30 10:14:05 +00:00
Kirill Lipatov (Leency)
73a2c08d9c HTMLv: small fix
git-svn-id: svn://kolibrios.org@2495 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-03-22 13:28:02 +00:00
Kirill Lipatov (Leency)
12f88b2d85 try to fix
git-svn-id: svn://kolibrios.org@2447 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-03-10 11:58:47 +00:00
Kirill Lipatov (Leency)
b6c30c38de HTMLv fix, thanks Rock_maniak_forever
git-svn-id: svn://kolibrios.org@2444 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-03-10 09:54:53 +00:00
Kirill Lipatov (Leency)
af9f746fc1 HTMLv 0.78
git-svn-id: svn://kolibrios.org@2433 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-03-07 22:51:05 +00:00
Kirill Lipatov (Leency)
ba28bfb5a8 HTMLv: "../" works, URL "/sys/bg.gif" will be opened in kiv, except text-view in HTMLv
git-svn-id: svn://kolibrios.org@2428 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-03-03 23:29:02 +00:00
Kirill Lipatov (Leency)
febf6bf8c4 HTMLv 0.77: <body> bgcolor= and text= support, fixes
git-svn-id: svn://kolibrios.org@2420 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-29 12:29:47 +00:00
Kirill Lipatov (Leency)
26b134521c HTMLv another few fixes, one for lev
git-svn-id: svn://kolibrios.org@2419 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-29 10:36:36 +00:00
Kirill Lipatov (Leency)
eb66075c13 HTMLv 0.76 - bugfix realise.
git-svn-id: svn://kolibrios.org@2418 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-28 23:38:54 +00:00
Kirill Lipatov (Leency)
c8d984dbb7 HTMLv. GoBack button fix.
git-svn-id: svn://kolibrios.org@2417 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-28 22:10:01 +00:00
Kirill Lipatov (Leency)
5ba5037595 HTMLv files fix
git-svn-id: svn://kolibrios.org@2416 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-28 10:49:22 +00:00
Kirill Lipatov (Leency)
823a0a9a8f HTMLv 0.75: new futures and bags.
git-svn-id: svn://kolibrios.org@2413 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-27 13:48:04 +00:00
Kirill Lipatov (Leency)
ce623ccaec HTMLv 0.72: fully worked Internet pages, as in older versions. Tested, some fixes.
git-svn-id: svn://kolibrios.org@2399 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-24 21:27:05 +00:00
Kirill Lipatov (Leency)
6a006901a5 HTMLv 0.71 network should work. Maked quickly, not tested pretty good, so... you understand... If I'll have muse tomorrow, I'll will bring to mind this fix.
git-svn-id: svn://kolibrios.org@2368 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-21 22:22:44 +00:00
Kirill Lipatov (Leency)
6e3f4100a5 kolibri icq update
git-svn-id: svn://kolibrios.org@2296 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-10-18 22:58:49 +00:00