]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/match.c
Fix MatchCaseInsensitive[List]](): lowercase string _and_ pattern
[ngircd-alex.git] / src / ngircd / match.c
2015-05-13 Alexander BartonFix MatchCaseInsensitive[List]](): lowercase string...
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
2014-03-16 Alexander BartonCode cleanup, remove blank lines
2014-01-17 Alexander BartonMerge branch 'no-range-matching' of git://arthur.barton...
2014-01-15 Alexander BartonRemove "range matching" functionality no-range-matching
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-26 Alexander BartonMerge branch 'move-connection-password' of git://arthur...
2012-08-26 Alexander BartonNew function MatchCaseInsensitiveList() to check list...
2011-02-13 Alexander BartonDoxygen'ify and update comments in match.c
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2008-07-27 Alexander BartonCosmetic whitespace and line length fixes, mostly in... bug77-PRIVMSG-NOTICE
2008-07-26 Brandon BeresiniCleaned up PRIVMSG and NOTICE patches.
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.
2002-12-12 Alexander Barton- new file header format (in english);
2002-06-26 Alexander Barton- neues Modul "match" begonnen.