]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
...
[user/henk/code/inspircd.git] / include /
2006-04-08 om...
2006-04-08 omAnd remember to add this one, just a little header...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-08 nenolod- first steps towards a working IPv6 port. I'll work...
2006-04-07 omSlight optimisation to config reader, looks nicer even...
2006-04-04 ommove do_whois to cmd_whois, i'm stopping now. really.
2006-04-04 omAdd WriteOpers_NoFormat, now to remember what I wanted...
2006-04-04 omAll new shiny config parser, there's probably some...
2006-04-04 w00tForward port the removal of -nolimit (doesn't seem...
2006-04-03 omsplit_clist will never send lines over 512 chars, also...
2006-04-02 omUndo me screwing stuff up
2006-04-02 omAdd amd64/linux to list of OS'es tested, but mainly...
2006-03-30 omAdd configuration option <options:operspywhois> to...
2006-03-26 brainRegression for buffering of sockets
2006-03-18 brainAllow adding of new client ports via /REHASH.
2006-03-13 brainRemoval of ancient TRUE/FALSE #defines (C-ish stuff)
2006-03-12 brainCommented a lot of stuff that hasnt been commented...
2006-03-12 brainConst refs (this is about the last of them in the core...
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-12 brainRemoved chanrec::binarymodes - insp wont compile atm...
2006-03-11 brainComplete removal of all stl stuff here
2006-03-11 brainCompletely removed the deque
2006-03-11 brainFixes
2006-03-11 brainAdded method to check if an fd is in the socketengine...
2006-03-11 brainMissed some stuff
2006-03-11 brainconst std::string &
2006-03-11 brainStart of conversion to const refs for std::strings...
2006-03-11 brainTidyup by making some thing sprintf only once rather...
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-10 brainMoved more stuff into right places
2006-03-10 brainMass tidyup of ServerConfig::Read and stuff
2006-03-10 omAnother const reference conversion, and remove redundan...
2006-03-10 brainTest stuff for improved multi-tags in core
2006-03-10 brainAdded MultiConfig for multiple-occurance config items
2006-03-10 brainMissing a changeover
2006-03-10 brainRevert to string but return a reference, should be...
2006-03-10 brainFaster CullItem/CullList using strdup rather than copyi...
2006-03-10 brainconst references
2006-03-10 brainSupport for hostnames in <bind> tag (so long as the...
2006-03-10 brainMoved typedefs etc into the header where they belong
2006-03-10 brainImprovements
2006-03-09 omMore const references, this is nearly it apart from...
2006-03-09 omConvert more by-values to const references, optimise...
2006-03-09 omChanging by-value parameters to const references
2006-03-09 brainSpeedups
2006-03-09 brainTidyup to pass some stuff by reference (much faster...
2006-03-09 brainUM_WALLOPS had value 3 which was a combination of UM_SE...
2006-03-09 brainAdded userrec::modebits - fast way of checking if user...
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-08 brainRemoved deprecated Server::IsOnChannel (was a C++-ish...
2006-03-08 brainFixed externs
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-08 brainRemoved declarations of ancient and misspelled functions :/
2006-03-08 braincmode was declared here too - declaration removed.
2006-03-08 braincmode now returns const char* as it returns a pointer...
2006-03-08 brainGot rid of all that ugly char* cast crap (todo: change...
2006-03-08 brainFixed #defines to be enums (tidier)
2006-03-08 brainActually, 64.
2006-03-08 brainchanrec::custom_modes only needs 96 values not 190
2006-03-07 brain*TEST* Server::DumpText - Dump a *stringstream* to...
2006-03-07 brainMade split_chlist available for external use from comma...
2006-03-07 brainSafety checking (a really really clever trick btw)...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainTweaks to socket engine, faster buffer flush and hopefu...
2006-03-07 brainCheck for write errors in inspsocket (this is probably...
2006-03-07 brain*TEST CODE* Faster custom mode set/unset
2006-03-07 brainNo need to be inline in the include
2006-03-06 brainTidied GetMaxBans to leave the ConfigReader subsystem...
2006-03-06 brainTidied up give/take methods
2006-03-06 brainMode-code rewrite. Might act weird, needs proper testin...
2006-03-05 brainSped up introduction of nicks using vector::resize...
2006-03-02 brainAdded IS_SINGLE, see comment in include/inspircd.h
2006-03-02 brain*UNTESTED* speeding up HasPermission by factor of hundr...
2006-03-02 brainis_uline was an inefficient piece of crap - fixed.
2006-03-02 brainMade host fields more correct 64 in length with 63...
2006-03-02 brainMade extensive use of charlcat to cut down on strlcat...
2006-03-02 brainAdded charlcat which appends a single char to a char...
2006-03-02 brainChanged definition of CallHandler and CallCommandHandle...
2006-02-28 brainBanHiding
2006-02-28 brainMade it safe to quits and nickchanges
2006-02-27 omAdd comment stressing the importance of certain element...
2006-02-27 brainTest two
2006-02-27 brainConstant eating 20% cpu since last nights commit -...
2006-02-26 brainMoved the contents of the mainloop into a function...
2006-02-24 omNothing to see here, nothing, at all.
2006-02-23 brainLook-behind for missed timers up to 2 minutes (if your...
2006-02-23 brainMoved timer stuff from OnBackgroundTimer to InspTimer...
2006-02-23 brainFixed to work
2006-02-23 brainIncorporating InspTimer into safelist as a test
2006-02-23 brainFixes
2006-02-23 brainFirst revision of new timer code, not in the makefile...
2006-02-22 brainAdded m_safelist helper functions GetChannelCount and...
2006-02-21 brainFixed
2006-02-21 brainAdded second form of find() taking const char*, which...
2006-02-21 brainImproved speed of Find() by passing reference to std...
2006-02-19 brainAIEEE fucking overloaded operators
2006-02-19 brainTweaks
2006-02-19 brainAdded + and == operators between std::string and irc...
2006-02-19 brainRemoved unneeded {}'s
next