aboutsummaryrefslogtreecommitdiffstats
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* Update version to 5.1.3 (aka 5.2 beta 3) adopt new candidate release name "Qu...•••* Updated translations from Transifex * Update version to beta3, adopt new candidate release name "Quasar" 5.2.0-beta3Gravatar ctrlaltca2023-12-262-0/+0
* Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru * Fix directive #23Gravatar ctrlaltca2023-10-211-5/+1
* Add "DarkScience" to default server list. (#2472)Gravatar Jan Harasym2023-08-041-0/+8
* translation and minor comment updates•••- switch from transifex/transifex-client to transifex/cli, the current version migrated the config properly (unlike earlier versions) and is usable - pulled updates from tx, completed korean, updating portuguese and spanish - minor comment updates and adding product ids that nobody is going to be using Gravatar Dessa2023-07-281-1/+1
* Update Desktop Entry file•••This commit adds well-formed values for all keys defined in version 1.5 of the [Freedesktop.org Desktop Entry Specification][1], published on 2020-04-27, adding: - the ability for KVIrc to be designated by all XDG-compliant Linux Desktop Environments (GNOME, KDE et al.) as a (default) handler for irc/irc6/ircs protocol URIs within all installed applications, - support for the Startup Notification Protocol, - a context menu entry in DE graphical application launchers for opening a new session/instance/window of KVIrc when one or more are already in use, and - registration of KVIrc as the default handler for the 'text/kvc' and 'text/kvs' Media (MIME) Type definitions already installed by the several circulating vendor packages for Linux This effectively upstreams the [patch implemented by Kubuntu][2] on 2009-03-08 and later merged by Debian on 2011-05-07 into the official Debian kvirc packaging repository to add keywords to the launcher entry which help users to find the entry when searching for all IRC/Chat apps installed on their system. The desktop entry file itself is renamed to `cmake/net.kvirc.KVIrc.desktop.cmake` in the source repository to comply with above-referenced DES v1.5, which requires that such files use a valid "D-Bus well-known name" as their basename (which is also the "desktop file ID" used many other XDG-compliant interfaces), derived, as suggested, by appending the mixed-case application name to the reverse DNS entry of the official homepage. The CMake build configuration is altered to further append the major version number to the mixed-case application name prior to installation, as advised by the specification. Signed-off-by: Peter J. Mello <admin@petermello.net> 1: https://specifications.freedesktop.org/desktop-entry-spec/latest/ 2: https://salsa.debian.org/qt-kde-team/extras/kvirc/-/blob/93f8469f20a7a36a9956f3dc0e3d1c87178486a8/debian/patches/kubuntu_01_fix_desktop_entry.patch Gravatar Peter J. Mello2021-05-291-7/+12
* Switch default channel from freenode to liberaGravatar Alexey Sokolov2021-05-261-2/+2
* Add Libera.Chat to serverdbGravatar Alexey Sokolov2021-05-221-0/+8
* Update serverdb.kvcGravatar HelLViS692020-04-281-0/+4
* Add SciFiCenter IRC Network (#2462)Gravatar Klaas Tammling2020-02-171-0/+8
* Add EsperNetGravatar Adam Williams2018-10-131-0/+6
* 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 binaryGravatar Benjamin Staneck2018-04-263-89/+89
* irc-hispano no longer existsGravatar wodim2018-04-111-4/+0
* serverdb.kvc: Applied general cleanup and network fixes•••Removed single server entries leaving only pools/round-robins (when available) Fixed SSL entries Added missing pools Added missing SSL entries to increase default security options Reorganized entries Standardized naming scheme for all entries Stormdancing changed to KaraokeWorld Terra changed to IRC-Hispano Removed dead networks: Blabbernet Darkfire Digitalirc Eleethal Escaped GalaxyNet Globalchat GRnet ICQnet Infatech IRC.by KewlOrg Librenet NightStar Outsiderz SexNet SolarNet SolidIRC Stormdancing SyrolNet Telstra UnderZ Univers Warpednet (Merged with freenode) Removed networks that autoban on join: Zurna Gravatar IceN9ne2018-04-111-839/+414
* I/O themes: Fix highlights not being logged in I/O themes•••For some reason, logging highlights was disabled by default in the three I/O themes. This resulted in e.g. all channel messages being logged, except those mentioning your nickname. Gravatar Vladimir Panteleev2018-02-193-3/+3
* Update Freenode server locations for "asimov", "adams" & "pratchett". Replace...Gravatar funkydude2018-02-091-6/+6
* orwell.freenode.net is in Amsterdam, not Helsinki (#2347)Gravatar funkydude2018-01-301-1/+1
* Remove the default stylesheet.•••Fixes #2307 and #2294 Gravatar wodim2017-12-212-6/+0
* Fix typo in manual & bug in alias (#2311)•••* fix typo in manual The function 'objects.clearObjects' is called in the manual as 'objects.clear' * fix for bug in alias 'clearobjects' The function 'objects.clearObjects' was called in the alias clearobjects as 'objects.clear' Gravatar minduser002017-09-281-1/+1
* style.css: remove the Dreaded Dark Slate Gray Colour from HellGravatar wodim2017-09-011-9/+0
* Fix the global stylesheet not being copied when installing.Gravatar wodim2017-08-292-3/+1
* Add OwnAction, OwnActionCrypted and TopicCrypted message types.•••For our existing themes, I have copied the action style over to the own action and own crypted action styles, and the topic style over to the topic crypted style. But the authors of those themes can change them if they want. I have also used the action icon for the own action and own action crypted icons. Gravatar wodim2017-08-297-0/+15
* defscript popups: improvements and fixes (#2241)•••* defscript: update & fix popups defpopup(ignore) * Renamed Unignore to Disable Ignore (seems more consistent option naming. * moved Enabled Ignore below Ignore As... so both Enable and Disable ignore are successive entries (cosmetic change) * fixed error with visible conditions for Enable/Disable Ignore (now only shows when necessary depending on ignore status. defpopup(channel) * add $0 to Query * move hightlight down order is more intuitive when context menu on username defpopup(registration) * remove non usable "%:regName" from reguser.edit command. * default.kvc: bump popups version * defpopup(defaulttextview): move hightlight downwards in order missed previously: match defpopup(channel) change for consistency. * defscript: allow Ignore As to be accessible review comment. Gravatar Data2017-08-272-13/+14
* remove blank part of the splash imgGravatar wodim2017-08-261-0/+0
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-11/+6
* disabled handler: match color style to kvirc (#2261)•••just a simple color match fixGravatar Data2017-08-171-0/+0
* Fix creating an empty alias which doesn't do what you want when using generat...Gravatar IceN9ne2017-07-091-0/+4
* 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 Gravatar Data2017-07-044-9/+9
* ran "pngcrush -ow -rem allb -reduce"Gravatar Dessa2017-06-29465-0/+0
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-241-1/+1
* Add wii default aliasGravatar wodim2017-02-271-0/+14
* Disable old broken OnURLLinkPopupRequest when restoring default script; fix #...Gravatar ctrlaltca2017-02-231-0/+4
* rename IRC-Hispano default networkGravatar wodim2017-02-191-5/+9
* ran optipng -o9 on all png filesGravatar wodim2017-02-17378-0/+0
* make the icon for disabled handlers redGravatar wodim2017-02-171-0/+0
* OS X is dead, long live macOSGravatar staticfox2017-01-151-1/+1
* optionctlr: Remove hardcoded fixed pixel size and restrict resizeGravatar IceN9ne2016-12-081-5/+2
* deafult.kvc: bump events and popups versions•••the events are bumped after @Darthgandalf chages in https://github.com/kvirc/KVIrc/commit/f8f50bd6a787fdae7ce03cc36f97068399700d66 so this is only a courtesy. the popups are bumped due latest popup changes. Gravatar un1versal2016-10-021-2/+2
* popups: move user control prologue and options to own popup•••This separates the channel popup prologue at https://github.com/kvirc/KVIrc/blob/master/data/defscript/popups.kvs#L1614-L1661 and the control popup at https://github.com/kvirc/KVIrc/blob/master/data/defscript/popups.kvs#L1702-L1808 into a its own usercontrol popup. this allows: 1) Calling the usercontrol as a external menu instead from existing channel popup 2) Allows extending user control in future easily and reusing by calling as externalpopup and avoid duplicating code. Gravatar un1versal2016-10-021-154/+156
* Don't use space in default event handler.•••Fix #2140 See #1959 Gravatar Alexey Sokolov2016-09-161-1/+1
* themes: fix msgtypeActionCrypted icon assignment after #2139•••@IceN9ne icon number msgtypeActionCrypted in 415c43926c4f1c2659751be6ea9e5b13c7218c66 would be nicer if icons were assigned by names not numbers. Gravatar un1versal2016-09-1210-15/+15
* add crypto icons•••(cherry picked from commit 4fe634fda719be73aa72616582f5e9ca71985c72) Gravatar un1versal2016-09-113-0/+0
* Theme: Added msgtypeActionCrypted to default themesGravatar IceN9ne2016-09-115-0/+5
* Fix using multiple keys in one join command with alias j (#2130)Gravatar IceN9ne2016-09-041-1/+1
* Goodbye XP, my old friendGravatar staticfox2016-08-171-0/+34
* popups: fix oopsie warning not joined to server•••pff, moar coffeeGravatar un1versal2016-08-141-1/+1
* popups: add jconditional oin channel for joining dead channels•••also bump default.kvc PopupVersion to match Gravatar un1versal2016-08-142-1/+7
* default script configuration: bump aliases after 0cbfbf3Gravatar un1versal2016-08-131-1/+1
* defscript/aliases: Add backall•••We have an awayall, why not a backall? Gravatar staticfox2016-08-131-0/+6
* KviMenubar: ensure Actions entry has an Icon at least.Gravatar un1versal2016-08-021-1/+1
* actions label, typo fixGravatar un1versal2016-08-021-1/+1