]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
IsNick moved to helperfuncs.cpp, makes a lot more sense than inspircd.cpp
[user/henk/code/inspircd.git] / include /
2006-10-01 brainNow with binary versioning goodness
2006-10-01 specialAdded OnPostJoin, which is (at the moment) almost exact...
2006-09-26 brainmake OnPostConnect global
2006-09-26 w00tRemove deprecated -nolimit and -notraceback options
2006-09-25 brainWhoops, patch
2006-09-24 specialSpeaking of misleading comments, 'Delete and InspTImer...
2006-09-19 brainMake the check against z/k/q/e/g methods return a point...
2006-09-19 brainFix crashes, and in the process make xline even faster!
2006-09-19 brainMake xline more memory-efficient and faster/neater...
2006-09-17 brainTurn irc::commasepstream into a base class, irc::sepstr...
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainAdd timeouts to the http module. Two seperate timeouts...
2006-09-15 brainFix for bug noticed by dotslasher (?) where SAJOIN...
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-15 brainRemove ExemptItem and InviteItem, these were never...
2006-09-13 brainIf inspircd crashes in std::string destructor in Comman...
2006-09-13 brainSpecial check in cmd_quit and cmd_kill and special...
2006-09-11 w00tFix for picky compilers (see, I work sometimes ;p)
2006-09-10 brain* Fix ChanModes::ModeString to not try and set a key...
2006-09-10 brainSplit hostmasks into ident and host pairs for matching...
2006-09-10 brainMatch IP's with klines, glines and exceptions, as well...
2006-09-10 brainMove Spacify() into irc:: namespace as multiple modules...
2006-09-10 brainSpacify() the oper types
2006-09-09 brainModuleFactories are not being deleted, this means that...
2006-09-09 brainMake SAMODE oper output tidier
2006-09-08 brainFix 'item not on list' output
2006-09-08 brainAllow QUIT to be used before we fully register the...
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainWe now have a test module that can dump someones certif...
2006-09-03 brainProper error checking on loading cmd_*.so files
2006-09-03 brainAdd /RELOAD and move cmd_mode into its own command.
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-09-02 brainActually make +ovhk removable with DelMode (just in...
2006-09-02 brainDon't try and delete from the item list whilst iteratin...
2006-09-02 brainDon't use oncleanup to remove listmode lists
2006-09-02 brainbanexception, chanfilter and inviteexception should...
2006-09-02 brainAllow unloading of modules which implement modes!
2006-09-02 brainAdd chanrec::IsBanned() so that we dont have to keep...
2006-08-31 brainMade CountChannels faster. We use it in quite a few...
2006-08-31 omRemove extra/wrong qualifications, makes GCC 4.1 (at...
2006-08-31 brain*thwap* om for not fixing the bugs he finds :p
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainDocument SnomaskManager
2006-08-29 brainauto-set +s when +n is set (as +n requires +s) - allow...
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-29 brainSpanningtree tidyups
2006-08-28 brainUpdate comment
2006-08-28 brainConnect timeouts now work again, using InspSocket
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-28 brainAdd support for NAMESX
2006-08-25 brainAdd userrec::ChangeIdent (which we were missing) which...
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-24 specialRenamed the OnGlobalConnect callback to OnPostConnect...
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-23 brainDocument ModeParser::FindPrefix() and chanrec::GetAllPr...
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainMore prefixchar stuff.
2006-08-23 brainDocument mode prefixes
2006-08-23 brainSpotted problem: must clear out all prefixes attached...
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-23 brainInherit ModuleMessage from Extensible, so users can...
2006-08-19 brainMake it virtual, in case someone ever wants to make...
2006-08-19 brainExtra comments about how the FileLogger class schedules...
2006-08-19 brainMissing vector.h
2006-08-19 brainI hate this header
2006-08-19 brainAdd multimap
2006-08-19 brainRemove users.h include from here
2006-08-18 brainMake DELETE inline so its about as fast as the define...
2006-08-18 brainChange #define DELETE to a template
2006-08-18 brainChange comment
2006-08-18 brainNONBLOCKING LOGGER!
2006-08-18 brainDocument ListenSocket class
2006-08-18 brainTypos in the socketengines
2006-08-18 brainComments
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-18 brainGet rid of SocketEngine::Wait and array-copy, change...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-17 brainAdd modules.h to cmd_connect.h
2006-08-17 brainuserrec::AddBuffer and userrec::Write end up copying...
2006-08-12 brainThis commit is dedicated to Boo ;-pppppp
2006-08-12 brainDocument base modes
2006-08-12 brainExplain what ModeParser does
2006-08-12 brainDocument the nspace namespace
2006-08-12 brainDocument some missing xline stuff
2006-08-12 brainMore docs. Tons more docs. I need coffee and we're...
2006-08-12 brainDocument command_parse.h and CommandParser class
2006-08-12 brainDocument irc::socket namespace members/classes
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainDocument TimerManager class
2006-08-11 brainAdded comment about why its important to push_back...
2006-08-11 brainDocument XLineManager
2006-08-11 brainJust about enough docs to rebuild the docs page now
2006-08-11 brainTons more docs
2006-08-11 brainDocumentation of new chanrec functions
2006-08-11 brainDocument all the new methods (eventually there will...
2006-08-11 brainDocumented all of the functions in a basic manner here...
next