Age | Commit message (Expand) | Author |
2010-01-30 | Move nick change code out of cmd_nick; fixes double-invocation of hooks and m... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-11 | Add fine-grained command flood controls | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-09-26 | Remove InspIRCd* parameters and fields | 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-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | 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-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 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-04-26 | Fix OnUserRegister being triggered twice if someone sent a NICK while waiting... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-22 | Fix for bug found by danieldg, where remote nicks were truncated to NICKMAX, ... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-01 | Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t... | w00t |
2008-10-22 | Only announce Q:Line hits on NICK from unregistered users, thanks satmd. | w00t |
2008-07-12 | Don't add a 10 second penalty to all connecting users (this was accidental) | w00t |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-23 | NEVER use the two-param assign unless you want your string padding to len byt... | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | Fix users being unable to register (aquanight, what the fuck were you smoking... | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-07 | Add support for /nick 0: changes nick to UID, which can come in useful for ci... | w00t |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-08 | Allow remote users to bypass Q:Line (why on earth wasn't this the case) | w00t |
2008-04-08 | Don't check Q:Lines if server is enforcing a nick change (I forgot we had a w... | w00t |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-19 | And one more tweak to this. | peavey |
2008-03-19 | Fix OnUserRegister() not getting called for if USER sent before NICK on regis... | peavey |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-09 | Fake lag on nick change, thanks pLaYa | w00t |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-02 | xline gutting, once more. There is no longer an active_lines vector, and no r... | brain |
2007-10-23 | All the core is now pedantic safe! | brain |
2007-10-22 | Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w... | w00t |