]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Remove two useless methods, chanlog is b0rked at the moment.
[user/henk/code/inspircd.git] / include / modules.h
2008-04-04 w00tRemove two useless methods, chanlog is b0rked at the...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-22 brainAdd WriteNumeric() to User and OnNumeric module event...
2008-03-21 brainAdd support for OnNamesListItem, discussed with w00t...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-21 brainMore test suite stuff
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-14 brainMake AC_OTHERMODE OnAccessCheck call work again.
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-09 w00tAdd OnExpireLine(XLine *) hook, will be used in xline...
2008-01-06 w00tHopefully correct implementation of OnRawMode.. can...
2008-01-06 w00tOnRawMode event makes a return: This was removed post...
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2007-11-11 brainMore stuff incoming
2007-11-11 brainMore stuff
2007-11-11 brainIn prep for remote includes, configuration reading...
2007-11-11 brainFix crashes from badly written safeiters
2007-11-11 brainMake iterators safe in FOREACH_MOD etc macros, so that...
2007-11-10 brainm_spy no longer implements SPYNAMES, instead it overrid...
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainWhy the hell the includes are half way down the damn...
2007-11-04 brainInstead of a vector of vectors, use an array of vectors...
2007-11-04 brainComments
2007-11-04 brainMODERR tidyups
2007-11-04 brainRemove some now redundant if (!empty) checks in FOREACH_MOD
2007-11-04 brainRemove no longer required typedef
2007-11-04 brainComment all the new stuff
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-11-04 brainRemove our vectors of Module*/ircd_module*, replace...
2007-11-04 brainMore craq
2007-11-04 brainBring back Prioritize (needs to occur after module...
2007-11-04 brainNext part of Development/Hooking (see wiki)
2007-11-04 brainDevelopment/Hooking in full swing now: WARNING, this...
2007-11-04 brainAdd EventHandlers structure for Development/Hooking
2007-10-31 brainForward decl
2007-10-31 brainRemove all the OnAddGLine, OnAddWhateverLine replace...
2007-10-26 brainWhoops, must be const
2007-10-26 brainAdd new event for this with gauranteed delivery of...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-13 brainShut up, valgrind
2007-09-25 brainFix for bug #415, affects only trunk (wish i'd known...
2007-09-12 specialRenamed the needs_unsigned parameter of ConfigReader...
2007-08-29 omA few more minor cleanups
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 omFirst step on the road of module loader rewriting....
2007-08-26 w00tBump ABI version and protocol version. Note that this...
2007-08-05 w00tFix spelling mistakes on some log messages
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-10 brainThis should fix the rest of remote kill nick hiding
2007-06-17 brainMore comments
2007-06-17 brainModule factory and init function in modules turned...
2007-06-14 pippijnSome general syntax cleanups.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-15 w00tRather largeish change to class checking on connect...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-05-04 brainAdd <auditorium showops> which determines if auditorium...
2007-05-04 brainWhere others charge, we give for free. Have fun and...
2007-05-03 brainDO NOT USE THIS COMMIT - if you do, most of the modules...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-03-31 brainAdd macros IS_OPER() and IS_AWAY()
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-11 brainDocument OnBufferFlushed
2007-03-11 brainAdded OnBufferFlush, improved m_safelist, no longer...
2007-03-08 brainoption to allow announce of invites to channel (similar...
2007-03-06 brainThis properly fixes options:hidebans and options:hidesp...
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-02-17 brainBump API version
2007-02-11 brainBump API version (chanrec::setby increased from NICKMAX...
2007-01-07 brainAnd its all done and working!
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-26 peaveyAlso add support for default values for ConfValueBool...
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-24 brainAdd OnGarbageCollect method
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-16 brainAdd an optional parameter to ConfigReader::ReadValue...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-12 brainNew clone counting mechanism (this isnt tested yet)
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-05 brainUntested, undocumented PublishInterface, UnpublishInter...
2006-12-05 brainChange this a LOT.
2006-11-27 brainBuildExemptList is becoming pretty ugly. grr.
2006-11-27 brainAdd OnBuildExemptList, which is used to build an exempt...
2006-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-11-26 brainUpdate comments to reflect new API
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-11-14 brainInherit ModuleException from std::exception rather...
next