ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/src
(Current path doesn't exist after revision 1586)
r654
File Last Change
 ../
conf/ 641 (17 years ago) by michael: - Renamed basename() to libio_basename() and use it everywhere instead of glibc's basename - Updated configure.ac accordingly
resv.c 141 (18 years ago) by db: - Make ->conf conf_ptr to be consistent in all places.
watch.c 233 (18 years ago) by michael: - Style correction to watch.c - Add some statistical information about WATCH headers/entries to "STATS z"
ircd_lexer.l 399 (18 years ago) by michael: - Removed LL leftovers
lex.yy.c 399 (18 years ago) by michael: - Removed LL leftovers
hash.c 470 (18 years ago) by db: - fix compile errors with moved modules.h - fix a few missing includes, msg.h and parse.h
y.tab.c 475 (18 years ago) by adx: + make it compile, and maybe even run...
parse.c 534 (18 years ago) by michael: - Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h - Untabified parse.c
hostmask.c 539 (18 years ago) by michael: - We do not need a local copy of addr in accept_connection() Made several functions use the const keyword for read-only parameters
ircd_signal.c 600 (17 years ago) by michael: - Don't code while having a breakfast! Now here's the other missing half of the previous commit which fixes SIGALRM handling.
parse_aline.c 605 (17 years ago) by michael: - Made find_chasing() only take 3 arguments - Cleaned up find_person()
whowas.c 607 (17 years ago) by michael: - Only fully registered clients are added into the whowas history, so let's remove those pointles IsClient tests.
channel_mode.c 607 (17 years ago) by michael: - Only fully registered clients are added into the whowas history, so let's remove those pointles IsClient tests.
csvlib.c 615 (17 years ago) by michael: - Moved logging and announcement of *LINES out of csvlib into their specific modules where they belong to.
y.tab.h 636 (17 years ago) by db: - forward port disable fake channel from 7.2
ircd_parser.y 636 (17 years ago) by db: - forward port disable fake channel from 7.2
s_conf.c 643 (17 years ago) by michael: - Killed get_maxrss(). Kinda useless and not very portable. - count_memory(): replaced all longs with size_t
channel.c 644 (17 years ago) by michael: - Moved split_users and split_servers ints to GlobalSetOptions struct
Makefile.in 648 (17 years ago) by michael: - Moved our own getopt implementation to libio. We may replace this with gnu getopt/getopt_long some day.
packet.c 649 (17 years ago) by michael: - 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
s_auth.c 651 (17 years ago) by michael: - Backported r650 (clients are exited in check_unknowsn_list() while still processing auth/dns) - Changed Client::flags to 64bit integer type to allow more flags
listener.c 653 (17 years ago) by michael: - Changed Client::random_ping and Client::serial to standard unsigned integer types
messages.tab 653 (17 years ago) by michael: - Changed Client::random_ping and Client::serial to standard unsigned integer types
ircd.c 653 (17 years ago) by michael: - Changed Client::random_ping and Client::serial to standard unsigned integer types
send.c 653 (17 years ago) by michael: - Changed Client::random_ping and Client::serial to standard unsigned integer types
client.c 654 (17 years ago) by michael: - Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink lists to client_list and server_list
s_user.c 654 (17 years ago) by michael: - Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink lists to client_list and server_list
s_serv.c 654 (17 years ago) by michael: - Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink lists to client_list and server_list
rsa.c 69 (18 years ago) by adx: - 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")
numeric.c 69 (18 years ago) by adx: - 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")
motd.c 69 (18 years ago) by adx: - 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")
version.c 77 (18 years ago) by adx: - misc win32 fixes
restart.c 97 (18 years ago) by michael: - Got rid of restart(), cleaned up m_restart() and make it use server_die()
1 directory and 32 files shown

Properties

Name Value
svn:ignore Makefile *~ *.rej *.orig *core *.o config.status config.cache config.log autom4te.cache .depend .kdev*