Age | Commit message (Expand) | Author |
2007-08-28 | First step on the road of module loader rewriting. So far this only really re... | om |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-07-25 | Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu... | brain |
2007-07-25 | Begin move of rehash to server.cpp - broken rehash from cmdline for now. | peavey |
2007-07-24 | Move more modules related stuff to modules.cpp | w00t |
2007-07-24 | Some refactoring; move LoadModule and UnloadModule over to modules.cpp -- see... | w00t |
2007-07-24 | Refactor some craq to not loop through a string 4-5 times for a simple operation | w00t |
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-10 | This should fix the rest of remote kill nick hiding | brain |
2007-06-14 | Some general syntax cleanups. | pippijn |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-05-21 | Remove warning in gcc this time | brain |
2007-05-21 | I think this was the source of burlex's confusion with the spanningtree propo... | brain |
2007-05-21 | Reorder includes, dont worry there is method to my madness (i hope) | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-11 | Remove some stuff deprecated since 1.0 | w00t |
2007-05-10 | Add m_taxonomy and api minor tweak to make it work, enable some modules for it. | brain |
2007-05-04 | Add <auditorium showops> which determines if auditorium works like ircnet +a ... | brain |
2007-05-03 | DO NOT USE THIS COMMIT - if you do, most of the modules wont work. | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-03-11 | Added OnBufferFlush, improved m_safelist, no longer works on a timer but work... | brain |
2007-02-19 | Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ... | brain |
2007-02-10 | When opening a file to read, check its not a directory with stat() | brain |
2007-02-09 | Check for nonexistent file | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-31 | Add missing feature: /rehash reinitializes dns subsytem (and can handle chang... | brain |
2006-12-26 | Also add support for default values for ConfValueBool and ConfValueInteger in... | peavey |
2006-12-26 | Add possibility to define default value for ConfValue in configreader and Rea... | peavey |
2006-12-24 | Add OnGarbageCollect method | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Fix issue where the last module to be loaded wasnt unloaded by restart | brain |
2006-12-16 | Add an optional parameter to ConfigReader::ReadValue which defines if we want... | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-10 | Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd... | brain |
2006-12-09 | Add OnRawSocketConnect, we've not had it till now because we've not needed it :) | brain |
2006-12-05 | Document FindInterface, PublishInterface, UnpublishInterface, fix a bug where... | brain |
2006-12-05 | Fix up brokage | brain |
2006-12-05 | Untested, undocumented PublishInterface, UnpublishInterface, FindInterface. | brain |
2006-12-05 | Change this a LOT. | brain |
2006-11-27 | BuildExemptList is becoming pretty ugly. grr. | brain |
2006-11-27 | Add OnBuildExemptList, which is used to build an exempt list when passing a p... | brain |
2006-11-27 | Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter... | brain |
2006-11-26 | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l... | brain |
2006-11-21 | fix for bug #175, change OnUserRegister to return int, and if greater than 0 ... | peavey |
2006-10-31 | Removed OnRawMode - this hasn't been called at all for awhile now, so it was ... | special |
2006-10-28 | Add 'dest' parameter to OnWhoisLine, contains the user being whois'ed (we nee... | brain |