]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/hash.c
Make sure that the target user is able to join a local channel
[ngircd-alex.git] / src / ngircd / hash.c
2014-03-17 Alexander BartonRe-add #include's for header files of the C file itself
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2013-10-17 Federico G. SchwindtAdd support for longer config lines
2011-06-27 Alexander Bartonhash: Use UINT32 instead of uint32_t
2011-06-26 Florian Westphalhash: use more recent lookup3 algorithm instead of...
2011-02-13 Alexander BartonUpdate and translate comments in hash.c
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2009-09-11 Alexander BartonFix "implicit conversion shortens 64-bit value" warning
2006-10-06 Florian Westphaladd const qualifier to Hash() and Matche() Arguments
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-03-19 Florian Westphalremoved unneeded log.h include.
2002-12-26 Alexander Barton- replaced all strncpy()'s and strncat()'s with strlcpy...
2002-12-26 Alexander Barton- reverted last patch: now compatible with -Wtraditiona...
2002-12-25 Alexander Barton- fixed some warnings that showed up with -Wtraditional
2002-12-12 Alexander Barton- new file header format (in english);
2002-05-27 Alexander Barton- Anpassungen an pre-ANSI-Compiler.
2002-03-25 Alexander Barton- einige Anpassungen nach Code-Check mit SPLint ;-)
2002-03-22 Alexander Barton- Hast wird immer ueber in Kleinbuchstaben gewandelten...
2002-03-14 Alexander Barton- API fuer Hash() definiert.
2002-03-14 Alexander Barton- Implementation einer Hash-Funktion begonnen.