]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
This needs some general QA-ing. Add support to new parser (introduced in 1.1) for...
[user/henk/code/inspircd.git] / include /
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-04-01 brainAdd -config parameter to bin/inspircd which allows...
2007-04-01 brainAdd <options:fixedquit> and <options:suffixquit> to...
2007-03-31 brainAdd macros IS_OPER() and IS_AWAY()
2007-03-26 brainFix bug reported by darix where inspircd process return...
2007-03-24 brainTest stuff to fix remote stats brokage
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-11 brainDocument OnBufferFlushed
2007-03-11 brainAdded OnBufferFlush, improved m_safelist, no longer...
2007-03-11 brainRemove debug
2007-03-10 brainFix the operator== for irc::string -> std::string to...
2007-03-10 brainChange mask variable to irc::string to allow for case...
2007-03-09 brain/who tidyup - needs QA'ing
2007-03-08 brainoption to allow announce of invites to channel (similar...
2007-03-06 brainThis properly fixes options:hidebans and options:hidesp...
2007-03-03 peaveyRebuild 005 on rehash. Tracker: bug #234
2007-02-25 brainAdd max line length value to modestacker, so that it...
2007-02-22 specialAdded sepstream::GetRemaining()
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-02-17 brainChange bytes-used counter for commands (used by /stats...
2007-02-17 brainBump API version
2007-02-17 brainChange /msg $* to have the correct source the same...
2007-02-11 brainBump API version (chanrec::setby increased from NICKMAX...
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2007-02-10 brainAnd make it compile. (whoops)
2007-02-10 braintimermanager never had a ServerInstance. Give it one...
2007-02-09 brainAdd and properly test the ability for an InspTimer...
2007-02-07 brainIdent fixes,
2007-02-07 brainAdded support for explicitly binding an outbound connec...
2007-02-06 brainFixes to allow inspsocket connects to be protocol trans...
2007-02-05 brainNo gaurantees on this atm
2007-02-05 brainThis wont compile atm
2007-02-05 brainStuff to make dns work protocol-independent
2007-02-05 brainNot safe for use yet
2007-02-05 brainSmart tricks to allow for ipv4 and ipv6 bindings on...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-01-30 brainDocumentation change to indicate errno is valid on...
2007-01-20 specialFixed (rewrote) m_http_client's URL parsing, it is...
2007-01-14 brainSomeone left the colon off the 'end of list' numeric...
2007-01-14 brainAdded interface 'ChannelBanList' that these two modules...
2007-01-14 braing++ is picky about default params with overloading
2007-01-14 brainAdd alias:matchcase config setting (per-alias, determin...
2007-01-12 peaveyUpdate inline documentation for DelFd() so the doxygen...
2007-01-11 brainQuick tweak before work, set the default force=false...
2007-01-11 peaveypgsql should now work thx to added posibility to force...
2007-01-09 brainComment on a lot of recently added stuff that wasnt...
2007-01-09 brainSomeone forgot to make correct deps for timer.h. Fixed.
2007-01-09 peaveyHave ConvNumeric correctly convert 0 to 0 instead of...
2007-01-09 brainAdd specialization for ConvToStr on a single char,...
2007-01-09 brainThis is better, and proved working
2007-01-09 brainThis is a bit better
2007-01-09 brainOverloaded template classes for mucho improved ConvToSt...
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-08 peaveycmd_whowas now uses the shiny new repeating timer.
2007-01-08 brainAdd repeating timers, and make an hourly prune of the...
2007-01-08 peaveyMove whowas containers into whowas class to avoid all...
2007-01-08 brainAdd /CLEARCACHE, oper only command which completely...
2007-01-07 brainUpdate a comment, and touch a header just to make peopl...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainAnd its all done and working!
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-07 peaveyadd internal cmdhandler that will make it easy to move...
2007-01-04 brainMassive speedups for applying and checking perm xlines...
2007-01-03 brainFix lusers breakage introduced by latest set of optimiz...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2007-01-01 brainAdd port type identifiers
2006-12-31 brainAdd missing feature: /rehash reinitializes dns subsytem...
2006-12-30 brainCached GetFullRealHost etc.
2006-12-30 brainProperly document support for libhamsters
2006-12-30 brainAdd unregistered user counter, this may also fix the...
2006-12-30 peaveyChange description for insp_aton since only a positive...
2006-12-29 brainThis doesnt need to be static
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-26 peaveyAdd Template itoa to convert integer to char*
2006-12-26 peaveyAlso add support for default values for ConfValueBool...
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-24 peaveyFix a bug in whowas that could desync list.
2006-12-24 brainAdd OnGarbageCollect method
2006-12-23 brainHash rehashing change
2006-12-23 brainClose logfile on rehash and reopen (it was only doing...
2006-12-23 brainFix exit in wrong place, and add new exitcodes.h
2006-12-23 brainProgram termination (including SIGTERM) now calls InspI...
2006-12-23 brainUnload as many modules as we can on restart, and close...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
2006-12-22 peaveychange userrec int timeout to time_t since it's a times...
2006-12-22 brainAdd ConvToInt() template to go with ConvToStr() that...
2006-12-22 brainRefactor connect allow/deny lines
2006-12-18 brainRefactor dns.cpp to use an array of request types rathe...
2006-12-17 brainAdd this:
2006-12-17 peaveyMake RemoveCommand private.
2006-12-17 peaveyInvented safe delete-while-itering for hash_map.
2006-12-16 peaveyConfig option added for prefixed channel NOTICEs and...
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-16 brainAdd an optional parameter to ConfigReader::ReadValue...
2006-12-16 peaveyMake irc::spacify take 'const char*' instead of 'char*'
next