CVS log for darkstar/modules/dcc.dsm

Epicsol.org
(back) Up to [Epic CVS] / darkstar / modules

Request diff between arbitrary revisions


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

Revision 1.13 / (view) - annotate - [select for diffs] , Sat Mar 24 06:09:08 2007 UTC (19 months, 4 weeks ago) by brian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
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.12 / (view) - annotate - [select for diffs] , Thu Dec 11 06:55:20 2003 UTC (4 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.11: +34 -48 lines
Diff to previous 1.11
DarkStar 0.3pre4

* Change the format of module headers.
* Add support for loading modules with the PF loader.
* Convert all scripts to the PF loader format.
* Add support for multi-server msg windows.
* Set CURRENT_WINDOW_LEVEL to ALL in darkstar.irc. This should prevent output
  that doesn't belong in a msg window from being sent to one. Hopefully it
  won't cause any problems for people with different setups than my own.

Revision 1.11 / (view) - annotate - [select for diffs] , Mon Dec 1 07:39:50 2003 UTC (4 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Fix the /DCC wrapper alias so that it correctly detects the closing double
quote even if there is a space after it. Discovered by larne.

Revision 1.10 / (view) - annotate - [select for diffs] , Sun Nov 30 21:17:14 2003 UTC (4 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.9: +2 -21 lines
Diff to previous 1.9
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.9 / (view) - annotate - [select for diffs] , Mon Nov 10 01:36:34 2003 UTC (5 years ago) by brian
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
Oops. Forgot to put the new dcc alias in the cleanup queue.

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Nov 10 01:32:47 2003 UTC (5 years ago) by brian
Branch: MAIN
Changes since 1.7: +32 -11 lines
Diff to previous 1.7
Add a /DCC alias that will automatically close quoted filenames in a SEND.
This was requested by larne.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Jan 23 01:41:27 2003 UTC (5 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.6: +8 -14 lines
Diff to previous 1.6
Just some minor stylistic changes and cleanup throughout the modules.

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Sep 6 17:44:43 2002 UTC (6 years, 2 months ago) by brian
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Rename the darkstar theme to astral and make epic4 the new default.

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Jul 11 22:38:58 2002 UTC (6 years, 4 months ago) by brian
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4
Removed the redundant "Written by ..." from the headers of all the core
scripts and modules.

Revision 1.4 / (view) - annotate - [select for diffs] , Mon May 27 02:25:55 2002 UTC (6 years, 5 months ago) by brian
Branch: MAIN
Changes since 1.3: +14 -11 lines
Diff to previous 1.3
Same sort of cleanup and organizational changes as the previous commit,
but done to all the modules.

Revision 1.3 / (view) - annotate - [select for diffs] , Thu May 16 22:50:21 2002 UTC (6 years, 6 months ago) by brian
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
Fixed a silly mistake in DCC autoget. I was removing the dcc_request hook
instead of adding it.

Revision 1.2 / (view) - annotate - [select for diffs] , Thu May 16 22:19:33 2002 UTC (6 years, 6 months ago) by brian
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Forgot to make the DCC_AUTOGET config variable boolean.

Revision 1.1 / (view) - annotate - [select for diffs] , Thu May 16 21:57:11 2002 UTC (6 years, 6 months ago) by brian
Branch: MAIN
* Added a 'dcc' module with autoget support. All DCC related code was moved
  from misc.dsm to dcc.dsm. A help page for the new module is also being
  added.
* Updated the internal variables in darkstar.irc for the 0.2.4 release.

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