summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-04-04Forward port the removal of -nolimit (doesn't seem to be in the current comma...w00t
2006-04-03split_clist will never send lines over 512 chars, also should be fasterom
2006-04-02Undo me screwing stuff upom
2006-04-02Add amd64/linux to list of OS'es tested, but mainly CIA test :Pom
2006-03-30Add configuration option <options:operspywhois> to set if opers see invisble ...om
2006-03-26Regression for buffering of socketsbrain
2006-03-18Allow adding of new client ports via /REHASH.brain
2006-03-13Removal of ancient TRUE/FALSE #defines (C-ish stuff)brain
2006-03-12Commented a lot of stuff that hasnt been commented since 1.0.2brain
2006-03-12Const refs (this is about the last of them in the core api)brain
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-12Removed chanrec::binarymodes - insp wont compile atm do not use :pbrain
2006-03-11Complete removal of all stl stuff herebrain
2006-03-11Completely removed the dequebrain
2006-03-11Fixesbrain
2006-03-11Added method to check if an fd is in the socketengine or notbrain
2006-03-11Missed some stuffbrain
2006-03-11const std::string &brain
2006-03-11Start of conversion to const refs for std::strings in module api - A LOT OF S...brain
2006-03-11Tidyup by making some thing sprintf only once rather than n times (where n is...brain
2006-03-10Tidyup and move ConvToStr to a publically accessible placebrain
2006-03-10Moved more stuff into right placesbrain
2006-03-10Mass tidyup of ServerConfig::Read and stuffbrain
2006-03-10Another const reference conversion, and remove redundant declaration of userr...om
2006-03-10Test stuff for improved multi-tags in corebrain
2006-03-10Added MultiConfig for multiple-occurance config itemsbrain
2006-03-10Missing a changeoverbrain
2006-03-10Revert to string but return a reference, should be about the same speedbrain
2006-03-10Faster CullItem/CullList using strdup rather than copying a std::stringbrain
2006-03-10const referencesbrain
2006-03-10Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...brain
2006-03-10Moved typedefs etc into the header where they belongbrain
2006-03-10Improvementsbrain
2006-03-09More const references, this is nearly it apart from the module API..om
2006-03-09Convert more by-values to const references, optimise ConfigReader a bitom
2006-03-09Changing by-value parameters to const referencesom
2006-03-09Speedupsbrain
2006-03-09Tidyup to pass some stuff by reference (much faster, no copy involved)brain
2006-03-09UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI...brain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-08Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha...brain
2006-03-08Fixed externsbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-08Removed declarations of ancient and misspelled functions :/brain
2006-03-08cmode was declared here too - declaration removed.brain
2006-03-08cmode now returns const char* as it returns a pointer to a literal string and...brain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-08Fixed #defines to be enums (tidier)brain