aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/context/libkvicontext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* KVS quit command aborts delayed reconnect (#2461)Gravatar Andrio Celos2020-07-151-1/+1
|
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-4/+4
|
* Fix the second parameter of $context.getSSLCertInfo not being optionalGravatar wodim2017-08-261-8/+9
|
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-1/+1
|
* Part 1: Bring KVIrc to the 21st centuryGravatar staticfox2016-08-031-2/+1
| | | | | | | Avoid many un-necessary memory allocations as well as start the migration to unique pointers where appropriate. Start migrating out of the KVirc standard library into the C++ standard library.
* cleanup duplicate includesGravatar un1versal2016-05-041-1/+0
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-1/+1
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-125/+111
|
* fix comments in f138911bGravatar un1versal2016-03-141-1/+1
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-1/+1
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* libkvicontext: caitalization and typo fixesGravatar un1versal2015-12-051-26/+26
|
* 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
|
* context: Rename PendingRecon > PendingReconnectionGravatar Matt Ullman2015-10-191-1/+1
|
* context: Fix #1682Gravatar Matt Ullman2015-10-191-0/+3
| | | | | | Add a message when the client is currently delaying to recconect to a lost link. Set the action icon to connected during the reconnect delay period.
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-1/+1
| | | | | | | | | for that" commits) - 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
* some fixes on documentationGravatar wodim2011-09-111-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented #1170Gravatar Fabio Bas2011-07-111-0/+168
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5889 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Add .queueSize()Gravatar Szymon Tomasz Stefanek2011-03-241-0/+29
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5683 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $context.connectionStartTime and $context.lastMessageTimeGravatar Fabio Bas2011-03-131-0/+54
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5574 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some defines;Gravatar Elvio Basello2011-01-071-1/+1
| | | | | | | | more work on KDE notifier; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed a global pointer;Gravatar Elvio Basello2011-01-061-1/+1
| | | | | | | more work on KDE notifier; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 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
* daily documentation fixes by OmegaPhilGravatar Fabio Bas2010-12-281-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5242 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupsGravatar Szymon Tomasz Stefanek2010-12-271-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5238 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-10/+10
| | | | 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
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-5/+5
| | | | | | 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
* Added the very first shy 'auto-join this channel' feature to the window ↵Gravatar Szymon Tomasz Stefanek2010-12-251-5/+79
| | | | | | popup. .serverJoinChannels and .networkJoinChannels now return arrays. Reworked a bit the 'network name' mess in the IrcConnection... possibly needs more reorganizing. Some small tweaks in the server dialog. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5226 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More /context.clearQueueGravatar Szymon Tomasz Stefanek2010-12-161-6/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5192 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Added context.clearQueueGravatar Szymon Tomasz Stefanek2010-12-161-0/+38
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5191 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more typesafe. Yet more minor errors caught.Gravatar Szymon Tomasz Stefanek2010-06-131-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4458 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added a specialized serverinfo structure for ircd-seven;Gravatar Fabio Bas2010-02-191-0/+47
| | | | | | added funzion $context.serverSoftware() git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3989 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixes to documentation of module contextGravatar Fabio Bas2009-05-091-15/+15
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3206 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
* fixes for listview and KviBuildInfoGravatar Alexey Uzhva2008-08-271-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2313 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more code cleanups, deprecated functions removal, inline optimizationsGravatar Alexey Uzhva2008-08-041-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2172 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on serverdb module. please test itGravatar Elvio Basello2008-07-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2037 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
* more code cleanGravatar Elvio Basello2008-04-031-3/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1381 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some little fixes around;Gravatar Elvio Basello2008-03-041-8/+20
| | | | | | | | fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More alternate port to Qt4: no longer relying on Qt collection classesGravatar Szymon Tomasz Stefanek2008-01-151-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on the context module and some QT4 port in trunk: no longer use ↵Gravatar Szymon Tomasz Stefanek2008-01-111-13/+100
| | | | | | Q3PtrList but also leave the client code untouched git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1071 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Added context moduleGravatar Szymon Tomasz Stefanek2008-01-021-0/+302
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1050 17fca916-40b9-46aa-a4ea-0a15b648b75c