]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 omChange to use the core perl module Cwd rather than...
2006-08-10 brainbad_alloc is thrown by reference not by value
2006-08-10 brainAdd a default exception handler around main()
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-10 brainRelocate timer stuff into TimerManager class
2006-08-09 brainRemove readfile
2006-08-09 brainPassing invalid instance to dns isnt a good idea
2006-08-09 brainFix passing wrong instance to resolver
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainWrong version given in check it seems. Om can review...
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 omFixes for API changes
2006-08-09 omFix for when we hit PgSQL 9.x that I think actually...
2006-08-09 omFix for when we hit PgSQL 9.x
2006-08-09 brainThis wont build. :(
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 brainRemove do_log() prototypes
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-09 brainMove Blocking/NonBlocking to socket.cpp and make inline
2006-08-09 braincommon_channels -> userrec::SharesChannelWith()
2006-08-08 brainOops, goofed up
2006-08-08 brainImprove Write functions, and change some stuff from...
2006-08-08 brainWriteWallops() -> userrec::WriteWallops() (originates...
2006-08-08 brainDocument new methods
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainDocument Write* methods in userrec
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainComment all the new stuff
2006-08-08 brainTons of comments
2006-08-08 brainMove whowas stuff into its own namespace, move more...
2006-08-08 brainFindMatchingLocal/FindMatchingGlobal -> userrec::LocalC...
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-08 brainuserrec::AddToWhoWas() fix
2006-08-08 brainAddWhoWas(userrec) -> userrec::AddToWhoWas()
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-08 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-08-08 brainCheck return values
2006-08-08 brainchanrec::KickUser and chanrec::ServerKickUser return...
2006-08-08 brainkick_channel -> chanrec::KickUser(), server_kick_channe...
2006-08-08 brainAdd checking on AddFd that was missing (it assumed...
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-07 brainOnly local users can have angry monkeys and packs of...
2006-08-07 brainNow with added ANGRY MONKEYS.
2006-08-07 brainChange the error message, just for LeaChim <3
2006-08-07 brainCheck earlier on is no longer required
2006-08-07 brainBail if we couldn't bind any ports (when did this get...
2006-08-07 brainPut casts back :(
2006-08-07 brainThe segfaults on missing init_module symbol are now...
2006-08-07 brainChange symbol back
2006-08-07 brainAdded some hax :( to prevent invalid symbols. It seems...
2006-08-07 brainTidy up, make a lot of char*'s const
2006-08-07 brainBetter checks for running out of disk space, inability...
2006-08-07 brainExtra debug all over the place, which maybe we should...
2006-08-07 omUntested but compiling updates for Resolver DNS API
2006-08-07 omGeneral cleanup of code., add support for +Q channel...
2006-08-07 brainChange prototype of OneOfMatches
2006-08-07 brainAdd m_tline, tests how many users a gline, zline etc...
2006-08-07 brainRemove dependent commands BEFORE deleting the Module...
2006-08-07 brainRemove old debug
2006-08-06 brainRemove trailing spaces from input in irc::ircsepstream
2006-08-06 brainLeft nick out of the cidr/ip check in bans/join, would...
2006-08-06 brainFix for ipv6 build
2006-08-06 brainreturn statement in wrong place caused modes to be...
2006-08-06 omGive a full path to .gdbargs, should let you run the...
2006-08-06 omInstall .gdbargs with ./inspircd
2006-08-06 brainSyntax notice on bad commandline
2006-08-06 brainAdd -notraceback startup option, disables automatic...
2006-08-06 brainRemove check that very rarely equates to true
2006-08-06 brainChange to strrchr when looking for '/'. faster
2006-08-06 brainTidy up comments
2006-08-06 brainComments
2006-08-06 brainExtra comments
2006-08-06 brainUpdate to reflect allowing CIDR in new places
2006-08-06 brainCIDR g/k/e lines to go with zlines
2006-08-06 brainJust comments
2006-08-06 brainAllow non-cidr ip's still
2006-08-06 brainAllow CIDR channel bans to be matched
2006-08-06 brainUpdate docs to indicate ident@mask/bits is allowed...
2006-08-06 brainAllow nick!ident@ and ident@ portions in a CIDR mask...
2006-08-06 brainUpdate docs to reflect where CIDR is allowed
2006-08-06 brainAdd docs for m_httpd and m_http_stats
2006-08-06 brainAdd documentation of <link:allowmask>
2006-08-06 brainAdd <link:allowmask>
2006-08-06 brainClamp mask sizes to 128 for ipv6 and 32 for ipv4
2006-08-06 brainExtra safety checks
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix CIDR functions so they work
2006-08-06 brainSimple CIDR checking routine
2006-08-06 brainFix TS lowering, also update local variable
next