]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Avoid some ugly casts and save (well..system dependant..) about...3 bytes of ram! :P
[user/henk/code/inspircd.git] / include /
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
2006-02-19 brainTesting \exception doxygen tag that *should* work
2006-02-19 brainForgot to commit this?
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainMade a booboo
2006-02-19 brainAdded exception handling for module loading
2006-02-15 brainMoved custom_mode_params to per-channel
2006-02-13 w00tAdded bool IsValidChannelName(const char *) - it doesn...
2006-02-12 brainTweak to allow @%+ to all exist on a user at once durin...
2006-02-08 brainChecks to not propogate invalid or already-existing...
2006-02-08 brainIncreased how often socket timeout checks occur which...
2006-02-07 brainSlightly more efficient write buffers
2006-02-06 brainAdded support for changing tempdir via <options:tempdir>
2006-02-05 brainPropogation of away messages across network (we dont...
2006-02-05 omAdd .c_str()'s to m_sqloper in call to OneOfMatches...
2006-02-05 brainCommented on new return value of OnUserPreKick for...
2006-02-04 brainAllow space seperated hostlist in <oper:host> e.g....
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-02-03 omAdd operators >> and << for irc::string and i/ostreams...
2006-02-03 brainTypo fixes #2
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-02-03 brainAdded ircu-like hidewhois feature that allows hiding...
2006-02-03 brain*EXPERIMENTAL* <options:hidesplits> ircu-style quit...
2006-02-02 brainRemoved bool return of DoBackgroundUserStuff()
2006-02-02 brainExtra comments re. nonblocking DNS and use of IP addres...
2006-02-02 brainNonblocking dns for InspSocket class (used by server...
2006-02-02 brain*UNTESTED DO NOT USE YET* - async dns for InspSocket...
2006-01-31 brainKey hiding when youre not on the channel
2006-01-30 brainRemainder of TYPE_OTHER metadata
2006-01-30 brainAdded support for TYPE_OTHER metadata, where void*...
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-28 brainChanged length of password field to 64, giving us a...
2006-01-28 brainFixed uninitialized ExtMode::list
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-25 omAdd InsertMode function to helperfuncs.(cpp|h) for...
2006-01-25 brainDocumented some functions that were missing comments
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
2006-01-25 omOh noes, a typoed comment :x
2006-01-25 omremove redundant variable and fix log output
2006-01-25 omAdding the +e and +I modules m_banexception and m_invit...
2006-01-22 brainAllowed for configuration of maxtargets in <options...
2006-01-22 brainAdded MakeWildHost to userrec (*!*@dhost)
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainChanged lots of icky #define's to enums
2006-01-15 brainCleanFilename movage
2006-01-15 brainFixes to make this actually WORK.
2006-01-15 brainAdded checks to forbid declaring certain config tags...
2006-01-15 brainAdded support for <options customversion> to customize...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainMade inspircd close and reopen its log on rehash
2006-01-14 brainAdded RemoveSocket as a test fix for merwins bug
2006-01-12 brainReplaced sprintf's with some char* voodoo
2006-01-12 brainChanged channel user lists from vector to map
2006-01-12 brain<Bender> Who put this in here? O_o
2006-01-09 brainUntested priority system for modules to move themselves...
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2006-01-02 brainGCC 4.1 is more strict about extra qualification on...
2006-01-01 brainFixes to typos and change to return by reference on...
2006-01-01 brainClass lookup adjustment
next