ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/modules
Revision 934 - Directory Listing - [select for diffs]
Modified Wed Apr 8 20:34:38 2009 UTC (14 years, 11 months ago) by db
Diff to previous 865
- remove old m_ungline code



Revision 865 - Directory Listing - [select for diffs]
Modified Mon Mar 5 23:24:44 2007 UTC (17 years ago) by db
Diff to previous 864
- strbuf accept listing


Revision 864 - Directory Listing - [select for diffs]
Modified Mon Mar 5 21:54:22 2007 UTC (17 years ago) by db
Diff to previous 863
- strbuf this, much cleaner looking


Revision 863 - Directory Listing - [select for diffs]
Modified Mon Mar 5 04:47:22 2007 UTC (17 years ago) by db
Diff to previous 862
- use strbuf here


Revision 862 - Directory Listing - [select for diffs]
Modified Mon Mar 5 04:33:38 2007 UTC (17 years ago) by db
Diff to previous 857
- move buf_cb_sendto_one() into send.c from strbuf
- add kludge to Makefile to force strbuf.o functions to be linked into ircd
- add temp kludges to deny. and kill.c to allow ircd to link (FIX!!!)
- Finally! modify m_names.c to use strbuf


Revision 857 - Directory Listing - [select for diffs]
Modified Tue Feb 27 03:22:06 2007 UTC (17 years, 1 month ago) by db
Diff to previous 851
- forward port 709 and 708 changes


Revision 851 - Directory Listing - [select for diffs]
Modified Mon Feb 19 21:55:24 2007 UTC (17 years, 1 month ago) by bear
Diff to previous 850
Move some logic from m_kline.c to conf/kill.c, integrate stuff with new csvlib,
clean up / simplify / centralize some code.

parse_aline.c should really be called aline.c or so now

Revision 850 - Directory Listing - [select for diffs]
Modified Mon Feb 19 20:27:04 2007 UTC (17 years, 1 month ago) by db
Diff to previous 839
- forward port
- add +C
- add -full to etrace

Reviewed by: cryogen, Bear

Revision 839 - Directory Listing - [select for diffs]
Modified Thu Feb 1 20:53:41 2007 UTC (17 years, 1 month ago) by stu
Diff to previous 836
Make m_names compile again
Revision 836 - Directory Listing - [select for diffs]
Modified Thu Jan 18 17:59:04 2007 UTC (17 years, 2 months ago) by bear
Diff to previous 835
Throttle 'wildcard' NAMES, this does look like it eats some CPU on a big net
Revision 835 - Directory Listing - [select for diffs]
Modified Thu Jan 11 18:19:27 2007 UTC (17 years, 2 months ago) by bear
Diff to previous 826
remove outdated comment
Revision 826 - Directory Listing - [select for diffs]
Modified Wed Nov 15 11:25:29 2006 UTC (17 years, 4 months ago) by stu
Diff to previous 801
Fix wrong comment
Revision 801 - Directory Listing - [select for diffs]
Modified Wed Aug 30 16:54:25 2006 UTC (17 years, 7 months ago) by adx
Diff to previous 796
+ only filename changes

Revision 796 - Directory Listing - [select for diffs]
Modified Wed Aug 30 10:32:10 2006 UTC (17 years, 7 months ago) by michael
Diff to previous 795
- Fixed resvs

Revision 795 - Directory Listing - [select for diffs]
Modified Mon Aug 28 13:08:23 2006 UTC (17 years, 7 months ago) by michael
Diff to previous 794
- propset

Revision 794 - Directory Listing - [select for diffs]
Modified Sun Aug 27 22:43:34 2006 UTC (17 years, 7 months ago) by adx
Diff to previous 785
+ fixed win32 build (at least under BCC)
+ newconf adjustments aiming at simple.conf compatibility
+ added missing init_resv() call
Revision 785 - Directory Listing - [select for diffs]
Modified Sat Aug 26 10:41:50 2006 UTC (17 years, 7 months ago) by michael
Diff to previous 782
- More TBURST fixes

Revision 782 - Directory Listing - [select for diffs]
Modified Fri Aug 25 16:29:28 2006 UTC (17 years, 7 months ago) by michael
Diff to previous 771
- Small cleanups for better readability to whois_person()

Revision 771 - Directory Listing - [select for diffs]
Modified Tue Aug 22 18:54:38 2006 UTC (17 years, 7 months ago) by adx
Diff to previous 766
+ after fixing a bunch of bugs, ircd is finally able to start up and /connect.
+ problems: kline/xline and such refuse to load (missing write_csv_line),
  modload & co are also not present (need to implement module-like m_ files?)

Revision 766 - Directory Listing - [select for diffs]
Modified Sun Aug 20 11:18:36 2006 UTC (17 years, 7 months ago) by michael
Diff to previous 764
- Fixed src/Makefile.in
- Have KLINE and friends deal properly with write_csv_line().  It's currently
  kinda ugly, but the whole csvlib crap will have to be rewritten to use some
  proper database anyways.

  /UN*LINE may core for now.


Revision 764 - Directory Listing - [select for diffs]
Modified Sat Aug 19 20:14:06 2006 UTC (17 years, 7 months ago) by adx
Diff to previous 751
+ restored class limits plus reworked them to be a bit more sane.


