]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Clean up ghosts on nick collision
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2006-02-01 brainClean up ghosts on nick collision
2006-02-01 brain*TEST* nick collision code for NICK change in server...
2006-01-31 brainKey hiding when youre not on the channel
2006-01-30 brainUnneccesary space
2006-01-30 brainAdded new event into m_spanningtree, event id send_meta...
2006-01-30 brainRemainder of TYPE_OTHER metadata
2006-01-30 brainSee last commit
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-23 brainFixed another instance of IP being shown
2006-01-23 brainFixed to not display ip where not needed (breaks hidden...
2006-01-23 brainTypo fix
2006-01-23 brainPatched to allow FTOPIC from users (so that chanserv...
2006-01-23 brainTypo fix
2006-01-23 brainOptional IP-Hiding for servers
2006-01-22 brainWas using OnUserPre* when i wanted to use OnUser*,...
2006-01-22 brainPut some stuff back that was NEEDED.
2006-01-22 brainRemoved need for server kicks to be managed in here
2006-01-22 brainFixes to server kick (i hope)
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainMade InspSocket::Read return an empty but non-NULL...
2006-01-14 brainFixed 'stops responding after server pingout, while...
2006-01-14 brainAdded RemoveSocket as a test fix for merwins bug
2006-01-13 brainAdded extra safety check for a condition that should...
2006-01-12 brainChanged channel user lists from vector to map
2006-01-10 brainFixed methods being used for wrong object type
2006-01-10 brainFixed to not bother pinging an active server
2006-01-10 brainIncreased ping frequency from 1 minute to 5 minutes...
2006-01-10 brainAdded anti-newbie warning, if attempt is made to use...
2006-01-09 brainAdded Priority method to move this module to end of...
2006-01-09 brainAdded 'a' flag to STATS c which indicates autoconnect...
2006-01-09 brainChanged %s to %c for statschar
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2006-01-09 brainAdded 005 stuff after VERSION
2006-01-09 brainSync fixes for m_park et al
2006-01-08 brainAligned % fields in map
2006-01-08 brainChanged printf specifiers in map to right-align digits
2006-01-08 frostycoolslugAdded User Counts to /map
2005-12-31 brainAdded specific errors relating to invalid link tags...
2005-12-30 brainOmmitting \r and \n from debug display of outbound...
2005-12-30 brainNow uses two AES contexts, an 'in' context and an ...
2005-12-30 brainTEST CODE: CBC encryption type in AES rather than ECB
2005-12-28 brainMade 'fake direction' less loud, removed 'invalid source'
2005-12-27 brainCheck on upper bounds of base64 decode
2005-12-27 brainAdded checking for bad base64 decodes
2005-12-26 brainConverted to 'Implements' system
2005-12-26 brainFixed to new new 'Implements' array
2005-12-23 brainAttempted fix for munged ctcps during encryption
2005-12-22 brainFixed encryption being set on a connection that has...
2005-12-22 brainAllowed capab unencrypted in an encrypted connection
2005-12-21 brainFixed to include new parameter
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-21 brainAdded more verbose error output during link
2005-12-21 brainMoved CAPAB
2005-12-21 brainAdded CAPAB checking to prevent some obvious n00biness...
2005-12-21 brainRemoved some redundant code that was commented out
2005-12-20 brainAdded extra sanity check in squit to make sure REMOTE...
2005-12-20 brainAdded Socket = NULL for local server class to prevent...
2005-12-20 brainPrevent user from squitting server from itself using...
2005-12-20 brainMade linking more nazi, will drop connections that...
2005-12-20 brainAdded extra diagnostic messages during connect, if...
2005-12-20 brainAdded stricter checking for encryption on connect,...
2005-12-19 brainAdded extra key length checks, documented encryption...
2005-12-19 brainFixed broken display of 'aes enabled'
2005-12-19 brainChanged AES negotiation to occur before SERVER
2005-12-19 brainTidied up AES encryption
2005-12-19 brainFixed blank crap on end of lines
2005-12-19 brainstd::string doesnt like null chars?!
2005-12-19 brainEncryption debug
2005-12-19 brainAdded AES
2005-12-19 brainAdding AES encryption to spanningtree links
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-18 brainFixed spanningtree to not allow malformed conf tags...
2005-12-15 brainAdded more logging
2005-12-15 brainRemoved unused var
2005-12-15 brainUpdated so that netsplits use the cull_list.
2005-12-14 brainFixed location of Srv
2005-12-14 brainAdded Server::GetVersion()
2005-12-14 brainmoved declarations of typedefs for user_hash and chan_h...
2005-12-13 brain#define IS_LOCAL(x) (x->fd > -1)
2005-12-13 brainoptimized a ton of strcmps down to an integer comparison!
2005-12-13 brainMinor bug chasing
2005-12-13 brainNot sending fjoins on sync?
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-11 brainFixed permenant xline propogation
2005-12-09 brainChanged 'fake direction' message a little
2005-12-09 brainMore IDLE fixes
2005-12-09 brainFixes to IDLE
2005-12-09 brainFixed it again
2005-12-09 brainFixed idle. again.
2005-12-09 brainFixed broken IDLE reply
2005-12-09 brainMade local whois non-broken ;)
2005-12-09 brainRemote whois fixes
2005-12-09 brainAdded debugging plus remote WHOIS fixes
2005-12-09 brainWork on remote /WHOIS
2005-12-09 brainAdded preliminary remote WHOIS
2005-12-08 brainAdded code to prevent sending of FMODE and FHOST before...
2005-12-08 brainFixed ANOTHER goddamn typo
2005-12-08 brainFixed typo in new TS thing
next