Age | Commit message (Expand) | Author |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-27 | Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We... | brain |
2007-08-27 | Squash warning | brain |
2007-08-27 | Add a call to the NICK handler that allows toggling of allowing invalid nicks... | brain |
2007-08-27 | Make nickname-overruled rules change the user back to their uid, not to nnn-u... | 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-05-25 | DIE. DIE YOU FUCKING ASSHAT OF A BUG. | brain |
2007-05-21 | Reorder inspircd.h header to top | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-04-02 | If the user has a nick, use it in the numeric | brain |
2007-04-02 | "NICK :" did nothing and said nothing. It now says erroneous nick and uses th... | brain |
2007-03-03 | Minor tweak, return of OnUserRegister discarded in cmd_user (should not have ... | brain |
2007-02-19 | Too many small tweaks to list. Most notably tidy up info, note that /trace is... | brain |
2007-02-19 | When a users nick is overruled, remove their nickname-sent bit from userrec::... | brain |
2007-02-19 | fix obligotary typos | brain |
2007-02-19 | Better handling of nickname overruling | brain |
2007-02-19 | Whoops, typo | brain |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-02-19 | Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ... | brain |
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 |