Revision 751 - Directory Listing - [select for diffs]
Modified Tue Jul 25 20:51:14 2006 UTC (17 years, 8 months ago) by adx
Diff to previous 749
+ implemented RESV hashing where it's possible (i.e. no wildcards)
+ ok, all this list/hash manipulation should be moved to src/conf

Revision 749 - Directory Listing - [select for diffs]
Modified Tue Jul 25 19:45:47 2006 UTC (17 years, 8 months ago) by adx
Diff to previous 747
+ make everything compile, but not yet link

Revision 747 - Directory Listing - [select for diffs]
Modified Mon Jul 24 22:14:17 2006 UTC (17 years, 8 months ago) by adx
Diff to previous 746
+ fixed everything except m_gline and m_spoof.
+ still to do: ban storage, limits, iphash, parser, conf_connect_allowed

Revision 746 - Directory Listing - [select for diffs]
Modified Mon Jul 24 18:47:50 2006 UTC (17 years, 8 months ago) by adx
Diff to previous 741
+ make most modules compile, except a few ones which need deeper changes

Revision 741 - Directory Listing - [select for diffs]
Modified Sun Jul 23 13:49:20 2006 UTC (17 years, 8 months ago) by adx
Diff to previous 719
+ removed s_conf.h and superseded parts of s_conf.c

Revision 719 - Directory Listing - [select for diffs]
Modified Sun Jul 16 16:56:58 2006 UTC (17 years, 8 months ago) by adx
Diff to previous 701
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks

Revision 701 - Directory Listing - [select for diffs]
Modified Sat Jun 24 19:24:39 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 692
- Avoid header files including other header files
- Killed supported.h, fixed misc. compile errors

Revision 692 - Directory Listing - [select for diffs]
Modified Sat Jun 17 13:10:22 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 691
- Moved show_ports() to m_stats.c

Revision 691 - Directory Listing - [select for diffs]
Modified Sat Jun 17 12:59:03 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 686
- Moved can_join() to m_join.c
- Use const keyword in channel.c whenever possible, fixed comments too

Revision 686 - Directory Listing - [select for diffs]
Modified Fri Jun 16 14:17:06 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 684
- m_names(): removed useless check_channel_name()

Revision 684 - Directory Listing - [select for diffs]
Modified Thu Jun 15 18:18:08 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 663
- Moved ircd_get_platform to libio and killed version.c

Revision 663 - Directory Listing - [select for diffs]
Modified Sat Jun 10 14:32:32 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 659
- Fixed several compile errors

Revision 659 - Directory Listing - [select for diffs]
Modified Fri Jun 9 18:29:48 2006 UTC (17 years, 9 months ago) by adx
Diff to previous 658
+ do not report +g on /whois if target_p is in +G mode

Revision 658 - Directory Listing - [select for diffs]
Modified Fri Jun 9 18:26:43 2006 UTC (17 years, 9 months ago) by adx
Diff to previous 655
+ slight numeric changes, updated polish translation
+ show "%s is in +g mode" on /whois

Revision 655 - Directory Listing - [select for diffs]
Modified Fri Jun 9 13:30:21 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 654
- Fixed function naming convention in some places
- Moved win32 uname() to libio

Revision 654 - Directory Listing - [select for diffs]
Modified Thu Jun 8 09:02:45 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 649
- Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink
  lists to client_list and server_list

Revision 649 - Directory Listing - [select for diffs]
Modified Wed Jun 7 17:57:52 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 645
- Removed all common.h header includes from libio sources
- Moved IRCD_MIN/IRCD_MAX macros to libio and renamed them
  to LIBIO_MIN/LIBIO_MAX

Revision 645 - Directory Listing - [select for diffs]
Modified Wed Jun 7 12:40:28 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 644
- Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM 0"

Revision 644 - Directory Listing - [select for diffs]
Modified Wed Jun 7 12:36:21 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 643
- Moved split_users and split_servers ints to GlobalSetOptions struct

Revision 643 - Directory Listing - [select for diffs]
Modified Wed Jun 7 11:13:45 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 640
- Killed get_maxrss().  Kinda useless and not very portable.
- count_memory(): replaced all longs with size_t

Revision 640 - Directory Listing - [select for diffs]
Modified Wed Jun 7 10:41:00 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 615
- Replaced several strchr(x, '*'), etc. with hash_wildcard()
- Removed useless collapse() call in hunt_server().  It's match()'s job
  to deal with multiple ***.  No need to re-copy the entire string again.

Revision 615 - Directory Listing - [select for diffs]
Modified Sun May 21 12:44:31 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 614
- Moved logging and announcement of *LINES out of csvlib into their
  specific modules where they belong to.


Revision 614 - Directory Listing - [select for diffs]
Modified Sat May 20 15:06:23 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 613
- Use get_oper_name() in each place an oper action is logged.
  (KLINE/XLINE/DLINE, etc.)

Revision 613 - Directory Listing - [select for diffs]
Modified Fri May 19 09:23:10 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 612
- Got rid of several pointless irc_getnameinfo() calls in places where we
  can simply use client->sockhost.
- Removed contrib/m_ltrace.c.  Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c

Revision 612 - Directory Listing - [select for diffs]
Modified Thu May 18 11:51:01 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 610
- Properly fixed /dline nick and removed inetntoa()

