Age | Commit message (Expand) | Author |
2007-02-07 | Remember: C++ only works if you type the right method names and not ones that... | brain |
2007-02-07 | Ident fixes, | brain |
2007-02-07 | Fix ipv6 ass-u-me's | brain |
2007-02-07 | Add InvalidateCache() calls and fix a ton of ass-u-me :/ | brain |
2007-02-07 | Make this work when we have both ipv6 and ipv4 connections at once | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | DNS Stuff - this wont work right yet, it will soon (tm) | brain |
2007-01-07 | Add TTL stuff to dns system (pass it to inherited objects) | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-11-21 | fix for bug #175, change OnUserRegister to return int, and if greater than 0 ... | peavey |
2006-11-10 | Add fix for patch #166 (this is a reasonably big one) | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-29 | CGIResolver isnt being passed a serverinstance to its constructor, so its try... | brain |
2006-09-15 | Annotations | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | do_log -> static void InspIRCd::Log() (with vararg and std::string variants) | brain |
2006-08-04 | IPV6 compile fixes | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-03 | Fixed resolver, forward lookup of ipv6 doesnt work right yet | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-01 | Remove unused temp buffers | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-12 | All this works now (hopefully) | brain |
2006-07-12 | Fix typo | brain |
2006-07-12 | Seems to work ok | brain |
2006-07-12 | I don't know if this works yet -- needs testing | brain |
2006-07-12 | Add part-finished m_cgiirc module for Brain to play with | om |