Age | Commit message (Expand) | Author |
2007-11-11 | Handle non-200 HTTP status codes as error | brain |
2007-11-11 | IT WORKS! | brain |
2007-11-11 | No crash, now we just have to find out why it wont connect | brain |
2007-11-11 | Fixed all that, back to the crash we had before (yay?) | brain |
2007-11-11 | This fixed. Initialise dns at the end of pass 1 before loading first set of m... | brain |
2007-11-11 | Tidyups | brain |
2007-11-11 | Ok, this works except for it wont resolve hosts before full startup. argh why?! | brain |
2007-11-11 | Hmm | brain |
2007-11-11 | m_http_client is crashy. will fix. | brain |
2007-11-11 | Really should add this. | 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 | We need to initialize the user twice, and we need to initialize the uid AFTER... | brain |
2007-11-11 | Take out some printf gunk | 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-11 | Implement roadmap item: "userrec::HasPermission -> map of maps, for (even fas... | brain |
2007-11-10 | Fix owines crashes here too | brain |
2007-11-10 | Fix crashes found by owine (usually on startup) | brain |
2007-11-10 | m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the... | brain |
2007-11-10 | SPYLIST is no longer required in 1.2, remove | brain |
2007-11-10 | Allow eline/gline/kline/zline by nick | brain |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-11-09 | Same here, fix some minor memory leaks noticed by w00t | brain |
2007-11-09 | We should probably UseInterface last, too | brain |
2007-11-09 | Theres actually more to this. Before we throw, delete cu (the destructor WONT... | brain |
2007-11-09 | Same fix here | brain |
2007-11-05 | Rehash method added which frees unused memory from the hash_map. Has a delete... | brain |
2007-11-04 | BanCache: Add a negative hit for an IP address upon FullConnect. | w00t |
2007-11-04 | Fix the FIXME related to new module event and loading stuff | brain |
2007-11-04 | Integrate K/Gline into the bancache system by making some modifications to De... | w00t |
2007-11-04 | On failure to load a module, DetachAll on the module pointer, also, try to fr... | brain |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | wtf at the line endings in this bag of spanners | brain |
2007-11-04 | Fix these to use new hook system (u_listmode wasnt fixed yet) | brain |
2007-11-04 | Instead of a vector of vectors, use an array of vectors as in the original sp... | brain |
2007-11-04 | Remove debug junk from ModuleManager::SetPriority | brain |
2007-11-04 | Somehow, we missed one | brain |
2007-11-04 | Fix non-POD passing | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Aaaand, the rest of it | brain |
2007-11-04 | MODERR tidyups | brain |
2007-11-04 | Fix the two FIXMEs | brain |
2007-11-04 | Comments | brain |