Revision 610 - Directory Listing - [select for diffs]
Modified Thu May 18 08:05:21 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 609
- Fixed /dline nick for ipv6 servers

Revision 609 - Directory Listing - [select for diffs]
Modified Tue May 16 10:42:05 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 608
- Killed the client_p parameter of hunt_server() as suggested
  by adx some time ago.

Revision 608 - Directory Listing - [select for diffs]
Modified Tue May 16 10:05:44 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 605
- Merged mo_whowas() and m_whowas() and doxyfied it while at it
- Made whowas_do() only take 3 params and don't longer cut off a
  nick after the first comma.  As per rfc1459, a comma separated
  nick list isn't supported anyways.

Revision 605 - Directory Listing - [select for diffs]
Modified Tue May 16 07:05:34 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 604
- Made find_chasing() only take 3 arguments
- Cleaned up find_person()

Revision 604 - Directory Listing - [select for diffs]
Modified Sun May 14 10:40:41 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 603
- Moved GLINE_PENDING_EXPIRE and CLEANUP_GLINES_TIME defines to m_gline.c

Revision 603 - Directory Listing - [select for diffs]
Modified Sun May 14 10:32:26 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 590
- Made cleanup_pending_glines() an event started off when loading
  the m_gline module
- Removed s_gline.c, s_gline.h and metadata.c

Revision 590 - Directory Listing - [select for diffs]
Modified Thu May 11 11:35:07 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 580
- Fixed compile warnings in send_caplist()

Revision 580 - Directory Listing - [select for diffs]
Modified Mon May 1 21:27:23 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 562
- Minor changes to pending_gline struct to improve readability
- Fixed compile error in channel.c

Revision 562 - Directory Listing - [select for diffs]
Modified Sun Apr 23 07:18:32 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 561
- Forward-ported gline voting fix

Revision 561 - Directory Listing - [select for diffs]
Modified Sun Apr 23 06:53:12 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 550
- Forward-ported r560 (negative traffic stats in STATS ?; reported by ThaPrince)

Revision 550 - Directory Listing - [select for diffs]
Modified Fri Apr 21 14:42:55 2006 UTC (17 years, 11 months ago) by db
Diff to previous 544
- fix compile error in m_stats.c
- wrap header in balloc.h


Revision 544 - Directory Listing - [select for diffs]
Modified Wed Apr 5 09:34:28 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 543
- Made heap_list a dlink_list type
- Killed Block::used_list

Revision 543 - Directory Listing - [select for diffs]
Modified Mon Apr 3 15:18:11 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 533
- "deglobalized" heap_list and added block_heap_get_heap_list() instead.
  Note that block_heap_get_heap_list is a const function and the data pointed
  by it can't and should never be modified externally.

Revision 533 - Directory Listing - [select for diffs]
Modified Tue Mar 21 03:04:18 2006 UTC (18 years ago) by metalrock
Diff to previous 526
 - Fix compile error.

Revision 526 - Directory Listing - [select for diffs]
Modified Sat Mar 18 11:04:52 2006 UTC (18 years ago) by michael
Diff to previous 519
- misc cleanups for better readability to m_stats.c

Revision 519 - Directory Listing - [select for diffs]
Modified Sat Mar 11 11:37:27 2006 UTC (18 years ago) by michael
Diff to previous 518
- Removed redundant tests in ms_server()

Revision 518 - Directory Listing - [select for diffs]
Modified Thu Mar 9 11:05:52 2006 UTC (18 years ago) by michael
Diff to previous 515
- Added missing INIT_MODULE/CLEANUP_MODULE to m_error.c

Revision 515 - Directory Listing - [select for diffs]
Modified Sun Mar 5 09:26:04 2006 UTC (18 years ago) by michael
Diff to previous 514
- Moved tstats() to m_stats.c and killed s_stats.(c|h)
- Got rid of extra ServerStats pointer
- Killed ms_error which was basically a duplication of m_error

Revision 514 - Directory Listing - [select for diffs]
Modified Sun Mar 5 08:30:18 2006 UTC (18 years ago) by michael
Diff to previous 513
- Move m_error.c ..

Revision 513 - Directory Listing - [select for diffs]
Modified Sun Mar 5 08:28:01 2006 UTC (18 years ago) by michael
Diff to previous 504
- Moved m_error to core modules and made remaining command handlers use
  m_ignore instead of m_error

Revision 504 - Directory Listing - [select for diffs]
Modified Fri Mar 3 20:11:54 2006 UTC (18 years ago) by michael
Diff to previous 502
- Misc changes regarding CAP API documentation
- Removed forgotten debugging code in ircd.c

Revision 502 - Directory Listing - [select for diffs]
Modified Fri Mar 3 19:49:25 2006 UTC (18 years ago) by michael
Diff to previous 500
- Implemented CAP command handler based uppon ircu's m_cap()
- Added somewhat outdated draft-mitchell-irc-capabilities-01.txt until
  I get the latest version from kev.
- Added "multi-prefix" cap so clients supporting "multi-prefix"
  may recieve multi prefixed NAMES replies, e.g. @%+nick1 @+nick2 ..
- Fixed "make clean" for src/conf/

Revision 500 - Directory Listing - [select for diffs]
Modified Wed Mar 1 19:35:59 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 493
- In 7.3 we don't have lazy links anymore ..

