- Move old 7.3 sources to branches/ircd-hybrid-newconf
- don't use a potentially real server name for redirect example
+ restored class limits plus reworked them to be a bit more sane.
- Updated example.conf
- replaced some lame stuff in example configuration files
- Removed LL leftovers
- Fixed typo in example configuration files
- Updated example confs to reflect topicburst config option
+ ported rate limiting fixes from 7.2
+ s/extern/EXTERN/ in include/conf
+ implemented class{} from scratch; it's almost done,
I only need to add limit checking code
+ added nice syntax e.g. number_per_ip = 3, global:5;
+ added some aliases ie host_limit === number_per_ip,
userhost_limit === number_per_userhost
(replaces max_local & max_global mess)
+ check example.conf for more details.
recommitting: + added UMODE_BOTS to default oper umodes. From my experience most opers don't know/remember about this flag, and it gives them much help in hunting floods etc.
+ moved max_watch to the beginning of 'registered users' subsection
- Finished WATCH implementation - Added missing 'return' after register_remote_user() call in nick_from_server() which would cause an extra hash_del/strcpy/hash_add combination.
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
+ added newconf framework for channel{}
+ added missing 7.2 RELNOTES
- sorted general{} in example confs according to src/conf/general.c scheme
- Updated example.conf as suggested by pi
- Finialise svn:ignore keywords to fix everything
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup). - Updated efnet's example.conf to reflect the new opers_bypass_callerid directive - Misc style corrections to s_user.c while on it
- documented cidr_bitlen
- 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