summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Add OnSendSnotice(char &, std::string &, const std::string &) to modify/block...w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-12Okay, and there's the working version of it. Extbans that don't work on users...w00t
2008-07-12Remove individual read buffers inside of BufferedSocket, use the shared netbu...w00t
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-06-26Yet another module priority shuffler fix from Phoenix, bad phoenix bad bad\!brain
2008-06-24Module priority 'shuffler' fix from Phoenix, bounds checksbrain
2008-06-24Module priority 'shuffler' suggestion from Phoenix, needs some testing but wo...brain
2008-06-06Allow changing of command string and parameter vector within OnPreCommand, al...brain
2008-05-18Remove .c_str()'s in match() calls that are no longer needed as match() nativ...brain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-04-16Change that allows the m_override module to not announce a key override for a...brain
2008-04-04Remove two useless methods, chanlog is b0rked at the moment.w00t
2008-04-03Change the 'is not within the modules dir' message to something less obscure ...brain
2008-03-30Fixybrain
2008-03-30Change this return type to int from void. WHY didn't this error for me.w00t
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-24Port bindings for gnutls now bind via ip:port, rather than on all ports for t...brain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-03-22Add WriteNumeric() to User and OnNumeric module event. Note that modules do n...brain
2008-03-21Add support for OnNamesListItem, discussed with w00t a few days ago. This mak...brain
2008-03-17Fix the warnings that are worth fixing, ignore the rest of gcc's nannyingbrain
2008-02-26Revert configure so that we can uh, actually compile.brain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-24This segfaults atm. i'm working on it.brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-21More test suite stuffbrain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-18Someone please help me fix the warnings in modules caused by this change. All...brain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-08Support for /invite <user> <channel> <timeout> - if the user doesn't partake ...aquanight
2008-02-03Clear up header insanityw00t
2008-02-02Make m_password_hash able to pick up hasher modules after it's loaded, meanin...aquanight
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-09Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti...w00t
2008-01-06Hopefully correct implementation of OnRawMode.. can someone pls check this fo...w00t
2008-01-06OnRawMode event makes a return: This was removed post 1.0 because it was incr...w00t
2008-01-06Permanent channels, currently conflicts with blockcaps (+P) and is untestedw00t
2008-01-02Add param 'opername' to event OnPostOper. This will help make a (slightly nic...w00t
2007-11-11More stuff incomingbrain
2007-11-11More stuffbrain
2007-11-11This works properly now. Files in the file:// schema are loaded by the core.brain
2007-11-11In prep for remote includes, configuration reading is now two-pass.brain