CVS log for epic5/script/builtins

Epicsol.org
(back) Up to [Epic CVS] / epic5 / script

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.26 / (view) - annotate - [select for diffs] , Sat Dec 1 04:59:23 2007 UTC (10 months, 1 week ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_3_9, epic5-0_3_8, epic5-0_3_7, epic5-0_3_6, HEAD
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
* Change builtins script so it doesn't /xecho -w for who replies.
* Fix typos in dcc_ports
* New version of tabkey.ce from fudd.
* Make /dcc list output go to level OTHER by special request of kreca.

Revision 1.25 / (view) - annotate - [select for diffs] , Wed Oct 3 05:02:11 2007 UTC (12 months, 1 week ago) by crazyed
Branch: MAIN
Changes since 1.24: +7 -7 lines
Diff to previous 1.24
From KNOWNBUGS:
* Fixed builtins to not return spaces at end of $xform() functions (last commit).
* Fixed commented out lines in commandqueues for backward compatibility.
* FINALLY cleaned up code in data_array.
* Added some /assign handling functions to data_struct.
* Fixed $chhops(), $nochhops(), $chvoices() $chnovoices() in script/functions.
* Changed tabkey.ce to _also_ complete from notify list by default.
* Changed tabkey.ce to complete recursed commands without a leading slash.

Revision 1.24 / (view) - annotate - [select for diffs] , Tue Oct 2 23:53:56 2007 UTC (12 months, 1 week ago) by jnelson
Branch: MAIN
Changes since 1.23: +64 -79 lines
Diff to previous 1.23
* New versions of builtins, dump, and history from black

Revision 1.23 / (view) - annotate - [select for diffs] , Thu Sep 20 03:00:10 2007 UTC (12 months, 3 weeks ago) by jnelson
Branch: MAIN
Changes since 1.22: +30 -2 lines
Diff to previous 1.22
* Create aliases for [url|b64][en|de]code, sedcrypt, and sha256 into builtins.
* Comment out builtin [url|b64][en|de]code, sedcrypt, sha256 builtin functions.
* Change /xquote -u to use xform() instead of urldecode().
* Change dcc_url[en|de]code to use xform() instead of urldecode().
* Change /on ssl_server_cert to use xform() isntead of urldecode().
* This allows me to comment out old urldcode/base64decode stuff. yay!

Revision 1.22 / (view) - annotate - [select for diffs] , Tue Aug 14 01:29:50 2007 UTC (13 months, 4 weeks ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_3_5
Changes since 1.21: +11 -0 lines
Diff to previous 1.21
* Add /SET DEFAULT_REALNAME and DEFAULT_USERNAME
* Add scripted /set realname and /ircuser in builtins for backwards compat.

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Mar 26 23:23:14 2007 UTC (18 months, 2 weeks ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_3_4, epic5-0_3_3
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
<BlackJac> damnit hop you changed builtins without modifying the date :P

Revision 1.20 / (view) - annotate - [select for diffs] , Mon Mar 26 23:20:53 2007 UTC (18 months, 2 weeks ago) by jnelson
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
* Fix bugs with 'builtins' (zlonix)
* Revamp the term_init() function, document, etc.
* Unconditionally turn off IEXTEN, IXON, IXOFF, to reclaim all of the chars
  that kernels steal from us (like ^S, ^Q, ^O, ^V, etc)
* Whack the -f/-F/-o/-O command line options; per above.
* I can now bind and use ^S and ^Q and ^V.  Yay!
* Fix initialization of ruby, so it actually works for the first time! YAY!
* Refactor how lastlog is trimmed, by removing a specific item
* Start working on code to remove items from lastlog by grep.
* Fix crashes with /stack push set that kitambi told me about
* Put in a trivial sleep when checking screen size to avoid race with screen.

Revision 1.19 / (view) - annotate - [select for diffs] , Wed Jan 31 03:24:04 2007 UTC (20 months, 1 week ago) by jnelson
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
* Don't auto_whowas channels.
* Remove epicsol email addresses that do not exist any longer.

Revision 1.18 / (view) - annotate - [select for diffs] , Sat Dec 9 18:00:07 2006 UTC (22 months ago) by jnelson
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Add code to do threaded stdout (from larne)

Revision 1.17 / (view) - annotate - [select for diffs] , Sat Sep 30 00:36:08 2006 UTC (2 years ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_3_2
Changes since 1.16: +12 -0 lines
Diff to previous 1.16
* Pass double ptr to remove_bindings_recurse() to fix exit-time memory leak.
* Remove /set bad_style, input_aliases, security,  (unused)
* Remove /set ssl_certfile, ssl_keyfile, and ssl_path (unused)
* Add a (ServerInfo) object to (Server), switch to using it.
* Remove a bunch of unused thingees in (Server) while i'm here.
* Restore /set reverse_status_line to a builtin. oh well.

Revision 1.16 / (view) - annotate - [select for diffs] , Sat Sep 16 15:13:33 2006 UTC (2 years ago) by jnelson
Branch: MAIN
Changes since 1.15: +38 -38 lines
Diff to previous 1.15
* New 'builtins' from blackjac, more modern format, /whowas improvements
* Refactor the serverinfo stuff
* Allow skipping of fields in server descs (see UPDATES)

Revision 1.15 / (view) - annotate - [select for diffs] , Sat May 27 17:14:06 2006 UTC (2 years, 4 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_3_1
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
* Whack /set highlight_char which is no longer being used.
* Move away from calling parse_line() and runcmds(), towards the call_* funcs

Revision 1.14 / (view) - annotate - [select for diffs] , Wed Jun 22 03:42:20 2005 UTC (3 years, 3 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_2_0, epic5-0_0_8, epic5-0_0_7, epic5-0_0_6
Changes since 1.13: +1 -16 lines
Diff to previous 1.13
* Move 'addset', 'delset' from 'builtins' to its own script.
* Remove commented out obsolete stuff from 'functions' script.
* Pf-ify the 'help' script.
* Desupport a bunch of scripts.  See UPDATES.

Revision 1.13 / (view) - annotate - [select for diffs] , Fri May 20 22:49:15 2005 UTC (3 years, 4 months ago) by jnelson
Branch: MAIN
Changes since 1.12: +8 -2 lines
Diff to previous 1.12
New builtins, very preliminary support for nonblocking dns.

Revision 1.12 / (view) - annotate - [select for diffs] , Fri May 20 12:36:51 2005 UTC (3 years, 4 months ago) by jnelson
Branch: MAIN
Changes since 1.11: +10 -10 lines
Diff to previous 1.11
New script "newnick" from blackjac
New script versions from blackjac
don't object to mdoes with trailing spaces.

Revision 1.11 / (view) - annotate - [select for diffs] , Wed May 11 00:13:55 2005 UTC (3 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.10: +19 -6 lines
Diff to previous 1.10
New builtins from blackjac.

Revision 1.10 / (view) - annotate - [select for diffs] , Mon May 9 02:44:59 2005 UTC (3 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.9: +28 -14 lines
Diff to previous 1.9
Commit new builtins, save, and dump scripts.

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Apr 29 12:31:13 2005 UTC (3 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Update scripts to use /on part.

Revision 1.8 / (view) - annotate - [select for diffs] , Sun Apr 24 23:44:39 2005 UTC (3 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.7: +33 -10 lines
Diff to previous 1.7
Round 4 of builtins from blackjac.

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Apr 15 01:55:00 2005 UTC (3 years, 5 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_0_5
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
I botched the commit of the 'builtins' script.  That's about par for the course.

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Apr 15 01:47:45 2005 UTC (3 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.5: +278 -214 lines
Diff to previous 1.5
* Make /bind "compress" string, and bind and print it compressed.
* This fixes /bind'ing literal characters being displayed literally.
* Round 3 of blackjac's builtins script
* Round 1 of fudd's loadformats script.
* Fix some "all-the-world's-an-int" bugs reported by xlc (aix's compiler).

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Apr 1 03:07:04 2005 UTC (3 years, 6 months ago) by jnelson
Branch: MAIN
Changes since 1.4: +80 -25 lines
Diff to previous 1.4
Round two of blackjac's builtins script.

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Mar 29 01:06:34 2005 UTC (3 years, 6 months ago) by jnelson
Branch: MAIN
Changes since 1.3: +17 -33 lines
Diff to previous 1.3
Wow.  I just totaly dropped the ball on this. :d

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Mar 28 23:50:07 2005 UTC (3 years, 6 months ago) by jnelson
Branch: MAIN
Changes since 1.2: +408 -10 lines
Diff to previous 1.2
* Round one of blackjac's 'builtins' script.
* Comment out a ton of now-scripted sets.  Will GC it later.

Revision 1.2 / (view) - annotate - [select for diffs] , Mon Mar 21 02:54:17 2005 UTC (3 years, 6 months ago) by jnelson
Branch: MAIN
Changes since 1.1: +23 -7 lines
Diff to previous 1.1
Add blackjac's history script.  This is phase 1 of the cutover to
scripted history recall.  Phase 2 is in the next commit.

Revision 1.1 / (view) - annotate - [select for diffs] , Fri Jun 25 21:01:16 2004 UTC (4 years, 3 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_0_4, epic5-0_0_3
*** WARNING **** WARNING *** WARNING *** WARNING ***
This project is half finished.  I think this stuff works, but I can't be
held responsible if something breaks.  Please wait until I finish the rest
of this project before getting unhappy with me for breaking stuff.
*** WARNING **** WARNING *** WARNING *** WARNING ***

* Split alias item to hold commands and variables separately
* Nix COMMAND_COMPLETION keybinding.  Script replacement forthcoming.
* Nix "Use your nickname as alias for /me" feature.
* Nix automatic command completion (ie, /whoi no longer expands to /whois)
* Work towards not using 'command' var in builtin commands.
* This will allow me to get rid of 'server_func' in builtin command data type
* Nix the 'flags' var in builtin command data type.
* Nix the 'serv_command' var in builtin command data type.
* Create 'init_builtin_commands' to run at startup, add commands to alias
* Shimmy find_cmd_alias to ignore built in commands for now.  Not for long!
* So built in commands should be hung off of aliases now.
* Create 'builtins' script that aliases some previously builtin commands.
* Load this script from global.  Don't forget to alarm users.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

CVS Admin
Powered by
ViewCVS 0.9.2