Log of /eggdrop1.9/config.xml
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 25 19:55:44 2005 UTC
(15 years, 5 months ago)
by
stdarg
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.17: +1 -0 lines
Diff to
previous 1.17
* Got rid of seemingly wrong "- 1" in config.stubs which was trimming
off an extra character
* Added default value for max_line_len to config.xml
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 23 21:58:55 2004 UTC
(16 years, 8 months ago)
by
darko
Branch:
MAIN
Changes since
1.16: +1 -0 lines
Diff to
previous 1.16
- Added server module's support for channel file save/load but someone
versed in our build process details should set for 'make install' to
install a default channel.xml file (containing just a few defaults).
- Added several server module partyline commands: +chan, -chan, chansave,
chanset and chaninfo, as well as documentation for them. This implied
a lot of code change and the way channels are treated (it is close to
1.6's model of channels being created based on channel file settings,
and not simply by bot joining the channel on IRC).
Obviously, code is far from finished, but is functional and provides
framework for expansion. For now, only support for boolean kind of
settings is implemted, but since this commit is already around 900 lines
i thought it's better to commit it now.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 28 17:36:33 2004 UTC
(16 years, 9 months ago)
by
wingman
Branch:
MAIN
Changes since
1.15: +7 -0 lines
Diff to
previous 1.15
* Added new datatype variant: supports common task of having one
data structure supporting different types (int, bool, string, timestamp)
* Added a more fine graned config api, which allows us to use attributes,
sub children, arrays and enum lookups in config files.
* Added logfile settings
* xml_*_lookup now can return attributes too (by using @ as starting
char of name tokens)
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 23 17:24:43 2004 UTC
(16 years, 9 months ago)
by
wingman
Branch:
MAIN
Changes since
1.14: +74 -75 lines
Diff to
previous 1.14
* Added xml_save_str to save xml_node_t into a char *
* Made xml reader more spec compliant and a first start of error handling.
Now at least we handle some xml errors. Prior you just got "Error while
loading config file.".
* Added top level elements to config.xml and users.xml.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 16 03:13:51 2003 UTC
(17 years, 4 months ago)
by
wcc
Branch:
MAIN
Changes since
1.8: +1 -0 lines
Diff to
previous 1.8
* main.c cleanups.
* Added pidfile and die_on_sigterm to config.
* Added 'act' party command.
* Started a 'status' party command.
* Removed config.tcl.
* General cleanups.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 5 01:29:36 2003 UTC
(17 years, 4 months ago)
by
stdarg
Branch:
MAIN
Changes since
1.5: +5 -0 lines
Diff to
previous 1.5
* mirc/ansi color conversion for telnet
* irc partyline module, allows users to connect to partyline like an irc server
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 14 20:55:02 2003 UTC
(18 years, 2 months ago)
by
stdarg
Branch:
MAIN
* Added autoload section to xml config file and got rid of the -p option (preload).
* To load your old config file, rename it to blah.tcl and put <script>blah.tcl</script> in the autoload section.
* Added sample config.xml and config.tcl files.
* Moved some more script functions to the script module.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.