- Bump copyright years everywhere
- auth.h: remove unused AuthRequest::node
- auth.c: remove auth_timeout_queries() and related code. Just let the dns and identd timeouts finish the request - Removed IDENTTIMEOUT from '/set' options. We now no longer allow users to change this on runtime. identd timeout is 5 seconds now
- Update copyright years
- auth: replace AM_DOING_AUTH and AM_DNS_PENDING with dedicated variables
- Stylistic changes
- 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
- auth.h, auth.c: reformating; rename some functions to comply with naming convention
- auth.h, auth.c: made release_auth_client() 'static'; removed declaration in auth.h
- Update copyright years
- Rename some functions in auth.c to comply with naming convention
- Update copyright years
- Fixed svn properties
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
- Update copyright years
- Make use of enum in more places
- Cleanup/fix names of several #ifndef INCLUDED_*
- Make use of enums some more
- Update copyright years
- Update GPL 2 license headers
- auth.h: update documentation
- Backported auth code related cleanups from newio branch
- auth.h, s_bsd.h: removed unused function declarations
- Moved s_auth.c to auth.c
- s_auth.h: made 'flags' an unsigned int type
- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list traversals. Patch provided by Adam.
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
- Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
- Cleanup/reorganize header file layout - Fixed naming convention in some places
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- create ircd-hybrid-8 "branch"
- recreate "trunk"
- branch off trunk to create 7.3 branch
- move ircd-hybrid-7.2 to trunk
- change resolver/auth to use balloc memory pool - ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks with a host that needs to be resolved on the very first configuration read.
- fix possible auth/dns related memleaks
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.