aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/irc
Commit message (Expand)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 it....Gravatar ctrlaltca2024-08-022-2/+4
* Add support for sanitizers at compile time (and fix some issues) (#2599)•••* 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 typoGravatar ctrlaltca2024-02-082-12/+4
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression•••Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef Gravatar Fabio Bas2023-10-182-7/+5
* Qt6 is stricter when casting numericals and chars. Add an explicit cast/conve...•••cast Gravatar Fabio Bas2023-10-181-1/+1
* 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 colors•••The modulo was already being applied inconsistently (e.g. getColorBytesW vs. getUnicodeColorBytes). It is now unnecessary, as we handle higher color values properly. Gravatar Vladimir Panteleev2019-01-161-4/+4
* Add KviControlCodes::getExtendedColorGravatar Vladimir Panteleev2019-01-162-0/+101
* Unify KVI_MIRCCOLOR_MAX_FOREGROUND/_BACKGROUND into a single constant•••The distinction is not meaningful. Gravatar Vladimir Panteleev2019-01-161-2/+1
* 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 f...Gravatar Szymon Tomasz Stefanek2017-12-281-0/+1
* gettimeofday(): Remove timezone argument•••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 Gravatar staticfox2017-09-271-1/+1
* Fix wrapping of <pre> in the docs.•••Fixes #2288 Gravatar wodim2017-08-311-6/+6
* 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 cleanups•••+ add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find. Gravatar un1versal2016-06-147-11/+6
* 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.•••Move emoticons to code point 0x1C. Gravatar Andrio Celos2016-05-292-1/+3
* 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()•••Add account names to user tip text Gravatar staticfox2016-03-291-0/+6
* Add support for extended-join and account-notifyGravatar staticfox2016-03-202-0/+13
* documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-142-17/+20
* Make defaults more consistent with defaults :-O•••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. Gravatar Alexey Sokolov2016-03-121-1/+1
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-311-1/+1
* more avatar https:// fixesGravatar un1versal2016-01-161-1/+1
* Rework KviInputEditor. Remove the character width cache madness. Use floating...Gravatar Szymon Tomasz Stefanek2016-01-021-12/+11
* various files: typos/consistency and capitalization see notes below.•••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 Gravatar un1versal2015-12-191-1/+1
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-2832-32/+32
* 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