Age | Commit message (Expand) | Author |
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 |
2008-07-18 | Implement <disabled:usermodes> and <disabled:chanmodes>. | aquanight |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-07-13 | More conversion, and a note to client coders. | w00t |
2008-07-12 | Add <cidr> block, and documentation in example config. | w00t |
2008-07-12 | Add .example suffix to name | w00t |
2008-07-12 | Copy new conf location and seperate modules.conf on install | w00t |
2008-06-18 | Add the rest of the stuff for named pipe comms, including feedback informatio... | brain |
2008-06-15 | Define PATH_MAX if its not already defined | brain |
2008-06-12 | Remove PATH_MAX because some retard removed it | brain |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |