Age | Commit message (Expand) | Author |
2007-07-03 | Removed superfluous semicolons | pippijn |
2007-06-17 | Conversions | w00t |
2007-06-09 | A ton more clear() and empty() stuff thats been lingering on the long term to... | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-03 | Fix broken modules (broken due to api change) | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-01-17 | Mass comment removal. | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-12-14 | Refactor userrec::chans. | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-13 | Beginnings of postdata stuff | brain |
2006-09-02 | Doesnt need VF_STATIC | 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 | Move all_opers into class InspIRCd | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Fixes and removal of Server::GetServerName() | brain |
2006-08-10 | Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-07-11 | Topic support in channel list - NOTE THIS ISNT SAFE AGAINST XSS YET | brain |
2006-07-11 | Added stylesheet support | brain |
2006-07-11 | Now has a shiney 'valid xhtml 1.1' icon, just because it can. | brain |
2006-07-11 | XHTML 1.1 spec validation and charset | brain |
2006-07-11 | Removed some debug in the sorting algorithm | brain |
2006-07-11 | typo Count -> Name | brain |
2006-07-11 | Add voice, halfop and op counts | brain |
2006-07-11 | Channel size sorting with a tricksy sort that converts it on the fly from std... | brain |
2006-07-11 | FIX channel user count stuff. next to do, order the user count list | brain |
2006-07-11 | Channel user count stuff | brain |
2006-07-11 | Check for uri and only claim /stats and /stats/ | brain |
2006-07-11 | Add content-type | brain |
2006-07-11 | Basic html output other than chickens | brain |
2006-07-11 | Stop the chickens reproducing :X | brain |
2006-07-11 | Stuff for adding extra headers to a response (for Authorization: and Location... | brain |
2006-07-11 | This works now, m_httpd_stats.so prints 'chickens' on all pages except the index | brain |
2006-07-11 | Compiles now | brain |
2006-07-11 | Error code stuff | brain |
2006-07-11 | Foulups | brain |
2006-07-11 | We might as well start on some module to interface with the service provider, eh | brain |