⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes.txt

📁 net plug source code
💻 TXT
📖 第 1 页 / 共 2 页
字号:
  0.44 Irc  + New menus item to demonstrate log var use (you NEED to remove              menulist from your ircrc) - bug fix in closelog            + "all" tag (attrib,all) set to lowest priority, so it can              be overridden by any other            + added update so full /list would not block             + changed "on" to " dest:" to avoid confusion (queries,...)    General + catch and display on stderr write errors (Send)  0.43 Irc  New Logging and autologging features ! 	    (regexp vars log and autolog, var logfile and cmds/aliases :             setlogfn setlog closelog and resetlog)  0.42 Irc  check in of yesterdays changes. new user_status and $n,user_status             irc() vars.Aug  7 1996  0.41 Irc  nick case insentive ok. channel sensitivity & 8bits ok.            smart case sensitivness in tablist and channel menu            smart DCC rate . new presentation with the clock replacing ***    General source plugins in alphabetic order of the directory names  0.40 Irc  more numerics, added clock on status, more logical use            of "info" type better default color than white bg             (you NEED to remove attrib,* lines from your ircrc)            ircCmd(SAY) is used for def.  0.39     General + cleanup the conn($n,*) array elems on window destroyAug  6 1996  0.38 Irc  + smart /kick. fixed smiley bindings (def. IU_Bind).              new irc(morevars) list of irc() vars to saved in addition              to standard ones (usefull for user extensions).            + new JOIN ircOn() so you can do /on JOIN like effects,              ex try to add to you ircrc or favorite autoloaded .tcl                   append ircOn(JOIN) {                     if {[string match "dl@*.obspm.fr" $uhost]} {                       irc_send $n "MODE $rest +o $from";                     }                   }              (iwantop.tcl is a much better op appl, this is just an example)  0.37*** Big improvements   General  + no longer $w passed around, new "defOut" replaces addText              without widget argument. addTxt (without "e") add to widget	      (no $n arg) and get passed the max number of lines              (lastlog) argument.       Irc  + removed  everywhere the now useless and ugly $w argument              (where it was == to conn($n,txt))            + friendlier environment for alias/commands, mostly alike ircII,              defined variables:                - all the parameters: $p                - number of params : $np                - first word  $0 , 2nd $1 ,...                 - parameters as a list of word $plst                - from  2nd to the end : $1p , 3rd to the end : $2p                   (ircII's $0- is $p)                  NB: no other "-/p" like vars are defined if you need                  say from 5th to the end  use  [join [lrange $plst 4 end]]                - current channel $C                - current nick    $N  (not $n which is the connection id)                - command name $cmd              The rest is still available through $irc($n,xxxx) or $irc(xxxx)       Go   + now using defOut, dropped the $w too.  0.36 Irc  + On close/error: stop servers & cleanup irc($n,*) array              prevent further (impossible) typing. but menu with only dismiss            + IU_Bind to add bindings to entry, see default            + using new irc_fshow (fast show, ie without bold,highlighting...)              for a lot of message that would not contain them, no "update"	      call in irc_fshow either and irc_show' update is now off by              default (new opt arg, 1 for update):              Major SPEED feeling improvement!Aug  5 1996  0.35 Irc  + using csh instead of sh for exec to have ~            + msg & numerics added/improved            + added "iwantop.tcl" to distrib as an exemple of user extension    General + set default background color to unix default (light grey)  0.34 Irc  + added a /on command (which is just /tcl set ircOn(...) ...)            + added netplug changeable ircOn hooks for :              MSG PUBLIC PUBLIC_OTHER   (a la ircII)            + added irc(autoload) list of scripts or whatever being sourced              automatically after ircrc: ex  for you ircrc :              set irc(autoload) {{$dotdir/scr1.tcl} {$dotdir/scr2.tcl}}  0.33 Irc  - Big Release (rcs version I3.x) :            + bug fix - \n / unterminated messages handling.               should never happen again (tell me if it does!)            + renamed ircaliases array into ircAlias : ***FIX your ircrc               (and irccmd to ircCmd)            + revamped server message handling, using an array              ircOn() like we use ircCmd() for user commands so              NetPlug's Irc can be extended/modified without touching the core              but by adding set ircOn(kick) {some new code for kick handling}              to your ircrc for instance.  (and it is ~ 15 % faster now!)            + new ircCtcp array of code to change/extend CTCPs(see code for ex)            + new /exec (execute a command) and /execo execute and dump result              to current destination   (unix only, use /tcl exec on win & mac)       Go:  + same unterminated messages fixAug  4 1996  0.32 Irc: + bug fix, auto away var needed reinit...Aug  3 1996  0.31   General: + new errflag value for callback: 2 for window closed             + debug level changed so stdout/err is less floody       Irc: + new irc(auto_away_time) for auto away rate (def 5 mins)            + periodic timer proc called to deal with auto_away            + more numerics parsed (/trace /stats ....)Aug  2 1996  0.30   General: + if Shift is pressed while clicking on buttons              the global variable "netmod" is set to 1, 0 otherwise.              this is used to modify default behaviour, for Irc:       Irc: + Shift new connection : autoexec disabled             + Shift Irc... plugin button : no irc config window presented            + Added away notices because stupid 2.9 does not carry away at all            + added global beep flag (checked in default IU_Beep)            + "/w nick" alias is "/whois nick nick" (to see server idle/away..)            + ugly "@" in menu changed to ">"  0.29 Irc: + highlighting is disabled if string is empty (/set highlight "")            + /set fastmode 1  ; /save and "reload" to also disable               bold, underline, inverse parsing... (on slower machines)            + new /topic and /notice  + added @ label to right menu              (mklinux'x11/tk seems to lack the indicator image)            + bug fix /motd was redoing autoexec  0.28 Irc: + added alt-c alt-u bindings.  bug fix in highlightingAug  1 1996  0.27 Irc: + regular expression highlighting (by default your nick)              if you want a beep for channel msg, in addition put in your ircrc    proc IU_Highlight {n categ args} {if [cequal $categ channel] IU_Beep}            + dcc get will not overwrite existing file but save in filename~            + status/menu bar can be moved top or bottom by clicking              (and pref pos saved in irc(status) by /save)            + new menu items to change status variables              (remove the "menulist" lines from your ircrc to see them)  0.26 Irc: + Auto away improvments: don't erase manual away,              remove auto away automatically            + show away/not away status on status bar  0.25 Irc: + Beep on private msg when away (if beep_when_away is 1)            + Auto away (if auto_away is 1)            + Formatted /who output              + The nick and channel are now menus, you can put your favorite              nicks and channels in your ircrc in irc(nicklist) and 	      irc(chanlist) or just join the channels, change nick and /save !            + Attn for v0.24 users, if you /saved, IrcBuildMenu is now              IrcBuildMenus update your irc(menulist)Jul 31 1996  0.24  Irc:+ configurable menu in the right of the status bar             (netplug/ircrc    "menulist" var, /save to see default menu)Jul 30 1996  0.23  Irc:+ added /server (suggestion by tartarus, thx)            + added autoexec irc variable: list of commands to be executed                   after connection is acknowledged, try          set irc(autoexec) {"/join #fav1" "/join #fav2" "hello ! :-)"}                   in your netplug/ircrc            +improved DCC error conditions handling (errors should not             not anymore popsup an error window [to be confirmed])            +improved dcc/feedback for large files (thx Nigra for tests!)  0.22  General: netplug main going to v2.x (last was 1.18)                 change from addTxt -> addText only tag names can be passed                 must be registered with regTag        Corresponding change in IRC and GO plugins : less memory & cpu used        new conn($n,lastlog) to change backlog memory (in number of lines)  0.21  Security improvement for IRC: quote chars from incoming dcc requests        so generated alias don't get potentially troublesome chars. (users of        version before .21 should not accept all incoming dcc without checking        that the /accept and /get aliases don't have weird [] or \).Jul 29 1996  0.20  General/IRC: update can be use in call back command as we now        deregister file handler while the command is evaluated (fixes        the melt in output (motd,...) that was seen in .19Jul 25 1996  0.19  IRC: /quit will auto close window (unless you set close_win_on_close        to 0) - prevent full /names, /list by mistake         General: ressource is now Netplug (you can thus use Netplug*font:...)Jul 24 1996  0.18  New "Plugins:" label is now a menu button         (quit,reload, maybe more to come)        IRC: 2.9 ready : part/leave comment argumentJul 23 1996        IRC: ctcp bug fix (thx Cyrion for pointing bug out).               dcc window wm close aborts transfer (thx hisham for suggestion)Jul 22 1996  0.16 / 0.17        Portability fixes : Windows .zip distribution and install.bat.        Mac .sit.   But DCC seems to fail, at least on the machine I have        access to here... Help would be welcome ! {some eof/flush/... pb}Jul 21 1996  0.15  IRC: full DCC file transmission (it needed a binary hack for        plain tcl!) + nifty GUI (progress bar) of the transmissionsJul 19 1996  0.14  New socket argument to Connect function, to pass already        openened sockets (used in irc plugin who has a dcc server)        IRC: DCC chat full support  0.13  New "error flag" argument to parsing proc (and thus to addTxt), 	raised when the netplug handler signal an error (socket closed).        Added some colors.Jul 5 1996  0.12  IRC: /ALIAS now do variable/command susbtitution (see UMODE as ex)             alt-v for inverse, alt-b for bold, and alt-_ for underline             support in the display, ...Jul 4 1996  0.11  New sound support on bip (^G) for irc plugin.Jul 1  1996  0.10  improved irc ctcp - improved go client logic/parsingJun 30 1996  0.9   finally understood how packer works, so resize behaviour        is now fully ok !  go fixes. (both *.pli and netplug need        to be upgraded)  0.8   fully resizable goban for go client        minor irc fixJun 29 1996  0.7   <tab> and <ctrl-r> to browse /msg list in irc client !  0.6   first release with go clientJun 28 1996  0.5    using -async socket connection - go client close to releaseJun 27 1996  0.4    More improvements/fixes to Irc client (see $Log:$ in irc.pli)Jun 26 1996  0.3    Added colorization/attributes, fully customisable from *rcJun 25 1996  0.2  + Start of Go game server plugin (not released yet)       + Lot of minor improvements in the Irc parsing. Change in the ircrc         so host/port aren't set at loading but when selecting the irc pluginJun 24 1996  0.1a:  Minor fix in memory plugin (an old tknet remained)          and use of dotdir variable - Re released under same 0.1Jun 22 1996  0.1:   First public release a NetPlug-0.1 alpha release

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -