CVS log for darkstar/README |
 |
Up to [Epic CVS] / darkstar
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.51
/
(view)
- annotate
- [select for diffs]
, Fri Apr 20 11:39:00 2007 UTC (17 months, 3 weeks ago) by brian
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
Minor change to README.
Revision
1.50
/
(view)
- annotate
- [select for diffs]
, Sat Mar 24 06:09:08 2007 UTC (18 months, 2 weeks ago) by brian
Branch:
MAIN
Changes since 1.49: +14 -14 lines
Diff to previous 1.49
Officially moving to EPIC5!
* Fixed $getdsets(), $getfsets(), $loadedmods() and $mods() with EPIC5.
* tabkey.dsm now works without /xdebug dword in EPIC5.
* Updated darkstar.irc to require EPIC5 instead of EPIC4.
Revision
1.49
/
(view)
- annotate
- [select for diffs]
, Fri Apr 8 16:55:00 2005 UTC (3 years, 6 months ago) by brian
Branch:
MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48
* Add global variable named LEVELS containing all valid window levels.
* Use new LEVELS variable in tabkey.cmd.ignore and tabkey.cmd.window.
Revision
1.48
/
(view)
- annotate
- [select for diffs]
, Sat Aug 14 22:11:46 2004 UTC (4 years, 1 month ago) by brian
Branch:
MAIN
Changes since 1.47: +14 -12 lines
Diff to previous 1.47
DarkStar 0.3!
Revision
1.47
/
(view)
- annotate
- [select for diffs]
, Sun May 30 20:37:14 2004 UTC (4 years, 4 months ago) by brian
Branch:
MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
Fix the away module so that away time is displayed properly. This was caused
by a missing call to $encode() in the 305 hook. Reported by wrath.
Revision
1.46
/
(view)
- annotate
- [select for diffs]
, Thu Mar 11 23:38:25 2004 UTC (4 years, 7 months ago) by brian
Branch:
MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
Keep the list of config/format variables belonging to each module (used by
/SAVE) in arrays instead of assign variables. This will hopefully fix that
pesky bug that was causing certain settings to not get saved.
Revision
1.45
/
(view)
- annotate
- [select for diffs]
, Sun Nov 30 21:17:14 2003 UTC (4 years, 10 months ago) by brian
Branch:
MAIN
Changes since 1.44: +11 -13 lines
Diff to previous 1.44
Okay, this is the big commit towards 0.3. This is not a release, but a very
early, alpha quality pre-release. A lot has changed so it's likely that I
will miss something here.
WARNING: This commit WILL break most themes and possibly some modules.
* Move the theme system out of the core. Theme support is now provided
by theme.dsm.
* Remove status.dsc and let all the statbar stuff be handled by themes.
* Add a separate help system for modules (/MHELP).
* Rename loader.dsc to modules.dsc.
* The module loader has had a complete overhaul. Many of the internal
structures and commands have changed and so has the UI, including:
- The *_VERBOSE config variables have been removed, along with
AUTO_LOAD_PROMPT (replaced by LOAD_PROMPT).
- New interface to the auto-load list: /AUTOLOAD
* Complete rewrite of save.dsc.
* config.dsc has been renamed to set.dsc and has also had an overhaul.
Of particular note is that the config.add and format.add aliases have
been deprecated and the new addconfig/addformat aliases should be used
instead. The internal structures have changed significantly here, too.
* Add CrazyEddy's command queueing system (/QCMD, /FQCMD, /Q1CMD, /FQ1CMD)
from the 'commandqueues' script distributed with EPIC4.
* Rename $bool_to_num() and $bool_to_onoff() to $bool2num() and $bool2word().
* Add a $chanvoice() function donated by |Rain|.
* Add a $getitems() function.
* Add two new set related fucntions: $getdsets() and $getfsets()
* Add a $visiblewins() function to return a list of currently visible window
refnums.
* All of the standard formats, like JOIN, PART, MSG, PUBLIC, etc. have been
moved into a single module named formats.dsm. This includes what was the
names module.
* The theme module is now responsible for allowing themes to set double on/off
for normal, non-fixed windows (msgwin/operview are fixed). This is done
using a new config var named DOUBLE_STATUS.
* Cleanup the msgwin/operview code and remove (almost) all references to one
from the other. They should now coexist peacefully without any knowledge of
each other.
* Update all themes regarding the recent changes. All of the previous theme
files have been removed and replaced by two files: core and formats.
* /MASSMODE and /TBAN will now try to get the max number of modes MODES (005).
* /WALL (type 2) now tries to get the max targets from MAXTARGETS (005).
* Add an easier interface to changing the nickmgr nick list: /NICKMGR
* Clear the UPDATES file.
Revision
1.44
/
(view)
- annotate
- [select for diffs]
, Mon Sep 15 08:49:54 2003 UTC (5 years ago) by brian
Branch:
MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
Update a few more copyright notices and prepare everything for
the release of 0.2.10!
Revision
1.43
/
(view)
- annotate
- [select for diffs]
, Wed Oct 2 23:09:57 2002 UTC (6 years ago) by brian
Branch:
MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42
Remove the banner from all error messages.
Revision
1.42
/
(view)
- annotate
- [select for diffs]
, Tue Sep 24 21:03:17 2002 UTC (6 years ago) by brian
Branch:
MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
Test.
Revision
1.41
/
(view)
- annotate
- [select for diffs]
, Tue Sep 24 18:26:35 2002 UTC (6 years ago) by brian
Branch:
MAIN
Changes since 1.40: +9 -9 lines
Diff to previous 1.40
Update some of the documentation.
Revision
1.40
/
(view)
- annotate
- [select for diffs]
, Wed Sep 18 08:29:10 2002 UTC (6 years ago) by brian
Branch:
MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
Update version information for the release of 0.2.8, plus some insignificant
comment changes in commands.dsc and loader.dsc.
Revision
1.39
/
(view)
- annotate
- [select for diffs]
, Mon Aug 19 22:10:45 2002 UTC (6 years, 1 month ago) by brian
Branch:
MAIN
Changes since 1.38: +9 -9 lines
Diff to previous 1.38
Fixes for EPIC4-1.1.7.
These are mostly changes to the key bindings in window.dsm. Special thanks
to Jeremy Nelson for doing the majority of the work involved in this.
I have also updated the client requirements to 1.1.7 in light of the recent
changes to /defer which could potentially create double expansion backdoors
if newer versions of DarkStar are used with older versions of EPIC4.
If no problems are found this will likely become 0.2.8.
Revision
1.38
/
(view)
- annotate
- [select for diffs]
, Thu Aug 1 01:18:43 2002 UTC (6 years, 2 months ago) by brian
Branch:
MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
* Added a $fmtfsize() function that converts an integer representing an
arbitrary number of bytes into a more human readable form.
* FLOATING_POINT_MATH and NEW_MATH are now both turned on by default in
darkstar.irc.
Revision
1.37
/
(view)
- annotate
- [select for diffs]
, Fri Jun 28 08:19:10 2002 UTC (6 years, 3 months ago) by brian
Branch:
MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
Small change to the opening sentence in the ABOUT section.
Revision
1.36
/
(view)
- annotate
- [select for diffs]
, Mon Jun 10 04:58:50 2002 UTC (6 years, 4 months ago) by brian
Branch:
MAIN
Changes since 1.35: +46 -46 lines
Diff to previous 1.35
Some minor adjustments to the README.
Revision
1.35
/
(view)
- annotate
- [select for diffs]
, Sun Jun 9 05:49:57 2002 UTC (6 years, 4 months ago) by brian
Branch:
MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
Remove the ChangeLog and add an UPDATES file.
Revision
1.34
/
(view)
- annotate
- [select for diffs]
, Wed Jun 5 00:10:56 2002 UTC (6 years, 4 months ago) by brian
Branch:
MAIN
Changes since 1.33: +3 -2 lines
Diff to previous 1.33
Update the ChangeLog and add darkstar.nuthouse.org to the README.
Stop appending a space to $CONFIG.TABKEY_NICKCOMP_SUFFIX when a nickname
is successfully completed. Instead, the space was added to the actual value
of the TABKEY_NICKCOMP_SUFFIX config variable.
Copied the values of the MODLIST_* format variables in the darkstar theme
to the defaults located in darkstar.irc.
Also added a small "Loading DarkStar <version>" msg in darkstar.irc.
Revision
1.33
/
(view)
- annotate
- [select for diffs]
, Thu May 23 01:28:15 2002 UTC (6 years, 4 months ago) by brian
Branch:
MAIN
Changes since 1.32: +19 -16 lines
Diff to previous 1.32
* Updates to README and TODO.
* Prepare darkstar.irc and ChangeLog for the release of 0.2.5.
Revision
1.32
/
(view)
- annotate
- [select for diffs]
, Fri May 17 17:54:14 2002 UTC (6 years, 4 months ago) by brian
Branch:
MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
Updated the README and darkstar.irc to show http://darkstar.epicsol.org/
as the official DarkStar webpage.
Revision
1.31
/
(view)
- annotate
- [select for diffs]
, Wed May 8 05:16:38 2002 UTC (6 years, 5 months ago) by brian
Branch:
MAIN
Changes since 1.30: +14 -14 lines
Diff to previous 1.30
- Update internal variables for release of 0.2.3
- Cleanups throughout the core scripts, mostly for readability reasons.
Hopefully nothing is broken.
- Updates to doc/modules.txt
Revision
1.30
/
(view)
- annotate
- [select for diffs]
, Sun May 5 08:18:44 2002 UTC (6 years, 5 months ago) by brian
Branch:
MAIN
Changes since 1.29: +10 -10 lines
Diff to previous 1.29
More of the Darkstar -> DarkStar conversions.
Revision
1.29
/
(view)
- annotate
- [select for diffs]
, Tue Apr 23 06:23:11 2002 UTC (6 years, 5 months ago) by brian
Branch:
MAIN
Changes since 1.28: +3 -2 lines
Diff to previous 1.28
Added a doc directory and a FAQ.
Revision
1.28
/
(view)
- annotate
- [select for diffs]
, Wed Apr 17 22:50:15 2002 UTC (6 years, 5 months ago) by brian
Branch:
MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
Added an email address for adm.
Revision
1.27
/
(view)
- annotate
- [select for diffs]
, Mon Apr 15 22:04:09 2002 UTC (6 years, 5 months ago) by brian
Branch:
MAIN
Changes since 1.26: +11 -18 lines
Diff to previous 1.26
* Was missing a fairly unimportant "if" in save.dsc.
* More changes to the README.
* Update version numbers for the 0.2.2 release.
Revision
1.26
/
(view)
- annotate
- [select for diffs]
, Fri Apr 5 09:12:19 2002 UTC (6 years, 6 months ago) by brian
Branch:
MAIN
Changes since 1.25: +12 -6 lines
Diff to previous 1.25
Fixed a bug in nickcomp.dsm where lines matching "%: *" would just get
thrown away if $CONFIG.NICK_COMPLETION was false. Apparently there have also
been some updates to the README. :-)
Revision
1.25
/
(view)
- annotate
- [select for diffs]
, Wed Apr 3 23:31:22 2002 UTC (6 years, 6 months ago) by brian
Branch:
MAIN
Changes since 1.24: +33 -42 lines
Diff to previous 1.24
* Updates to the README file.
* The DARKSTAR_USER environment variable has been renamed to DARKSTAR_USERDIR.
* Bump $DS.VERSION and friends for 0.2.1
Revision
1.24
/
(view)
- annotate
- [select for diffs]
, Wed Apr 3 03:46:33 2002 UTC (6 years, 6 months ago) by brian
Branch:
MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
* Minor changes to /DINFO
* Fixed a bug in tabkey.dsm that was causing the msg completion to not
properly keep track of multiple server connections.
Revision
1.23
/
(view)
- annotate
- [select for diffs]
, Mon Apr 1 23:36:44 2002 UTC (6 years, 6 months ago) by brian
Branch:
MAIN
Changes since 1.22: +15 -8 lines
Diff to previous 1.22
* darkstar.irc now attempts to use $loadinfo() to get a value for $DS.HOME
if $getenv(DARKSTAR_HOME) fails.
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Sat Mar 30 06:16:15 2002 UTC (6 years, 6 months ago) by brian
Branch:
MAIN
Changes since 1.21: +30 -25 lines
Diff to previous 1.21
* The core scripts were still depending on $LOADER.PENDING_MODULE and as
a result were not having their config/format variables added properly.
* New theme: feedback
* Further updates to the README.
* [window.dsm] Removed the AUTO_BIND_ON_WINDOW_JOIN config variable since it
was redundant. The existing AUTO_BIND_ON_JOIN should do the trick.
* Added help pages for all the included modules. They are located in
$DS.HOME/help/3_modules/.
* Changes to the layout of the help directory.
1_Core -> 1_core_commands
New section: 2_core_functions
* Various other little changes for 0.2.0
* The 'darkstar' and 'feedback' statbars now exempt any windows listed
in the single_status array from getting double turned on. This replaces
the previous nasty little hack.
* Small changes to /DINFO.
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Tue Mar 26 12:01:10 2002 UTC (6 years, 6 months ago) by brian
Branch:
MAIN
Changes since 1.20: +21 -21 lines
Diff to previous 1.20
* Added more stats to /DINFO
* Got rid of $LOADER.PENDING_MODULE in favor of using $loadinfo().
* Rewrote the ABOUT section of the README file.
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Sun Jan 20 19:52:47 2002 UTC (6 years, 8 months ago) by brian
Branch:
MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
* New fset: WHO
* Small fixes to the join/leave aliases.
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Mon Jan 14 06:30:12 2002 UTC (6 years, 8 months ago) by brian
Branch:
MAIN
Changes since 1.18: +21 -19 lines
Diff to previous 1.18
tabkey.nick_routine() can now handle nicks containing "\"
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Mon Jan 14 00:36:49 2002 UTC (6 years, 8 months ago) by brian
Branch:
MAIN
Changes since 1.17: +10 -16 lines
Diff to previous 1.17
Changes to the way config and format variables are added. Modules will now
add them from within the .dsm file using /config.add and /format.add. All
.def files have been removed.
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Wed Dec 26 00:25:40 2001 UTC (6 years, 9 months ago) by brian
Branch:
MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
*** empty log message ***
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Sun Dec 23 01:42:02 2001 UTC (6 years, 9 months ago) by brian
Branch:
MAIN
Changes since 1.15: +45 -23 lines
Diff to previous 1.15
*** empty log message ***
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Sat Dec 22 00:09:03 2001 UTC (6 years, 9 months ago) by brian
Branch:
MAIN
Changes since 1.14: +6 -12 lines
Diff to previous 1.14
*** empty log message ***
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Tue Dec 4 08:24:56 2001 UTC (6 years, 10 months ago) by brian
Branch:
MAIN
Changes since 1.13: +26 -22 lines
Diff to previous 1.13
*** empty log message ***
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Mon Dec 3 21:16:07 2001 UTC (6 years, 10 months ago) by brian
Branch:
MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
*** empty log message ***
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Mon Dec 3 07:44:39 2001 UTC (6 years, 10 months ago) by brian
Branch:
MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
*** empty log message ***
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Tue Oct 16 01:52:00 2001 UTC (6 years, 11 months ago) by brian
Branch:
MAIN
Changes since 1.10: +7 -4 lines
Diff to previous 1.10
*** empty log message ***
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Mon Oct 15 04:36:35 2001 UTC (6 years, 11 months ago) by brian
Branch:
MAIN
Changes since 1.9: +12 -8 lines
Diff to previous 1.9
*** empty log message ***
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Mon Oct 8 00:40:27 2001 UTC (7 years ago) by brian
Branch:
MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
*** empty log message ***
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Tue Aug 28 04:57:57 2001 UTC (7 years, 1 month ago) by brian
Branch:
MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
*** empty log message ***
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Tue Aug 28 00:23:29 2001 UTC (7 years, 1 month ago) by brian
Branch:
MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
*** empty log message ***
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Fri Aug 17 02:48:59 2001 UTC (7 years, 1 month ago) by brian
Branch:
MAIN
Changes since 1.5: +15 -24 lines
Diff to previous 1.5
*** empty log message ***
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Wed Aug 15 22:32:20 2001 UTC (7 years, 1 month ago) by brian
Branch:
MAIN
Changes since 1.4: +30 -8 lines
Diff to previous 1.4
*** empty log message ***
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Wed Jul 4 19:40:34 2001 UTC (7 years, 3 months ago) by brian
Branch:
MAIN
Changes since 1.3: +24 -12 lines
Diff to previous 1.3
*** empty log message ***
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Fri Jun 22 18:28:01 2001 UTC (7 years, 3 months ago) by brian
Branch:
MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
*** empty log message ***
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Fri Jun 1 06:22:00 2001 UTC (7 years, 4 months ago) by brian
Branch:
MAIN
Changes since 1.1: +2 -3 lines
Diff to previous 1.1
Mostly a test of 'commit'
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Fri Jun 1 06:12:00 2001 UTC (7 years, 4 months ago) by brian
Branch:
bmw
CVS Tags:
start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Imported 0.0.8
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Fri Jun 1 06:12:00 2001 UTC (7 years, 4 months ago) by brian
Branch:
MAIN
Initial revision
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.