Age | Commit message (Expand) | Author |
2009-09-15 | Remove Extensible items from user, channel, and Membership on module unload | danieldg |
2009-09-13 | Fix cloaking/invite exception for new extban checks | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-09-01 | Move IP<->sockaddr conversions into irc::sockets:: namespace | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-13 | Revert some files accidentally committed in r11371. I'm apparently doing a ve... | special |
2009-05-13 | Fix an issue in r11370 spotted by danieldg | special |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-01 | Remove now-unneeded 4in6 hacks [danieldg] | w00t |
2008-11-01 | Merge commit 'ddg/out-12' | w00t |
2008-10-25 | Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ... | w00t |
2008-09-16 | Shrink users properly on quit, and make cloaks for all existing users on load... | brain |
2008-09-14 | dont try and cloak if no valid cloak was returned (eg. localhost) | peavey |
2008-09-13 | Optimisation | brain |
2008-09-13 | Fix setting of +x before we've processed an OnUserConnect | brain |
2008-09-10 | Back out change, as this doesn't work properly with channel bans.. Prioritise... | w00t |
2008-09-10 | Bit of a tidyup, generate cloak whenever first set, not necessarily on connect | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-29 | Apply patch to fix ipv6 builds, contributed by danieldg, thanks :-) | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | More done | brain |
2008-05-01 | Some modules throw CoreException, this is wrong wrongitty wrong! Throw Module... | brain |
2008-04-10 | Add correct stuff so that /taxonomy can show the cloaked hosts for users in t... | brain |
2008-04-10 | Calculate hosts on connect so theres no way around a ban on your cloak, even ... | brain |
2008-04-10 | Fix for bug #513 | brain |
2008-04-08 | Comment tweakage | w00t |
2008-03-24 | And more of them | brain |
2008-02-18 | Phew. Fix a bunch of method sigs to stop warnings. | w00t |
2008-01-17 | Remove a redundant method here, call the mode manager directly | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-10 | Fix owines crashes here too | brain |
2007-11-10 | Fix crashes found by owine (usually on startup) | brain |
2007-11-09 | We should probably UseInterface last, too | brain |
2007-11-09 | Theres actually more to this. Before we throw, delete cu (the destructor WONT... | brain |
2007-11-09 | Same fix here | brain |
2007-11-04 | Remove Implements() method from every module. booya. | brain |