Age | Commit message (Expand) | Author |
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-12-07 | Fix glitch before release | brain |
2008-12-01 | Remove lines_in and reset_due flood protection mechanism, recvq/sendq on thei... | w00t |
2008-12-01 | Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase... | w00t |
2008-12-01 | Remove OverPenalty, saves sizeof(bool) per user. | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-19 | Fix the 4-byte read madness discovered by psychon | brain |
2008-07-19 | Use a switch (cleaner, probably more efficient) for user status here, also, w... | w00t |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | Don't background process quitting users (there's no point), half fixes Jason'... | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-16 | Two stage commit: don't set user->muted except in QuitUser (duplicate setting... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-31 | Fix up to pass User* | brain |
2007-10-31 | Fixified some more | brain |
2007-10-28 | PERL PIE FOR ALL: Rename a fuckload of XLineManager's methods | w00t |
2007-10-28 | - Tear out a useless load of XLine clutters that did nothing much except conf... | w00t |
2007-10-25 | this should fix any of the crashes w00t outlined where User::MyClass == NULL. | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-21 | Move DNS timeouts into the UserResolver class, where they should have been (b... | w00t |
2007-10-21 | Remove more debug | brain |
2007-10-21 | Fixed ssl clients on trunk. The problem peavey was having was that before Rea... | brain |
2007-10-21 | Move some stuff around so the last penalty line doesnt get held erroneously u... | brain |
2007-10-21 | Tweak so that commands with larger penalty than 1 work right | brain |
2007-10-21 | Yay, all works! | brain |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-21 | Subtract a boobie | w00t |
2007-10-21 | Remove next_call garbage.. It didn't really do much more than obfuscate thing... | w00t |
2007-10-18 | Oops, OnCheckReady being called after registration! This doesnt break the new... | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-07-27 | Found the bug, turns out i just introduced it with the last commit :p | brain |
2007-07-26 | Move a ton of stuff into caller* functors | brain |
2007-07-26 | Apply diff for userprocess.cpp from earlier in the day | brain |
2007-07-24 | Convert some ancient GlobalCulls usage into userrec::QuitUser | w00t |
2007-07-23 | Squash a warning reported by owine | w00t |
2007-07-19 | Fix for bug #326, 'no error' quit can no longer theoretically occur because a... | brain |
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-01 | Compile fixes | brain |
2007-07-01 | Optimizations and code tidyups. QA please check that svsnick and other forced... | brain |