aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/net
Commit message (Expand)AuthorAgeFilesLines
...
* fix #1677Gravatar Fabio Bas2015-10-181-4/+1
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-1/+1
* Add support for avatars over https. Add support for redirects in KviHttpTrans...Gravatar Szymon Tomasz Stefanek2015-09-192-38/+126
* Sasl auth: remove BLOWFISH. fix #1483•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6445 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2015-03-302-144/+0
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-219-48/+48
* - some fixing for cmake 3•••- compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-272-6/+6
* - fixes for sunpro, with the exception of snd, kvirc now works with it•••- replace solaris define with more correct one - add win 6.3 kernel crap - replace apparently deprecated QT4_FOUND with Qt4_FOUND, also fix display issue with audio backend - remove solaris threads "support" (it never existed, and cmake upstream doesn't seem to care either) - bump Devel-PPPort to 3.21, regenerate typemap from perl 5.18.1 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6356 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-111-1/+1
* Always set SO_NOSIGPIPE on all sockets under osx; should fix the "crash-after...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6348 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-08-012-8/+11
* avoid openssl deprecation under osx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6341 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-06-201-0/+7
* some warning fixes for sunpro, and a compile fix, sunpro is still dumb and br...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6322 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-03-261-0/+4
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-221-3/+3
* More qt5 porting (qprinter and qftp), removed some warnings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6263 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-292-0/+82
* Fix some headers for automoc-based compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6259 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-09-291-0/+7
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-253-4/+17
* always avoid sigpipe on osx, not only on shutdown•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6123 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-071-5/+9
* hopefully fixed the sigpipe-on-ssl_shutdown crash under osx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6103 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-181-15/+2
* explicitly added header inclusion to avoid compilation problem with previous ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6099 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-181-0/+4
* fixed not-existing #ifdef directive•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6098 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-181-1/+1
* attempt to avoid SIGPIPE closing a stuck ssl connection under osx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6085 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-281-8/+9
* fixed #440 for osx; updated INSTALL-Win32.txt for openssl>=1.0 •••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6078 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-271-3/+17
* assume qt has been compiled with the same kvirc ssl option•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6063 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-291-3/+11
* - guard the xp home/pro detection stuff by the build Major and Minor to not a...•••- fix r6056, i accidentally incinerated build and service pack detection there - kill some more pre xp stuff git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6058 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-211-6/+0
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-141-20/+0
* Fix restant strings from previous commit and update .po files•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5745 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar José Melo2011-04-041-2/+2
* Clarify an error message in the http engine•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5743 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-04-041-1/+1
* Load translation catalogues 'on-the-fly' from the default locale directory•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5671 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-231-3/+3
* merged egns's patch for vs2010 compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5360 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-141-1/+1
* fixed format strings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5337 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-111-2/+2
* more work killing QString helpers•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5336 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-103-7/+6
* killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-103-9/+9
* Unlike KviThread, QThread needs to be waited() for before deletion. Also a sm...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5311 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-071-6/+19
* removed deprecate COMPILE_WITH_SYSTEM_MEMMOVE•••merged COMPILE_X11_SUPPORT with COMPILE_NO_X, COMPILE_NO_X_BELL added initial OS2 support git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5306 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-061-3/+3
* Fix a warning•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5298 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-043-3/+3
* Add the code for a new KviDnsResolver that doesn't rely on the OS native APIs...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5294 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-044-0/+346
* Convert the dns resolver to use QThread instead of KviThread. Next step is to...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5293 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-043-21/+61
* Some fixes for the http request•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5271 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-302-25/+39
* The http request now uses Qt sockets.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5269 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-305-928/+369
* reworder KviError stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5266 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-12-304-52/+57
* More file splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5260 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-292-0/+716
* More file splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5259 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-292-646/+10
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-2915-15/+15
* Yet more renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-274-30/+52
* Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to gl...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-272-7/+7
* More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-2612-88/+88
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-2515-116/+116
* Quick fix in http.get•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5009 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2010-09-161-1/+1
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-316-10/+10
* Fix a message formatting problem in http engine•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4903 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-08-191-4/+5
* applied some patches by Syn1 for better certificate digest handling (ticket #...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4878 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-142-33/+40
* Changed kvissl initialization so that we can initialize ssl also from outsid...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4863 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-132-1/+22