<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/chat/emech, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-02-28T11:58:47Z</updated>
<entry>
<title>Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,</title>
<updated>2008-02-28T11:58:47Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2008-02-28T11:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0e51421da369508f6127e9643e65752ec21f2bf0'/>
<id>urn:sha1:0e51421da369508f6127e9643e65752ec21f2bf0</id>
<content type='text'>
to shut up the pkglint warnings.
</content>
</entry>
<entry>
<title>Updated emech to 3.0.2.</title>
<updated>2007-03-17T14:13:22Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2007-03-17T14:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f3a0a65dd28ebac1bfef9e56763846cb57422940'/>
<id>urn:sha1:f3a0a65dd28ebac1bfef9e56763846cb57422940</id>
<content type='text'>
Removed the MESSAGE file, since it was outdated and there is good online
documentation.

Changes since 2.7.*:
3.0.2 -- May 8th, 2006.
 * Fixed: Critical crash bug in parse_notice

3.0.1 -- August 28th, 2005.

 * Fixed: Socket corruption when terminating a DCC or telnet chat.
 * Fixed: Bouncer using virtual host.
 * Fixed: Bouncer timeout after irc connection.
 * Added: Status message for trying a new server.
 * Fixed: BNCPORT setting now reacts when altering a live port
 * Added: DIE in config file
 * Fixed: When users are added or modified, the channel user
   list will update to reflect the proper user levels.
 * Fixed: Greet will now display properly in userlist.
 * Fixed: ALTNICK in sample.conf
 * Fixed: Cygwin uptime bot type WINMECH
 * Fixed: Makefile flaws
 * Fixed: Server removal (server -host)
 * Fixed: DNS timeout server cycle
 * Fixed: Channel spy source.

