Age | Commit message (Expand) | Author |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-06 | Patch for bug #704 by Darom, allows for 64 bit file offsets, so that signal 2... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-28 | Change a few bits to use std::list instead of std::vector. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | national_case_sensitive_map must be static, thanks to the match stuff being s... | w00t |
2008-12-07 | Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen... | w00t |
2008-11-22 | Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r... | brain |
2008-10-18 | Migrate oper commands to an std::set, add a set for privs also. Change the AP... | w00t |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-20 | More comments | brain |
2008-09-04 | MutexEngine -> MutexFactory, more sensible name | brain |
2008-09-04 | ability to create mutexes (rather than just having one system wide mutex) in ... | brain |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-21 | add support for windows service. This now is part of inspircd itself being as... | brain |
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-19 | Fix broken build | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-07-16 | Applied patch by psychon to make AddExtBanChar correctly take a single char | special |
2008-07-14 | Add InspIRCd::AddExtBanChar() to avoid copypasta. | w00t |
2008-07-13 | Add include/numerics.h, contains/will contain an enum for numerics. Work in p... | w00t |
2008-07-12 | Remove a slightly odd comment | w00t |
2008-07-12 | peavey already fixed this with climits include, remove limits.h. Keep the war... | w00t |
2008-07-11 | Pull in limits.h to fix PATH_MAX problems, thanks to Uli Slachter (psychon)..... | w00t |
2008-07-01 | include limits to get correct PATH_MAX where available | peavey |
2008-06-15 | Defined too early | brain |
2008-06-15 | Define PATH_MAX if its not already defined | brain |
2008-06-12 | revert for now.. | pippijn |
2008-06-12 | we are C++, not C | pippijn |
2008-06-12 | optimise string-to-literal comparison while we are at it | pippijn |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-20 | char -> std::string conversion | w00t |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-13 | Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash. | brain |
2008-04-04 | Remove deprecated InspIRCd::Log() method so people don't use it etc | w00t |
2008-04-04 | Add basic stuff for protocol interface and implement a couple of the methods.... | brain |
2008-04-02 | Better generation. This is still fucked up, but less spectacularly and in a m... | w00t |
2008-04-02 | Unneeded | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-17 | Fix the warnings that are worth fixing, ignore the rest of gcc's nannying | brain |
2008-02-26 | Left out CoreExport | brain |
2008-02-24 | Allow for 'bail' and 'user' parameters to rehash thread | brain |
2008-02-24 | First part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHAHA...AHAHAH *cough* er... | brain |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |