summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-10Revert to string but return a reference, should be about the same speedbrain
2006-03-10Saferbrain
2006-03-10Faster CullItem/CullList using strdup rather than copying a std::stringbrain
2006-03-10Typobrain
2006-03-10const referencesbrain
2006-03-10Tidyupbrain
2006-03-10Update docs to indicate hostname can be used in <bind> tagbrain
2006-03-10Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...brain
2006-03-10Tidyup of config reader lowlevel readingbrain
2006-03-10Set bitfields on servermodebrain
2006-03-10Align names that are output on startup using \t htabsbrain
2006-03-10Moved typedefs etc into the header where they belongbrain
2006-03-10Move vars to top of functionbrain
2006-03-10Validating wrong fieldbrain
2006-03-10Improvementsbrain
2006-03-10Tidyup of ServerConf::Read about half done (works)brain
2006-03-10Probably doesnt work yetbrain
2006-03-09More stuff donebrain
2006-03-09I hate casts.brain
2006-03-09Please diagnose error line 205brain
2006-03-09More const references, this is nearly it apart from the module API..om
2006-03-09Remove unused variable giving compile warningom
2006-03-09Convert more by-values to const references, optimise ConfigReader a bitom
2006-03-09Changing by-value parameters to const referencesom
2006-03-09Mostly formatting cleanup, rename a 'Ptr' to a more meaningful 'chan', remove...om
2006-03-09Delete unknown sockets on sightbrain
2006-03-09Speedupsbrain
2006-03-09Tidyup to pass some stuff by reference (much faster, no copy involved)brain
2006-03-09Strlen bashing.brain
2006-03-09Improved to avoid strlenbrain
2006-03-09Changed to unsigned char to get rid of warningsbrain
2006-03-09lowertab -> lowermapbrain
2006-03-09Improved strhashcomp with no allocationsbrain
2006-03-09Segfault-causing typo (wrong var used for a loop, whoops)brain
2006-03-09Typical. 0 and 1 to choose from, and i pick the wrong one. (back to front bin...brain
2006-03-09Forgot to declare varbrain
2006-03-09UMode tweaksbrain
2006-03-09UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI...brain
2006-03-09Modes the wrong way aroundbrain
2006-03-09(Needs test) Improved userlist()brain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-09Fix printf format to get rid of compile warning (using %d for a long, change ...om
2006-03-09iterator hellbrain
2006-03-09Fixed to use iteratorbrain
2006-03-09Correctly use iterators and pointer to ucrecbrain
2006-03-09Fixed to correctly use iteratorbrain
2006-03-09Change to ucrec* iteratorsbrain
2006-03-09Grant and revoke now use iteratorsbrain
2006-03-09Fixed to use iteratorsbrain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain