]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Remove now needless User::ForceNickChange()
[user/henk/code/inspircd.git] / src / modules /
2014-07-03 Attila MolnarRemove now needless User::ForceNickChange()
2014-06-30 Julien VehentSet SSL options to sane default and enfore server ciphe...
2014-06-30 Attila Molnarm_spanningtree Drop support for changing user modes...
2014-06-30 Attila Molnarm_spanningtree Translate user mode changes done via...
2014-06-30 Attila Molnarm_spanningtree Accept legacy JOINs from 1202-protocol...
2014-06-28 Attila MolnarUse TimingSafeCompare() to compare passwords and passwo...
2014-06-28 Attila Molnarm_spanningtree Send the cert fingerprint message to...
2014-06-28 Matthew MartinCheck fingerprint before checking password (server...
2014-06-28 Peter PowellIgnore safe compiler warnings in a more reliable way.
2014-06-25 Peter PowellAdd parameter to InspIRCd::TimeString for UTC time...
2014-06-25 Peter PowellAdd formatting to InspIRCd::TimeString; switch all...
2014-06-22 Attila MolnarChange all occurrences of plain sort() to std::sort()
2014-06-20 Attila MolnarChange the type of the user parameter in the OnUserPreN...
2014-06-20 Attila MolnarIncrement serverstats::Collisions when a collision...
2014-06-17 Attila Molnarm_spanningtree Share server description updates via...
2014-06-17 Attila Molnarm_spanningtree Remove server-to-server VERSION handler
2014-06-17 Attila Molnarm_spanningtree Translate SINFO version to VERSION and...
2014-06-17 Attila Molnarm_spanningtree Exchange public server version strings...
2014-06-17 Attila Molnarm_spanningtree Show the full version string of servers...
2014-06-17 Attila Molnarm_spanningtree Send and receive full version strings...
2014-06-17 Attila Molnarm_spanningtree Add a field to TreeServer for storing...
2014-06-17 Attila Molnarm_spanningtree Add server-to-server SINFO command handl...
2014-06-17 Attila Molnarm_spanningtree Add TreeSocket::SendServerInfo() that...
2014-06-14 Attila MolnarKill needless #includes in source files
2014-06-14 Attila Molnarm_spanningtree Remove declaration for nonexistent funct...
2014-06-14 Attila Molnarm_spanningtree Use vector back() where it makes sense
2014-06-14 Attila Molnarm_spanningtree Initialize boolean member variables...
2014-06-14 Attila Molnarm_spanningtree Initialize TreeServer::UserCount for...
2014-06-13 Attila MolnarMake the default ProtocolInterface instance part of...
2014-06-13 Attila Molnarm_spanningtree Change allocation of the specialized...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarAdd CommandParser::GetCommands() and typedef CommandMap...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Threads to be physically...
2014-06-12 Attila Molnarm_spanningtree Explicitly specify the routing for RESYN...
2014-06-11 Attila Molnarm_spanningtree Strip membership id from KICKs sent...
2014-06-11 Attila MolnarSend the membership id when kicking a remote user and...
2014-06-11 Attila Molnarm_spanningtree Strip membership ids from FJOINs sent...
2014-06-11 Attila Molnarm_spanningtree Send and parse FJOINs with membership ids
2014-06-11 Attila Molnarm_spanningtree Add CmdBuilder::push_raw_int()
2014-06-11 Attila Molnarm_spanningtree Use the FJOIN builder when a channel...
2014-06-11 Attila Molnarm_spanningtree Add CmdBuilder specialization for FJOIN
2014-06-11 Attila Molnarm_spanningtree Send, parse and translate IJOINs with...
2014-06-11 Attila Molnarm_spanningtree Assign an id to new Memberships
2014-06-11 Attila Molnarm_spanningtree Initialize membership ids on load
2014-06-10 Attila MolnarAdd channel TS to server-to-server INVITE to detect...
2014-06-10 Attila Molnarm_spanningtree Allow callers of InsertCurrentChannelTS...
2014-06-10 Attila MolnarUse the iterator version of Channel::KickUser() in...
2014-06-09 Attila Molnarm_remove Make the protected rank configurable instead...
2014-06-09 Attila Molnarm_remove Recognize /REMOVE <chan> <nick>
2014-06-09 Attila Molnarm_remove Manually forward all REMOVE messages, turn...
2014-06-07 Attila Molnarm_ssl_openssl Remove unused MAX_DESCRIPTORS define
2014-06-07 Attila Molnarm_channames Remove temporary vector from ValidateChans()
2014-06-07 Attila Molnarm_channames Call ValidateChans() from cull() on unload
2014-05-28 Attila Molnarm_ident Close the ident socket when the object is culle...
2014-05-28 Attila Molnarm_ident Make use of the min parameter of ConfigTag...
2014-05-28 Robby-m_ident: Add an option to allow idents of users to...
2014-05-26 Attila Molnarm_ssl_gnutls Don't include cap.h
2014-05-26 Attila MolnarSwitch to std::string::compare() from substr() in a...
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-05-16 Googolplexedm_passforward: Don't forward password if the connect...
2014-05-10 Adamm_ldap: time out LDAP queries
2014-04-26 Attila MolnarRemove redundant IS_LOCAL() checks discovered by static...
2014-04-20 Attila MolnarChange the OnNamesListItem() hook to return ModResult
2014-04-16 Attila Molnarm_spanningtree Add ServerCommand::ExtractTS() to conver...
2014-04-16 Attila Molnarm_spanningtree Throw an exception on protocol violation...
2014-04-14 Attila Molnarm_sajoin, m_sapart Support a comma separated list of...
2014-04-14 Attila Molnarm_sajoin Abort and report if the target user is already...
2014-04-14 Attila Molnarm_spanningtree Fix routing of unicast messages
2014-04-11 Attila Molnarm_filter Allow exemption of messages sent to nicks...
2014-04-11 Attila Molnarm_filter Rename config key used in exemptfromfilter...
2014-04-11 Attila Molnarm_filter Rename exemptfromfilter field to exemptedchans...
2014-04-11 Attila Molnarm_filter Use case insensitive compare for exempted...
2014-04-09 Attila Molnarm_services_account Remove now needless workaround added...
2014-04-09 md_5Fix m_cgiirc to set the user's host straight away when...
2014-04-08 Attila Molnarm_blockcaps Get rid of needless cast, use unsigned...
2014-04-08 Attila Molnarm_blockcaps Simplify CTCP ACTION (/me) detection
2014-04-08 Attila Molnarm_spanningtree Don't rely on "m_sha256.so" being loaded...
2014-04-08 Attila Molnarm_spanningtree Remove the (now) undocumented disablehma...
2014-04-07 Attila MolnarMerge insp20
2014-04-04 Attila MolnarAdd REG_ALL checks to treat unregistered users as nonex...
2014-04-03 Attila Molnarm_override Deduplicate code
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-27 Attila Molnarm_watch Validate targ before use, noticed while rewriti...
2014-03-26 Attila Molnarm_globalload Don't pass a callback to ModuleManager...
2014-03-25 Attila Molnarm_httpd Fix typo noticed by @SaberUK
2014-03-24 Attila MolnarAdd stdalgo::delete_all() that deletes all elements...
2014-03-24 Attila MolnarCull ident sockets instead of immediate delete, add...
2014-03-23 Attila Molnarm_operprefix Don't set +y on the oper if hideoper is...
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-17 Attila Molnarm_connectban Don't depend on the definition of clonemap
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-14 Attila Molnarm_permchannels Remove pointless cleanup ceremony in...
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-07 Peter PowellFix m_permchannels not prepending the path when reading...
2014-03-06 Attila MolnarUpdate detection in module loading commands that relied...
2014-03-03 Attila Molnarm_spanningtree Remove remains of the KeepNickTS workaround
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
next