Age | Commit message (Expand) | Author |
2007-08-26 | Added new announceinvite setting i discussed briefly with w00t and i like mys... | brain |
2007-08-26 | Add option to set invite announcements to nobody, ops only, or all users, bas... | brain |
2007-08-26 | Revised fix for bug #367 pointed out during qa by owine, thanks :) | brain |
2007-08-20 | Whoops, i left a value out of the array, and gcc didnt warn! | brain |
2007-08-20 | Whoops! trunk-only fix to config reader so it doesnt bomb out if you omit an ... | brain |
2007-08-19 | Add <connect:maxchans> as per feature bug #338 - combined with the last featu... | brain |
2007-08-19 | Allow changing of an oper's host on oper up using <type:class> (give it a con... | brain |
2007-08-19 | Add <connect:inherit> and <connect:name> | brain |
2007-08-19 | Add extra stuff to make it work (and compile) | brain |
2007-08-19 | Pick up a few error conditions we didnt before in the config reader, and also... | brain |
2007-08-11 | Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo... | brain |
2007-08-07 | Check for remote and sighup rehashes here, so that it doesnt crash if there a... | brain |
2007-07-27 | Needs testbuilding in windows. I will probably do this in a minute. | brain |
2007-07-25 | Un-static InspIRCd::Exit and use SignalHandler instead. | peavey |
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-12 | Implement a way to disable options:maxwho, bug #348 | brain |
2007-06-24 | Fix undocumented windows behaviour where multiple dns servers are packed into... | brain |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-06-04 | Add options:moronbanner. Yes really, thats what its called. See the example c... | brain |
2007-06-04 | Fix windows issue locating some files relative to the conf dir (namely motd, ... | brain |
2007-06-03 | Make nt the default channelmode if <options:defaultmodes> is not present. | peavey |
2007-06-02 | The code to work out the path seems to work fine now on freebsd and linux, st... | brain |
2007-06-02 | Debug to troubleshoot why this writes the log to the current dir in bsd, not ... | brain |
2007-06-02 | Specific windows code for getting the full path to the exe | brain |
2007-05-31 | Detect BRAINDEAD WINDOWS EDITORS THAT DEFAULT TO SAVING AS UTF-16! When we fi... | brain |
2007-05-27 | Add config example, and allow options:defaultmodes="" so that people can have... | brain |
2007-05-27 | Config option for default channel modes -- more to follow, don't use yet | brain |
2007-05-26 | pah, bully to you, mister posix | brain |
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 |