aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/irc
Commit message (Collapse)AuthorAgeFilesLines
* Fix some c++20 warnings (#2766)Gravatar ctrlaltca2026-06-102-2/+2
|
* Add support for "Monospace" control code (ASCII 0x11). By now just ignore ↵Gravatar ctrlaltca2024-08-022-2/+4
| | | | it. (#2672)
* Add support for sanitizers at compile time (and fix some issues) (#2599)Gravatar ctrlaltca2024-02-082-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add an option to enable sanitizer at compile time * Fix singleton classes initialization * Revert r5378 - issue #1068 - to avoid having duplicate symbols exported by modules, that may cause a crash * Fix cast in KviTalIconAndRichTextItemDelegate (used by both QListWidget and QTreeWidget) * ScriptEditor: don't leak a timer for every script editor widget * Add support for memory and thread sanitizers * Fix sanitizer * KviSignalhandler: don't leak the whole object * Remove debug warning when a single message is longer than 512 bytes. As per https://ircv3.net/specs/extensions/message-tags.html#size-limit , message tags can prepend a whooping 8kbs of "tags" (header data) to each message. * Avoid initialization loop between KviLocale and KviMessageCatalogue. Assume all .po files are UTF8. This is already a requirement since about a decade. * KviInputEditor: don't leak the undo/redo stacks KviInputEditor: don't leak the undo/redo stacks - rework using smart pointers * Fix typo
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpressionGravatar Fabio Bas2023-10-182-7/+5
| | | | Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
* Qt6 is stricter when casting numericals and chars. Add an explicit ↵Gravatar Fabio Bas2023-10-181-1/+1
| | | | | | cast/conversion to better digest them cast
* QString::null is deprecated (#2526)Gravatar nmariusp2022-06-292-3/+3
|
* Document the AVATAR negotiation protocol (#2511)Gravatar Soni L2021-08-261-1/+5
|
* KviControlCodes.cpp: Remove %16 when parsing colorsGravatar Vladimir Panteleev2019-01-161-4/+4
| | | | | | The modulo was already being applied inconsistently (e.g. getColorBytesW vs. getUnicodeColorBytes). It is now unnecessary, as we handle higher color values properly.
* Add KviControlCodes::getExtendedColorGravatar Vladimir Panteleev2019-01-162-0/+101
|
* Unify KVI_MIRCCOLOR_MAX_FOREGROUND/_BACKGROUND into a single constantGravatar Vladimir Panteleev2019-01-161-2/+1
| | | | The distinction is not meaningful.
* Remove C-style typedef structsGravatar IceN9ne2018-11-282-4/+4
|
* Remove unnecessary usages of the inline keyword per language evolution.Gravatar IceN9ne2018-11-284-110/+110
|
* SASL: Add support for EXTERNAL method. Closes #2258Gravatar IceN9ne2018-11-222-0/+22
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-142-2/+2
|
* Fix Coverity complaints about uninitialized member variablesGravatar IceN9ne2018-04-141-1/+1
|
* Better handling of tabs in KviIrcView. Not perfect but at least they aren't ↵Gravatar Szymon Tomasz Stefanek2017-12-281-0/+1
| | | | floating around and messing up with the selection. Fixes #1855
* gettimeofday(): Remove timezone argumentGravatar staticfox2017-09-271-1/+1
| | | | | | | 1) Due to timezone and Daylight Savings, it has been abadonded and deprecated 2) It failed to compile under msvc2017 for whatever reason 3) We've never used it anyway
* Fix wrapping of <pre> in the docs.Gravatar wodim2017-08-311-6/+6
| | | | Fixes #2288
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-4/+3
|
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-241-1/+1
|
* Cleanup included filesGravatar IceN9ne2016-10-2824-28/+55
|
* KviIrcServerReconnectInfo: RefactorGravatar staticfox2016-08-072-60/+4
|
* KviProxyDatabase: Move to vector and unique pointersGravatar staticfox2016-08-071-3/+5
|
* separators and copyright headers cleanupsGravatar un1versal2016-06-147-11/+6
| | | | | | + add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find.
* source: cosmetic cleanupsGravatar un1versal2016-06-131-1/+1
|
* KviControlCodes: cleanup duplication in control codesGravatar un1versal2016-06-121-15/+1
|
* Add italic text. Resolves kvirc/KVIrc#1070.Gravatar Andrio Celos2016-05-292-1/+3
| | | | Move emoticons to code point 0x1C.
* various: minor fixesGravatar un1versal2016-05-151-6/+6
|
* cleanups: remove more dead code odd spacesGravatar un1versal2016-05-073-3/+1
|
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-303-6/+3
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-308-63/+63
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-2932-832/+935
|
* general: Typo fixesGravatar staticfox2016-04-233-4/+4
|
* KviIrcUserEntry: Make setAvatar accept unique_ptrGravatar staticfox2016-04-182-7/+22
|
* general: Refactoring and cleanupsGravatar staticfox2016-04-173-31/+17
|
* KviUserEntry: Add hasAccountName()Gravatar staticfox2016-03-291-0/+6
| | | | Add account names to user tip text
* Add support for extended-join and account-notifyGravatar staticfox2016-03-202-0/+13
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-142-17/+20
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* Make defaults more consistent with defaults :-OGravatar Alexey Sokolov2016-03-121-1/+1
| | | | | | CAP and STARTTLS were disabled by default for new servers, but enabled by default for servers loaded from config which didn't have this setting.
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-1/+1
| | | | Arfrever
* more avatar https:// fixesGravatar un1versal2016-01-161-1/+1
|
* Rework KviInputEditor. Remove the character width cache madness. Use ↵Gravatar Szymon Tomasz Stefanek2016-01-021-12/+11
| | | | floating point coordinates.
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-2832-32/+32
| | | | opinion -> option
* server: Statically cast flagsGravatar Matt Ullman2015-11-041-7/+7
|
* Add base work for favoritesGravatar Matt Ullman2015-11-042-2/+29
|
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-2826-26/+26
|
* Kvi(Various).cpp Capitalization punctuation, typos fixesGravatar un1versal2015-10-222-26/+26
|
* [ci skip] cpp files, capitalization, typos, syntax normalization and punctuationGravatar un1versal2015-10-081-2/+2
|
* [ci skip] various header files, typos correctionsGravatar un1versal2015-10-081-1/+1
|