Revision 493 - Directory Listing - [select for diffs]
Modified Wed Mar 1 16:26:26 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 491
- Break the loop if a client has reached its channel limit


Revision 491 - Directory Listing - [select for diffs]
Modified Wed Mar 1 14:51:05 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 489
- Got rid of extra strlenS and redundant hash_find_channel() calls
- Cleaned up channel name validation routines
- mo_force: don't allow servers to be added to a channel


Revision 489 - Directory Listing - [select for diffs]
Modified Wed Mar 1 12:53:31 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 486
- Rewrote m_join(). This was mainly done to fix some bug that can be easily abused.
  Details about this bug have been given on IRC.

Revision 486 - Directory Listing - [select for diffs]
Modified Wed Mar 1 10:52:19 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 479
- Fixed bug where "JOIN #keyedchan1,#keyedchan2 key1,key2" wouldn't work.
  Reported by ThaPrince

Revision 479 - Directory Listing - [select for diffs]
Modified Fri Feb 24 11:28:05 2006 UTC (18 years, 1 month ago) by adx
Diff to previous 478
+ fixed a stupid

Revision 478 - Directory Listing - [select for diffs]
Modified Fri Feb 24 11:27:13 2006 UTC (18 years, 1 month ago) by adx
Diff to previous 471
+ work against malformed numerics on "WHOIS :  "
+ actually the same needs to be done in many other modules...

Revision 471 - Directory Listing - [select for diffs]
Modified Fri Feb 17 10:01:53 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 470
- Don't allocate new dlink_node pointer on each client creation,
  rather reuse localClient->lclient_node for linking it into
  unknown_list and move it into local_client_list after client
  registration.

Revision 470 - Directory Listing - [select for diffs]
Modified Fri Feb 17 05:07:43 2006 UTC (18 years, 1 month ago) by db
Diff to previous 464
- fix compile errors with moved modules.h
- fix a few missing includes, msg.h and parse.h


Revision 464 - Directory Listing - [select for diffs]
Modified Mon Feb 13 14:16:54 2006 UTC (18 years, 1 month ago) by adx
Diff to previous 460
+ I really see no reason for this garrulous "Client Quit"
  reason, it used to be just a null reason for years.

Revision 460 - Directory Listing - [select for diffs]
Modified Sun Feb 12 22:22:50 2006 UTC (18 years, 1 month ago) by db
Diff to previous 458
- fixed typo
- fixed argument number
- removed reference to no longer used argument


Revision 458 - Directory Listing - [select for diffs]
Modified Sun Feb 12 20:45:14 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 457
- Small changes so register_local_user() only takes 2 parameters instead of 4

Revision 457 - Directory Listing - [select for diffs]
Modified Sun Feb 12 20:30:27 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 453
- Use set_initial_nick() if an unregistered client is changing between
  equivalent nicks which only differ in cAsE.  That way we properly keep
  the fd note about the client updated.

Revision 453 - Directory Listing - [select for diffs]
Modified Sun Feb 12 18:56:55 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 444
- Get rid of can_send_part. This also fixes a bug where voiced clients
  weren't able to send a PART message to the channel.  Reported by ThaPrince.

Revision 444 - Directory Listing - [select for diffs]
Modified Sun Feb 12 00:15:24 2006 UTC (18 years, 1 month ago) by adx
Diff to previous 442
+ STATIC_MODULES is no longer meaningful so byebye

Revision 442 - Directory Listing - [select for diffs]
Modified Sat Feb 11 23:14:21 2006 UTC (18 years, 1 month ago) by adx
Diff to previous 434
+ massive rewrite of module init/deinit/version headers,
  we are introducing a new module manager which deals with static
  and dynamic modules exactly the same way. (New possibilities
  include loading/unloading statically compiled modules and
  mixing static/dynamic ones in one build.)

Revision 434 - Directory Listing - [select for diffs]
Modified Sat Feb 11 19:19:48 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 415
- Fixed invalid output of the USERS command as reported by ThaPrince

Revision 415 - Directory Listing - [select for diffs]
Modified Fri Feb 10 03:16:26 2006 UTC (18 years, 1 month ago) by metalrock
Diff to previous 408
 - Alphabetize values.

Revision 408 - Directory Listing - [select for diffs]
Modified Wed Feb 8 12:55:04 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 407
- Removed check_channel_name() call in m_mode(). hash_find_channel() will
  deal with invalid channel names.  No need to always scan the buffer
  pointed by parv[1].

Revision 407 - Directory Listing - [select for diffs]
Modified Wed Feb 8 12:46:29 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 405
- Merged set_autoconn() into quote_autoconn()

Revision 405 - Directory Listing - [select for diffs]
Modified Tue Feb 7 19:38:35 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 404
- Removed now unused llflags parameter from sendto_server()


Revision 404 - Directory Listing - [select for diffs]
Modified Tue Feb 7 18:52:20 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 400
- m_knock(): use chptr->chname instead of the string the client provided
  us when reporting errors etc

Revision 400 - Directory Listing - [select for diffs]
Modified Tue Feb 7 12:46:07 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 399
- Got rid of ms_topic()

Revision 399 - Directory Listing - [select for diffs]
Modified Tue Feb 7 12:23:17 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 398
- Removed LL leftovers

