aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/requests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove C-style typedef structsGravatar IceN9ne2018-11-281-2/+2
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* Cleanup included filesGravatar IceN9ne2016-10-281-0/+1
|
* various cosmetic: consistent comment formatGravatar un1versal2016-05-171-16/+16
| | | | + remove separators to make it consistent.
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-23/+0
|
* Cleanup random separators with no commentsGravatar un1versal2016-05-061-16/+16
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-3/+3
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-6/+6
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-350/+377
|
* Protect several hand-crafted blocks from clang-formatGravatar Alexey Sokolov2016-04-291-0/+2
|
* general: Typo fixesGravatar staticfox2016-04-231-1/+1
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-2/+2
|
* requests: capitalization fixesGravatar un1versal2015-12-051-13/+13
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-5/+5
|
* Merge patch by TheReignGravatar Szymon Tomasz Stefanek2014-12-281-2/+5
| | | | | | | | | | * Fixes most of the bugs in DCC send support for files larger than 4GiB. I doubt I found them all, but it catches all of the ones I needed for myself. * NOTE: I confess I probably didn't choose the best solution for this, but it seems to do what is needed. * NOTE: The better solution may be to add 64-bit number support to sendFmtData() git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6415 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed namespaceGravatar Elvio Basello2011-02-101-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed format stringsGravatar Elvio Basello2011-01-111-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-101-33/+11
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-19/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked mIRC control codes;Gravatar Elvio Basello2010-12-301-2/+2
| | | | | | | yet more splitting; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5272 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-9/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-14/+14
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* probable compilation fixGravatar Fabio Bas2010-10-171-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5086 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-2/+2
| | | | | | | | 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
* patch for #858Gravatar Fabio Bas2010-07-261-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4693 17fca916-40b9-46aa-a4ea-0a15b648b75c
* DCC works. Support 64bit resume offsets. Add option for routers that remap ↵Gravatar Szymon Tomasz Stefanek2010-06-021-1/+1
| | | | | | DCC SEND but not DCC RESUME. Some cleanups... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4417 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Merge the use of multiple QString()::arg(QString) calls to avoid format stringsGravatar Fabio Bas2010-05-141-1/+11
| | | | | | Filter out any urlencoded path form dcc file names git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4317 17fca916-40b9-46aa-a4ea-0a15b648b75c
* little "fix" for consistencyGravatar Markus Rennings2010-04-211-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4274 17fca916-40b9-46aa-a4ea-0a15b648b75c
* the late night / early morning commit: unbreak win32 compile (drycoded)Gravatar Robert Förster2009-12-021-1/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3647 17fca916-40b9-46aa-a4ea-0a15b648b75c
* first shy implementation of dcc video; highly instable and ↵Gravatar Fabio Bas2009-11-121-2/+77
| | | | | | bandwitdth-sucker, bad coded, puppy-killer, you've been warned. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3597 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #563Gravatar Fabio Bas2009-10-041-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3538 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from a to fGravatar Elvio Basello2008-09-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2480 17fca916-40b9-46aa-a4ea-0a15b648b75c
* cleaning&tidying:) and user-contributed patch for bitrate grabbing from amarokGravatar Alexey Uzhva2008-08-051-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2192 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more code cleanups, deprecated functions removal, inline optimizationsGravatar Alexey Uzhva2008-08-041-25/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2172 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed protocols nameGravatar Elvio Basello2008-07-051-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2000 17fca916-40b9-46aa-a4ea-0a15b648b75c
* A huge progress in KDE4 port, kvirc and several modules now compile. Linking ↵Gravatar Szymon Tomasz Stefanek2008-04-281-22/+33
| | | | | | problems solved. Added an option to pick up a random IP address for round-robin IRC servers. Some code cleanup all around... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1608 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed QT3 QString stuff (wip). Need test.Gravatar Noldor2008-04-131-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1476 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added a skel for windows on Tom's patchGravatar Elvio Basello2008-04-031-21/+17
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1386 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt4 port and some small fixesGravatar Szymon Tomasz Stefanek2007-02-201-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@351 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+1153
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c