]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Include explicit parameter list in ProtocolInterface::SendMode
[user/henk/code/inspircd.git] / include / modules.h
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-14 peaveyNuke trailing spaces
2009-01-23 w00tRemove an unused event.
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-21 dzMinor documentation fix, spotted by Johannes13
2008-12-15 w00tRemove numbers from these. They shouldn't be used anywa...
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-02 brainFix for bug #601
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tAdd OnSendSnotice(char &, std::string &, const std...
2008-08-07 w00tAlways deny invite to users below halfop status, move...
2008-08-04 w00tOops, actually, return 1 to block change, 0 to check...
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-07-12 w00tOkay, and there's the working version of it. Extbans...
2008-07-11 w00tAdd OnCheckExtBan, will be used for exceptions to extbans
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-06 brainAllow changing of command string and parameter vector...
2008-05-19 w00tFix logic being backwards (so every user was always...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-16 brainImplement our own dllmain. if this works and gets rid...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-10 brainComment small API change (returning -1 from OnCheckBan...
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...
next