diff options
| author | 2024-05-09 10:26:16 +0200 | |
|---|---|---|
| committer | 2024-05-09 10:26:16 +0200 | |
| commit | 200e7bcec7c8fa9ebd96d59bb526c4617f527f45 (patch) | |
| tree | 47960d00affad946fec2d5cb20a006c581ed6fb9 /src | |
| parent | Spellchecker: migrate to enchant++ to avoid use of private API in enchant-pro... (diff) | |
| download | KVIrc-200e7bcec7c8fa9ebd96d59bb526c4617f527f45.tar.gz KVIrc-200e7bcec7c8fa9ebd96d59bb526c4617f527f45.tar.bz2 KVIrc-200e7bcec7c8fa9ebd96d59bb526c4617f527f45.zip | |
Include debian patches (#2639)
* enable optimisation with debug; credits to wRAR
* Switch RFC2812 links from internal to external. Credits to wRAR
* admin/gendoc.pl: Ease the creation of reproducible builds by removing user and timestamp from generated documentation. Credits to Vagrant Cascadian
* Remove patches from dist/debian
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/kvs/KviKvsCoreSimpleCommands.cpp | 4 | ||||
| -rw-r--r-- | src/kvirc/kvs/KviKvsCoreSimpleCommands_sz.cpp | 4 | ||||
| -rw-r--r-- | src/modules/objects/libkviobjects.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/kvirc/kvs/KviKvsCoreSimpleCommands.cpp b/src/kvirc/kvs/KviKvsCoreSimpleCommands.cpp index e68fb9a2c..bdefeff8a 100644 --- a/src/kvirc/kvs/KviKvsCoreSimpleCommands.cpp +++ b/src/kvirc/kvs/KviKvsCoreSimpleCommands.cpp @@ -244,7 +244,7 @@ namespace KviKvsCoreSimpleCommands Wrappers for RFC2812 commands @body: Some less used KVIrc commands are implemented as simple wrappers - around the standard [doc]rfc2812[/doc] commands.[br] + around the standard [anchorlink:https://tools.ietf.org/html/rfc2812]rfc2812[/anchorlink] commands.[br] For example, the /[cmd:oper]OPER[/cmd] command will be used only by server operators and probably only once per connection.[br] These commands should only be needed by experienced IRC users. @@ -256,7 +256,7 @@ namespace KviKvsCoreSimpleCommands The exact parameter syntax/semantic checking is left to you.[br] This also means that if some of these commands accept parameters with spaces, it is left to you to add the leading ':' before the last parameter.[br] - You should refer to [doc]rfc2812[/doc] if any of these commands do not work properly for you.[br] + You should refer to [anchorlink:https://tools.ietf.org/html/rfc2812]rfc2812[/anchorlink] if any of these commands do not work properly for you.[br] */ KVSCSC(rfc2812wrapper) diff --git a/src/kvirc/kvs/KviKvsCoreSimpleCommands_sz.cpp b/src/kvirc/kvs/KviKvsCoreSimpleCommands_sz.cpp index f91970ccb..11d5d91c2 100644 --- a/src/kvirc/kvs/KviKvsCoreSimpleCommands_sz.cpp +++ b/src/kvirc/kvs/KviKvsCoreSimpleCommands_sz.cpp @@ -596,7 +596,7 @@ namespace KviKvsCoreSimpleCommands @description: Requests the stats information from the specified server or the current server if no [target server] is specified.[br] The query parameter is usually a letter indicating the type of the query requested: some query letters - are defined by [doc]RFC2812[/doc] and some others are server implementation dependent.[br] + are defined by [anchorlink:https://tools.ietf.org/html/rfc2812]RFC2812[/anchorlink] and some others are server implementation dependent.[br] This command is an [doc:rfc2812wrappers]RFC2812 command wrapper[/doc]; see that document for more information.[br] */ // RFC2812 wrapper @@ -1095,7 +1095,7 @@ namespace KviKvsCoreSimpleCommands Requests user information @description: Requests information about an IRC user specified by <nickname>.[br] - WHOWAS requests [i]history[/i] records. See [doc:rfc2812]RFC2812[/doc] for more info.[br] + WHOWAS requests [i]history[/i] records. See [anchorlink:https://tools.ietf.org/html/rfc2812]RFC2812[/anchorlink] for more info.[br] This command is [doc:connection_dependent_commands]connection dependent[/doc]. @examples: [example] diff --git a/src/modules/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp index 091eff6ae..40b6d0ded 100644 --- a/src/modules/objects/libkviobjects.cpp +++ b/src/modules/objects/libkviobjects.cpp @@ -247,7 +247,7 @@ static bool objects_kvs_cmd_connect(KviKvsModuleCommandCall * c) <target_object>'s slot <slot_name>. When one of the two objects is destroyed, the signal/slot connection is automatically removed.[br] - WARNING: this command name collides with the [doc:RFC2812]RFC2812[/doc] + WARNING: this command name collides with the [anchorlink:https://tools.ietf.org/html/rfc2812]RFC2812[/anchorlink] CONNECT IRC Op command: this IRC command is available to operators only and is rather rarely used: you can use it by the means of [doc:raw]raw[/doc]. @seealso: |