3.0 -- August 1st, 2005.

 * Added: "USER +handle" now works aswell as "USER + handle"
 * Fixed: bus error on sparc in async dns
 * Fixed: crash bug in LINK command (faulty arguments)
 * Fixed: ENFPASS
 * Fixed: botnet verify
 * Added: +NS (non shared) and +RO (readonly) user flags.
 * Added: CMD command
 * Removed: ADDLINK/DELLINK commands, use LINK +/-
 * Added: Verify over botnet
 * Added: botnet spy source
 * Added: Multiple channels per user record
 * Added: sendQ for certain command output
 * Fixed: faulty error message in KB/SITEKB/SCREW
 * Added: reset recovers server name
 * Added: Telnet connections are now recovered in reset.
 * Added: Shitlist output now shows all relevant information.
 * Added: Action levels to the KS feature.
 * Fixed: commands that output tables now output better formatted tables
 * Fixed: bots crashing when they are kicked (themselves)
 * Fixed: botnet bots given op without matching access 200.
 * Fixed: a few commands crashing when given no arguments.
 * Fixed: USER command setting a users access to zero every change.
 * Added: Auto-detecting MODES setting on networks with 005 reply.
 * Changed: OPMODES renamed to MODES, affecting how many modes per line.
 * Removed: BANMODES setting.
 * Fixed: Compiled OK with GCC 3.4.3
 * Removed: ADD, DEL commands, use USER +/- instead.
 * Fixed: ESAY no longer suffers from buffer overflow problems
 * Fixed: AUB will no longer unban Shits level 3+
 * Fixed: Session file now saves all (?) new options and settings
 * Fixed: NCL (Nick flood kicks) now work properly.
 * Changed: "NETPASS" setting renamed to "LINKPASS"
 * Changed: file comment char changed to ; (semicolon)
 * Removed: ADDSERVER, DELSERVER commands, use SERVER +/- instead.
 * Added: telnet. you can connect to the bot via the botnet listen socket.
 * Added: Its now possible to use an internal md5 version if your
   system does not provide one. ./configure --md5=internal
 * Added: Settings now have access levels associated with them.
   It should be impossible to view/set/access a setting if your
   level is insufficient.
 * Added: USER command now accepts option +/-host
   Usage: USER &lt;handle&gt; &lt;+HOST|-HOST&gt; &lt;mask&gt;
 * Removed: HOST command.
 * Added: the mech now accepts certain chars at the end of its
   nickname when you give it commands, ex: "mechname," works
 * Added: Notify no longer loads automatically, you need
   to put "NOTIFY -RELOAD" in the configuration file.
 * Added: Notify nicks can now be added and removed online
   Usage: NOTIFY [+ &lt;nick&gt; [mask(s)] [:comment]]
   Usage: NOTIFY [- &lt;nick&gt;]
 * Added: DCC file receive and settings for DCC control
   Usage: SET DCCANON &lt;number&gt;
   Usage: SET DCCUSER &lt;number&gt;
   Usage: SET DCCFILES &lt;mask [...]&gt;
 * Removed: REPORT command, use `SET [channel]' for the same functionality
 * Changed: commands can now be disabled permanently (until bot is restarted)
   Usage: CHACCESS &lt;command&gt; disable
 * Added: DYNLIMIT string setting to configure the dynlimit feature
   Usage: SET DYNLIMIT xx:yy:zz
   where xx is the number of seconds between each mode update, 20-600 seconds
   where yy is the number to divide the current user number with to get the
   window size, 5-50 (ex, 100 users on channel divided by 10 = window of +/-10)
   where zz is the minimum window size, 1-50.
   default values are 90 seconds, window 10 and minimum 4; "90:10:4"
 * Removed: DYNLIMIT toggle
 * Added: userlist sharing over botnet
 * Added: MD5 bot linking password exchange support
 * Added: TCL: `hook dcc_complete - callback'
   callback arguments: to, filename, cps
 * Fixed: Compiled OK with GCC 3.4.2 (with -fno-strict-aliasing)
 * Added: internally generated html for /internalstatus.html
   and /internaldebug.html (if compiled with debug support)
 * Added: INFO command shows basic statistics for all channels
 * Changed: SERVERLIST command removed, SERVER command with
   no arguments now lists all known servers
 * Added: Support for Undernet WALLCHOPS command (WALL)
 * Fixed: MODE command now working as intended
 * Added: tcl_dcc_sendfile &lt;to&gt; &lt;filename&gt;
   returns filesize on success
 * Changed: E3 now accepts nicks of any length
 * Added: DCC filesend: SEND [to] &lt;filename&gt;
 * Added: now using async/rawdns to lookup uptime hostname
 * Added: now using async/rawdns to connect to irc servers
 * Changed: timestamp in log format now includes year, month, date
 * Fixed: crash bug with `SETPASS &lt;user&gt; none'
 * Fixed: crash bug with HELP commands having no arguments
 * Added: ALTNICK setting for desired alternate nicks
 * Fixed: Removed lingering prototypes in h.h			[ wy|d + Deke ]
 * Added: MD5 support for password encryption
 * Fixed: mech.session now gets saved on SHUTDOWN               [ endorphin ]
 * Added: CTIMEOUT setting for connection timeouts
 * Added: NOTE command to send notes to users in the userlist
   Usage: NOTE &lt;handle&gt;
 * Fixed: Respawn counter now works properly when bot restarts
 * Added: dynamode.c, dynamic altering of +l limit according
   to the number of users present in the channel
 * Fixed: `SETPASS &lt;user&gt; none' bug regarding min pass len
 * Changed: SeenList is now kept on process level
 * Added: UMODES setting to control the modes that the bot
   sets for itself when connecting to servers
 * Changed: ESAY $tog() has been changed into a full-featured
   system that handles all settings; $tog() renamed to $var()
 * Fixed: ESAY $tog() parsing bug causing bad output
 * Added: Something that still looks like a HTTP interface
   this is a very sketchy feature sofar tho
 * Added: Chosen commands {now=HELP,USAGE} can be redirected
   to other users or channels
 * Added: ONJOINFILE channel setting, wonder why :]
 * Added: greets (readded from old times)
 * Added: Keep debug fd and server sockets when using
   the RESET command. Even tho it execs, it's never
   disconnected from the server.
 * Fixed: Auths not timing out if user was visible in           [ found by endorphin ]
   an old (kicked/parted) channel userlist
 * Removed: TOG command, use SET instead
 * Changed: aliases are now way powerful
 * Added: All types of SPY can be redirected to
   channels and/or files.
   Usage: SPY &lt;channel|STATUS|MESSAGE&gt; [channel|"&gt;" filename]
   Usage: RSPY &lt;channel|STATUS|MESSAGE&gt; [nick|channel|"&gt;" filename]
 * Removed: CHANLOG toggle
 * Removed: STATMSG, SPYMSG, RSTATMSG, RSPYMSG
 * Added: Short delay for server reconnect actions
 * Fixed: Random server disconnects
 * Removed: USTATS, stupid redundant command
 * Removed: SHITLVL command, use RSHIT+SHIT instead
 * Removed: All linking and telnet code is gone and
   pipeuser code is now broken
 * Changed: config file is now a list of `real' commands
 * Changed: CMDCHAR &lt;char&gt; --&gt; SET CMDCHAR &lt;char&gt;
 * Changed: AUTOLINK --&gt; TOG AUTOLINK &lt;0|1|ON|OFF&gt;
 * Changed: USERFILE &lt;file&gt; --&gt; SET USERFILE &lt;file&gt;
 * Changed: HASONOTICE --&gt; TOG ONOTICE &lt;0|1|ON|OFF&gt;
 * Removed: IWM toggle, didnt do anything useful
 * Fixed: Random disconnects from DCC
 * Added: Extra entries in randinsult.e
 * Fixed: Merged endo's seen-ago patch				[ endorphin ]
 * Added: Uptime reporting client code
 * Fixed: WinGate proxy now works again...
 * Added: Fastnick option hidden in src/config.h
 * Fixed: Bot not knowing it was opped when joining		[ found by endorphin ]
   empty channels.
 * Changed: Split mech.help into ./help/* files
 * Fixed: No-key-saved in session file plus some small
   optimizations...
</content>
</entry>
<entry>
<title>Provide the configure script with an empty input file instead of feeding</title>
<updated>2006-01-07T21:39:49Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-01-07T21:39:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21b58af609fb3bfb0fae5ec88ead9203938c073c'/>
<id>urn:sha1:21b58af609fb3bfb0fae5ec88ead9203938c073c</id>
<content type='text'>
a line of "\\n" to it.
</content>
</entry>
<entry>
<title>Fix GCC 3.4+: label at end of compound statement.</title>
<updated>2005-12-13T16:01:26Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2005-12-13T16:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9f920db42a75d64d86cc1062f06f06bfd45a8900'/>
<id>urn:sha1:9f920db42a75d64d86cc1062f06f06bfd45a8900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RMD160 digests in addition to SHA1 ones</title>
<updated>2005-02-23T15:59:10Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-23T15:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=45d24c4302a5a256471ab75ec613a6215b875b88'/>
<id>urn:sha1:45d24c4302a5a256471ab75ec613a6215b875b88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add trailing / on HOMEPAGEs</title>
<updated>2003-12-30T17:21:54Z</updated>
<author>
<name>cjep</name>
<email>cjep</email>
</author>
<published>2003-12-30T17:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=57e653fde548ab91e95dc02843df2ef6cd37adc3'/>
<id>urn:sha1:57e653fde548ab91e95dc02843df2ef6cd37adc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T21:21:03Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T21:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=11098bb7c0a27bd5d959bf673e389ae06279251b'/>
<id>urn:sha1:11098bb7c0a27bd5d959bf673e389ae06279251b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo. From Simon Hitzemann in PR 22011.</title>
<updated>2003-06-29T13:58:39Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-06-29T13:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6d4321fa5f71d1f767c39ec11e16e1ce9654542b'/>
<id>urn:sha1:6d4321fa5f71d1f767c39ec11e16e1ce9654542b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop trailing whitespace.  Ok'ed by wiz.</title>
<updated>2003-05-06T17:40:18Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-05-06T17:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a79423b6feb188f48299ebbaf981575b33d3f48'/>
<id>urn:sha1:5a79423b6feb188f48299ebbaf981575b33d3f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pkg/{DESCR,PLIST}. Add standard first-line comment to PLIST.</title>
<updated>2002-06-06T17:10:32Z</updated>
<author>
<name>schmonz</name>
<email>schmonz</email>
</author>
<published>2002-06-06T17:10:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=20ea61408ff7f9ea2530117c935e4235ae8017e5'/>
<id>urn:sha1:20ea61408ff7f9ea2530117c935e4235ae8017e5</id>
<content type='text'>
Format DESCR.
</content>
</entry>
</feed>
