CVS log for epic5/source/names.c

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

Request diff between arbitrary revisions


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

Revision 1.79 / (view) - annotate - [select for diffs] , Wed May 30 01:26:23 2007 UTC (15 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, epic5-0_3_5, epic5-0_3_4, HEAD
Changes since 1.78: +3 -3 lines
Diff to previous 1.78
* Add a server param to what_channel() so i can use it in send_text() later.
* Add length of 'meta' arg to ciphers so 'meta' doesn't have to be c string

Revision 1.78 / (view) - annotate - [select for diffs] , Thu Apr 12 02:24:14 2007 UTC (16 months, 4 weeks ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_3_3
Changes since 1.77: +9 -9 lines
Diff to previous 1.77
* Add arg to panic() controlling whether panic is sent via QUIT (rb black)

Revision 1.77 / (view) - annotate - [select for diffs] , Fri Oct 13 20:58:02 2006 UTC (22 months, 3 weeks ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_3_2
Changes since 1.76: +7 -7 lines
Diff to previous 1.76
This is the start of a major project to normalize the behavior of word
handling in built in functions.  The project involves stipulating that every
place that handles a "word list" define what a "word" is and use it
consistenly, and to output the same type of "words" that it accepts as
input.  This leverages /xdebug dword to control optional support for dwords
in many built in functions.

Revision 1.76 / (view) - annotate - [select for diffs] , Sat Sep 23 01:56:44 2006 UTC (23 months, 2 weeks ago) by jnelson
Branch: MAIN
Changes since 1.75: +2 -5 lines
Diff to previous 1.75
Fix compiler warnings, should not be any functional changes.

Revision 1.75 / (view) - annotate - [select for diffs] , Tue Sep 19 11:13:36 2006 UTC (23 months, 2 weeks ago) by jnelson
Branch: MAIN
Changes since 1.74: +3 -1 lines
Diff to previous 1.74
Add /on channel_lost from nullie who needs to write an updates blurb

Revision 1.74 / (view) - annotate - [select for diffs] , Sat May 27 17:45:59 2006 UTC (2 years, 3 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_3_1
Changes since 1.73: +22 -1 lines
Diff to previous 1.73
* Add provisional support for renumbering windows with channels/logs/timers

Revision 1.73 / (view) - annotate - [select for diffs] , Sun Oct 30 22:41:19 2005 UTC (2 years, 10 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_2_0, epic5-0_0_8
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
* Switch users of LEVEL_CRAP to LEVEL_OTHER. yay!
* Whack some unused functions and decls, make *toa() funcs return const.
* Roll get_window_by_name() into get_window_by_desc(), it's only user.

Revision 1.72 / (view) - annotate - [select for diffs] , Fri Aug 5 23:54:23 2005 UTC (3 years, 1 month ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_0_7, epic5-0_0_6
Changes since 1.71: +3 -1 lines
Diff to previous 1.71
Add humanize_number() and fix compiler warnings. more to follow!

Revision 1.71 / (view) - annotate - [select for diffs] , Tue Jul 26 19:43:24 2005 UTC (3 years, 1 month ago) by crazyed
Branch: MAIN
Changes since 1.70: +6 -5 lines
Diff to previous 1.70
Addendum to the previous commit.

The /ison changes were difficult to separate and aren't documented:

These are the -e, -end and -max flags, and the fact that -max and -len
are per-server variables now.

Revision 1.70 / (view) - annotate - [select for diffs] , Sun Jul 24 14:45:03 2005 UTC (3 years, 1 month ago) by jnelson
Branch: MAIN
Changes since 1.69: +11 -7 lines
Diff to previous 1.69
* Fix up how relative filenames are found with /load.  See UPDATES
* Add ascii_str[n]icmp and rfc1459_str[n]icmp for use with alists.
* Make nick+channel name lookups handled according to 005 CASEMAPPING!

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

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

Revision 1.67 / (view) - annotate - [select for diffs] , Sat May 7 04:43:54 2005 UTC (3 years, 4 months ago) by jnelson
Branch: MAIN
Changes since 1.66: +11 -1 lines
Diff to previous 1.66
* Fix $windowctl(GET * QUERY_NICK)
* Don't do WHO on anonymous channels (channel mode +a) (for ircnet users)
* Don't set server's default nickname until we first try to connect.

Revision 1.66 / (view) - annotate - [select for diffs] , Tue Mar 8 13:45:44 2005 UTC (3 years, 6 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_0_5, epic5-0_0_4
Changes since 1.65: +3 -1 lines
Diff to previous 1.65
Work around a referential integrity panic you can get if you do /window within
an /on switch_channels that is occuring because you are doing /server from a
server with channels to a server without channels.

Revision 1.65 / (view) - annotate - [select for diffs] , Fri Mar 4 00:57:44 2005 UTC (3 years, 6 months ago) by jnelson
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64
* Add --with-multiplex=[select|poll|kqueue|pthread] to configure
* Check thread-safety of SSL in configure when using pthreads.
* Don't unconditionally skip leading :'s in symbol names.
* When calling functions, handle skipping leading :'s specially.
* Add support for pthread locking for ssl to ssl.c
* Add %{2}+ and %{3}+ status expandos that only show the mode string.
* Use AI_ADDRCONFIG flag to tell getaddrinfo() we only want addrs we can use.

Revision 1.64 / (view) - annotate - [select for diffs] , Thu Feb 3 01:33:39 2005 UTC (3 years, 7 months ago) by jnelson
Branch: MAIN
Changes since 1.63: +7 -7 lines
Diff to previous 1.63
* Fix $symbolctl(pmatch <incorrect> *) crash
* Auto-create server's first altname, make %S and %{1}S use it.
* Don't add mode types 2, 3, or 4 (takes-args) to the channel mode string.
* This makes ircnet's +R not show up on the status bar.
* Fix /dmsg =<ircnet-numeric-nick>, for Q.
* Add $serverctl(GET <refnum> PROTOCOL), returns IRC or IRC-SSL

Revision 1.63 / (view) - annotate - [select for diffs] , Thu Jul 29 13:47:06 2004 UTC (4 years, 1 month ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_0_3
Changes since 1.62: +2 -1 lines
Diff to previous 1.62
Support +I from ratbox, for adm.

Revision 1.62 / (view) - annotate - [select for diffs] , Thu Jul 8 07:27:59 2004 UTC (4 years, 2 months ago) by crazyed
Branch: MAIN
Changes since 1.61: +3 -1 lines
Diff to previous 1.61
* Userhost updating for NICK messages as per UPDATES.
* Delayed ISON requests as per UPDATES.

Revision 1.61 / (view) - annotate - [select for diffs] , Mon Apr 12 23:19:48 2004 UTC (4 years, 4 months ago) by jnelson
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60
* Move some defines from comands.h to where they belong
* Add and remove func decls in header files as necessary.
* Add /wait =<fd> which returns when a nonblocking dcc connection finishes
* Make all keybinding funcs/decls use the BUILT_IN_KEYBINDING macro.
* Make the BUILT_IN_KEYBINDING macro use unsigned chars.
* Hide (struct Key) inside keys.c, and use (void *) to hold state.
* Make the input line use (unsigned char), not (char), huzzah!
* Make the "othername" ($3 in /on dcc_raw "E") the port number.
* Avoid a NULL deref with "parse_command" keybinding.

Revision 1.60 / (view) - annotate - [select for diffs] , Fri Mar 19 06:12:56 2004 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_0_2
Changes since 1.59: +6 -1 lines
Diff to previous 1.59
Don't allow 'b' and 'e channel modes to show up on the status bar, eh!

Revision 1.59 / (view) - annotate - [select for diffs] , Fri Mar 19 06:05:13 2004 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.58: +1 -14 lines
Diff to previous 1.58
GC a bunch of useless cruft and stuff.

Revision 1.58 / (view) - annotate - [select for diffs] , Thu Mar 18 01:04:03 2004 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.57: +16 -1 lines
Diff to previous 1.57
* Move Lastlog definition to lastlog.c, leave stub behind for window.h
* Add window_all_channels(), return all windows for channel from names.c
* Change boolean vartype for windows and status: int -> short.
* Add do_short_boolean(), like do_boolean(), but it takes a short.
* Make the default server quit message "Leaving"
* Have /window describe show all the channels in a window.
* Have /window describe show nicks, channels in flat list, not one per line.
* Make sure to use the server's default quit message when closing it.
* Create a prototype of atoll() for compat systems.

Revision 1.57 / (view) - annotate - [select for diffs] , Wed Mar 17 03:51:53 2004 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.56: +4 -61 lines
Diff to previous 1.56
* Make sure that servers go through SERVER_EOF state on eof!
* Track waiting/pending channels using a nicklist per window.
* Nix $winbound() and all the other stuff relating to bound channels
* Fix bug with binding/initializing the 255 key
* Fix bug with TOGGLE_STOP_SCREEN keybinding.

Revision 1.56 / (view) - annotate - [select for diffs] , Mon Mar 15 03:24:51 2004 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
Well, at least it compiles again, but I think i still need at least one
or two sweeps of the code to make sure I got everything proper.

Revision 1.55 / (view) - annotate - [select for diffs] , Fri Mar 12 22:22:00 2004 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
*********** DONT RUN THIS -- IT'S WORK IN PROGRESS -- DONT RUN THIS ***********
* Import epic4 commits 674 through 692, inclusive.
* Import epic4 commits 693 through 710, inclusive (epic4-2.0 final)
* Change _X and _Y macros to LEVEL and LEVELMASK for linux (sigh)
* Add a searchbuf() 8 bit clean byte-finder for future use.
* Convert flood checking, ignore checking, lastlog, logfiles to int masks.
* Convert message_from to int masks.
*********** DONT RUN THIS -- IT'S WORK IN PROGRESS -- DONT RUN THIS ***********

Revision 1.54 / (view) - annotate - [select for diffs] , Thu Jan 15 05:54:55 2004 UTC (4 years, 7 months ago) by jnelson
Branch: MAIN
Changes since 1.53: +4 -7 lines
Diff to previous 1.53
* Make /reconnect work on servers that are not already open.
* Don't just cavalierly change window's servers.
* Prefer close_server(i, NULL); over change_window_server(i, NOSERV);
* Allow windows to stay connected to closed servers.
* Nix window's "old server", now they're unnecessary.  HUZZAH!
* Mop up channel stuff that coped with window-old-server.
* Break backwards compatability and make /window +<server> reconnect to ser.
* Break backwards compatability and make /window -<server> disconnect from serv
* Hide a bunch more debugging output behind /xdebug server_connect
* Refactor change_window_server().
* Make /window discon the same as /window noserv, total disconnection.

Revision 1.53 / (view) - annotate - [select for diffs] , Wed Jan 14 03:04:31 2004 UTC (4 years, 7 months ago) by jnelson
Branch: MAIN
Changes since 1.52: +20 -11 lines
Diff to previous 1.52
* Be careful what modes we add to modestr in update_channel_mode.
* GC some old epic4 macros which we don't use
* Fix a typo that b0rked /on server_status
* Force output for a server connection to go to its connected window.
* Make /server reset server's status, so it can be reconnected to.

Revision 1.52 / (view) - annotate - [select for diffs] , Thu Jan 8 02:44:35 2004 UTC (4 years, 8 months ago) by jnelson
Branch: MAIN
Changes since 1.51: +4 -19 lines
Diff to previous 1.51
* Fix some compiler issues and so forth
* Nix the NOTE level.
* Move load_ircrc() to irc.c, nix "startup_file" global var.
* Always change server state using set_server_status(), because...
* Add /ON SERVER_STATUS, $0 is refnum, $1 is old state, $2 is new state
* Delete /on widelist, no longer used
* Prototype mode string manipulation functions
* Reorganize names.h to reflect new realities
* Prototype (Get|Free)addrinfo() now that server.c uses them.
* Nix /window bind, rebind, unbound; $windowctl(* BIND_CHANNEL *)

Revision 1.51 / (view) - annotate - [select for diffs] , Mon Jan 5 16:24:40 2004 UTC (4 years, 8 months ago) by jnelson
Branch: MAIN
Changes since 1.50: +38 -285 lines
Diff to previous 1.50
* Allow client_connect() to be nonblocking
* Allow Getaddrinfo() and Freeaddrinfo() to be called extern.
* Track writable sockets in 'global_max_fd' too.
* Keep a list of AI's for server addresses in the server code
* When server connection lost before registration, use the next AI
* Implement set_server_status(), which controls where server is in lifetime
* Nix reconnect(), which is replaced by close_server + set_server_status().
* Nix server_reconnects_to(), we no longer reconnect to servers.
* Make /xdebug server_connect the default for this commit at least
* Call window_check_servers() every time through io(), because...
* Make window_check_servers() look for disconnected servers and restart them.
* Add add_mode_to_str() which adds a channel or usermode to a string (sorted)
* Make usermodes use add_mode_to_str()
* Make channel modes use add_mode_to_str()
* Now modes are not stored in bitmasks, not hard-coded at compile time. HUZZAH!
* Nix "inactive" field in channels, channels are thrown away at disconnect
* Don't allow channels to move between servers, natch.
* Nix all the code to handle disconnected channels and such.
* Use change_window_server() to move windows to new servers, because...
* Make window_check_servers() auto-close windowless servers.
* Make change_window_server(<server>, NOSERV) cause a disconnect from <server>
* Don't honor /set auto_reconnect, we don't ever reconnect.
* Fix printf() error in /on kick default output
* Add new server state, SERVER_RECONNECT which means "i can be connected"
* So now SERVER_CLOSED means "don't reconnect me"
* Allow /server, /window server, and /reconnect to change CLOSED -> RECONNECT
* Make server connections nonblocking.
* Server connections are now nonrecursive, nonblocking, multi-protocol. HUZZAH!
* GC a bunch of server code dealing with reconnection we don't use now.
* Don't call window_check_servers() other than io() for sanity reasons.
* Make /window server just change server, let w_c_s() bootstrap connection
* Remove many window->channel->server sanity checks.

Revision 1.50 / (view) - annotate - [select for diffs] , Sun Dec 28 05:59:15 2003 UTC (4 years, 8 months ago) by jnelson
Branch: MAIN
Changes since 1.49: +7 -7 lines
Diff to previous 1.49
* commit 1013:
* Use a "status" variable in server, instead of a plurality of binary flags
* Process usermodes as strings only.
* Nix 'flags', 'flags2' and 'umodes', 's_takes_arg', and 'eof'.
* Change update_user_mode() to take a server refnum.
* Nix $serverctl(... UMODES)
* Change server_is_registered() so it takes a server name and our nickname.
* Add server_is_unregistered() which i'll use in the future.
* Hook /on server_lost all the time in close_server() by popular request.
* Make $version() always return "2.8" since all servers are 2.8 servers.
* Check /set auto_rejoin_connect at disconnect-time, instead of connect-time.
* Use a "is_server_active()" function instead of "did_server_rejoin_channels"
* Move the guts of got_initial_version_28() into server_is_registered()
* Call "server_is_registered()" from 001, which loads ircrc among other things.
* Reduce 004 so it only sets the server's version string id.
* Nix got_initial_version_28

Revision 1.49 / (view) - annotate - [select for diffs] , Wed Dec 17 09:25:30 2003 UTC (4 years, 8 months ago) by jnelson
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
Make 'empty_string' (const char []).  Now we're cooking with gas!

Revision 1.48 / (view) - annotate - [select for diffs] , Tue Dec 16 23:25:45 2003 UTC (4 years, 8 months ago) by jnelson
Branch: MAIN
CVS Tags: epic5-0_0_1
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
EPIC5-0.0.1!  Huzzah!

Revision 1.47 / (view) - annotate - [select for diffs] , Mon Dec 15 05:41:02 2003 UTC (4 years, 8 months ago) by jnelson
Branch: MAIN
Changes since 1.46: +4 -3 lines
Diff to previous 1.46
Make message_from() work off of a stack; use panics to guard against
unmatched message_from()s, and other wackiness.

Revision 1.46 / (view) - annotate - [select for diffs] , Tue Oct 28 05:53:57 2003 UTC (4 years, 10 months ago) by jnelson
Branch: MAIN
CVS Tags: 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
Changes since 1.45: +6 -6 lines
Diff to previous 1.45
* Add /set wserv_type, either "xterm" or "screen".
* Add malloc_strcat_word_c, add a single word to word list, with "" support
* Convert a bunch of stuff to use malloc_strcat_word_c to honor ""s right.
* GC a bunch of unused code.

Revision 1.45 / (view) - annotate - [select for diffs] , Thu Jul 10 12:08:57 2003 UTC (5 years, 2 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_13
Changes since 1.44: +9 -9 lines
Diff to previous 1.44
Overhaul of malloced string handling functions:
* Convert m_[s]c3cat[_s]() to malloc_strcat_wordlist_c()
* Nix m_e3cat(), m_s3cat(), m_s3cat_s(), m_3cat()
* Nix m_ec3cat(), m_sc3cat(), m_sc3cat_s(), m_c3cat().
* Convert m_dupchar() to malloc_dupchar().
* Convert m_strndup() to malloc_strndup().
* Make malloc_strcpy/malloc_strcat/malloc_strcat2/malloc_strcat_wordlist macros
* Convert m_2dup() to malloc_strdup2().
* Convert m_3cat() to malloc_strcat2[_c]().
* Convert m_3dup() to malloc_strdup3().
* Convert m_ec3cat() to malloc_strcat2_c()
* Use strlcat_c() in $repeat() instead of strlcpy(). whee!
* Sanity check first arg to $regcomp(), to avoid crashes.
* Don't pass NULL to bsearch(), even if 'nmem' is 0 [$remws()]
* Nix the original malloc_strcpy (supplanted by malloc_strcpy_c)
* Comment out all the deprecated functions

Revision 1.44 / (view) - annotate - [select for diffs] , Thu Jul 10 09:30:45 2003 UTC (5 years, 2 months ago) by jnelson
Branch: MAIN
Changes since 1.43: +2 -11 lines
Diff to previous 1.43
Commit 548
* Nix channel_window, duplicate of get_winref_by_channame()
* Make arglist processor panic if it sees an argtype that doesn't exist.
* Fix bug with * operator in exprs like (a ? b : *c) in new expression parser.
* Fix theoretical crash with deleting hooks from /on window. Bleh.
* General cleanups in if.c.
* Fix /timer -list acting all wacky.
* Fix compilation warnings, you know the deal...

Revision 1.43 / (view) - annotate - [select for diffs] , Wed Jul 9 20:10:25 2003 UTC (5 years, 2 months ago) by jnelson
Branch: MAIN
Changes since 1.42: +11 -11 lines
Diff to previous 1.42
Convert m_strdup() to malloc_strdup().

Revision 1.42 / (view) - annotate - [select for diffs] , Fri May 9 03:29:52 2003 UTC (5 years, 4 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_12
Changes since 1.41: +9 -8 lines
Diff to previous 1.41
* Rename 'dcc()' to 'dcc_cmd()' so we can use dcc as variable
* Garbage collect unused 'irc_path' global variable.
* Add --with-warns to configure to do FreeBSD "WARNS" like compiler checks
* Many hundreds of changes to improve the "quality of code" in epic, including:
* - Treat all literal strings as (const char *) and fix const correctness.
* - Mopping up all remaining const-correctness issues
* - Do not "launder" a (const char *) to a (char *) in string searches, (ala
    strchr) but rather return a ssize_t offset value.
* - Particular, MatchingBracket() returns (ssize_t) and not (char *).
* - Eliminate all "shadow" variable names by changing them to something else.
* - Eliminate most function decls that do not include a prototype list.
* - Add prototypes for all extern functions that are missing them.
* - Ensure most function pointers include a prototype list.
* - In term.c, most of those (char *)'s are really (const char *)'s.
* - Explicitly specify 'static' functions as 'static'
* - Ensure every function is either 'static' or has a prototype.
* - Eliminate (unsigned) < (signed) type comparisons.
* Hopefully you should not notice any changes!

Revision 1.41 / (view) - annotate - [select for diffs] , Thu Apr 24 20:49:25 2003 UTC (5 years, 4 months ago) by jnelson
Branch: MAIN
Changes since 1.40: +11 -10 lines
Diff to previous 1.40
Nominally remove all uses of "unsafe" functions: (Commit 506)
* Convert all uses of strcpy() to strlcpy()
* Convert all uses of strcat() to strlcat()
* Convert all uses of strmcpy() to strlcpy()
* Convert all uses of strmcat() to strlcat()
* Convert all uses of sprintf() to snprintf()
* As much as possible, use 'sizeof var' in snprintf/strlcpy/strlcat.
* Qualify the size of some global vars so we can sizeof() them.
* Nuke strmcpy(), strmcat(), strmcat_ue(), strmccat(),
* Change strmopencat() to strlopencat().
* Change strmpcat() to strlpcat().
* Fix switch_hostname so it doesn't return a (const) string.
* Fix TimerTimeout so it doesn't return a (const) Timeval.
* Change things like (ret) to do ret while (0); for when "ret" is "{}".
* Fix initialization for load_level
* Stop passing in static strings into io(), so we can modify them.
* Make messages passed to io() more informative to the user.
* Fix CTCP FINGER handler not to assume (struct pw) strings can be overwritten.
* Use (socklen_t) and not an (int) for socket sizes.
* Don't return a value in a void function...
* Don't use return value of process_dcc_chat_ctcps() for assignment.
* Don't put semicolons after function bodies
* Fix $getopt() to save 'input_size' so we can use it with strl*().
* Convert all uses of stpcpy() to strlcat() and strlopencat().
* Nix checks for stpcpy() in configure -- regen configure.

Revision 1.40 / (view) - annotate - [select for diffs] , Fri Apr 4 17:52:59 2003 UTC (5 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.39: +5 -2 lines
Diff to previous 1.39
* Don't hold elections for illegal window refnums.
* Channel can't be current if it's not in a window.

Revision 1.39 / (view) - annotate - [select for diffs] , Sat Mar 29 08:10:22 2003 UTC (5 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.38: +498 -607 lines
Diff to previous 1.38
* New /set, /SET SWITCH_CHANNELS_BETWEEN_WINDOWS
* C language issues (const correctness, integer size correctness)
* Revamp channel structure to hold window refnum and not window pointer
* Add "current channel counter" to channel structure.
* Determine "current channel" by election.
* Garbage collect a lot of now unnecessary code.
* Add get_echannel_by_refnum(), returns window's "elected" current channel
* Add internal function is_waiting_for_channel()
* Add internal function move_waiting_channel()
* Add internal function get_winref_by_bound_channel()
* Add internal function get_bound_channel_by_refnum()
* Convert uses of get_channel_by_refnum() to get_echannel_by_refnum()
* Fix $winbound() to work when given a window refnum
* Fix valgrind issue with $regcomp()
* Remove sanity checks from traverse_all_channels(); handled elsewhere now
* Change traverse_all_channels() with "this server" or "not this server" arg
* Nuke (Window *)->current_channel.  Handled by channels now.  HUZZAH!
* Implement /ON SWITCH_WINDOWS again.

Revision 1.33.2.2 / (view) - annotate - [select for diffs] , Mon Mar 24 17:53:01 2003 UTC (5 years, 5 months ago) by wd
Branch: wd-devel
Changes since 1.33.2.1: +0 -0 lines
Diff to previous 1.33.2.1 to branch point 1.33 to next main 1.34
Another merge.

Revision 1.33.2.1 / (view) - annotate - [select for diffs] , Thu Feb 27 15:29:56 2003 UTC (5 years, 6 months ago) by wd
Branch: wd-devel
Changes since 1.33: +40 -66 lines
Diff to previous 1.33
Yikes.  Merged to become consistent with HEAD.  Sorry for all the commits,
I'll be quiet again soon. :)
-wd

Revision 1.38 / (view) - annotate - [select for diffs] , Sun Jan 26 03:25:38 2003 UTC (5 years, 7 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_11
Changes since 1.37: +2 -1 lines
Diff to previous 1.37
Commit 436
This commit is deceptive because it is huge in scope but can be explained
pretty simply.

* Const correctness improvements.
* Invert the meaning of 'new_check_flooding' to return TRUE if flooding.
* Revamp funny.c, /list, /names, /mode reply handling.
* Remove unused joined_nick, public_nick
* Change got_initial_version_28() arguments singly and not an array
* Change signature of protocol handling to take "command" as an argument
* The above change cascades to a lot of other changes.
* Allow the /msg'ing of @W<refnum> to msg a window's refnum.
* First round of larnification (Protection against unexpected server data)
* This involved substantial rewrites of parse.c, and numbers.c
* Now "fake" stuff goes through /on odd_server_stuff.
* Fix /on invite so it takes 3 arguments, not 2.

Revision 1.37 / (view) - annotate - [select for diffs] , Sat Jan 11 04:26:52 2003 UTC (5 years, 7 months ago) by jnelson
Branch: MAIN
Changes since 1.36: +5 -2 lines
Diff to previous 1.36
Commit #427
* Add -l<tcl> to the front of $LIBS so -lm can come after it
* Look for SSL stuff in default location before hunting for it in /usr/local.
* Reset $withval after check for perl so --without-perl doesn't --without-tcl
* Make first arg of cvtchar() a (const char *) to silence warning.
* Move 'this_sucks' label to a place where it is legal.
* Make check_val() cope with NaNs and INFs more graciously...
* Fix null deref with /lastlog -c
* Update the input line in set_update(), not the caller
* Do update the input line when redrawing status
* Change make_status() to return a success/failure value.
* Don't clear the "status line wants redraw" flag if redrawing status fails.
* Nuke the now unecessary "in_window_command" global variable.
* Fix bug where <scrollback> + <scrollforward> left you in scrollback mode.
* Force init of Window->lines_held = 0 even though that shouldnt be needed.

Revision 1.36 / (view) - annotate - [select for diffs] , Mon Dec 30 05:53:26 2002 UTC (5 years, 8 months ago) by jnelson
Branch: MAIN
Changes since 1.35: +5 -1 lines
Diff to previous 1.35
Add support for channel mode +C, at the request of a quakenet user.

Revision 1.35 / (view) - annotate - [select for diffs] , Thu Dec 19 03:22:59 2002 UTC (5 years, 8 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_9, epic4-1_1_8, epic4-1_1_10
Changes since 1.34: +20 -34 lines
Diff to previous 1.34
* Use server_list_size() and not number_of_servers outside of server.c
* Use NOSERV and not -1 for "no server"
* Use (Timeval) and not (struct timeval)
* Fix (get|set)_server_sent_*() et al to take server refnum.
* Use parse_server_index() and not my_atol() to parse server refnums
* re-indent quotecmd
* Rename is_server_connected() to is_server_registered
* Make /quote work as long as server is open (not registered)
* Use send_to_aserver() when it can avoid setting from_server unecessarily
* Change sent_to_server and clear_sent_to_server to (set|get)server_sent().
* Change doing_* to get_server_doing_*.
* Use (unsigned short) and not (u_short)
* Use (unsigned long) and not (u_long)
* Make output_reject_ctcp() take a refnum
* Lock a dcc while we are connecting it, just in case. ;-)
* Fix /dcc send -p <port>
* Store protocol enforcements as (get|set)_server_protocol_state().
* Use (Stat) and not (struct stat)
* Rewrite $timerctl() so it works like $logctl()
* Rename is_server_connected() to is_server_registered()
* Fix an off-by-one error with /FOR ... IN ...
* Keep track of both readable and writable fd's with newio stuff.
* Convert server_list to an array of pointers
* When user /server -delete's, leave a gap, don't change refnums around.
* Nix code that handles deleting server refnums.
* New function, new_open_for_writing(), for when we do nonblocking connects.
* Change new_open() to deregister fd as "writable"
* Renovate the notify stuff to take refnums and not just use from_server.
* Renovate /WHO, /ISON, /USERHOST to take refnums and not just use from_server.
* Make everything that uses server_list[] use get_server() instead.
* Make everything capable of dealing with "gaps" in server_list[].
* Use a bunch of macros, to handle with getting and setting server attrs.
* Make as much as possible use refnums as params and not from_server.
* And a lot of other stuff...

Revision 1.34 / (view) - annotate - [select for diffs] , Wed Dec 11 19:20:23 2002 UTC (5 years, 8 months ago) by crazyed
Branch: MAIN
Changes since 1.33: +12 -32 lines
Diff to previous 1.33
* Added functions $asciiq() $chrq() $exec() $timerctl() $tcl() $winline()
  and $floodinfo().
* Altered the two argument version of $read() to ctcp quote the strings it
  returns.
* Added sets FLOOD_RATE_PER and FLOOD_MASKUSER.
* Altered the "accept" mode of the dcc_raw and dcc_connect hooks to refer
  to the local port instead of the remote port.
* Added a "-closein %proc" switch to /exec.
* Altered the arg list mode of /alias to use extractw instead of next_arg.
* Added the documented "words" argument to the above.
* Tuned autoget, mudirc, tabkey.ce and commandqueues.
* Altered /pretend to not chop the string.
* Set about rewriting the flood detection and then decided that it's better
  off being a script.
* Moved the function macros to their own file (functions.h) and replaced
  all the copies that are strewn throughout the source with an #include.
  The exception is array.c which broke when I tried it.
* Moved the ctcp enquoting/dequoting functions to ircaux.c.
* Added some command/function ordering checks to funcs/regress, and a check
  for all the functions that are undocumented.
* Rewrote function chanmodetype() so that it doesn't have all those flakey
  buffering things.  Hopefully it's readable now.  The significant change
  is that if a mode character appears twice in CHANMODES, the first one is
  returned instead of the last.
* Added EPIC::call() in the perl routines and an equivalent under tcl.
  this is designed to call a $function() directly, but it isn't really that
  fast, so I might rip them out again.
* The /wait internals used to store a few other settings, which were taken
  out, so I put them back.
* Fixed a few problems with normalize_filename() around the place.
* Fixed a bug with /timer in which it would never show the timers after a
  callback.

Revision 1.33 / (view) - annotate - [select for diffs] , Fri Nov 8 23:36:12 2002 UTC (5 years, 10 months ago) by jnelson
Branch: MAIN
Branch point for: wd-devel
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
Another round of epic5 changes...
* Make $B, $., $,, $:, $;, $I, /WAIT stuff server specific, from epic5
* Make tracking of doing_(privmsg|notice|ctcp) server specific, from epic5
* Fixes for Const Correctness.

Revision 1.32 / (view) - annotate - [select for diffs] , Thu Sep 26 21:41:43 2002 UTC (5 years, 11 months ago) by jnelson
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31
Ach.  Here goes nothing.
Major commit which does many things, but the most prominent of which
is the final integration of the scrollback buffer with the hold buffer.
This fixes several annoying "features" and introduces a small truckload
of new features which have been requested recently.  Please see the
KNOWNBUGS or UPDATES file for more info, since I don't want this message
to be ridiculously long.

Revision 1.31 / (view) - annotate - [select for diffs] , Fri Aug 30 15:51:25 2002 UTC (6 years ago) by crazyed
Branch: MAIN
Changes since 1.30: +6 -8 lines
Diff to previous 1.30
Cleaned up a few -Wall warnings.

Revision 1.30 / (view) - annotate - [select for diffs] , Mon Aug 26 16:20:14 2002 UTC (6 years ago) by crazyed
Branch: MAIN
Changes since 1.29: +12 -2 lines
Diff to previous 1.29
* /exec leak fix for -line, -part, etc.
* /for var from x to y step z will work for negative z now, but for bug
  compatibility, you must use a negative step to actually make this work.
* Local variable tweaks.
* Fixed $word() to not discard words after a "".
* /userip now uses the internal queue, if the server supports it via the
  USERIP 005.  Otherwise, it will send the command directly to the server.
  The problem with this is that to avoid the internal cache returning the
  users address, you must use -direct.  This needs to be fixed.
* Karll Array overhaul.  Removed certain performance traps for very large
  arrays, which have very large numbers of like items, and made it such
  that arrays can be in an unsorted internaly until the time that they
  need to be sorted, when a quicksort is called on them.
   * Added two new functions to deal with this:  $usetitem() and
     $delitems().  These work like their similarly named counterparts, but
     leave the array unsorted, and generally perform better.
   * Any function which uses indexes or performs a binary search on an
     array will cause the array to be sorted.
   * For the most part, extended functions to allow for additional
     item/index args.  $getitem(array $getmatches(array *cat*)) will
     return the contents of all items that have the character sequence
     "cat" in them.  $getitem(array2 $getmatches(array1 *cat*)) will
     act much like $copattern().

Revision 1.29 / (view) - annotate - [select for diffs] , Mon Aug 26 15:08:36 2002 UTC (6 years ago) by crazyed
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
* Added +h as the one extended channel mode that epic will accept without
  being present in CHANMODES or PREFIX 005s.

Revision 1.28 / (view) - annotate - [select for diffs] , Fri Aug 9 14:16:14 2002 UTC (6 years, 1 month ago) by crazyed
Branch: MAIN
CVS Tags: epic4-1_1_7, epic4-1_1_6
Changes since 1.27: +3 -2 lines
Diff to previous 1.27
Altered the mode parser message for unknown modes to indicate something
less serious - that it defaults to type D.

Revision 1.27 / (view) - annotate - [select for diffs] , Fri Aug 2 15:21:17 2002 UTC (6 years, 1 month ago) by crazyed
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26
Fixed a silly bug that was added in my previous commit.

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Aug 2 13:50:46 2002 UTC (6 years, 1 month ago) by crazyed
Branch: MAIN
Changes since 1.25: +20 -8 lines
Diff to previous 1.25
* Patch to channmodetype() to trigger a map rebuild under more sane (but
  slower) conditions.
* Thanks to MaXxX, a bugfix for the same function.
* Added +D to the mode parser.  There already seemed to be functionality
  for it which was incomplete.

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Jul 30 15:12:59 2002 UTC (6 years, 1 month ago) by crazyed
Branch: MAIN
Changes since 1.24: +92 -28 lines
Diff to previous 1.24
* Added support for CHANMODES, PREFIX and CHANTYPES in the processing of
  modes.  If the server doesn't support these, then hopefuly sane default
  strings are chosen, and these _don't_ include the wacky extensions that
  have been added over the years, so conceivably, this could break things
  like halfops and ban/invite exemptions.
* Stored the UMODES field from the 004 numeric in the server data.  Can be
  retrieved with $serverctl(get x umodes).
* Altered "/msg @$fd" so that $fd must be a number, otherwise, it will be
  treated as a privmsg.
* Added $xdebug() which returns all single bit flags with + or - added as
  appropriate.  /xdebug $xdebug() is a no-op.
* Fixed an /xdebug bug in which - would cause all subsequent flags to be
  switched off.  For bug compatibility, it still works this way, but you
  can specify + to turn all subsequent values on.
* Altered m_sc3cat_s() to call m_sc3cat rather than m_c3cat, which results
  in a cleaner string.  Examination of the uses of this function showed
  that they all dealt with this bug in some way.
* Altered $which() to call path_search() directly, rather than uzfopen().
  It may be useful to add a flag to path_search indicating which attributes
  we are searching for.  This could cause problems since the old method
  would skip over a file if it wasn't readable.
* Added clue variables for $unsplit().

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Jul 17 21:52:52 2002 UTC (6 years, 1 month ago) by jnelson
Branch: MAIN
Changes since 1.23: +30 -5 lines
Diff to previous 1.23
Update copyright notices and copyright dates.

Revision 1.23 / (view) - annotate - [select for diffs] , Wed Jul 17 02:25:51 2002 UTC (6 years, 1 month ago) by jnelson
Branch: MAIN
Changes since 1.22: +5 -4 lines
Diff to previous 1.22
Add support for +D by special request from srgeeo.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu May 23 02:35:17 2002 UTC (6 years, 3 months ago) by jnelson
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
No functional changes, just removal of unecessary whitespace at the end
of lines.  From adm.

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Apr 29 00:15:59 2002 UTC (6 years, 4 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_5, epic4-1_1_4
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Yet more changes! =)
-- Collapse "read" and "write" variables in the DCC object to a single
   variable "socket" which points to our internet peer.  Much simpler!
-- Nuke the now unused "struct in_addr local_addr;"  Huzzah!
-- Fix a printf() format bug that caused the ports in dcc handshakes
   to always come out as 0.
-- Convert unecessary uses of gethostbyname() to inet_anyton() to catch
   the optimization break for dotted-quads.
-- Do direct assignments, not memmove()s of (struct in_addr)'s.
-- Add future gracious (non-)support for colon-notation IPv6 addresses in
   DCC handshakes.
-- Fix the "dcc handshake sanity checker" to not be quite so lame.
-- Fix a bug where some $channel() may return % before some users if
   their "halfop" status is -1, instead of only when it's 1.  Hunted
   by adm, fix from paladin.
-- Add error checking for some calls to inet_aton().  Need more error
   checking!

Revision 1.20 / (view) - annotate - [select for diffs] , Sun Feb 17 22:40:29 2002 UTC (6 years, 6 months ago) by crazyed
Branch: MAIN
CVS Tags: epic4-1_1_3
Changes since 1.19: +10 -0 lines
Diff to previous 1.19
* New STATUS_HALFOP setting which acts much the same way as STATUS_CHANOP.
* New function $getcommands() which acts much the same way as $getsets().
  The internals for these two functions probably need to be rolled together.
* Cleanups and minor updates to tabkey.ce.

Revision 1.19 / (view) - annotate - [select for diffs] , Thu Feb 14 00:19:25 2002 UTC (6 years, 6 months ago) by jnelson
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Make $channel() use "%" as the indicator for half-op status instead of
the character 'h'.  This was becausing using a valid nickname character
wrecked havoc with too many existing scripts.  There should be no harm
in using % instead of 'h'.

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Jan 24 10:45:25 2002 UTC (6 years, 7 months ago) by crazyed
Branch: MAIN
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
* Enhanced flood checking to keep records based on userhost rather than
  nick.  Not designed to catch clones but to make it harder to avoid.
* Flood checking keeps its time in microseconds now, which _may_ make it
  a little hyperactive on occasions.
* Small re-arrangement to find_array_item() to make it slightly faster.
* Terminology fix in /alias /s.
* Added $regmatches() which works exactly like $regexec, but returns pairs
  of numbers which can be applied to $mid() to extract the matched strings
  and substrings from the original string.  It also takes a new second
  argument indicating the maximum number of subexpressions to return.
* New -file option to /lastlog.  If given, all output will be written to
  the file rather than the screen.  file_put_it() may be questionable.
* $channel() will return "h" in the op field if the user is a half-op.

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Oct 24 15:19:24 2001 UTC (6 years, 10 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_1
Changes since 1.16: +13 -3 lines
Diff to previous 1.16
Add channel mode +M support, for dalnet.
This also includes the actual use of the previous commit, which
implements /set auto_rejoin_connect.

Revision 1.16 / (view) - annotate - [select for diffs] , Mon Oct 8 23:59:35 2001 UTC (6 years, 11 months ago) by crazyed
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
* Made window_rejoin() work directly with args rather than a local copy.
* Altered a use of m_s3cat_s to m_s3cat due to it messing up the JOIN command.
* Added a check in move_channel_to_window for whether the bind_channel
  attribute is actually set.
* Documentation note:  If /window rejoin is ever meant to be used in the
  standard way in which commands can be appended to each other, the key
  argument will be required.
    eg:  /window rejoin #chan key rejoin #chan key

Revision 1.15 / (view) - annotate - [select for diffs] , Sat Oct 6 00:46:38 2001 UTC (6 years, 11 months ago) by jnelson
Branch: MAIN
Changes since 1.14: +19 -12 lines
Diff to previous 1.14
* Add /window rebind, which moves a channel binding forcibly to a new window
* Add /window rejoin, which joins a channel in the window you want it to go.
* Make /join use /window rejoin, you can use it in an /on now! Huzzah!
* Fix move_channel_to_window to revoke /window bind when a chan moves away.
Commit 92

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Oct 2 16:53:35 2001 UTC (6 years, 11 months ago) by crazyed
Branch: MAIN
Changes since 1.13: +14 -8 lines
Diff to previous 1.13
* Miscelaneous 3cat updates.
* History expansion copies the history buffer verbatim now.
  * Bugfix:  /!0 would not retrieve the first command entered.
  * Bugfix:  Negative numbers not found would be display the
    incorrect number in the error message.  eg:  /!-4444
* Alterations to remove_trailing_spaces interface.
* $igetrmatches() was defined, but inaccessible.

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Sep 26 21:49:26 2001 UTC (6 years, 11 months ago) by jnelson
Branch: MAIN
Changes since 1.12: +10 -0 lines
Diff to previous 1.12
Add $halfop(), channel half-op status (+h) -- returns 1, 0, or -1.
Written by ay-ar.

Revision 1.12 / (view) - annotate - [select for diffs] , Tue May 8 21:14:22 2001 UTC (7 years, 4 months ago) by jnelson
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Rework some comments to avoid offending server coders who do not like
to see breaking of backwards compatability refered to as "broken".

Revision 1.11 / (view) - annotate - [select for diffs] , Fri Apr 13 07:00:05 2001 UTC (7 years, 4 months ago) by robohak
Branch: MAIN
CVS Tags: epic4-1_0_1
Changes since 1.10: +16 -0 lines
Diff to previous 1.10
Added destroy_waiting_channels() to remove waiting channels when you're going to call destroy_server_channels()

Revision 1.10 / (view) - annotate - [select for diffs] , Fri Mar 23 19:20:50 2001 UTC (7 years, 5 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_0, epic4-0_10_0, epic-test-tag2, epic-test-tag
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
Fix a braino in 'cant_join_channel'

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Mar 23 18:35:43 2001 UTC (7 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.8: +13 -0 lines
Diff to previous 1.8
* Move the "can't join channel" numerics into section #1, suppress them if you
  are actually on the channel already!  Add "cant_join_channel" function in
  names.c to wipe out window->waiting_channel(), and use it in the "cant join
  channel" numerics.

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Mar 21 16:57:36 2001 UTC (7 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.7: +0 -6 lines
Diff to previous 1.7
Fix a typo in the 477 numeric handler (spotted by robohak)
Fix reconnect stuff so it's done right.  Hopefully Q will accept this. ;-)
I'm hoping that channels are now saved properly, or at least that we can
arrange for them to be.  Watch out for the new panic i put in there!

Revision 1.7 / (view) - annotate - [select for diffs] , Sat Feb 3 00:49:15 2001 UTC (7 years, 7 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-0_9_17, epic4-0_9_16
Changes since 1.6: +13 -5 lines
Diff to previous 1.6
Commit #33 -- Fix for joining keyed and nonkeyed channels on reconnect.
Basically, we send two JOINs, one for keyed channels and one for the rest.
All of this from robohak (thanks!)

Revision 1.6 / (view) - annotate - [select for diffs] , Sat Feb 3 00:23:22 2001 UTC (7 years, 7 months ago) by jnelson
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5
Commit #32 -- More fixes from robohak.  Things starting to look good!
Thanks robo!

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Feb 2 23:18:13 2001 UTC (7 years, 7 months ago) by jnelson
Branch: MAIN
Changes since 1.4: +58 -32 lines
Diff to previous 1.4
Commit #31 (0.9.15-13)
More fixes from robohak to fix the /on switch_channel madness.
Thanks! =)

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Jan 31 18:34:52 2001 UTC (7 years, 7 months ago) by jnelson
Branch: MAIN
Changes since 1.3: +88 -0 lines
Diff to previous 1.3
Commit #30 -- all of this from Robohak
Implement new "move_channel_to_window" function, which supercedes the
functionality provided by "unset_window_current_channel" and
"reset_window_current_channel" -- do not use those functions for anything
new without talking to us first.  This should make epic work with lice
once again.  Thanks robo! =)

Revision 1.3 / (view) - annotate - [select for diffs] , Sun Dec 24 03:31:21 2000 UTC (7 years, 8 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4_0_9_15, epic4-0_9_15
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
Commit #12 -- Oops.  A little bit of glue was missing for channel mode +a.
Pointed out and requested by is-.

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Dec 21 07:45:05 2000 UTC (7 years, 8 months ago) by jnelson
Branch: MAIN
Changes since 1.1: +7 -3 lines
Diff to previous 1.1
Commit #11 -- support efnext's 010 numeric (Please use another server)
Support dalnet's +O (elite bastard only) channel mode.

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Tue Dec 5 00:11:57 2000 UTC (7 years, 9 months ago) by jnelson
Branch: epicsol
CVS Tags: start, epic4-0_9_14
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial import into CVS

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Dec 5 00:11:57 2000 UTC (7 years, 9 months ago) by jnelson
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.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

CVS Admin
Powered by
ViewCVS 0.9.2