Age | Commit message (Expand) | Author |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Strong typing for stacked module results | danieldg |
2009-09-02 | Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementation | danieldg |
2009-09-02 | Replace FOREACH_RESULT_MAP with a more readable and flexible do_each_hook/whi... | danieldg |
2009-09-02 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-08-11 | Fix module prioritization when a module asks to be after spanningtree, which ... | danieldg |
2009-08-03 | Purely a documentation fix: PRIO_AFTER doesn't exist any more, it's PRIORITY... | w00t |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-13 | Replace loopCall detection in OnUserKick with a check for the m_spanningtree ... | danieldg |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Extban rework: allow exceptions to override bans on join | danieldg |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-23 | Remove an unused event. | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-21 | Minor documentation fix, spotted by Johannes13 | dz |
2008-12-15 | Remove numbers from these. They shouldn't be used anyway, enums are designed ... | w00t |
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 |