Age | Commit message (Expand) | Author |
2006-04-04 | move do_whois to cmd_whois, i'm stopping now. really. | om |
2006-04-04 | Add WriteOpers_NoFormat, now to remember what I wanted it for | om |
2006-04-04 | All new shiny config parser, there's probably some bugs there somewhere but h... | om |
2006-04-04 | Forward port the removal of -nolimit (doesn't seem to be in the current comma... | w00t |
2006-04-03 | split_clist will never send lines over 512 chars, also should be faster | om |
2006-04-02 | Undo me screwing stuff up | om |
2006-04-02 | Add amd64/linux to list of OS'es tested, but mainly CIA test :P | om |
2006-03-30 | Add configuration option <options:operspywhois> to set if opers see invisble ... | om |
2006-03-26 | Regression for buffering of sockets | brain |
2006-03-18 | Allow adding of new client ports via /REHASH. | brain |
2006-03-13 | Removal of ancient TRUE/FALSE #defines (C-ish stuff) | brain |
2006-03-12 | Commented a lot of stuff that hasnt been commented since 1.0.2 | brain |
2006-03-12 | Const refs (this is about the last of them in the core api) | brain |
2006-03-12 | Renamed to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-12 | Removed chanrec::binarymodes - insp wont compile atm do not use :p | brain |
2006-03-11 | Complete removal of all stl stuff here | brain |
2006-03-11 | Completely removed the deque | brain |
2006-03-11 | Fixes | brain |
2006-03-11 | Added method to check if an fd is in the socketengine or not | brain |
2006-03-11 | Missed some stuff | brain |
2006-03-11 | const std::string & | brain |
2006-03-11 | Start of conversion to const refs for std::strings in module api - A LOT OF S... | brain |
2006-03-11 | Tidyup by making some thing sprintf only once rather than n times (where n is... | brain |
2006-03-10 | Tidyup and move ConvToStr to a publically accessible place | brain |
2006-03-10 | Moved more stuff into right places | brain |
2006-03-10 | Mass tidyup of ServerConfig::Read and stuff | brain |
2006-03-10 | Another const reference conversion, and remove redundant declaration of userr... | om |
2006-03-10 | Test stuff for improved multi-tags in core | brain |
2006-03-10 | Added MultiConfig for multiple-occurance config items | brain |
2006-03-10 | Missing a changeover | brain |
2006-03-10 | Revert to string but return a reference, should be about the same speed | brain |
2006-03-10 | Faster CullItem/CullList using strdup rather than copying a std::string | brain |
2006-03-10 | const references | brain |
2006-03-10 | Support for hostnames in <bind> tag (so long as the hostname resolves to a lo... | brain |
2006-03-10 | Moved typedefs etc into the header where they belong | brain |
2006-03-10 | Improvements | brain |
2006-03-09 | More const references, this is nearly it apart from the module API.. | om |
2006-03-09 | Convert more by-values to const references, optimise ConfigReader a bit | om |
2006-03-09 | Changing by-value parameters to const references | om |
2006-03-09 | Speedups | brain |
2006-03-09 | Tidyup to pass some stuff by reference (much faster, no copy involved) | brain |
2006-03-09 | UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI... | brain |
2006-03-09 | Added userrec::modebits - fast way of checking if user has +swi rather than a... | brain |
2006-03-09 | Probably wont compile yet - purge_empty_channels refactor | brain |
2006-03-08 | Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha... | brain |
2006-03-08 | Fixed externs | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-08 | Removed declarations of ancient and misspelled functions :/ | brain |
2006-03-08 | cmode was declared here too - declaration removed. | brain |