Age | Commit message (Expand) | Author |
2007-05-26 | This should do it | brain |
2007-05-26 | Works for me now, please test | brain |
2007-05-26 | Brok. | brain |
2007-05-26 | w00t please review, line 1603 configreader.cpp | brain |
2007-05-22 | Add comments as to what its doing | brain |
2007-05-22 | Code to find nameservers in the windows registry - largely untested | brain |
2007-05-21 | It seems that making inspircd.h the first include in .cpp files eliminates th... | brain |
2007-05-20 | - Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a... | w00t |
2007-05-20 | Windows path seperator is \, this was assuming /. Fixed. | brain |
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-05-07 | we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ... | brain |
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 | Add tweaks to support feature request in bug #256, now awaiting QA test | brain |
2007-04-15 | Feature request outlined in bug #257, allow connect/allow lines by port | brain |
2007-04-06 | Fix the previous commit better - always copy the null terminator (oops) | brain |
2007-04-06 | Fix issue spotted by devious - if a value is defined and a later rehash clear... | brain |
2007-04-05 | Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext... | brain |
2007-04-01 | Add -config parameter to bin/inspircd which allows a user to specify the conf... | 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-12 | Fix odd warnings from propolice. | brain |
2007-02-11 | Allow for nick!user@host in TOPIC information. | brain |
2007-02-10 | Fix rehashing to display a success notice, tidy up some WriteOpers notices | brain |
2007-02-10 | When opening a file to read, check its not a directory with stat() | brain |
2007-02-05 | Fix crash in ReportConfigError when done via SIGHUP. | peavey |
2007-02-04 | Set a few defaults for <connect> tag. | peavey |
2007-01-25 | Cut out some code duplication by using the existing exception framework in he... | brain |
2007-01-20 | Now wont even try to read an empty file | brain |
2007-01-17 | It says something about how excessive our debug output is when the ssl module... | brain |
2007-01-09 | Made the real name value for /admin optional (line isn't displayed if not spe... | special |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2007-01-04 | And fix this bit too | brain |
2007-01-02 | Add support for suffixes K, M, G (kilo, mega, gigabyte) and prefix 0x (hex) | brain |
2006-12-29 | Fixed search and replace, code pilfered from m_alias (i think someone misread... | brain |
2006-12-28 | Fix for empty 005 lines | brain |
2006-12-26 | have configure detect SOMAXCONN and store it in a string define, SOMAXCONN_S | brain |
2006-12-26 | Add defaults for a ton of config vars, fix indentation, and add MAXCLIENTS_S ... | brain |
2006-12-26 | Add some defaults to serverconfig, removing need to set them in validate meth... | peavey |
2006-12-26 | Also add support for default values for ConfValueBool and ConfValueInteger in... | peavey |
2006-12-26 | Tidyup a few var inits for whowas and ircu style prefix. | peavey |
2006-12-26 | Add possibility to define default value for ConfValue in configreader and Rea... | peavey |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-22 | Uninitialized values: fun for ALL the family this xmas time. | brain |
2006-12-22 | Line 1582 configreader.cpp | brain |
2006-12-22 | Refactor connect allow/deny lines | brain |