]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Update this example conf
[user/henk/code/inspircd.git] / include /
2007-05-27 brainConfig option for default channel modes -- more to...
2007-05-27 brainWhoops, ++it++? Thats gonna break :p
2007-05-27 brainChange for reverse output of lists, most recent first...
2007-05-26 brainDunno why this method was static, doesnt need to be...
2007-05-25 brainTidy up to coding style
2007-05-22 brainBloody 'safe stl' warnings.
2007-05-22 brainCrappy warnings
2007-05-21 brainI think this was the source of burlex's confusion with...
2007-05-20 brainRemove asserts and convert to unix line endings
2007-05-20 w00t- Modify ServerConfig::GetFullProgDir to just return...
2007-05-19 brainFix std::sort stuff for w00t
2007-05-19 brainSpace indents must die.
2007-05-19 w00tHelps if I add the w32 specific code, too. :p
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-15 w00tRather largeish change to class checking on connect...
2007-05-15 brainAdd cmd_reloadmodule.{h,cpp} contributed by Eric at...
2007-05-13 w00tReplace strip/blockcolor tags with <options:exemptchano...
2007-05-11 w00tRemove some stuff deprecated since 1.0
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-09 brainIf we're having local, we need far too (f)
2007-05-09 brainAdd WHO flag 'l', show only local users
2007-05-09 brainAdd extra matches to /WHO. flags aiMp, away, ident...
2007-05-09 brainSomeone left a flag out of the syntax (m, modes)
2007-05-09 w00tImplement bug #282 from owine: kill sender hiding....
2007-05-04 brainAdd options:quietbursts, fixes bug #269, also adds...
2007-05-04 brainAdd <auditorium showops> which determines if auditorium...
2007-05-04 brainWhere others charge, we give for free. Have fun and...
2007-05-03 brainDO NOT USE THIS COMMIT - if you do, most of the modules...
2007-05-01 brainImplement feature request in bug #271 by HiroP, allow...
2007-04-30 brainFix one issue, add another feature: When sending MODE...
2007-04-27 brainAdd support for hiding listmode lists such as +beI...
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-18 peaveyAdd trim() to hashcomp to trail leading and traling...
2007-04-15 brainFeature request outlined in bug #257, allow connect...
2007-04-08 brainAdd support for solaris 10 IO Completion Ports, contrib...
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-04-06 brainWe had to roll our own time function because some craqs...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
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...
next