aboutsummaryrefslogtreecommitdiffstats
path: root/include/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Change struct Dictionary(*) to rb_dictionary(_\1).•••This cleans things up a slightly and puts the dictionary stuff in its own namespace. Gravatar Elizabeth Myers2016-03-231-3/+4
* Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao... Gravatar Elizabeth Myers2016-03-061-1/+0
* cache: use rb_strdup() instead of a static buffer for cache lines.•••BUFSIZE limitation is retained as there is no need to remove it, as all lines must be smaller than it due to RFC1459 message requirements. Gravatar William Pitcock2013-01-151-2/+1
* Remove ^M on line endings.Gravatar Jilles Tjoelker2008-04-131-52/+52
* make s_user.c build.Gravatar William Pitcock2008-04-011-4/+5
* fixing cache.c compilation - code stolen from ratbox3, with irc dictionary ad...Gravatar Valery Yatsko2008-04-021-46/+47
* libcharybdis includes gone.Gravatar Valery Yatsko2008-04-021-1/+0
* start making this compileGravatar William Pitcock2008-04-011-2/+2
* Unbreak /quote help stats as an oper (all where oper and user help are differ...•••Remove symlink optimization, so helpfiles equal for opers and users are loaded into memory twice, which is not an issue. Gravatar Jilles Tjoelker2008-03-291-1/+2
* help system rework, part 1Gravatar William Pitcock2007-12-031-0/+3
* Merge links_cache into scache and rework scache.•••This changes flattened /links output to disclose less routing information and slightly increases memory "leak" from server names that do not come back anymore. Gravatar Jilles Tjoelker2007-11-231-4/+0
* [svn] - the new plan:••• + branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff Gravatar nenolod2007-01-241-0/+51