Revision 398 - Directory Listing - [select for diffs]
Modified Tue Feb 7 12:00:21 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 392
- Ripped out lazylinks as discussed on irc. the main concept wasn't very well
  designed and will be done in a better way some day.  Anyways, they propably
  never worked and were considered bloat by most people.  Good bye!

Revision 392 - Directory Listing - [select for diffs]
Modified Fri Feb 3 15:48:08 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 383
- Fixed some nasty bug reported by Fool, also cleaned up m_join.c a bit

Revision 383 - Directory Listing - [select for diffs]
Modified Tue Jan 31 12:15:49 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 381
- Forward-port relay_xline fix from 7.2

Revision 381 - Directory Listing - [select for diffs]
Modified Sun Jan 29 10:27:33 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 377
- Cleaned up some special magic in show_iline_prefix.  Someone tell me why
  we should copy aconf->user into a separate buffer after the prefix? Also
  renamed it to make_iline_prefix.

Revision 377 - Directory Listing - [select for diffs]
Modified Wed Jan 25 10:48:24 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 375
- Removed death code. We don't have sth. like conf *lines* anymore

Revision 375 - Directory Listing - [select for diffs]
Modified Sun Jan 22 11:04:43 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 374
- Don't free() source_p->localClient->auth_oper after calling
  oper_up() on source_p.  Added small explanatation about why
  you shouldn't do that.

Revision 374 - Directory Listing - [select for diffs]
Modified Sat Jan 14 17:57:18 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 373
- More m_connect cleanups, I also never liked the idea of temporarily modifying
  a connect item, so let's do this a bit different now.

Revision 373 - Directory Listing - [select for diffs]
Modified Sat Jan 14 17:23:35 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 362
- Get rid of some really outdated PORTNUM assignments/tests in m_connect().
  connect items have a default port set upon creation.
- Untabified m_connect.c

Revision 362 - Directory Listing - [select for diffs]
Modified Sat Jan 7 05:06:18 2006 UTC (18 years, 2 months ago) by metalrock
Diff to previous 357
 - Fixed some compile errors and some shadowed declarations.

Revision 357 - Directory Listing - [select for diffs]
Modified Thu Jan 5 16:06:45 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 353
- Mainly re-wrote split_nuh() to fix a regexp kline bug where we would cut off
  the user portion after 9 chars, but also to be a bit more flexible when we
  have to deal with different user/host name lengths.
- Re-wrote m_capture() to use split_nuh()

Revision 353 - Directory Listing - [select for diffs]
Modified Sun Jan 1 12:00:11 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 351
- Kill mo_info() and use ms_info() instead

Revision 351 - Directory Listing - [select for diffs]
Modified Sun Jan 1 09:35:12 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 350
- Don't allow shared (remote) k-lines to be set without a valid reason

Revision 350 - Directory Listing - [select for diffs]
Modified Sun Jan 1 09:29:42 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 349
- documentings

Revision 349 - Directory Listing - [select for diffs]
Modified Sat Dec 31 18:43:28 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 348
- Got rid of multiple bogus_host() copies

Revision 348 - Directory Listing - [select for diffs]
Modified Sat Dec 31 14:08:37 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 347
- More documentation

Revision 347 - Directory Listing - [select for diffs]
Modified Sat Dec 31 13:22:28 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 345
- m_admin.c: fixed comment about parv[1].  Also did some style cleanups

Revision 345 - Directory Listing - [select for diffs]
Modified Sat Dec 31 11:50:01 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 334
- Continue doxyfying modules

Revision 334 - Directory Listing - [select for diffs]
Modified Mon Dec 26 10:33:05 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 333
- Add missing semicolon

Revision 333 - Directory Listing - [select for diffs]
Modified Mon Dec 26 10:08:18 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 332
- This should fix broken set_topic() as reported by CoolCold

Revision 332 - Directory Listing - [select for diffs]
Modified Sun Dec 25 12:53:19 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 323
- Got rid of do_local_user() function

Revision 323 - Directory Listing - [select for diffs]
Modified Sat Dec 24 22:07:31 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 314
- Only locally connected clients should be checked for a valid channelmembership
  when processing the INVITE message.  Remote clients that are outside a channel
  e.g. services, are allowed to send INVITEs.  This also fixes a bug with anope
  services.  Reported by r0d3nt


Revision 314 - Directory Listing - [select for diffs]
Modified Fri Dec 23 10:59:55 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 303
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients

Revision 303 - Directory Listing - [select for diffs]
Modified Tue Dec 6 19:30:20 2005 UTC (18 years, 3 months ago) by adx
Diff to previous 294
+ fixed logic for maxlisters
+ if maxlisters=0, show the 'list disabled' notice

Revision 294 - Directory Listing - [select for diffs]
Modified Mon Dec 5 14:11:15 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 293
- Fixed the fix ;P  It is possible that sockhost field is empty for remote clients coming
  from a TS5 server

Revision 293 - Directory Listing - [select for diffs]
Modified Mon Dec 5 14:03:00 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 291
- Fixed WHOIS bug with RPL_WHOISACTUALLY.  Spotted by adx

Revision 291 - Directory Listing - [select for diffs]
Modified Sun Dec 4 13:46:01 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 290
- Fixed name clash between *FloodNoticed macros in client.h and channel.h

