ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/src
(Current path doesn't exist after revision 1586)
r628
File Last Change
 ../
conf/ 628 (17 years ago) by adx: Added contrib module for character set recoding Note it doesn't work at the moment because listen{} itself is not yet modularised. Will probably also need some modifications to include iconv headers and libraries in the build process.
packet.c 628 (17 years ago) by adx: Added contrib module for character set recoding Note it doesn't work at the moment because listen{} itself is not yet modularised. Will probably also need some modifications to include iconv headers and libraries in the build process.
send.c 628 (17 years ago) by adx: Added contrib module for character set recoding Note it doesn't work at the moment because listen{} itself is not yet modularised. Will probably also need some modifications to include iconv headers and libraries in the build process.
s_user.c 626 (17 years ago) by michael: - Fixed compile warning in change_simple_umode as reported by Volk
s_conf.c 625 (17 years ago) by michael: - Fixed an off-by one bug in the ip limiting code as reported by Volk
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.
s_serv.c 609 (17 years ago) by michael: - Killed the client_p parameter of hunt_server() as suggested by adx some time ago.
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.
parse_aline.c 605 (17 years ago) by michael: - Made find_chasing() only take 3 arguments - Cleaned up find_person()
client.c 605 (17 years ago) by michael: - Made find_chasing() only take 3 arguments - Cleaned up find_person()
Makefile.in 603 (17 years ago) by michael: - Made cleanup_pending_glines() an event started off when loading the m_gline module - Removed s_gline.c, s_gline.h and metadata.c
ircd.c 603 (17 years ago) by michael: - Made cleanup_pending_glines() an event started off when loading the m_gline module - Removed s_gline.c, s_gline.h and metadata.c
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.
channel.c 580 (17 years ago) by michael: - Minor changes to pending_gline struct to improve readability - Fixed compile error in channel.c
listener.c 540 (18 years ago) by michael: - Cleaned up add_connection(), e.g. got rid of pointless getpeername() call. We also don't need to deal with encapsulated ipv4 addresses since this is already done in comm_accept()
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
parse.c 534 (18 years ago) by michael: - Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h - Untabified parse.c
s_auth.c 515 (18 years ago) by michael: - 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
messages.tab 502 (18 years ago) by michael: - 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/
y.tab.c 475 (18 years ago) by adx: + make it compile, and maybe even run...
y.tab.h 475 (18 years ago) by adx: + make it compile, and maybe even run...
ircd_parser.y 475 (18 years ago) by adx: + make it compile, and maybe even run...
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
ircd_lexer.l 399 (18 years ago) by michael: - Removed LL leftovers
lex.yy.c 399 (18 years ago) by michael: - Removed LL leftovers
watch.c 233 (18 years ago) by michael: - Style correction to watch.c - Add some statistical information about WATCH headers/entries to "STATS z"
resv.c 141 (18 years ago) by db: - Make ->conf conf_ptr to be consistent in all places.
restart.c 97 (18 years ago) by michael: - Got rid of restart(), cleaned up m_restart() and make it use server_die()
version.c 77 (18 years ago) by adx: - misc win32 fixes
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")
getopt.c 33 (18 years ago) by knight: - svn:keywords
1 directory and 33 files shown

Properties

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