Age | Commit message (Expand) | Author |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-07-19 | Replace hardcoded mode letters, part 2 | attilamolnar |
2012-05-16 | Check whether it is empty parameter before checking its value | Chin Lee |
2012-05-16 | Fix issue #120 reported by @swilde | Chin Lee |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-09-16 | Attempt to revert r11734 | danieldg |
2009-09-16 | Merge commands and modules in source, since they are already merged in install | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | 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 | Fix faulty logic, glob patterns may not start with > or <. TODO: iterate comm... | peavey |
2008-08-28 | Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ... | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Fix two occurances of match() on a const char* here | 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-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
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 |
2008-01-06 | Basic core changes for permanent channels. | w00t |
2007-10-22 | Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w... | w00t |