CVS log for epic4/source/translat.c |
 |
Up to [Epic CVS] / epic4 / source
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Sun Apr 3 14:36:08 2005 UTC (3 years, 3 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_8,
epic4-2_6,
epic4-2_4,
epic4-2_10,
HEAD
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
* Fix translation for zlonix
* Fix /ignore for larne
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Tue Jul 22 20:12:54 2003 UTC (5 years ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_2,
epic4-2_1_3,
epic4-2_1_2,
epic4-2_1_1,
epic4-2_0,
epic4-1_2_9,
epic4-1_2_8,
epic4-1_2_7,
epic4-1_2_6,
epic4-1_2_5,
epic4-1_2_4,
epic4-1_2_3,
epic4-1_2_2,
epic4-1_2_1,
epic4-1_2_0,
epic4-1_1_17,
epic4-1_1_16,
epic4-1_1_15,
epic4-1_1_14,
epic4-1_1_13
Changes since 1.3: +7 -4 lines
Diff to previous 1.3
Teach all the /set callbacks to take a (const void *).
This fixes a bad-c problem with /set!
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Wed Jul 17 21:52:53 2002 UTC (6 years ago) by jnelson
Branch:
MAIN
CVS Tags:
wd-devel,
epic4-1_1_9,
epic4-1_1_8,
epic4-1_1_7,
epic4-1_1_6,
epic4-1_1_12,
epic4-1_1_11,
epic4-1_1_10
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
Update copyright notices and copyright dates.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Mon Oct 22 00:30:49 2001 UTC (6 years, 9 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_5,
epic4-1_1_4,
epic4-1_1_3,
epic4-1_1_1
Changes since 1.1: +20 -2 lines
Diff to previous 1.1
Actually implement the code to use the translation stuff. This means the
translation stuff is now functional. THIS IS NOT DONE THE SAME WAY AS
IRCII DOES IT.
ircII implements translation on the output side of the equation, from which
our code has deviated significantly. Upon reflection, the most common request
for translation was not for OUTPUT translation, but for SERVER translation.
Therefore, I have implemented translation's operations on the server side
of the equation instead of the server side. If this ends up being the wrong
thing, I reserve the right to go back and "fix" this later.
Anyhow, the translation(s) in force will occur when data is recieved or
transmitted to the server, and not otherwise. Feedback is appreciated.
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Sat Oct 20 16:19:04 2001 UTC (6 years, 9 months ago) by jnelson
Branch:
MAIN
Translation table support. I pulled this from ircII-2.8.2. Re-added by
incessant requests from russian users. This adds /set translation and
/set translation_path. The translation path is not hardcoded into the binary,
it is $IRCLIB/translation, where IRCLIB is determined at runtime. You can
of course always /set it to whatever you want. I am not making the
translation tables available with epic. They are available in zillions of
places, and i'll probably create a tarfile that contains them.
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.