To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
User contributions for DarthGandalf
A user with 356 edits. Account created on 31 March 2017.
17 December 2011
- 18:3618:36, 17 December 2011 diff hist +2,955 N Translate Created page with "{{External Module}} This module acts as a translator between people, neither of whom know each other's language. Each person can just write in his/her preferred language, and..."
- 18:3518:35, 17 December 2011 diff hist +15,645 N Timestamps Created page with "== Usage == If you want real timestamps you should add this in the <User> section if it isn't already there: TimestampFormat = [%H:%M:%S] AppendTimestamp = false PrependTi..."
- 18:3218:32, 17 December 2011 diff hist +66 SVN No edit summary
- 18:3118:31, 17 December 2011 diff hist +2,738 N SVN Created page with "__toc__ === What is SVN? === (from [http://en.wikipedia.org/wiki/Subversion_%28software%29 Wikipedia]) '''Subversion''' is an open source application for revision control. Al..."
- 18:2818:28, 17 December 2011 diff hist +5,990 N Savebuff/KVIrc Created page with "===== KVIrc Script ===== made by Skyliner event(OnChannelMessage,savebuff) { if($0 == "*savebuff") { ## unixtimestamp extrahieren ## %time = $str.word(0,$3) if..." current
- 18:2618:26, 17 December 2011 diff hist +5,597 N Savebuff/XChat Created page with "===== XChat Plugin ===== # Save the code below as ~/.xchat2/znc-savebuff.c # cd ~/.xchat2 && gcc -Wl,--export-dynamic -Wall -O1 -shared -fPIC -I/usr/include/xchat znc-savebuf..." current
- 18:2618:26, 17 December 2011 diff hist +1,517 N Savebuff Created page with "{{DISPLAYTITLE:savebuff}} This module helps parsing actions which have happened on IRC. It is recommened to be used in combination with a client script or plugin, otherwise th..."
- 18:2318:23, 17 December 2011 diff hist +2,518 N Q Created page with "{{DISPLAYTITLE:q}} This module allows you to authenticate with Q when connecting to QuakeNet, either with the standard AUTH command or the CHALLENGEAUTH mechanism which preven..."
- 18:2118:21, 17 December 2011 diff hist +1 Developer:Cap →Message truncating
- 18:2018:20, 17 December 2011 diff hist +1 Developer:Cap →Capability name
- 18:2018:20, 17 December 2011 diff hist +6,810 N Developer:Cap Created page with "On this page we propose an extension to the IRC protocol, activated at the request of a client, which allows IRC servers to communicate time to clients in a machine readable f..."
- 18:0818:08, 17 December 2011 diff hist +1,201 N Cert Created page with "{{Core Module}} This module let's users use their own ssl certificate to connect to a server, such as [http://www.oftc.net/oftc/NickServ/CertFP CertFP]. You can will need t..."
- 18:0718:07, 17 December 2011 diff hist +603 N Bouncedcc Created page with "{{Core Module}} The bouncedcc module bounces dcc transfers through the znc server instead of sending them directly to the user. ==Usage== {{Module arguments}} ===Commands=== O..." current
- 18:0518:05, 17 December 2011 diff hist +3,558 N Identfile Created page with "{{Core Module}} The identfile module places the ident of a user to a file when they are trying to connect. When the IRC server gets the connection request, it will query your ..."
- 17:5517:55, 17 December 2011 diff hist 0 Modpython No edit summary
- 17:5517:55, 17 December 2011 diff hist −45 Modpython No edit summary
- 17:5217:52, 17 December 2011 diff hist +1 Modpython →Compiling
- 17:5017:50, 17 December 2011 diff hist +17 Modperl No edit summary
- 17:5017:50, 17 December 2011 diff hist +511 Modperl →Getting ZNC version
- 17:4917:49, 17 December 2011 diff hist +4,984 Modperl →Sockets
- 17:4017:40, 17 December 2011 diff hist +4 Modperl →OOP API
- 17:3917:39, 17 December 2011 diff hist +2,175 Modperl →Timers
- 17:3517:35, 17 December 2011 diff hist +2,314 Modperl →Web
- 17:2817:28, 17 December 2011 diff hist +941 Modperl →Module's NV
- 17:2617:26, 17 December 2011 diff hist +1,406 Modperl →Basics
- 17:2217:22, 17 December 2011 diff hist +3,436 N Modperl Created page with "Modperl allows you to use modules written on perl. This page describes module since ZNC 0.095. If you still need help on old modperl, look here. __TOC__ ==..."
- 17:0417:04, 17 December 2011 diff hist +3,621 N ChangeLog/0.098 Created page with "== New stuff == * Add a list of features to the output of /znc version. (cce5824) * Add modpython. (a564e2) (88c84ef) (1854e1) (9745dcb) (644632) (4c6d52c) (b7700fe) (0f2..."
- 16:5816:58, 17 December 2011 diff hist +24 ChangeLog/0.200 No edit summary
- 16:5816:58, 17 December 2011 diff hist +24 ChangeLog/0.202 No edit summary
- 16:5716:57, 17 December 2011 diff hist +592 N ChangeLog/0.202 Created page with "This is a bugfix-mostly release. == Fixes == * Fix a crash when a user changes the buffer size of a channel. * Fix a NULL pointer dereference in buffer-related module hooks...."
- 16:5516:55, 17 December 2011 diff hist +2,284 N ChangeLog/0.200 Created page with "== Summary == === The Big News === * Move ident spoofing from ZNC core into new identfile module. * Move dcc handling from ZNC core into new modules bouncedcc and [[d..."
- 16:4616:46, 17 December 2011 diff hist −1 Modpython →Sockets
- 16:4416:44, 17 December 2011 diff hist +889 Modpython →Strings
- 16:4116:41, 17 December 2011 diff hist 0 Modpython →Basics
- 16:4116:41, 17 December 2011 diff hist +25 Modpython →Timers
- 16:3916:39, 17 December 2011 diff hist +12,126 N Modpython Created page with "{{DISPLAYTITLE:modpython}} Modpython allows you to use modules written on python 3. '''This document is in draft, some things can be changed''' == Compiling == First, you n..."
- 16:3716:37, 17 December 2011 diff hist −22 Modperl/old No edit summary current
- 16:3716:37, 17 December 2011 diff hist +4,641 N Modperl/old Created page with "{{DISPLAYTITLE:modperl}} == Synopsis == * oopish perl modules (man perlobj, also see Example.pm) * has all the same callbacks as C++ code, wit..."
- 16:3316:33, 17 December 2011 diff hist +3,018 N Drupalauth Created page with "{{DISPLAYTITLE:drupalauth}} {{External Module}} This module is intended for admins who run a Drupal website and want to provide ZNC access to their existing users. By using t..." current
- 16:3216:32, 17 December 2011 diff hist +4,331 N Debugging Created page with "== Reporting bugs == Steps to do when you think you found a bug: * verify the bug exists in the latest version [https://github.com/znc/znc (Git)] * report it at [https://git..."
- 16:2916:29, 17 December 2011 diff hist +8,641 N Configuration Created page with "{{Languages|Configuration}} == File locations == * '''Configuration''' - ZNC gets its configuration by reading the file <code>~/.znc/configs/znc.conf</code>. * '''Misc''' - ..."
- 16:2516:25, 17 December 2011 diff hist +2,623 N Chroot Created page with "{{ambox|type=serious|text= This tutorial and the script are intended for '''advanced users''' only who actually know what '''chroot''' does! }} {{ambox|text= Alternativly you ..."
- 16:2416:24, 17 December 2011 diff hist +1,942 N ChangeLog/0.096 Created page with "<!-- Last update at r2166 --> == New stuff == * Added a new module: clearbufferonmsg. {{rev|2107}} {{rev|2151}} * Added an optional server name argument to <code>/znc jum..."
- 16:2416:24, 17 December 2011 diff hist +2,944 N ChangeLog/0.094 Created page with "<!-- Last update at r2103 --> == New stuff == * Add new global setting <code>MaxBufferSize</code> instead of hardcoding a value. {{rev|2020}} {{rev|2025}} * Support CAP. {{re..."
- 16:2216:22, 17 December 2011 diff hist +9,384 N ChangeLog/0.090 Created page with "<!-- Last update at r2006 --> = Upgrading from previous versions = === Errors during start-up === The <code>shell</code>, <code>email</code> and <code>imapauth</code> module..."
- 16:2116:21, 17 December 2011 diff hist +2,419 N ChangeLog/0.070 Created page with "<!-- Last update at r1515, that commit isn't mentioned --> == New stuff == * Add a CloneUser command to admin. {{rev|1477}} * Make webadmin work better with browser c..."
- 16:2116:21, 17 December 2011 diff hist +2,662 N ChangeLog/0.072 Created page with "<!-- Last update at r1570 --> All webadmin skins are broken in this release due to a bug in webadmin itself. This is fixed in the next release. == High-impact security bugs ..."
- 16:2116:21, 17 December 2011 diff hist +3,223 N ChangeLog/0.076 Created page with "<!-- Last update at r1633 --> == New stuff == * Add a <code>make uninstall</code> Makefile target. {{rev|1580}} * Imported modules from znc-extra: fixfreenode, [[buffextr..."
- 16:2016:20, 17 December 2011 diff hist +2,137 N ChangeLog/0.078 Created page with "<!-- Last update at r1675 --> == New stuff == * Add a DCCVHost config option which specifies the VHost (IP only!) for DCC bouncing. {{rev|1647}} * Users cloned via the [[admi..."
- 16:2016:20, 17 December 2011 diff hist +3,296 N ChangeLog/0.080 Created page with "<!-- Last update at r1753 --> <!-- reverted: 1738-1742 by 1748 --> == New stuff == * Update to latest Csocket. {{rev|1682}} {{rev|1727}} {{rev|1735}} {{rev|1751}} {{rev|1752}..."