+ removed s_conf.h and superseded parts of s_conf.c
- Fixed function naming convention in some places - Moved win32 uname() to libio
- 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
- fix compile errors with moved modules.h - fix a few missing includes, msg.h and parse.h
- fixed typo - fixed argument number - removed reference to no longer used argument
- Use set_initial_nick() if an unregistered client is changing between equivalent nicks which only differ in cAsE. That way we properly keep the fd note about the client updated.
+ 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.)
- Removed now unused llflags parameter from sendto_server()
- Ripped out lazylinks as discussed on irc. the main concept wasn't very well designed and will be done in a better way some day. Anyways, they propably never worked and were considered bloat by most people. Good bye!
- 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.
- Moved llname to LocalUser struct
- 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.