+ only filename changes
+ fixed win32 build (at least under BCC) + newconf adjustments aiming at simple.conf compatibility + added missing init_resv() call
+ 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?)
+ make everything compile, but not yet link
+ removed oldconf
+ implemented shared and cluster + added todo marks
+ save user= entries in the order they're entered
+ added missing class unreference when multiple "class=" lines were encountered.
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks
- Made cleanup_pending_glines() an event started off when loading the m_gline module - Removed s_gline.c, s_gline.h and metadata.c
- 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
- Get operator.c to compile (with a few warnings)
+ make it compile, and maybe even run...
+ support for oper "name" { ... } syntax
- Added conf_operator_report()
- As suggested by adx, allow oper{} as well as operator{}
- Added reset_operator(), also do some error reporting
- Added initial version of operator.c which still isn't finished and propably won't even compile.
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.