summaryrefslogtreecommitdiff
path: root/include/patricia.h
AgeCommit message (Collapse)Author
2011-03-14Removed include/patricia.h due to oversight in attribution. This breaks ↵Charles Kingsley
compile, please do not use until this is fixed later.
2011-02-04Moved the language strings which are only used onceAdam
out of the core and into the modules that use them.
2011-01-28Added patricia_tree::iteratorAdam
2010-12-12Fixed looking up users to use case insensitivityAdam
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
tree from STL's unordered_map, which was giving horrible performance.