Age | Commit message (Expand) | Author |
2007-02-06 | Fix for bug #203 : nicknames not invalidated stil. | peavey |
2007-01-19 | As suggested (and coded) by w00t, show * as the nick when we havent set one yet | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-09 | Add a call to InvalidateCache() to fix this: | brain |
2007-01-07 | If the result is cached, dont bother waiting for the dns timeout, release the... | brain |
2006-12-30 | Invalidate 'late' here too | brain |
2006-12-30 | Cached GetFullRealHost etc. | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-10-28 | * Fix removal of user modes when unloading the mode letter (this actually wor... | brain |
2006-10-28 | Fix some next_call stuff | brain |
2006-09-19 | Make the check against z/k/q/e/g methods return a pointer to the whole object... | brain |
2006-09-08 | Correctly put qline notices into xline snomask | brain |
2006-09-07 | userrec::ForceNickChange was broken (not the entire nickchange system as i'd ... | brain |
2006-09-06 | Command result codes. This isnt finished yet, still got to do most of the mod... | brain |
2006-09-03 | Auto loading of commands as shared objects via dlsym (very lightweight interf... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Move all of the xline stuff into class XLineManager, make an instance of it i... | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri... | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect() | brain |
2006-08-01 | Comments, add more detail, remove dnsqueue.h include from tons of places | brain |
2006-08-01 | Stuff to make user host resolving use class Resolver - not tested yet | brain |
2006-08-01 | Removed threaded dns (it might make a comeback some day, but as it stands its... | brain |
2006-07-29 | Fix typo | brain |
2006-07-28 | Allow invalid nicks from remote users in NICK (we'll need this soon for UID n... | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-20 | Fixed, no longer a memory leak (Thread leak) | brain |
2006-07-20 | Someone please take a look at this and tell me why a thread doesnt free itsel... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-14 | Add <options:nouserdns> - defaults to off. if set to on, no user dns lookups ... | brain |
2006-04-20 | Move to new include path | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-03-07 | Whowas refactor - probably wont compile yet | brain |
2006-03-07 | Tidying, strlen, strcasecmp where not needed. | brain |
2006-02-21 | It didn't, there was more strlcpy | w00t |
2006-02-21 | Fix this, I think. | w00t |
2006-01-16 | Fixed bug with {} -> [] etc in NICK where nick == newnick apart from irc-case: | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-11 | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS | brain |
2005-12-28 | New system for client exits using CullList seems stable, needs testing | brain |
2005-12-28 | Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W... | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |