Age | Commit message (Expand) | Author |
2007-05-20 | - Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a... | w00t |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-13 | Replace strip/blockcolor tags with <options:exemptchanops>, sexy string of mo... | w00t |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-05-09 | Implement bug #282 from owine: kill sender hiding. <options:hidekills> needs ... | w00t |
2007-04-30 | Fix one issue, add another feature: When sending MODE +beI, weed out duplicat... | brain |
2007-04-27 | Add support for hiding listmode lists such as +beI from unprivileged users. | brain |
2007-04-15 | Feature request outlined in bug #257, allow connect/allow lines by port | brain |
2007-04-05 | Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext... | brain |
2007-04-01 | Add <options:fixedquit> and <options:suffixquit> to go along with the existin... | brain |
2007-03-08 | option to allow announce of invites to channel (similar to unreal) | brain |
2007-02-19 | Addition of feature request outlined in bug #195, suggested by Bricker | brain |
2007-02-11 | Allow for nick!user@host in TOPIC information. | 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-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |
2006-12-16 | Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ... | peavey |
2006-12-16 | Add an optional parameter to ConfigReader::ReadValue which defines if we want... | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-13 | Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ... | brain |
2006-12-09 | Add the stuff required for the InspSocketHook interface | brain |
2006-12-09 | Not yet tested -- allow iohooking of inspsockets | brain |
2006-11-22 | Removed <options:tempdir> - this hasn't been used since modules were updated ... | special |
2006-11-15 | Tidy up some stuff | brain |
2006-11-15 | Comments, woo and yay | brain |
2006-11-15 | All of the void* cast stuff gone!!! | brain |
2006-11-15 | Remove tons of pointer craq (theres still a tinnny bit more to remove) | brain |
2006-11-14 | We dont need this dummy value any more! | brain |
2006-11-14 | Temporarily? remove the old gcc3.3 fix | brain |
2006-11-14 | Tons of tweaks to the config stuff for the core | brain |
2006-11-13 | add <whowas> config option to control whowas behaviour. *may break* | peavey |
2006-11-09 | Patch from peavey to fix GCC3.3 crash correctly, without breaking other stuff... | w00t |
2006-11-08 | This should fix the empty iterator crash with gcc3.3 - thanks yet again to pe... | special |
2006-10-07 | Replaced operonlystats with userstats to improve security | special |
2006-10-05 | Move opertypes/operclasses maps into ServerConfig, for some reason these were... | brain |
2006-09-15 | Annotations | brain |
2006-08-25 | Add <options:cyclehosts> which allows a user to appear to have quit when thei... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Move all of the xline stuff into class XLineManager, make an instance of it i... | brain |
2006-08-10 | Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfig | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Tidy up loglevel enum (remove some C-ish defines) | brain |
2006-07-28 | Document <options:syntaxhints> and <options:nouserdns> | brain |
2006-07-16 | Fix case sensitive commands issue due to new std::string based parser, improv... | brain |
2006-07-14 | Add <options:nouserdns> - defaults to off. if set to on, no user dns lookups ... | brain |
2006-07-11 | Move openSockfd[] into ServerConfig | brain |
2006-07-10 | I made a Boo Boo :p | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-04-08 | ... | om |