Age | Commit message (Expand) | Author |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-18 | Implement channels/auspex priv for /names and /list. | w00t |
2008-09-25 | Also fix here; glob patterns may not start with > or <. TODO: iterate comma s... | peavey |
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-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Commit these | brain |
2008-05-18 | Remove .c_str()'s in match() calls that are no longer needed as match() nativ... | brain |
2008-05-13 | Fix the format of +p channels in /list (both in core /list and in m_safelist)... | brain |
2008-05-11 | Show keys to opers correctly | brain |
2008-05-11 | Show +sp channels to opers correctly | brain |
2008-05-05 | Convert more | peavey |
2008-03-24 | And more of them | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-10-24 | Last of the -pedantic fixes. Seems we were all good with -pedantic from the s... | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | DELETE() -> delete | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-13 | More changes from patch. Don't throttle opers due to server load. | w00t |
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 | Conversions. | w00t |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-03-30 | Add extra stuff to LIST. | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-03-11 | Fix minor bug, number of users listing doesnt decrement if a user quits while... | brain |
2007-03-11 | Add safelist:maxlisters which prevents more than x number of people doing a L... | brain |
2007-03-11 | Added OnBufferFlush, improved m_safelist, no longer works on a timer but work... | brain |
2007-02-12 | Get rid of a compile warning. | peavey |
2007-02-10 | Make some stuff configurable that hasnt been and should be. | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-09 | Revert repeat timer to old one, to make sure it only runs if list was actuall... | peavey |
2007-01-09 | Make safelist use repeat timer. | peavey |
2006-12-23 | Hash rehashing change | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-11-10 | Implement a change for bug #171. It might not be pretty in the /list output, ... | brain |