Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | national_case_sensitive_map -> national_case_insensitive_map. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | national_case_sensitive_map must be static, thanks to the match stuff being s... | w00t |
2008-09-20 | Roll back core matcher to the 1.1 design, which doesnt fail various unit tests | brain |
2008-08-28 | Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ... | w00t |
2008-08-26 | formatting.. | peavey |
2008-08-26 | Iteration 5 of wildcard matching. Fixes broken matching for certain condition... | peavey |
2008-08-22 | Actually, we did manage to make a faster match than znc, when casemapping is ... | w00t |
2008-08-22 | There is no breakage here *jedi mind trick* | w00t |
2008-08-22 | Match with the right args at least.. | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-17 | Fix missing bounds checks in wildcard.cpp causing crash in bug #590 and related | brain |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-05-12 | Fix wildcard matching in win32, seems that incrementing an iterator dereferen... | brain |
2008-05-09 | Add test suites for edge cases and in the process, spot a crash in the new co... | brain |
2008-05-09 | Convert CIDR matching and wildcard matching to operate on std::strings | brain |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | Oops: Fix one version of overrided match() always being case sensitive.. | w00t |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-05-21 | Same tweak, again | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-01-14 | g++ is picky about default params with overloading | brain |
2007-01-14 | Add alias:matchcase config setting (per-alias, determines wether to match cas... | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-11-19 | Fix all the _FORTIFY_SOURCE warnings except "punned pointer". | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Move whowas into InspIRCd | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-06 | Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() wi... | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-07-31 | Remove match/wildcmp wrapper which just casts from const char* to char*, do t... | brain |
2006-02-11 | Our optimizations missed a possibility :p | brain |
2006-02-05 | Fixed two unneccessary strlcpy's in the wildcard matching that just were ther... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-04-27 | Added faster wildcard checking routines | brain |
2005-04-27 | Optimized stuff | brain |
2005-04-11 | Added getrlimit/setrlimit to set process limits to allow a core dump | brain |
2005-04-09 | Fixed matching | brain |