Age | Commit message (Expand) | Author |
2007-01-20 | Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac... | special |
2007-01-14 | Someone left the colon off the 'end of list' numeric in u_listmode.h. I dont ... | brain |
2007-01-14 | Added interface 'ChannelBanList' that these two modules implement. Send a req... | brain |
2007-01-14 | g++ is picky about default params with overloading | brain |
2007-01-14 | Add alias:matchcase config setting (per-alias, determines wether to match cas... | brain |
2007-01-12 | Update inline documentation for DelFd() so the doxygen docs will be correct. | peavey |
2007-01-11 | Quick tweak before work, set the default force=false in these (im not keen on... | brain |
2007-01-11 | pgsql should now work thx to added posibility to force a fd out of the socket... | peavey |
2007-01-09 | Comment on a lot of recently added stuff that wasnt properly documented (unti... | brain |
2007-01-09 | Someone forgot to make correct deps for timer.h. Fixed. | brain |
2007-01-09 | Have ConvNumeric correctly convert 0 to 0 instead of an empty string. | peavey |
2007-01-09 | Add specialization for ConvToStr on a single char, return std::string(in,1) :p | brain |
2007-01-09 | This is better, and proved working | brain |
2007-01-09 | This is a bit better | brain |
2007-01-09 | Overloaded template classes for mucho improved ConvToStr speed | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-08 | cmd_whowas now uses the shiny new repeating timer. | peavey |
2007-01-08 | Add repeating timers, and make an hourly prune of the dns cache, otherwise a ... | brain |
2007-01-08 | Move whowas containers into whowas class to avoid all cpp files including cmd... | peavey |
2007-01-08 | Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u... | brain |
2007-01-07 | Update a comment, and touch a header just to make people rebuild stuff >:) | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | And its all done and working! | 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 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2007-01-07 | Add TTL stuff to dns system (pass it to inherited objects) | brain |
2007-01-07 | add internal cmdhandler that will make it easy to move stuff out of core and ... | peavey |
2007-01-04 | Massive speedups for applying and checking perm xlines - matches_*line() now ... | brain |
2007-01-03 | Fix lusers breakage introduced by latest set of optimizations | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2007-01-01 | Add port type identifiers | brain |
2006-12-31 | Add missing feature: /rehash reinitializes dns subsytem (and can handle chang... | brain |
2006-12-30 | Cached GetFullRealHost etc. | brain |
2006-12-30 | Properly document support for libhamsters | brain |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-30 | Change description for insp_aton since only a positive return means convertio... | peavey |
2006-12-29 | This doesnt need to be static | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-26 | Add Template itoa to convert integer to char* | peavey |
2006-12-26 | Also add support for default values for ConfValueBool and ConfValueInteger in... | peavey |
2006-12-26 | Add possibility to define default value for ConfValue in configreader and Rea... | peavey |
2006-12-24 | Fix a bug in whowas that could desync list. | peavey |
2006-12-24 | Add OnGarbageCollect method | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Close logfile on rehash and reopen (it was only doing this on sighup for some... | brain |
2006-12-23 | Fix exit in wrong place, and add new exitcodes.h | brain |
2006-12-23 | Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d... | brain |
2006-12-23 | Unload as many modules as we can on restart, and close listeners | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |