Age | Commit message (Expand) | Author |
2008-04-16 | Change that allows the m_override module to not announce a key override for a... | brain |
2008-04-04 | Dont check APrefix both times :p | brain |
2008-04-04 | Better checks | brain |
2008-04-04 | Throw exception if both the prefix chars are defined and the same (thaks dani... | brain |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-02 | This is better than using a const; Since 1.1 we don't need a value at all, we... | brain |
2008-04-02 | Remove unload_kludge: this still isn't handled in a very polite way (it uses ... | w00t |
2008-04-02 | Just use string literal instead of declaring a var for it | w00t |
2008-04-01 | Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind... | w00t |
2008-04-01 | Add a required prefix of 0, this may fix problem encountered by Raff7.. (pure... | w00t |
2008-03-24 | Finally change all the Version() objects | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | 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-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-09 | Same here, fix some minor memory leaks noticed by w00t | brain |
2007-11-04 | Fix these to use new hook system (u_listmode wasnt fixed yet) | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-10-23 | More | brain |
2007-10-23 | More AddModes fixes | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-03 | PROPAGATE this fix | brain |
2007-08-28 | Remove the last uses of localised fake clients. This removes a lot of allocat... | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-16 | Fixed bug #390 (broken m_chanprotect noservices) | special |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-03 | Removed superfluous semicolons | pippijn |
2007-06-17 | More factory conversion | w00t |
2007-06-14 | MAXMODES+1 -> MAXMODES+2 | brain |
2007-06-09 | A ton more clear() and empty() stuff thats been lingering on the long term to... | brain |
2007-05-27 | Whoops, ++it++? Thats gonna break :p | brain |
2007-05-27 | Another for bug #307 | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-19 | SPACE INDENTING ACTION RANGERS -- ATTACK! | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-10 | Small api change with wide reaching effects in modules - Allows modification ... | brain |
2007-05-03 | Fix broken modules (broken due to api change) | brain |
2007-04-16 | Added options:deprotectothers, this is like options:deprotectself, but if set... | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-28 | Reasonably sized fix - when adding modes in modules, be sure to check the ret... | brain |
2006-12-26 | Fix deprotectself=no not working. | peavey |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-12-12 | Make FounderProtectBase::remove_own_privs a reference, so we can change it on... | brain |
2006-12-12 | Someone forgot to do founder too :p | brain |
2006-12-12 | Fixed a pretty nasty bug that allowed users to +a themselves if deprotectself... | special |