index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wildcard.cpp
Age
Commit message (
Expand
)
Author
2010-12-12
Added cs_mode, rewrote the old list mode code, and added CIDR support
Adam
2010-07-27
Rewrote Anope::Match to use Anope::string instead of doing an ugly reinterpre...
Naram Qashat
2010-07-25
Epic commit to replace most of the strings in Anope with a single Anope::stri...
Naram Qashat
2010-06-20
The first of a few "CBX OCDing over code style" commits, focusing on include/...
Naram Qashat
2009-11-18
Remove some CoreExports and add them in other places, fixed a few minor warni...
cyberbotx
2009-11-17
Removed some unnecessary casts, used C++-style casts over C-style casts, fixe...
cyberbotx
2009-08-06
dos2unix'd src/wildcard.cpp - Time to check for others!
sjaz
2009-02-16
Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat...
rburchell
2009-02-16
Patch from DukePyrolator to replace all calls to match_wild() and match_wild_...
cyberbotx
2009-02-15
Fix compile error.
rburchell
2009-02-15
Convert to use new, (drastically) faster matching algorithm, from InspIRCd. T...
rburchell