Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-02-01 | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | danieldg |
2010-01-29 | Remove MaxWhoResults, replace with an increase of Penalty based on result lis... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
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-13 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-13 | Don't allow /who to match servers when HideWhoisServer is enabled (unless the... | special |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Add OnSendWhoLine hook, and use it in the oper hiding modules | danieldg |
2009-09-02 | Rip out VisData in preparation for replacing it with more flexible hooks | danieldg |
2009-09-01 | Rename User::GetPort to GetServerPort to clarify its purpose | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-03 | Restrict some /WHO options to opers | danieldg |
2009-02-19 | Restrict /WHO <item> M to opers | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-10-18 | Tie a number of /who settings to servers/auspex and users/auspex respectively. | w00t |
2008-08-28 | Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ... | w00t |
2008-08-25 | Implement /who 1d t (search for who matches for users connected for a given t... | w00t |
2008-08-25 | Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::... | 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-10 | Improve this not to use pointer maths directly, use an iterator | brain |
2008-05-10 | Fix for bug #532 reported by dantheman, thanks | brain |
2008-05-08 | When searching by servername without wildcards, conceal +i users no matter wh... | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
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-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-08 | Slight speed improvement in WHOing invisible users, insignificant | brain |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-27 | Who flags now count as a wildcard for searching for privacy reasons, fixes bu... | brain |
2007-10-22 | Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w... | w00t |