Age | Commit message (Expand) | Author |
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 |
2007-06-11 | * Changes to userprocess functions to allow flood limit removal by m_operflood. | burlex |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-06-08 | Make this message slightly more meaningful, as discussed in .coders a while back | w00t |
2007-06-04 | Excess flood tidyups | brain |
2007-06-04 | The recvq > netbuffersize check isnt needed *at all* as we check recvq > recv... | brain |
2007-05-21 | All non-commands part of the core are now warning clean on vs8 | brain |
2007-05-14 | Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (... | brain |
2007-04-21 | Ensure it cant happen the other way around, either | brain |
2007-04-02 | Fixed a DNS timeout race condition that could result in a NOTICE AUTH message... | special |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-15 | Remove some debug | brain |
2006-12-22 | change userrec int timeout to time_t since it's a timestamp made of TIME + us... | peavey |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-14 | Remove commented out FlushWriteBuf() | brain |
2006-12-14 | Fix silly bug of the day. | brain |
2006-12-14 | Remove FlushWriteBuffer() from DoBackgroundUserStuff(). Its no longer require... | brain |
2006-12-14 | Change how users are quit if they get a write error during the things they do. | brain |
2006-12-10 | Correctly handle write events | brain |
2006-11-05 | Older gcc gets confused when the only parameter has a default value? O_o | brain |
2006-10-31 | Remove some debug | brain |
2006-10-31 | Fix the makefile confusion removal of these headers creates | brain |
2006-10-30 | Fix broken quits (i broke them by taking out a check i didnt think was requir... | brain |
2006-10-30 | For users, we now only write when the socketengine says theyre writeable, set... | brain |
2006-10-28 | Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t... | brain |
2006-10-02 | Use a ternary operator to remove bracketing from ping timeout message | w00t |
2006-10-01 | Fix ping timeout messages. This is what I get for not fully testing. | w00t |
2006-10-01 | Everybody loves boobies. It's true. | brain |
2006-10-01 | InspIRCd: Now with 100% more boobies. Err, ping timeout message coolness. | w00t |
2006-09-03 | Removal of debug | brain |
2006-09-01 | Add snomask f (flood) | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-17 | Optimization and removal of casts (profiling stuff) | brain |