Age | Commit message (Expand) | Author |
2006-08-18 | Indent tidyup | brain |
2006-08-18 | Fix trying to add failed ports to socketengine (<3 new code) | brain |
2006-08-18 | Dont allow an empty away message (im not sure what the RFC says on this one sts) | brain |
2006-08-18 | Things are so much easier here (thanks to sts for the bug) | brain |
2006-08-18 | Odd bits and bobs to keep the numeric sane if the user is insane (like stskee... | brain |
2006-08-18 | stskeeps trying to get his name all over our commit log :p (thanks for the bu... | brain |
2006-08-18 | Dont allow an empty key (thanks stskeeps) | brain |
2006-08-18 | Correctly return false on failure to fork | brain |
2006-08-18 | Checking if child pid still exists, if it vanishes we exit | brain |
2006-08-18 | When daemonizing, have parent process wait forever, and child process kill it... | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-18 | Dont allow USERIP (where loaded) on unregistered users | brain |
2006-08-18 | Dont allow USERHOST (and new WHO) on unregistered users | brain |
2006-08-18 | Don't allow adding of invalid nicknames to watchlist | brain |
2006-08-18 | Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc... | brain |
2006-08-18 | Modified m_silence to take masks instead of nicknames. Since this is *much* m... | special |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-18 | Forward port of /list pattern matching, reported by Stskeeps | special |
2006-08-17 | Optimize tons more timer checking stuff | brain |
2006-08-17 | DoSocketTimeouts and TickTimers only need to be called once a second. Why the... | brain |
2006-08-17 | Just comments | brain |
2006-08-17 | Fix typo | brain |
2006-08-17 | userrec::AddBuffer and userrec::Write end up copying the const std::string& i... | brain |
2006-08-17 | Improve userrec::AddBuffer (remove craq char to std::string loop) | brain |
2006-08-17 | Change a std::string operator+= to append() | brain |
2006-08-17 | Optimization and removal of casts (profiling stuff) | brain |
2006-08-16 | Check in eline, gline and kline for the @ which signifies an ident. Without t... | brain |
2006-08-16 | Optimizations | brain |
2006-08-16 | Wasnt checking channel name on ban deletion | brain |
2006-08-16 | LeaChim please try this | brain |
2006-08-16 | free() REQUIRES casts to free const char*'s :< | brain |
2006-08-16 | Because the iterator can be whacked (and the item) inside of SetBan, make copies | brain |
2006-08-16 | Tweak: Setting server pointer isnt required | brain |
2006-08-13 | If +L is set without +l, dont forward users | brain |
2006-08-13 | Clear fd_ref_table and socket_ref arrays in the constructor | brain |
2006-08-12 | So i wonder why we've not had this problem sooner | brain |
2006-08-12 | Make sure that the hostname isnt set after the timeout period | brain |
2006-08-12 | This commit is dedicated to Boo ;-pppppp | brain |
2006-08-12 | Catch exceptions from SQLresolver | om |
2006-08-11 | Remove a blank line! WOO YAY! biggest commit all week! | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat. | brain |
2006-08-11 | Move remaining functions: | brain |
2006-08-11 | So is this one ;-ppp | brain |
2006-08-11 | This commit-o-gram is dedicated to boo, because i geek too much :) love you b... | brain |
2006-08-11 | Somehow, IMPORTANT changes got reverted. | brain |
2006-08-11 | peline/pxline etc stuff removed | brain |
2006-08-11 | Move xline to before config system | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |