Age | Commit message (Expand) | Author |
2008-01-08 | Remove some debug on startup | w00t |
2008-01-05 | Add SnomaskManager::FlushSnotices() stub | w00t |
2008-01-03 | SID generation should(?) now work again as well. NOTE: no error checking on S... | w00t |
2008-01-03 | Patch turning Config->sid from size_t to char **. This also undoes the total ... | w00t |
2007-11-18 | First part of stuff for remote includes (this doesnt work yet) | brain |
2007-11-16 | Correctly do the second setup of the fake client (AFTER uid has been initiali... | w00t |
2007-11-12 | Argh, i give up | brain |
2007-11-12 | More craq | brain |
2007-11-11 | This fixed. Initialise dns at the end of pass 1 before loading first set of m... | brain |
2007-11-11 | We need to initialize the user twice, and we need to initialize the uid AFTER... | brain |
2007-11-11 | Report failure to load configs | brain |
2007-11-11 | Add a counter for errored files | 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 | Fix these to use new hook system (u_listmode wasnt fixed yet) | brain |
2007-11-04 | Fix the two FIXMEs | brain |
2007-11-04 | Not yet tested: remove last vestiges of modules[] and module_names[] arrays. | brain |
2007-11-04 | Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i... | brain |
2007-11-04 | Instantiate BanCache in InspIRCd class. | w00t |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-02 | XLines now only checked for expiry on positive hit. saves us a honking big O(... | brain |
2007-10-31 | Reorder creation of objects so: | w00t |
2007-10-31 | Clean up XLine conf stuff a little bit, move most of it to configreader. Also... | w00t |
2007-10-25 | Make install list list automatically generated from build targets and provide... | brain |
2007-10-25 | Errr, who did this? :p | brain |
2007-10-21 | Tidy up this windows ifdef. Still not sure why it's needed at all, but okay.. | w00t |
2007-10-21 | We bloated. We're 5 lines now, not 4. :( | w00t |
2007-10-21 | Remove next_call garbage.. It didn't really do much more than obfuscate thing... | 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-14 | Fix crashing on startup if there was an error condition in win32 | brain |
2007-10-14 | Remove crashdump stuff | brain |
2007-10-14 | move opening of log before opening of config so that failure to open the conf... | brain |
2007-09-23 | Remove InspIRCd::DoOneIteration, throwback to software threading (lulz) | brain |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-08-31 | Unbreak the compile. | w00t |
2007-08-31 | This may not compile, I'll test it on my desktop. Waiting 20 minutes for a bu... | w00t |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | Oops: initialise fake client after UID setup, so it gets a UID. This may be u... | w00t |
2007-08-28 | Add a global fake client to class InspIRCd used instead of instantiating a fa... | w00t |
2007-08-27 | Fix potential for duplicate SID if the SID is auto generated. | 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 uuid hash_map - its management is automatic via userrec constructors/dest... | brain |
2007-08-27 | Now we know it works, remove debug | brain |
2007-08-27 | Whoops | brain |
2007-08-27 | Automatic SID generation based on code similar to the STL hash function and u... | brain |
2007-08-26 | Initial UUID generation code. Generates a TS6 compatible UUID. | w00t |
2007-08-23 | Craquity craq De-craq! | brain |
2007-08-23 | Move WSACleanup() into IOCPEngine destructor, eliminating an "#ifdef WIN32" f... | brain |