Age | Commit message (Expand) | Author |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2016-12-30 | Remove remaining doxygen doc for "pcnt" parameters | Attila Molnar |
2015-11-23 | core_whowas Add WhoWas::Manager::PurgeNick() | Attila Molnar |
2014-08-30 | Move the intrusive list containers into the insp namespace | Attila Molnar |
2014-07-09 | core_whowas Rename and move WhoWasGroup to WhoWas::Entry | Attila Molnar |
2014-07-09 | core_whowas Return a WhoWas::Manager::Stats struct from GetStats() instead of... | Attila Molnar |
2014-07-09 | core_whowas Split database logic into a WhoWas::Manager class | Attila Molnar |
2014-07-09 | core_whowas Rename misleading variables and typedefs | Attila Molnar |
2014-07-09 | core_whowas Switch from map to a hash map and from irc::string to std::string | Attila Molnar |
2014-07-09 | core_whowas Change the FIFO to be an intrusive list | Attila Molnar |
2014-07-09 | core_whowas Store the nickname in WhoWas::Nick | Attila Molnar |
2014-07-09 | core_whowas Store time added in WhoWas::Nick | Attila Molnar |
2014-07-09 | core_whowas Delete elements of the per nick deque in the destructor of WhoWas... | Attila Molnar |
2014-07-09 | core_whowas Create class WhoWas::Nick, store pointers to those in the map | Attila Molnar |
2013-08-12 | cmd_whowas Major cleanup, fix inefficiencies | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-04 | Move whowas settings into cmd_whowas from ConfigReader | attilamolnar |
2013-04-04 | Make cmd_whowas act like a module, remove special handling | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-30 | Clean up typos and some unused code | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-03 | Remove HandleInternal and HandleServer, they are duplicated by Request* and F... | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | 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 |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | w00t |
2007-10-21 | Set penalties (documentation page listing these to come) | brain |
2007-10-15 | InspTimer -> Timer | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-07-24 | Fix comment so it makes sense. | peavey |
2007-07-17 | Mass header update. Chatspike-Dev => InspIRCd.... | peavey |
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-06-17 | Doxygen comments for command handlers | brain |
2007-06-17 | Add comments | brain |
2007-06-01 | Make valgrind happy and not leak mem. | peavey |
2007-05-19 | Space indents must die. | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-15 | Add cmd_reloadmodule.{h,cpp} contributed by Eric at neowin.net, thanks :) | brain |