Age | Commit message (Expand) | Author |
2007-11-11 | Report failure to load configs | brain |
2007-11-11 | Add a counter for errored files | brain |
2007-11-11 | Whoops, make it pick up module-handled schemas correctly | brain |
2007-11-11 | This works properly now. Files in the file:// schema are loaded by the core. | brain |
2007-11-11 | More stuff for this. Its starting to take shape a bit now, and is tidier than... | brain |
2007-11-11 | Begin rethink on this. Warning, this WILL break your ircd if youre using trunk! | brain |
2007-11-11 | In prep for remote includes, configuration reading is now two-pass. | brain |
2007-11-04 | MODERR tidyups | brain |
2007-11-04 | Fix the two FIXMEs | brain |
2007-11-04 | Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i... | brain |
2007-11-03 | More anal config parsing, validates channel fields, ip address fields (with/w... | brain |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-10-31 | Fix up to pass User* | brain |
2007-10-31 | More stuff | brain |
2007-10-31 | Fixified some more | brain |
2007-10-31 | Clean up XLine conf stuff a little bit, move most of it to configreader. Also... | w00t |
2007-10-27 | Fix for bug in windows with backslash directory seperators in config path whe... | brain |
2007-10-26 | Fix crashes and broken code in connect:parent stuff that got broken with intr... | brain |
2007-10-25 | Make install list list automatically generated from build targets and provide... | brain |
2007-10-24 | Implement <connect:limit> - limits how many clients can sit inside a <connect... | w00t |
2007-10-24 | Remove that goto, capt'n | w00t |
2007-10-24 | Disable all connect classes, reenable them as we find them in the config. Thi... | w00t |
2007-10-24 | Finish reference counting connect class stuff. Now rehash removes unused clas... | w00t |
2007-10-24 | Try this w00t, compiles, test running now | brain |
2007-10-24 | Start of refcount-based rehash stuff for <connect> tags, this is broken and r... | w00t |
2007-10-23 | Visual studio doesnt like throw definitions like this | brain |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-15 | Move oper classes and types stuff from users to configreader. It may need to ... | w00t |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | Fixes 1 | brain |
2007-08-28 | Tidy up duplicate code, provide GetSID() method on ServerConfig which returns... | brain |
2007-08-27 | Add <server:id> - this is optional, as stated in the example conf, | brain |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-27 | Add options:maxtargets that was somehow omitted, fixes bug #400 (Reported by ... | brain |
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 |