Age | Commit message (Expand) | Author |
2008-10-25 | Use TargetTypeFlags instead of int in a few places. | w00t |
2008-10-02 | Fix for bug #601 | brain |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Add OnSendSnotice(char &, std::string &, const std::string &) to modify/block... | w00t |
2008-08-07 | Always deny invite to users below halfop status, move OnUserPreInvite up to a... | w00t |
2008-08-04 | Oops, actually, return 1 to block change, 0 to check it, -1 to allow it regar... | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-12 | Okay, and there's the working version of it. Extbans that don't work on users... | w00t |
2008-07-11 | Add OnCheckExtBan, will be used for exceptions to extbans | w00t |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-19 | Fix logic being backwards (so every user was always away and an oper, except ... | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-16 | Implement our own dllmain. if this works and gets rid of error at 70 modules,... | brain |
2008-04-16 | Change that allows the m_override module to not announce a key override for a... | brain |
2008-04-10 | Comment small API change (returning -1 from OnCheckBan to explicitly deny the... | brain |
2008-04-04 | Remove two useless methods, chanlog is b0rked at the moment. | w00t |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-03-30 | Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ... | w00t |
2008-03-24 | Port bindings for gnutls now bind via ip:port, rather than on all ports for t... | brain |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-03-22 | Add WriteNumeric() to User and OnNumeric module event. Note that modules do n... | brain |
2008-03-21 | Add support for OnNamesListItem, discussed with w00t a few days ago. This mak... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-21 | More test suite stuff | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-18 | Someone please help me fix the warnings in modules caused by this change. All... | brain |
2008-02-14 | Make AC_OTHERMODE OnAccessCheck call work again. | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-08 | Support for /invite <user> <channel> <timeout> - if the user doesn't partake ... | aquanight |
2008-02-02 | Make m_password_hash able to pick up hasher modules after it's loaded, meanin... | aquanight |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-09 | Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti... | w00t |
2008-01-06 | Hopefully correct implementation of OnRawMode.. can someone pls check this fo... | w00t |
2008-01-06 | OnRawMode event makes a return: This was removed post 1.0 because it was incr... | w00t |
2008-01-06 | Permanent channels, currently conflicts with blockcaps (+P) and is untested | w00t |
2008-01-02 | Add param 'opername' to event OnPostOper. This will help make a (slightly nic... | w00t |
2007-11-11 | More stuff incoming | brain |
2007-11-11 | More stuff | brain |
2007-11-11 | In prep for remote includes, configuration reading is now two-pass. | brain |
2007-11-11 | Fix crashes from badly written safeiters | brain |
2007-11-11 | Make iterators safe in FOREACH_MOD etc macros, so that ModuleManager::Detach(... | brain |
2007-11-10 | m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the... | brain |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-11-04 | Why the hell the includes are half way down the damn file in modules.h is bey... | brain |
2007-11-04 | Instead of a vector of vectors, use an array of vectors as in the original sp... | brain |
2007-11-04 | Comments | brain |
2007-11-04 | MODERR tidyups | brain |