- ircd.c: added setup_fdlimit(); move max file descriptor check out of fdlist_init()
- fdlist.c:fd_note(): don't leak memory on F->desc if it is already allocated
- fdlist: change F->desc to a pointer and use xstrdup to copy description
- Update copyright years
- Make use of the bool data type in some more places
- Make use of the bool data type in some more places
- Sprinkle some assert(); cleanup existing ones
- Minor cleanup to fd_open()
- Style corrections
- fdlist.c: initialize 'highest_fd' with -1 so we don't run into problems if we ever have a fd == 0 in fdlist_update_highest_fd(), which currently is highly unlikely
- Move fd_dump() to m_stats.c; rename it to stats_fdlist()
- fdlist.c: remove unused header includes
- Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure - struct AuthRequest once again is no longer allocated from within the Connection structure
- Update copyright years
- Update copyright years
- Fixed svn properties
- Incorporate gnutls support by Adam & Attila
- Update copyright years
- Use EXIT_FAILURE in some places instead of hardcoded values
- Sprinkle some assert()
- Style corrections only
- Update copyright years
- fdlist.c: removed set_fdlimit() wrapper function
- Update GPL 2 license headers
- Fixed compile warnings
- Renamed structures to meet code conventions
- fdlist.c: style corrections
- fdlist.c: use unsigned whenever possible
- Use sendto_one_numeric() everywhere
- Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
- Moved irc_res.c to res.c - Moved irc_reslib.c to reslib.c
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
- Forward-port -r1732 [Dropped support for linux rt signals]
- Made m_globops() and ms_globops() use sendto_realops_flags() - Added message-type parameter to sendto_realops_flags() which can be one of SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS - Forward-port -r1617
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- Squash two other compile warnings. ircd now compiles clean with -Wall -Wextra -Wno-unused -Wcast-qual -Wcast-align -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wundef
- Remove unused configure tests - Fixed compile warning in conf_parser.c
- client.h: remove servlink leftovers
- renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
- Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is more than enough nowadays
- create ircd-hybrid-8 "branch"
- recreate "trunk"
- branch off trunk to create 7.3 branch
- move ircd-hybrid-7.2 to trunk
- remove half done and broken win32 support
- fix possible auth/dns related memleaks
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
create 7.2 branch, we can move/rename it as needed.
- svn:keywords
- svn:keywords
- Fix svn:keywords
- imported sources - can be moved later according to the directory/branching scheme, but we need the svn up
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.