Age | Commit message (Expand) | Author |
2010-03-04 | Unset umode +x when a different vhost is set on a user | danieldg |
2010-02-21 | Add HMAC implementation to HashProvider | danieldg |
2010-02-21 | Fix exception on m_cloaking GetVersion if run without a hash provider | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-17 | Move initialization that throws configuration exceptions to init() | danieldg |
2010-01-14 | Verify cloak keys match during CAPAB negotiation | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-11 | Add fine-grained command flood controls | danieldg |
2009-10-30 | m_cloaking: extend IPv6 mask from /48 to /32, add IPv6/64 and IPv4/24 to half... | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-17 | Fix array out-of-bounds accesses | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-13 | Update documentation for cloaking | danieldg |
2009-10-11 | Octets in an IPv4 address are unsigned | danieldg |
2009-10-10 | Fix double dot in half-cloaked resolved hosts | danieldg |
2009-10-10 | Update m_cloaking to use free-form keys instead of weakening the hash IV | danieldg |
2009-10-10 | m_cloaking: Error out on "wrong" cloaking keys | psychon |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
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 |