Age | Commit message (Expand) | Author |
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 |
2008-06-08 | Dont announce successful rehash if bail is set to true (e.g. we're booting) | brain |
2008-06-08 | More useful error reporting that give closer line numbers, so long as you can... | brain |
2008-06-08 | Config reader strictness: check for escape sequences (\" etc) outside of a qu... | brain |
2008-06-08 | Make checks more strict | brain |
2008-06-08 | Bitch when we find stray characters outside of a tag, this will track down a ... | brain |
2008-06-08 | Allow 0-9 in tag/key names, and special check for > and \n | brain |
2008-06-08 | Check in tag names too | brain |
2008-06-08 | Check for invalid characters in keys, will catch config errors earlier and cl... | brain |
2008-06-06 | m_abbreviation completed. :) | brain |