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