- Move old 7.3 sources to branches/ircd-hybrid-newconf
+ only filename changes
+ make most modules compile, except a few ones which need deeper changes
+ removed s_conf.h and superseded parts of s_conf.c
- 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
- Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM 0"
- Moved split_users and split_servers ints to GlobalSetOptions struct
- Moved m_error to core modules and made remaining command handlers use m_ignore instead of m_error
- fix compile errors with moved modules.h - fix a few missing includes, msg.h and parse.h
+ 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.)
- Alphabetize values.
- Merged set_autoconn() into quote_autoconn()
- add a maxlisters /quote set limit the number of possible listings going on at once
- 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")
- 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.