]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / include /
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
2005-12-31 brainRemoved cvsignores, set svn:ignore property using ...
2005-12-29 brainMore removal of formatting where its not neccessary...
2005-12-29 brainCached ISUPPORT
2005-12-29 brainChanged 65535 to MAX_DESCRIPTORS calculated at configur...
2005-12-29 brainAdded extra checking to socketengine to refuse connecti...
2005-12-29 brainAdded counters for MAX_DESCRIPTORS etc which allows...
2005-12-29 brainOptimizing to not use so much cpu with high user loads
2005-12-28 brainAdded SetSignals()
2005-12-28 brainChanged from std::map to hash_map
2005-12-28 brainEXPERIMENTAL: Command search function now uses std...
2005-12-28 brainNew system for client exits using CullList seems stable...
2005-12-26 brainAdded global_implementation array, bypasses calls which...
2005-12-26 brainFixed support for implementation hooks
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-22 brainChanged two fields in ConnectClass to strings, moved...
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-19 brainAdded comments
2005-12-19 brainAdding AES encryption to spanningtree links
2005-12-19 brainAdded AES stuff
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-18 brainAdded requirement for at least one parameter
2005-12-16 brainCommented why this is seriously fucked-up-looking :p
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMissing semicolon
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainMoved serverstats* stats to InspIRCd class
next