| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove rfc (#2641) | ctrlaltca | 2024-05-10 | 1 | -3312/+0 |
| * | Added french network zeolia (#2625)•••Added zeolia.chat | crazycatdevs | 2024-03-27 | 1 | -0/+8 |
| * | 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-beta3 | ctrlaltca | 2023-12-26 | 2 | -0/+0 |
| * | Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru
* Fix directive #23 | ctrlaltca | 2023-10-21 | 1 | -5/+1 |
| * | Add "DarkScience" to default server list. (#2472) | Jan Harasym | 2023-08-04 | 1 | -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
| Dessa | 2023-07-28 | 1 | -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
| Peter J. Mello | 2021-05-29 | 1 | -7/+12 |
| * | Switch default channel from freenode to libera | Alexey Sokolov | 2021-05-26 | 1 | -2/+2 |
| * | Add Libera.Chat to serverdb | Alexey Sokolov | 2021-05-22 | 1 | -0/+8 |
| * | Update serverdb.kvc | HelLViS69 | 2020-04-28 | 1 | -0/+4 |
| * | Add SciFiCenter IRC Network (#2462) | Klaas Tammling | 2020-02-17 | 1 | -0/+8 |
| * | Add EsperNet | Adam Williams | 2018-10-13 | 1 | -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 binary | Benjamin Staneck | 2018-04-26 | 3 | -89/+89 |
| * | irc-hispano no longer exists | wodim | 2018-04-11 | 1 | -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
| IceN9ne | 2018-04-11 | 1 | -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.
| Vladimir Panteleev | 2018-02-19 | 3 | -3/+3 |
| * | Update Freenode server locations for "asimov", "adams" & "pratchett". Replace... | funkydude | 2018-02-09 | 1 | -6/+6 |
| * | orwell.freenode.net is in Amsterdam, not Helsinki (#2347) | funkydude | 2018-01-30 | 1 | -1/+1 |
| * | Remove the default stylesheet.•••Fixes #2307 and #2294
| wodim | 2017-12-21 | 2 | -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'
| minduser00 | 2017-09-28 | 1 | -1/+1 |
| * | style.css: remove the Dreaded Dark Slate Gray Colour from Hell | wodim | 2017-09-01 | 1 | -9/+0 |
| * | Fix the global stylesheet not being copied when installing. | wodim | 2017-08-29 | 2 | -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.
| wodim | 2017-08-29 | 7 | -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.
| Data | 2017-08-27 | 2 | -13/+14 |
| * | remove blank part of the splash img | wodim | 2017-08-26 | 1 | -0/+0 |
| * | Remove lots of redundant line feeds around block elements in the docs. | wodim | 2017-08-25 | 1 | -11/+6 |
| * | disabled handler: match color style to kvirc (#2261)•••just a simple color match fix | Data | 2017-08-17 | 1 | -0/+0 |
| * | Fix creating an empty alias which doesn't do what you want when using generat... | IceN9ne | 2017-07-09 | 1 | -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
| Data | 2017-07-04 | 4 | -9/+9 |
| * | ran "pngcrush -ow -rem allb -reduce" | Dessa | 2017-06-29 | 465 | -0/+0 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 1 | -1/+1 |
| * | Add wii default alias | wodim | 2017-02-27 | 1 | -0/+14 |
| * | Disable old broken OnURLLinkPopupRequest when restoring default script; fix #... | ctrlaltca | 2017-02-23 | 1 | -0/+4 |
| * | rename IRC-Hispano default network | wodim | 2017-02-19 | 1 | -5/+9 |
| * | ran optipng -o9 on all png files | wodim | 2017-02-17 | 378 | -0/+0 |
| * | make the icon for disabled handlers red | wodim | 2017-02-17 | 1 | -0/+0 |
| * | OS X is dead, long live macOS | staticfox | 2017-01-15 | 1 | -1/+1 |
| * | optionctlr: Remove hardcoded fixed pixel size and restrict resize | IceN9ne | 2016-12-08 | 1 | -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.
| un1versal | 2016-10-02 | 1 | -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.
| un1versal | 2016-10-02 | 1 | -154/+156 |
| * | Don't use space in default event handler.•••Fix #2140
See #1959
| Alexey Sokolov | 2016-09-16 | 1 | -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.
| un1versal | 2016-09-12 | 10 | -15/+15 |
| * | add crypto icons•••(cherry picked from commit 4fe634fda719be73aa72616582f5e9ca71985c72)
| un1versal | 2016-09-11 | 3 | -0/+0 |
| * | Theme: Added msgtypeActionCrypted to default themes | IceN9ne | 2016-09-11 | 5 | -0/+5 |
| * | Fix using multiple keys in one join command with alias j (#2130) | IceN9ne | 2016-09-04 | 1 | -1/+1 |
| * | Goodbye XP, my old friend | staticfox | 2016-08-17 | 1 | -0/+34 |
| * | popups: fix oopsie warning not joined to server•••pff, moar coffee | un1versal | 2016-08-14 | 1 | -1/+1 |
| * | popups: add jconditional oin channel for joining dead channels•••also bump default.kvc PopupVersion to match
| un1versal | 2016-08-14 | 2 | -1/+7 |
| * | default script configuration: bump aliases after 0cbfbf3 | un1versal | 2016-08-13 | 1 | -1/+1 |
| * | defscript/aliases: Add backall•••We have an awayall, why not a backall?
| staticfox | 2016-08-13 | 1 | -0/+6 |