]> jfr.im git - irc/kvirc/KVIrc.git/log
irc/kvirc/KVIrc.git
6 years ago[KviKvsEventTable] Capitalize some remaining parameters (#2264)
Data [Tue, 22 Aug 2017 13:57:21 +0000 (14:57 +0100)] 
[KviKvsEventTable]  Capitalize some remaining parameters (#2264)

6 years agodisabled handler: match color style to kvirc (#2261)
Data [Thu, 17 Aug 2017 15:36:56 +0000 (16:36 +0100)] 
disabled handler: match color style to kvirc (#2261)

just a simple color match fix

6 years agoUpdate KviIrcServerParser_numericHandlers.cpp (#2260)
minduser00 [Sat, 12 Aug 2017 08:37:46 +0000 (08:37 +0000)] 
Update KviIrcServerParser_numericHandlers.cpp (#2260)

It is no longer necessary in this function nothing relative to the 307

6 years agoFix #2087
Andrio Celos [Thu, 29 Jun 2017 12:01:18 +0000 (22:01 +1000)] 
Fix #2087

6 years agoFix manual typos (#2259)
minduser00 [Wed, 9 Aug 2017 21:57:12 +0000 (23:57 +0200)] 
Fix manual typos (#2259)

* Update KviKvsCoreCallbackCommands.cpp

To kill the whole 'letters' namespace you must delete de 'letters' namespace

* Update KviKvsCoreFunctions_sz.cpp

another typo

6 years agoKviIrcView: Fix double-click for channels with formatting in the text
IceN9ne [Fri, 4 Aug 2017 23:37:48 +0000 (19:37 -0400)] 
KviIrcView: Fix double-click for channels with formatting in the text

6 years agoImprove RPL_CHANURL handling. Resolves #2255. (#2256)
Andrio Celos [Fri, 4 Aug 2017 19:44:05 +0000 (05:44 +1000)] 
Improve RPL_CHANURL handling. Resolves #2255. (#2256)

6 years agoSmall typo. (#2257)
minduser00 [Fri, 4 Aug 2017 19:41:37 +0000 (19:41 +0000)] 
Small typo. (#2257)

Small typographical error in alias doc

6 years agoPPA: add Ubuntu Zesty & Artful
Alexander Pozdnyakov [Thu, 3 Aug 2017 16:03:50 +0000 (19:03 +0300)] 
PPA: add Ubuntu Zesty & Artful

6 years agoAppveyor: Fix OpenSSL download link for Windows
IceN9ne [Tue, 1 Aug 2017 21:47:45 +0000 (17:47 -0400)] 
Appveyor: Fix OpenSSL download link for Windows

6 years agoUpdate README.md (#2254)
Benjamin Staneck [Sun, 30 Jul 2017 18:43:33 +0000 (20:43 +0200)] 
Update README.md (#2254)

Fix coverity badge not being displayed

6 years agoEscape things in the class editor. Fixes #2211. (#2243)
Andrio Celos [Sun, 30 Jul 2017 08:36:46 +0000 (18:36 +1000)] 
Escape things in the class editor. Fixes #2211. (#2243)

6 years agoUpdate INSTALL.txt (#2244)
muthaber [Sun, 30 Jul 2017 08:34:26 +0000 (11:34 +0300)] 
Update INSTALL.txt (#2244)

removed libqt5webkit5-dev , duplicated.

6 years agofix for #2249
wodim [Sat, 29 Jul 2017 12:38:41 +0000 (14:38 +0200)] 
fix for #2249

6 years agoFix CAP command checking case sensitivity.
IceN9ne [Mon, 24 Jul 2017 21:44:52 +0000 (17:44 -0400)] 
Fix CAP command checking case sensitivity.

6 years agoFix creating an empty alias which doesn't do what you want when using generateUninsta...
IceN9ne [Sun, 9 Jul 2017 06:45:06 +0000 (02:45 -0400)] 
Fix creating an empty alias which doesn't do what you want when using generateUninstallAlias

6 years agodefscript: add global to option controller titles
Data [Wed, 5 Jul 2017 01:46:52 +0000 (02:46 +0100)] 
defscript: add global to option controller titles

* defscript: add global to option controller name

should make clearer that this is a global controller thingy.

fixes #2202

* defscript: some missed titles

* typo

* &Option instead

6 years agoAppVeyor: Deployment server has been removed for Windows builds
IceN9ne [Sat, 1 Jul 2017 10:07:28 +0000 (06:07 -0400)] 
AppVeyor: Deployment server has been removed for Windows builds

6 years agoFix link in CONTRIBUTING.md
Andrio Celos [Fri, 30 Jun 2017 09:03:17 +0000 (19:03 +1000)] 
Fix link in CONTRIBUTING.md

6 years agoran "pngcrush -ow -rem allb -reduce"
Dessa [Thu, 29 Jun 2017 12:19:47 +0000 (14:19 +0200)] 
ran "pngcrush -ow -rem allb -reduce"

6 years agomake nsis check for windows 7
wodim [Mon, 26 Jun 2017 11:20:03 +0000 (13:20 +0200)] 
make nsis check for windows 7

6 years agoqt 5.7+ dropped vista support, so raise default target to 7
Dessa [Mon, 26 Jun 2017 11:09:08 +0000 (13:09 +0200)] 
qt 5.7+ dropped vista support, so raise default target to 7

6 years agoFix centering of servers dialog in parent KviMainWindow
IceN9ne [Fri, 23 Jun 2017 23:25:49 +0000 (19:25 -0400)] 
Fix centering of servers dialog in parent KviMainWindow

    * Fixes #2158

6 years agoAdd menu-scrollable to the main Window menu
IceN9ne [Fri, 23 Jun 2017 09:47:56 +0000 (05:47 -0400)] 
Add menu-scrollable to the main Window menu

    * Closes #2203

6 years agoAdd channel modes d and Y for InspIRCd
IceN9ne [Thu, 22 Jun 2017 22:00:32 +0000 (18:00 -0400)] 
Add channel modes d and Y for InspIRCd

6 years agoFix Log Viewer search returning no hits after repeated searches
OmegaPhil [Thu, 22 Jun 2017 18:49:45 +0000 (19:49 +0100)] 
Fix Log Viewer search returning no hits after repeated searches

Searches returning one result (e.g. one channel on one network),
when ran more than once in a row, end up with no search hits -
a variable that needed to be reset was missed.

Fixes #2233

6 years agoKviIrcConnectionServerInfo: Add 2 missing InspIRCd chanmodes (#2231)
Stefan [Mon, 19 Jun 2017 04:19:48 +0000 (06:19 +0200)] 
KviIrcConnectionServerInfo: Add 2 missing InspIRCd chanmodes (#2231)

This adds the half-ops (h) and registered channels (r) modes.

Fixes #2230

7 years agoReplace travis_after_all with travis stages
Alexey Sokolov [Mon, 12 Jun 2017 20:32:53 +0000 (21:32 +0100)] 
Replace travis_after_all with travis stages

7 years agoFix KVIrc mode links containing KVS special characters.
IceN9ne [Sat, 10 Jun 2017 23:44:17 +0000 (19:44 -0400)] 
Fix KVIrc mode links containing KVS special characters.

7 years agoregenerate perl stuff from 5.26.0
Dessa [Thu, 1 Jun 2017 12:19:30 +0000 (14:19 +0200)] 
regenerate perl stuff from 5.26.0
- xs.inc using ExtUtils::ParseXS 3.34 (compile warning fix)
- ppport.h from Devel::PPPort 3.36 (content unchanged, only relevant for people using the default DEFAULT_INC_EXCLUDES_DOT value building this file)

7 years agoMerge branch 'master' of github.com:kvirc/KVIrc
Dessa [Mon, 29 May 2017 12:34:22 +0000 (14:34 +0200)] 
Merge branch 'master' of github.com:kvirc/KVIrc

7 years agoamend 0dbf448ab659b1967eb795f990735461b2c19fea
Dessa [Mon, 29 May 2017 12:34:09 +0000 (14:34 +0200)] 
amend 0dbf448ab659b1967eb795f990735461b2c19fea
remove a line which is already handled in the if block before it

7 years agoIgnore Visual Studio folders (#2225)
Benjamin Staneck [Mon, 29 May 2017 12:13:31 +0000 (14:13 +0200)] 
Ignore Visual Studio folders (#2225)

* Ignore Visual Studio folders

* ignore more

7 years ago[AV] update openssl, (hopefully short-term) hack for handling msvc 12 dependency...
Dessa [Mon, 29 May 2017 12:00:53 +0000 (14:00 +0200)] 
[AV] update openssl, (hopefully short-term) hack for handling msvc 12 dependency of it. remove xml from windeployqt as its correctly detected now, use debug zlib on debug builds
also revert an erroneously committed change to the targeted windows version in CMakeLists.txt (though it appeared to be still working, i want to be sure)

7 years agoCheck modules for Qt dependencies when deploying
IceN9ne [Fri, 26 May 2017 18:33:32 +0000 (14:33 -0400)] 
Check modules for Qt dependencies when deploying

7 years agounbreak my last commit, don't cache perl and choco dirs, too big
Dessa [Wed, 24 May 2017 16:17:46 +0000 (18:17 +0200)] 
unbreak my last commit, don't cache perl and choco dirs, too big

7 years agopush and pull po{t}s, typo fixes
Dessa [Wed, 24 May 2017 15:39:36 +0000 (17:39 +0200)] 
push and pull po{t}s, typo fixes

7 years agoMake Windows code Unicode-aware (#2219)
wodim [Wed, 24 May 2017 10:10:49 +0000 (12:10 +0200)] 
Make Windows code Unicode-aware (#2219)

7 years agoBuild also in debug mode for windows (#2192)
Alexey Sokolov [Wed, 24 May 2017 09:04:20 +0000 (10:04 +0100)] 
Build also in debug mode for windows (#2192)

* Build also in debug mode for windows

See #2191

* Don't mix /Od and -O2 on windows build. -O2 comes from perl

* Reindent perlcore CMakeLists

* Fix debug python build on windows

* Rearrange environment vars in appveyor

* Try to publish pdb files too

* install qts and kvirc's debug pdbs in debug config

* use TARGET_PDB_FILE instead

7 years agoappveyor: fix zlib VS version
IceN9ne [Tue, 9 May 2017 00:27:21 +0000 (20:27 -0400)] 
appveyor: fix zlib VS version

7 years agoappveyor: Update MSVC to 2015 and Qt to 5.8.0
IceN9ne [Mon, 8 May 2017 18:17:48 +0000 (14:17 -0400)] 
appveyor: Update MSVC to 2015 and Qt to 5.8.0

7 years agoRemove \r chop when pasting last log
IceN9ne [Mon, 3 Apr 2017 17:31:10 +0000 (13:31 -0400)] 
Remove \r chop when pasting last log

    * Removing the last \r on the line messes up kvirc link recognition since
      that \r is the termination of the kvirc link.

7 years agoRemove noexcept from 42aee8a commit
IceN9ne [Sat, 1 Apr 2017 09:22:46 +0000 (05:22 -0400)] 
Remove noexcept from 42aee8a commit

    * VS2013 used in appveyor doesn't support noexcept

7 years agowindow module: Finish window.setBackground
IceN9ne [Sat, 1 Apr 2017 08:55:15 +0000 (04:55 -0400)] 
window module: Finish window.setBackground

7 years agofix: hide comments in issues in new posts (#2213)
Data [Mon, 20 Mar 2017 18:46:31 +0000 (18:46 +0000)] 
fix: hide comments in issues in new posts (#2213)

this happens because comments can only have one ( open and ) close bracket. so ``` [//]:# (this is a comment (and it) shouldnt show up)``` shows up unless the inner brackets are escaped like [//]:# (this is a comment \(and it\) shouldnt show up) or theres no inner brackets or ```<!-- this -->``` is used.

or something else, no idea

this should fix the issue.

7 years agoEvent OnQuit: Change example to a working example.
IceN9ne [Sun, 12 Mar 2017 14:29:20 +0000 (10:29 -0400)] 
Event OnQuit: Change example to a working example.

7 years agosnd module: Fix file descriptor check
IceN9ne [Fri, 10 Mar 2017 02:15:37 +0000 (21:15 -0500)] 
snd module: Fix file descriptor check

7 years agologview module: Fix memory leak in logview export
IceN9ne [Fri, 10 Mar 2017 01:21:26 +0000 (20:21 -0500)] 
logview module: Fix memory leak in logview export

7 years agorijndael module: Fix potential memory leak and invalid length check
IceN9ne [Fri, 10 Mar 2017 00:19:07 +0000 (19:19 -0500)] 
rijndael module: Fix potential memory leak and invalid length check

7 years agoRegisteredUsersDialog: Fix memory leak in exportClicked
IceN9ne [Fri, 10 Mar 2017 00:04:40 +0000 (19:04 -0500)] 
RegisteredUsersDialog: Fix memory leak in exportClicked

7 years agoserverdb module: Fix memory leak in addserver command
IceN9ne [Thu, 9 Mar 2017 23:24:56 +0000 (18:24 -0500)] 
serverdb module: Fix memory leak in addserver command

7 years agoKviKvsObject: Fix return type for font property and indirectly fix memory leak.
IceN9ne [Thu, 9 Mar 2017 23:00:18 +0000 (18:00 -0500)] 
KviKvsObject: Fix return type for font property and indirectly fix memory leak.

7 years agoKviInputEditor: Fix out-of-bounds access in mirc color lookup
IceN9ne [Thu, 9 Mar 2017 12:15:28 +0000 (07:15 -0500)] 
KviInputEditor: Fix out-of-bounds access in mirc color lookup

7 years agoKviKvsParser: Fix potential memory leak
IceN9ne [Mon, 6 Mar 2017 03:22:53 +0000 (22:22 -0500)] 
KviKvsParser: Fix potential memory leak

7 years agoFix potential memory leak.
IceN9ne [Mon, 6 Mar 2017 02:28:24 +0000 (21:28 -0500)] 
Fix potential memory leak.

7 years agorijndael module: Fix incorrect size check
IceN9ne [Mon, 6 Mar 2017 00:05:22 +0000 (19:05 -0500)] 
rijndael module: Fix incorrect size check

7 years agomodule window: Fix memory leak in crypt engine initializer.
IceN9ne [Sun, 5 Mar 2017 23:45:59 +0000 (18:45 -0500)] 
module window: Fix memory leak in crypt engine initializer.

7 years agoFix various memory leaks in usages of static KviKvsScript::run
IceN9ne [Sun, 5 Mar 2017 21:50:11 +0000 (16:50 -0500)] 
Fix various memory leaks in usages of static KviKvsScript::run

7 years agoadd only a direct shortcut to kvirc in the windows start menu (#2207)
wodim [Sat, 4 Mar 2017 19:43:49 +0000 (20:43 +0100)] 
add only a direct shortcut to kvirc in the windows start menu (#2207)

7 years agofix a few oddities in the help browser
wodim [Fri, 3 Mar 2017 14:58:26 +0000 (15:58 +0100)] 
fix a few oddities in the help browser

7 years agomisc doc fixes
wodim [Thu, 2 Mar 2017 21:58:09 +0000 (22:58 +0100)] 
misc doc fixes

7 years agoswitch to the correct window even if it's open already
wodim [Thu, 2 Mar 2017 15:30:58 +0000 (16:30 +0100)] 
switch to the correct window even if it's open already

7 years agoKviWindowListBase: Add ability to close classic window list buttons with middle-click.
IceN9ne [Thu, 2 Mar 2017 03:51:58 +0000 (22:51 -0500)] 
KviWindowListBase: Add ability to close classic window list buttons with middle-click.

    * Implements #2199

7 years ago[AV] fix hunspell installation after update to 1.6
Dessa [Tue, 28 Feb 2017 04:52:51 +0000 (05:52 +0100)] 
[AV] fix hunspell installation after update to 1.6

7 years agoRawEventWindow: Fix crash when saving raw events
IceN9ne [Tue, 28 Feb 2017 00:18:04 +0000 (19:18 -0500)] 
RawEventWindow: Fix crash when saving raw events

7 years agoAdd wii default alias
wodim [Mon, 27 Feb 2017 14:39:02 +0000 (14:39 +0000)] 
Add wii default alias

7 years agonotifier module: Make message text selectable.
IceN9ne [Sat, 25 Feb 2017 23:48:35 +0000 (18:48 -0500)] 
notifier module: Make message text selectable.

7 years agoKviCryptEngine: Fix typo
staticfox [Fri, 24 Feb 2017 03:29:54 +0000 (22:29 -0500)] 
KviCryptEngine: Fix typo

7 years agoRevert "KviHtmlGenerator: Fix default foreground and background colors"
IceN9ne [Fri, 24 Feb 2017 00:11:50 +0000 (19:11 -0500)] 
Revert "KviHtmlGenerator: Fix default foreground and background colors"

This reverts commit fdb997d14689b6409d53b29f18b0265a6653151e.

7 years agoKviHtmlGenerator: Fix default foreground and background colors
IceN9ne [Thu, 23 Feb 2017 23:28:48 +0000 (18:28 -0500)] 
KviHtmlGenerator: Fix default foreground and background colors

    * Fixes #2206

7 years agoMiscellaneous documentation fixes
OmegaPhil [Thu, 23 Feb 2017 19:58:16 +0000 (19:58 +0000)] 
Miscellaneous documentation fixes

7 years agoDisable old broken OnURLLinkPopupRequest when restoring default script; fix #2140...
ctrlaltca [Thu, 23 Feb 2017 09:27:45 +0000 (10:27 +0100)] 
Disable old broken OnURLLinkPopupRequest when restoring default script; fix #2140 (#2183)

7 years agomake the repaint timers of kviircview and kviinputeditor faster when selecting text...
wodim [Wed, 22 Feb 2017 18:33:04 +0000 (19:33 +0100)] 
make the repaint timers of kviircview and kviinputeditor faster when selecting text to decrease lag

7 years agoreguser module: Fix crash in reguser.add when user exists and group is set
IceN9ne [Tue, 21 Feb 2017 18:13:36 +0000 (13:13 -0500)] 
reguser module: Fix crash in reguser.add when user exists and group is set

    * Fixes #2205

7 years agorename IRC-Hispano default network
wodim [Sun, 19 Feb 2017 11:37:31 +0000 (12:37 +0100)] 
rename IRC-Hispano default network

7 years agoran optipng -o9 on all png files
wodim [Fri, 17 Feb 2017 20:10:59 +0000 (21:10 +0100)] 
ran optipng -o9 on all png files

7 years agomake the icon for disabled handlers red
wodim [Fri, 17 Feb 2017 20:07:06 +0000 (21:07 +0100)] 
make the icon for disabled handlers red

7 years agofix #1105
Fabio Bas [Sat, 4 Feb 2017 16:57:12 +0000 (17:57 +0100)] 
fix #1105

7 years agoKviProxy: Make class member data private
IceN9ne [Fri, 10 Feb 2017 00:42:31 +0000 (19:42 -0500)] 
KviProxy: Make class member data private

7 years agofix build with qt 5.8 on windows
Dessa [Tue, 7 Feb 2017 03:19:19 +0000 (04:19 +0100)] 
fix build with qt 5.8 on windows

7 years agoMake the MS VC++ redist installer run silently, it's just an unnecessary popup.
Benjamin Staneck [Sat, 4 Feb 2017 18:08:48 +0000 (19:08 +0100)] 
Make the MS VC++ redist installer run silently, it's just an unnecessary popup.

7 years agostr module fixes/cleanup
IceN9ne [Sat, 4 Feb 2017 17:24:58 +0000 (12:24 -0500)] 
str module fixes/cleanup

    * Fixed stripleft to return empty string instead of nothing when an empty string is passed
    * Removed unused variables
    * Simplified functions
    * Fixed the split function to allow for splitting on empty string

7 years agomake channel list dialogs more consistent; fix #1790
Fabio Bas [Sat, 28 Jan 2017 17:30:15 +0000 (18:30 +0100)] 
make channel list dialogs more consistent; fix #1790

7 years ago[AV] strawberry perl on choco should now have a checksum, update dicts
Dessa [Sat, 4 Feb 2017 06:59:39 +0000 (07:59 +0100)] 
[AV] strawberry perl on choco should now have a checksum, update dicts

7 years agoSharedFilesWindow: Remove unused variables and some code cleanup
IceN9ne [Sat, 4 Feb 2017 01:34:12 +0000 (20:34 -0500)] 
SharedFilesWindow: Remove unused variables and some code cleanup

7 years agoKviKvsParser: Remove logically dead code
IceN9ne [Sat, 4 Feb 2017 01:03:29 +0000 (20:03 -0500)] 
KviKvsParser: Remove logically dead code

7 years agoKviSignalHandler: Be explicit when ignoring return values of certain functions
IceN9ne [Sat, 4 Feb 2017 01:02:22 +0000 (20:02 -0500)] 
KviSignalHandler: Be explicit when ignoring return values of certain functions

7 years agoKviInputEditor: Fix error in usage of QString::lastIndexOf in commit ebdcedc
IceN9ne [Thu, 2 Feb 2017 15:47:36 +0000 (10:47 -0500)] 
KviInputEditor: Fix error in usage of QString::lastIndexOf in commit ebdcedc

7 years agoKviInputEditor: General code cleanup and simplification
IceN9ne [Thu, 2 Feb 2017 14:58:40 +0000 (09:58 -0500)] 
KviInputEditor: General code cleanup and simplification

7 years agoKviIrcConnection: Fixes potential memory leak
IceN9ne [Thu, 2 Feb 2017 14:56:10 +0000 (09:56 -0500)] 
KviIrcConnection: Fixes potential memory leak

7 years agoEncryption: A fix and some code cleanup
IceN9ne [Thu, 2 Feb 2017 14:50:45 +0000 (09:50 -0500)] 
Encryption: A fix and some code cleanup

    * Fixes spelling error in function name that fails to override base class virtual function
    * Adds const to functions that should have it
    * Cleans-up some formatting

7 years agoFixes unintentional hiding of local variable in nested scope
IceN9ne [Thu, 2 Feb 2017 14:37:10 +0000 (09:37 -0500)] 
Fixes unintentional hiding of local variable in nested scope

7 years agoFix #2077
Fabio Bas [Sat, 28 Jan 2017 15:55:28 +0000 (16:55 +0100)] 
Fix #2077

7 years agoKviInputEditor: Fix right-click select all not selecting the last character
IceN9ne [Fri, 20 Jan 2017 23:25:49 +0000 (18:25 -0500)] 
KviInputEditor: Fix right-click select all not selecting the last character

7 years agoFixed #2174 by Kartagis: Fix INSTALL-Macos.txt
Tolga Ozses [Fri, 20 Jan 2017 06:39:44 +0000 (09:39 +0300)] 
Fixed #2174 by Kartagis: Fix INSTALL-Macos.txt

7 years agofixes #2173
Dessa [Thu, 19 Jan 2017 10:56:50 +0000 (11:56 +0100)] 
fixes #2173
- allow strawberry perl to install with no checksum (at least until 5.24 is approved)
- update LO.org link for ru dict
- update english dicts to version 2016.11.20

7 years agoKviCString: Fix bug in hexToBuffer
IceN9ne [Mon, 16 Jan 2017 08:05:30 +0000 (03:05 -0500)] 
KviCString: Fix bug in hexToBuffer

7 years agoOS X is dead, long live macOS
staticfox [Sun, 15 Jan 2017 10:19:24 +0000 (05:19 -0500)] 
OS X is dead, long live macOS

7 years agoFix typo of incorrect operator usage
IceN9ne [Wed, 11 Jan 2017 21:05:09 +0000 (16:05 -0500)] 
Fix typo of incorrect operator usage

7 years agoClose now always closes despite boolKeepChannelOpenOnPart setting
IceN9ne [Wed, 11 Jan 2017 20:55:33 +0000 (15:55 -0500)] 
Close now always closes despite boolKeepChannelOpenOnPart setting