Revision 290 - Directory Listing - [select for diffs]
Modified Sun Dec 4 13:31:27 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 284
- Moved has_wildcards() from m_list.c to match.c and re-use it
  in some other places.

Revision 284 - Directory Listing - [select for diffs]
Modified Sat Dec 3 09:54:52 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 279
- Killed 'flood_noticed' int in LocalUser struct

Revision 279 - Directory Listing - [select for diffs]
Modified Wed Nov 23 20:38:17 2005 UTC (18 years, 4 months ago) by db
Diff to previous 278
- Fix logic so it actually works right for opers/admins/unopered 
  with spoof/unspoof logic


Revision 278 - Directory Listing - [select for diffs]
Modified Wed Nov 23 08:18:57 2005 UTC (18 years, 4 months ago) by db
Diff to previous 277
- add a maxlisters /quote set
  limit the number of possible listings going on at once


Revision 277 - Directory Listing - [select for diffs]
Modified Wed Nov 23 08:08:29 2005 UTC (18 years, 4 months ago) by db
Diff to previous 276
- Fix typo .type = ENTITY_NONE
- Fix prototype for find_userhost() prototype and fixed calls of this function


Revision 276 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:25:40 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 275
+ another slight bug, ie '/msg 0 something' would not lead to
  any error message (as it was delivered)

Revision 275 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:21:10 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 274
+ fixed something that would obviously lead to a compile error

Revision 274 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:18:39 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 273
+ and yet another one, *sigh*

Revision 273 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:17:02 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 272
+ another slight fix for /msg nick@server,nick@server bug

Revision 272 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:12:09 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 271
+ fixed several m_message issues
+ no idea how many bugs did I introduce, or even if it compiles,
  be welcome to review.

Revision 271 - Directory Listing - [select for diffs]
Modified Mon Nov 14 21:36:23 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 270
+ fixes for accept

Revision 270 - Directory Listing - [select for diffs]
Modified Mon Nov 14 19:39:35 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 260
+ ported rate limiting fixes from 7.2

Revision 260 - Directory Listing - [select for diffs]
Modified Sun Nov 13 10:05:06 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 245
- propset svn:keywords "Id" modules/m_watch.c

Revision 245 - Directory Listing - [select for diffs]
Modified Sun Nov 6 13:10:29 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 241
- Cosmetical fix to "STATS z"

Revision 241 - Directory Listing - [select for diffs]
Modified Sat Nov 5 19:39:35 2005 UTC (18 years, 4 months ago) by db
Diff to previous 240
- Don't allocate memory until it is known it will be allowed
- No need to allocate memory twice.


Revision 240 - Directory Listing - [select for diffs]
Modified Sat Nov 5 18:03:59 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 239
- Forgot to remove accept_num, we dont need it anymore.

Revision 239 - Directory Listing - [select for diffs]
Modified Sat Nov 5 17:54:04 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 236
- Got rid of build_nuh_list()
- Readd ability of showing ACCEPT list via "ACCEPT *" as described in umodeg.txt

Revision 236 - Directory Listing - [select for diffs]
Modified Sat Nov 5 11:54:49 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 235
- Fixed misc compile errors

Revision 235 - Directory Listing - [select for diffs]
Modified Sat Nov 5 11:31:51 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 234
- Fixed and cleaned up new acceptcode, e.g fix memory leaks,
  don't allow wildcards in a mask when removing accepts, don't
  allow redundant masks etc.

Revision 234 - Directory Listing - [select for diffs]
Modified Sat Nov 5 08:38:19 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 233
- Cleaned up report_memory() a bit more. user_invite_count is actually
  the same as channel_invite_count.

Revision 233 - Directory Listing - [select for diffs]
Modified Sat Nov 5 08:05:06 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 232
- Style correction to watch.c
- Add some statistical information about WATCH headers/entries
  to "STATS z"

Revision 232 - Directory Listing - [select for diffs]
Modified Sat Nov 5 06:05:06 2005 UTC (18 years, 4 months ago) by db
Diff to previous 227
- This commits the n!u@h accept code
  I'll tidy it up more later.


Revision 227 - Directory Listing - [select for diffs]
Modified Thu Nov 3 18:29:22 2005 UTC (18 years, 4 months ago) by db
Diff to previous 221
- replace all MODE_PRIVATE with MODE_PARANOID
- Can't use make_dlink_node() too early in startup or it will core


Revision 221 - Directory Listing - [select for diffs]
Modified Thu Nov 3 15:36:27 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 217
- Finished WATCH implementation
- Added missing 'return' after register_remote_user() call in
  nick_from_server() which would cause an extra hash_del/strcpy/hash_add
  combination.

Revision 217 - Directory Listing - [select for diffs]
Modified Thu Nov 3 13:59:27 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 200
- Fixed compile error in m_invite.c and s_serv.c
- Added m_watch.c

Revision 200 - Directory Listing - [select for diffs]
Modified Tue Nov 1 11:38:41 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 192
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
+ added newconf framework for channel{}
+ added missing 7.2 RELNOTES


Revision 192 - Directory Listing - [select for diffs]
Modified Wed Oct 26 11:48:57 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 191
- Killed count_whowas_memory()

