]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2014-09-03 Attila MolnarRemove ProtocolInterface::SendMode()
2014-09-03 Attila Molnarm_spanningtree Send MODE/FMODE from the OnMode hook
2014-09-03 Attila Molnarm_spanningtree Add function to serialize parameters...
2014-09-03 Attila MolnarPass the modes to the OnMode hook as a Modes::ChangeLis...
2014-09-03 Attila MolnarPopulate a Modes::ChangeList object in ModeParser:...
2014-09-03 Attila MolnarAdd Modes::Change and Modes::ChangeList
2014-09-02 Attila MolnarChange mode_sequence to be a const ref in ModeParser...
2014-09-02 Attila MolnarReplace stringstream with a std::string in ModeParser...
2014-09-01 Attila Molnarm_spanningtree Add optional key parameter to SVSJOIN...
2014-08-31 Dan ParsonsUpdated inspircd init script template to make it chkcon...
2014-08-31 Attila Molnarm_blockamsg Update coding style, use User::WriteNotice()
2014-08-31 Attila Molnarm_blockamsg Remove redundant check
2014-08-31 Attila Molnarm_blockamsg Uncrook channel counting logic
2014-08-31 Attila Molnarm_blockamsg Prevent double copy of the target string
2014-08-31 Attila Molnarm_blockamsg Remove useless variable
2014-08-30 Attila MolnarMove the intrusive list containers into the insp namespace
2014-08-06 Attila Molnarm_ojoin Change allocation of NetworkPrefix to be physic...
2014-08-06 Attila Molnarm_ojoin Leave it to the core throw an exception if...
2014-08-06 Attila MolnarMigrate ModeChannelOp and ModeChannelVoice constructors...
2014-08-06 Attila MolnarPass prefix rank and prefix char to PrefixMode constructor
2014-08-06 Attila MolnarRemove a bunch of useless classes representing simple...
2014-08-06 Attila MolnarChange ListModeBase::DoRehash() to not be virtual
2014-08-06 Attila Molnarm_exemptchanops Fix parameter validation
2014-08-06 Attila Molnarm_spanningtree Remove redundant checks from HandleRemot...
2014-08-06 Attila Molnarcore_who Remove redundant NULL checks from CanView()
2014-08-04 Attila Molnarm_pbkdf2 Less string copying
2014-08-04 Daniel Vassdalm_pbkdf2: Added module
2014-08-04 Daniel Vassdalm_bcrypt: Add module
2014-08-04 Daniel VassdalHashing: Redo API
2014-08-04 Daniel Vassdalm_password_hash: Use out_size as HMAC-key length, as...
2014-08-04 Attila MolnarRemove InspIRCd::BindSocket()
2014-08-04 Attila Molnarthreadengine_win32 Use a stripped-down, local version...
2014-08-04 md-5Fix off by one in ping timeout.
2014-07-29 Justin CrawfordDiffer database error messages for m_permchannels and...
2014-07-28 Attila MolnarDo not attempt to detect non-culled users at destructio...
2014-07-28 Attila MolnarAllow fast sid reuse by erasing fake users from UserMan...
2014-07-28 Attila Molnarm_spanningtree Throw a ProtocolException if a server...
2014-07-28 Attila Molnarm_spanningtree Squit dead servers immediately when...
2014-07-28 Attila Molnarm_spanningtree Remove the now needless SplitInProgress...
2014-07-28 Attila Molnarm_spanningtree Check TreeServer::IsDead() to learn...
2014-07-28 Attila Molnarm_spanningtree Change type of num_lost_* to be unsigned
2014-07-28 Attila Molnarm_spanningtree Quit all split users in one go
2014-07-28 Attila Molnarm_spanningtree Mark servers awaiting destruction after...
2014-07-28 Attila Molnarm_spanningtree Remove now unused TreeServer::Tidy()
2014-07-28 Attila Molnarm_spanningtree Add the TreeServer that split to the...
2014-07-28 Attila Molnarm_spanningtree Remove split servers from the hash maps...
2014-07-28 Attila Molnarm_spanningtree Move squit logic into TreeServer from...
2014-07-28 Attila Molnarm_spanningtree Remove now needless TreeSocket::Connecti...
2014-07-28 Attila Molnarm_spanningtree Ensure that TreeSocket::Close() only...
2014-07-27 Attila Molnarm_spanningtree Keep track of whether servers are behind...
2014-07-27 Attila Molnarm_spanningtree Only mark one server as finished burstin...
2014-07-27 Attila Molnarm_spanningtree Sync bursting state of servers in SERVER
2014-07-27 Attila Molnarm_spanningtree Parse additional information present...
2014-07-27 Attila Molnarm_spanningtree Add TreeServer::BeginBurst() that marks...
2014-07-27 Attila Molnarm_spanningtree Use the value of StartBurst to determine...
2014-07-27 Attila Molnarm_spanningtree Replace direct access of TreeServer...
2014-07-27 Attila Molnarm_spanningtree Remove post-handshake BURST handler
2014-07-27 Attila Molnarm_spanningtree Don't send needless BURST after introduc...
2014-07-27 Attila Molnarm_spanningtree Keep track of whether we've sent our...
2014-07-27 Attila Molnarm_spanningtree Add TreeSocket::WriteLineNoCompat()...
2014-07-27 Attila Molnarm_spanningtree Translate the new SERVER message for...
2014-07-27 Attila Molnarm_spanningtree Remove unused parameters from the server...
2014-07-27 Attila Molnarm_spanningtree Add newly created TreeServers to the...
2014-07-27 Attila Molnarm_spanningtree Don't pointlessly copy strings in SERVER...
2014-07-27 Attila Molnarm_spanningtree Deduplicate server auth code
2014-07-27 Attila Molnarm_spanningtree Deduplicate auth finish code
2014-07-27 Attila Molnarm_spanningtree Remove duplicated code from TreeSocket...
2014-07-26 Attila Molnarm_spanningtree Set the TS of the uuid nick to the same...
2014-07-26 Attila Molnarm_spanningtree Warn instead of sending SAVE if we chang...
2014-07-26 Attila Molnarm_spanningtree Only accept uuids in SAVE
2014-07-26 Attila Molnarm_spanningtree Don't accept NICK with 0 TS
2014-07-26 Attila Molnarm_spanningtree Return a bool from DoCollision()
2014-07-26 Attila Molnarm_spanningtree Replace WriteLine() call with Unicast...
2014-07-26 Attila Molnarm_spanningtree Replace #defines with references in...
2014-07-26 Attila Molnarm_spanningtree Update comments around collision handling
2014-07-26 Attila Molnarm_spanningtree Let the NICK handler change the nick...
2014-07-25 Attila Molnarm_spanningtree Update nick overrule on UID code to...
2014-07-25 Attila Molnarm_ssl_openssl Read the DH params file using the BIO...
2014-07-25 Attila MolnarMerge insp20
2014-07-24 Attila MolnarRelease v2.0.17
2014-07-24 Attila MolnarUpdate example configuration files, fix typos and case
2014-07-24 Attila Molnarm_spanningtree Always treat the remote client as the...
2014-07-24 Attila MolnarMake sure the DN strings obtained from the SSL mods...
2014-07-23 AdamUpdate aliases/anope.conf.example
2014-07-23 AdamUpdate Windows build scripts for the recent build sys...
2014-07-20 Attila Molnarm_spanningtree Remove the MAP ISUPPORT token
2014-07-19 Adamm_hideoper: Hide hidden opers from /stats P. #874
2014-07-19 Attila MolnarSay "SSL certificate fingerprint" instead of "SSL finge...
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-19 Attila MolnarErase local users from UserManager::local_list in QuitU...
2014-07-19 Attila Molnarcore_stats Deduplicate stats L and l code
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-07-16 Attila MolnarMove typedef ClassVector to ServerConfig::ClassVector
2014-07-16 Attila Molnarcore_stats Simplify uptime stats code, don't output...
2014-07-14 Attila MolnarExpand ISupportManager documentation
2014-07-14 Attila MolnarMinor ISupportManager changes
2014-07-14 Attila MolnarMove ISupportManager class declaration to isupportmanag...
2014-07-14 Attila Molnarm_rmode Call Channel::GetUsers() instead of directly...
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
next