]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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
2006-08-05 brainDont try and cloak remote clients
2006-08-05 brainExtra stuff for identifying ipv6 addresses
2006-08-05 brainUse insp_aton so we can correctly cloak ipv6
2006-08-05 omHopefully stop compile warning which I don't get anyway
2006-08-05 brainChange a loop which uppercases the command to std:...
2006-08-04 brainFix /stats T dns totals
2006-08-04 brainRemove leading : from /stats l, add /stats L
2006-08-04 brainChange field name to time_open
2006-08-04 brainChange /stats l to be more usable
2006-08-04 brainFixed bug in new /who code spotted by jilles
2006-08-04 brainSanity checks
2006-08-04 brainAllow non-ops to view listmode lists
2006-08-04 brainFix global session checks
2006-08-04 brainTypo in /stats u
2006-08-04 brainAdd 'no such server' on remote stats to invalid name
2006-08-04 brainBackwards mode stuff!
2006-08-04 brainBetter detection for hosts starting with :
2006-08-04 brainFixes?
2006-08-04 brainBugs bugs
2006-08-04 brainDebug
2006-08-04 brainFix craq loop
2006-08-04 brainMore fuckup
2006-08-04 brainNot checking a pointer, bad brain bad
2006-08-04 brainWhoops, typo
2006-08-04 brainFixes for ::0 ip's, disable autobind when using ::ffff...
2006-08-04 brainMore changes
next