Age | Commit message (Expand) | Author |
2008-02-14 | More <log> stuff | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-03 | Clear up header insanity | w00t |
2008-02-02 | Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accident... | w00t |
2008-02-02 | Cache User::GetIPString() | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-16 | Make the sid exception message more descriptive so a user knows what a valid ... | brain |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-10 | Implement <options:prefixpart|suffixpart|fixedpart> | w00t |
2008-01-04 | Remove non-portable code and replace with a debug call | w00t |
2008-01-03 | Hopefully fix crashes on startup with some connect tags (I think when the las... | om |
2008-01-03 | Minor tweak | w00t |
2008-01-03 | SID generation should(?) now work again as well. NOTE: no error checking on S... | w00t |
2007-11-18 | First part of stuff for remote includes (this doesnt work yet) | brain |
2007-11-12 | Argh, i give up | brain |
2007-11-12 | More craq | brain |
2007-11-12 | NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ... | brain |
2007-11-11 | This works with multiple remote includes now except it hangs when an include ... | brain |
2007-11-11 | Currently crashes with multiple layers of include. don't use this yet | brain |
2007-11-11 | Make sure we dont leak ram after loading files | brain |
2007-11-11 | This fixed. Initialise dns at the end of pass 1 before loading first set of m... | brain |
2007-11-11 | Provide a facility for modules to flag a config file completed | brain |
2007-11-11 | More stuff incoming | brain |
2007-11-11 | More stuff | brain |
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 |