Revision 191 - Directory Listing - [select for diffs]
Modified Tue Oct 25 13:18:44 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 190
- Rewrote whowas.c to use linked list routines from tools.c

Revision 190 - Directory Listing - [select for diffs]
Modified Sun Oct 23 22:06:17 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 171
* prototypes are now prefixed with either nothing or EXTERN
  (meaning it's an ircd.dll API)
* dynamic modules now work on win32.
Revision 171 - Directory Listing - [select for diffs]
Modified Fri Oct 21 22:02:41 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 149
- ETRACE should spit out an error if used by a non-oper.  Reported by nenolod

Revision 149 - Directory Listing - [select for diffs]
Modified Sun Oct 16 18:11:50 2005 UTC (18 years, 5 months ago) by db
Diff to previous 147
 - Fix m_testline.c in HEAD
   This bug is old. The code was missing a test for a kline conf and the
   sendto to print that kline out, in the case where it was a kline against
   and IP. i.e. foo@ip.ip.ip.ip it would work in the case where it was
   a kline against a dns.


Revision 147 - Directory Listing - [select for diffs]
Modified Sun Oct 16 16:17:21 2005 UTC (18 years, 5 months ago) by db
Diff to previous 144
- interim fix for memory leak in m_testline.c, Michael's split_nuh()
  would be a better solution.
- restore original argv1 if needed, remember to also free this


Revision 144 - Directory Listing - [select for diffs]
Modified Sun Oct 16 10:06:30 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 142
- Limit maximum WHOWAS replies for remote requests to 20, as per H6

Revision 142 - Directory Listing - [select for diffs]
Modified Sun Oct 16 09:46:29 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 141
- Fixed a bug where remoteservers would send us an ERROR
  on "WHOWAS nick count remoteserver.net".  Propably one
  of the oldest bugs that got introduced in 7.0.

Revision 141 - Directory Listing - [select for diffs]
Modified Sun Oct 16 06:29:10 2005 UTC (18 years, 5 months ago) by db
Diff to previous 139
- Make ->conf conf_ptr to be consistent in all places.


Revision 139 - Directory Listing - [select for diffs]
Modified Sun Oct 16 06:01:13 2005 UTC (18 years, 5 months ago) by db
Diff to previous 137
- get rid of map_conf_item and unmap_conf_item
- Use an union in struct ConfItem, but only allocate memory needed


Revision 137 - Directory Listing - [select for diffs]
Modified Sun Oct 16 01:19:50 2005 UTC (18 years, 5 months ago) by db
Diff to previous 135
- fix compile warning
- removed p variable


Revision 135 - Directory Listing - [select for diffs]
Modified Sat Oct 15 23:21:03 2005 UTC (18 years, 5 months ago) by db
Diff to previous 132
- m_testline fix using split_nuh()


Revision 132 - Directory Listing - [select for diffs]
Modified Sat Oct 15 20:15:47 2005 UTC (18 years, 5 months ago) by db
Diff to previous 129
- fix testline to work with cidr i lines of the form foo@ip.ip.ip.ip/bits


Revision 129 - Directory Listing - [select for diffs]
Modified Fri Oct 14 20:27:45 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 128
- Don't do any client/oper conf attach at all if any possible

Revision 128 - Directory Listing - [select for diffs]
Modified Fri Oct 14 19:29:26 2005 UTC (18 years, 5 months ago) by db
Diff to previous 126
- still need a temporary copy of the client auth block
  for much the same reasons as a copy of the passwd is needed.
- need a copy of the oper conf for get_oper_name() so reuse no longer
  needed temporary spot for client auth block


Revision 126 - Directory Listing - [select for diffs]
Modified Fri Oct 14 02:41:46 2005 UTC (18 years, 5 months ago) by db
Diff to previous 123
- attach/conf cleanup take 2
- Each client has now one AccessItem for its connect
  stored in localClient->iline
- The corresponding class is now stored in localClient->class

The ramifications of this move are, there is no conf list to traverse
to find the AccessItem, the class is instantly available from the localClient
struct without having to traverse the confs list and indirectly through the
aconf. This speeds up get_sendq etc. functions. As a bonus, at least
4 fewer bytes are used in the Client struct, since a dlink list is 4 words.
It does mean there is no longer a separate conf oper, which leads to the
kludge of patching the clients iline into an oper conf when
a client opers up. I don't think the oper flags are used after the client
is opered, so the patching operation may not be necessary.

- Server confs are stored in ->serv->sconf as before but attaching
  happens much earlier.
- server hub/leaf masks continues to be a dlink list but linked from
  the ->serv which is only allocated for servers.

- cleaned up some comments, added a comment, notably to check_server()
  which badly needed it.
- Pass ClassItem or AccessItem etc. in when it makes more sense than passing
  in struct ConfItem. This simplified and clarified rebuild_cidr_class()

And lo, there was a great rejoicing.


Revision 123 - Directory Listing - [select for diffs]
Modified Thu Oct 13 11:02:49 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 122
- renamed m_tb.c to m_tburst.c [could not resist]

Revision 122 - Directory Listing - [select for diffs]
Modified Thu Oct 13 10:57:26 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 121
- it is probably more clean to do it this way..

Revision 121 - Directory Listing - [select for diffs]
Modified Thu Oct 13 10:34:56 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 120
- Moved ms_tburst() to m_tb.c as suggested by adx
- Fixed problem where we would send both TB and TBURST to the same server

Revision 120 - Directory Listing - [select for diffs]
Modified Thu Oct 13 09:51:10 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 119
- More TBURST changes

Revision 119 - Directory Listing - [select for diffs]
Modified Thu Oct 13 07:51:38 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 118
- First logic fix to m_tburst().  Don't fully reject a TBURST in case
  remote topic is the same than ours, that would just cause more desyncs.
  Just accept/propagate it, but don't send a TOPIC to the channel.

Revision 118 - Directory Listing - [select for diffs]
Modified Thu Oct 13 07:39:31 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 117
- Removed TBURST_PROPAGATE define, it's now enabled by default.

Revision 117 - Directory Listing - [select for diffs]
Modified Thu Oct 13 07:36:38 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 108
- Readded m_tburst.c.  It currently doesn't compile and needs a rewrite.

Revision 108 - Directory Listing - [select for diffs]
Modified Wed Oct 12 05:04:40 2005 UTC (18 years, 5 months ago) by metalrock
Diff to previous 104
 - Change the topic whenever the topics don't match even if the TS
   is different because if we check topic TS and we have a topicTS
   mismatch, we will have 2 different topics on two different servers.

Revision 104 - Directory Listing - [select for diffs]
Modified Mon Oct 10 21:01:58 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 101
- fixed core on /links

Revision 101 - Directory Listing - [select for diffs]
Modified Mon Oct 10 03:52:14 2005 UTC (18 years, 5 months ago) by db
Diff to previous 99
- First pass at s_conf.c cleanup for attach clients
- attach_conf() is gone replaced with attach_iline()
  Clients/servers have one single I line "attached", i.e. the confs
  list is gone.
- Add attach_leaf_hub()
  Add a leaf or hub mask to the given server, ->serv must exist
  since there can be a list of hub masks and leaf masks, this continues
  to be a dlink list
- Removed redundant find_conf_exact()
  This function can be replaced in all cases with find_exact_name_conf()
  notably because all find_conf_exact did differently was count whether
  an oper conf would cause an already connected client to exceed class limits.
- oper_up() now takes an extra conf pointer pointing to the found
  oper conf, the oper flags are set in the client->iline as necessary
  in oper_up()
- Cleaned up more prototypes that should have been moved from s_conf.h
  to parse_aline.h notably. find_kill() and find_gkill()
- m_stats.c needs more cleanup since memory in attached "confs" is now
  not counted. This should be replaced with iline memory count and
  hub/leaf confs memory count.
  

Revision 99 - Directory Listing - [select for diffs]
Modified Sun Oct 9 14:33:36 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 98
- CHANNELLEN vs. LOCAL_CHANNELLEN fix.  Local JOINs are limited to 50chars whereas
  remote SJOINs/JOINs can be upto 200chars for backwards compatibility.

Revision 98 - Directory Listing - [select for diffs]
Modified Sun Oct 9 10:15:07 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 97
- Moved llname to LocalUser struct

Revision 97 - Directory Listing - [select for diffs]
Modified Sun Oct 9 08:42:57 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 92
- Got rid of restart(), cleaned up m_restart() and make it use server_die()

Revision 92 - Directory Listing - [select for diffs]
Modified Sat Oct 8 11:14:46 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 91
- Fixed bug in m_whois() that would allow users to send a WHOIS to remote
  servers with an empty argument via "WHOIS someserver.org :"

Revision 91 - Directory Listing - [select for diffs]
Modified Sat Oct 8 03:46:09 2005 UTC (18 years, 5 months ago) by db
Diff to previous 90
- Split out most of the *line *resv stuff into separate file
  parse_aline.c should go eventually into the subdir conf
- removed double -o in Makefile.in in src, this caused compile to fail for me


Revision 90 - Directory Listing - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 69
- Finialise svn:ignore keywords to fix everything

Revision 69 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 68
- splitted ircd/libio, all headers connected with libio sources have been
  moved for internal use only. To use libio interface, include "libio.h"
  (which is already done in "stdinc.h")


Revision 68 - Directory Listing - [select for diffs]
Modified Tue Oct 4 00:44:29 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 67
- removed last references to the ircd core, libio is independent now
- to do: split headers

Revision 67 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:50:49 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 65
- removed external references from libio/net, still to do: comm

Revision 65 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:33:16 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 62
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there

Revision 62 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:23:39 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 61
- reorganisation goes on, removed external references from libio/mem

Revision 61 - Directory Listing - [select for diffs]
Modified Mon Oct 3 21:20:41 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 59
- split libio Makefiles for easier maintenance
- moved pcre.h to main include/ as it is currently a part
  of libio interface (in the future all such headers should
  be moved to libio/ and integrated...)

Now, libio components like comm, misc etc. should be as independent
as possible (from the rest of ircd and from each other), to allow
easy reuse in other software and to keep the interface clean.


Revision 59 - Directory Listing - [select for diffs]
Modified Mon Oct 3 15:11:57 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 33
- move non-irc related sources to /libio
- todo: make it independent of the rest of code

Revision 33 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 32
- svn:keywords

Revision 32 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 31
- svn:keywords

Revision 31 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 30
- Fix svn:keywords

Revision 30 - Directory Listing - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 1586)

Convenience Links