| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | LF and UTF8 all the things (#2378)•••Sweep over all files to make sure they are LF and UTF8 * LF all the things * convert *.nsi files to utf8 and no longer treat them as binary * convert the 3 cyrillic languages to utf8 * .dat files are also binary | 2018-04-26 | 2 | -52/+52 | ||
| | * | Fix undefined behavior involving lifetime of temporaries | 2018-04-22 | 2 | -13/+10 | ||
| | * | Remove unused/useless code | 2018-04-22 | 6 | -21/+0 | ||
| | * | KviKvsParser: Fix potential memory leak | 2018-04-22 | 1 | -0/+2 | ||
| | * | Remove dead and useless code | 2018-04-22 | 7 | -38/+4 | ||
| | * | KviKvsObject: Fix checking validity of returned QMetaProperty | 2018-04-22 | 1 | -2/+2 | ||
| | * | DccChatWindow: Fix error handling | 2018-04-22 | 1 | -2/+2 | ||
| | * | convert to LF so it leaves me alone | 2018-04-22 | 1 | -71/+71 | ||
| | * | really really remove mailing list link and try to fix debian build | 2018-04-22 | 2 | -12/+9 | ||
| | * | actually remove mailinglist link | 2018-04-22 | 2 | -73/+71 | ||
| | * | remove russian website and mailing list links from help menu (#2374)•••remove mailing list link from help menu | 2018-04-21 | 1 | -11/+0 | ||
| | * | Fix #2262 (#2266)•••* Fix #2262 * Check the STATUSMSG ISUPPORT token to avoid misinterpreting channel type prefixes as mode prefixes. Thanks @wodim * Address @IceN9ne's review. | 2018-04-20 | 3 | -17/+24 | ||
| | * | Fix Coverity complaints about uninitialized member variables | 2018-04-14 | 28 | -63/+39 | ||
| | * | remove qt5_use_modules for Qt 5.11•••cmake modules for Qt 5.11 don't have that function anymore, so it needs to be replaced with the standard way of library linkage. downside is that the module listing in the Status page isn't looking too fancy anymore. | 2018-04-14 | 2 | -2/+2 | ||
| | * | Support 64-bit X509 certificate serial numbers (#2363)•••Support 64-bit X509 certificate serial numbers Avoid "too large" errors when querying the serial number of a certificate when it doesn't fit in a 32-bit integer. Use strings to query and store certificate serial numbers | 2018-04-11 | 3 | -13/+23 | ||
| | * | fix doc folder cleanup fallout (#2370) | 2018-04-11 | 1 | -1/+1 | ||
| | * | Docs folder cleanup (#2366)•••* delete accelerator.keys.txt content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts * delete INSTALL and doc/INSTALL.txt content is at https://github.com/kvirc/KVIrc/wiki/installation * delete doc/firefox.hack.txt should no longer be needed * delete doc/themes.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete doc/INSTALL-MacOS.txt content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra * add another VS file to .gitignore * delete doc/FAQ content is at https://github.com/kvirc/KVIrc/wiki/FAQ * delete old TODOs content should be, if relevant, in issues * delete doc/addon.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/Addons * delete doc/scripting.faq.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete translations.howto.txt and translations.spanish.notes.txt content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations * delete win32_run_cmake.bat outdated? * adjust CMakeLists.txt for removed files * delete Windows compilation instructions content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows * delete doc/hackers.guide.txt content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree * delete doc/ui-style-tips.txt content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories * adjust README to doc changes * move main license file to root * adjust mentions of copyright files * revert status badges back from shields.io shields.io is overloaded all the time so the badges never display * change cmake syntax * restore the about license text to its original glory and install the amip license only on windows * update GPL2 from the GNU website * change the installer to show ABOUT-LICENSE as well | 2018-04-10 | 1 | -1/+1 | ||
| | * | KviAntiSpam: Remove undefined behavior | 2018-04-10 | 1 | -2/+3 | ||
| | * | AliasEditorWindow: Add "Export All to ..." button for more consistent UI | 2018-04-09 | 1 | -0/+3 | ||
| | * | KviInputEditor: Fix home key not clearing selection in certain situations | 2018-04-08 | 1 | -2/+2 | ||
| | * | KviChannelWindow: Fix bug in modes with parameters not being updated properly | 2018-03-29 | 1 | -1/+1 | ||
| | * | Revert "Remove gzipped logs as an option"•••This reverts commit aa64034f955f6b8221e8e844363009dfba738553. | 2018-03-04 | 4 | -6/+68 | ||
| | * | Remove gzipped logs as an option•••Despite the fact gzip'd log data is written with max compression, it is done by appending independently-compressed data to the relevant archive on every flush or log stop - this basically kills the compression as there is little duplication in the small amount of data logged. Over time, this produces archives that are much larger than the data stored (therefore making the 'compression' pointless). gzip is still used outside of logging in KVIrc (and to read 'old' logs), so is not removed. Fixes 'gzip compression of logs on flushing/log stopping in many cases results in larger archives than log data' / #2353 | 2018-03-02 | 4 | -68/+6 | ||
| | * | Lag Meter: Change units to the more standard millisecond. Fixes #1577 | 2018-02-27 | 1 | -13/+7 | ||
| | * | spellchecker: Stop trying to load invalid dictionaries. | 2018-02-19 | 1 | -0/+3 | ||
| | * | Add option to prioritize nick tab completion by last action time. Implements ... | 2018-02-19 | 6 | -11/+92 | ||
| | * | KviChannelWindow: Fix encrypted own CTCP ACTION messages being sent to the wr... | 2018-02-19 | 1 | -2/+10 | ||
| | * | Adjust defaults for avatar settings. Fixes #2340 | 2018-02-19 | 1 | -2/+2 | ||
| | * | QRegExp: Enable greedy quantifiers in regex pattern matching. | 2018-02-09 | 2 | -18/+18 | ||
| | * | KviModeWidget: Remove commented out code | 2018-01-27 | 1 | -4/+0 | ||
| | * | KviModeWidget: Fix two bugs and refactor class••• * Bug fix: Unable to change previously set key in one step * Bug fix: Unable to set mode that has a parameter when no parameterless modes are set * Made the mode changing more intuitive for the user | 2018-01-27 | 5 | -190/+122 | ||
| | * | KviWindowStack: Fix bug when attempting to focus undocked windows Fixes #2109 | 2018-01-26 | 1 | -1/+7 | ||
| | * | KviNotifyList: Fix bug in notify property parsing with multiple consecutive s... | 2018-01-23 | 1 | -16/+2 | ||
| | * | KviIrcContext: Re-add missing `return`•••Introduced in f784e7a7f | 2018-01-15 | 1 | -1/+1 | ||
| | * | KviOptions: Set the default bantype to *!*@host.name (#2343)•••Every services package does this by default, most clients do as well, and I find that this is one of the first things I change every time I install KVIrc. | 2018-01-14 | 1 | -1/+1 | ||
| | * | KviIconManager: Use double-braces for array initialization•••C++11 requires this, C++14 does not. This breaks GCC on travis as well. | 2018-01-14 | 1 | -1/+1 | ||
| | * | General code cleanup for kernel code | 2018-01-13 | 58 | -1074/+781 | ||
| | * | IrcConnection: Use initiailizer lists and member initializers•••Also sneak a unique pointer in | 2018-01-11 | 2 | -20/+13 | ||
| | * | fix typo in libkvidcc.cpp | 2018-01-11 | 1 | -1/+1 | ||
| | * | Move Class Window List option to its proper location••• * Fixes #2330 | 2018-01-03 | 1 | -6/+6 | ||
| | * | Revert "Add an option to order nick completion by last action time. Resolves ...•••This reverts commit 446bff05a0f0d344bca9da652431d5612b72209d. 5.0.0-beta1 | 2017-12-29 | 7 | -112/+42 | ||
| | * | Revert "Add uintNickCompletionOrder to the options widget."•••This reverts commit 6a0906274e93359e90337600192695b39706ff55. | 2017-12-29 | 2 | -26/+5 | ||
| | * | Revert "Allow adding tooltips to other widgets in the options dialogs."•••This reverts commit 2f723938d6434302e6538e145bf8e1839de93b62. | 2017-12-29 | 13 | -128/+114 | ||
| | * | Revert "Address @IceN9ne's review."•••This reverts commit f743f315a75977e48112fb9b0605a0f2d9f2eb3a. | 2017-12-29 | 3 | -35/+51 | ||
| | * | Fix about text | 2017-12-28 | 2 | -2/+2 | ||
| | * | Fix about text | 2017-12-28 | 2 | -4/+4 | ||
| | * | Fix #2240 | 2017-12-28 | 1 | -4/+11 | ||
| | * | Remove --immediate switch from delete | 2017-12-28 | 1 | -15/+9 | ||
| | * | Restore Juanjo's name | 2017-12-28 | 2 | -4/+4 | ||
| | * | Fix more memory leaks | 2017-12-28 | 2 | -21/+24 | ||
