Age | Commit message (Expand) | Author |
2009-08-20 | Fix access-after-free on rehash | danieldg |
2009-08-12 | Make rehash work more than once per run, and fix some uninitialized values in... | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-05 | Don't catch and rethrow, as with the mutexing here removed it's no longer req... | w00t |
2009-08-05 | How about we abort if there were errors, not if there weren't any? Great idea... | danieldg |
2009-08-05 | Fix config errors being detected even if there were none | danieldg |
2009-08-04 | Exit if there were errors reading configuration on startup. | w00t |
2009-08-01 | Show config warnings/errors regardless of loglevel on startup. | w00t |
2009-08-01 | Various rehash fixes that it seems were introduced by untested code. | w00t |
2009-07-31 | Rehash message fixes from Ankit, thanks | danieldg |
2009-07-01 | Fix error reporting on rehash | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-05-25 | Remove the ServerConfig::DirValid check that breaks symlinks | danieldg |
2009-04-17 | Fix memory leak on rehash: opertype used char* instead of std::string | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-23 | ConfigReaderThread updates: add done flag, remove main-thread-only mutex | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-13 | Add security:genericoper as requested by Strawberry and TwinShadow. | brain |
2009-02-11 | Remove/Add cmode h according to <option:allowhalfop>. Fixes bug #715 reported... | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-04 | install .gdbargs to $(BASE) in make install | brain |
2008-12-01 | Rip flood/threshold out of config classes also. | w00t |
2008-11-22 | Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r... | brain |
2008-11-02 | This was never supposed to be invoked on /rehash, only startup.. so move it t... | w00t |
2008-11-01 | Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t... | w00t |
2008-10-25 | Fix another connect class bug on rehash | w00t |
2008-10-25 | (sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db19efd4fb8cd - remove d... | w00t |
2008-10-24 | Fix a plausible memory leak on rehash, thanks dz. | w00t |
2008-10-23 | Patch from dz to fix bug 622 (config errors build up from /rehash to /rehash)... | w00t |
2008-10-22 | Remove debug logging, problem over.. | w00t |
2008-10-22 | Fix MacGyver's rehash woes.. | w00t |
2008-10-22 | Bit of debug in case this goes wrong again... | w00t |
2008-10-20 | Remove an extremely noisy piece of debug on startup/rehash - this code works... | w00t |
2008-10-20 | Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u... | w00t |
2008-10-18 | Working privs implementation, and example usage in NOTICE for mass messaging. | w00t |
2008-10-17 | Don't neglect calling User::CheckClass after SetClass, so that users don't en... | w00t |
2008-10-17 | Remove the duplicate checking/disabled setting of <connect> craq, there is a ... | w00t |
2008-10-15 | Modify $copy macros in comments, fixes bug #617 | brain |
2008-09-20 | Remove the old TODO comment | brain |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-14 | Be more verbose in ValidateNotEmpty on failure. Patch by CyberbotX. | peavey |
2008-09-07 | Start moving IO hooking from being bufferedsocket based to residing in EventH... | w00t |
2008-09-06 | Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock() | brain |
2008-08-27 | Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju... | w00t |
2008-08-07 | Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ... | w00t |
2008-08-06 | fix compile errors under debug profile in windows. | brain |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-20 | Fix potential off-by-one on large reads (thanks psychon) | w00t |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |