]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
m_spanningtree Remove unneeded #includes
[user/henk/code/inspircd.git] / src / modules /
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree FJOIN handler: Refactor, update doc
2013-04-12 attilamolnarm_spanningtree Netburst: Refactor SendChannelModes()
2013-04-12 attilamolnarm_spanningtree Change both prefix and first parameter...
2013-04-12 attilamolnarm_spanningtree Remove encapsulation on UserCount/OperCount
2013-04-12 attilamolnarm_spanningtree Introduce new function to send channel...
2013-04-12 attilamolnarm_spanningtree Change TreeServerList to be a set, get...
2013-04-12 attilamolnarm_spanningtree Utils: Move code that creates a full...
2013-04-12 attilamolnarm_spanningtree FTOPIC handler: Keep only one topic...
2013-04-12 attilamolnarm_spanningtree FTOPIC handler: Return CMD_FAILURE/CMD_I...
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
2013-04-12 attilamolnarm_spanningtree RSQUIT handler: Don't reimplement sendin...
2013-04-12 attilamolnarm_spanningtree RCONNECT handler: Fix error reporting...
2013-04-12 attilamolnarm_spanningtree Netburst: Rework SendFJoins()
2013-04-12 attilamolnarm_spanningtree Netburst: Remove expiration check from...
2013-04-12 attilamolnarm_spanningtree UID handler: Log and drop the link when...
2013-04-12 attilamolnarm_spanningtree UID handler: Remove dead code
2013-04-12 attilamolnarm_spanningtree FMODE handler: Rework
2013-04-12 attilamolnarm_spanningtree IDLE handler: Rewrite
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-09 attilamolnarMove most whois related code from the core into cmd_whois
2013-04-09 attilamolnarXLine: Provide a default implementation for DisplayExpiry()
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-08 attilamolnarRemove OnAddBan and OnDelBan hooks
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 Attila MolnarMerge pull request #465 from Shawn-Smith/master+Service...
2013-04-05 Shawn SmithFixed grammar in whois output for +k'd services.
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-02 Attila MolnarMerge pull request #459 from ChrisTX/insp20+fixgeoip
2013-04-02 ChrisTXm_geoip: Fix compilation
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2013-04-01 attilamolnarChange IsNickHandler()/IsIdentHandler()/IsChannelHandle...
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2013-04-01 attilamolnarRemove more deprecated code
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Peter PowellPurge references to the deprecated GetStackedLine method.
2013-04-01 Peter PowellPurge the deprecated chanprotect module.
2013-04-01 Peter PowellRemove some dead code:
2013-04-01 AdamFix linker error when linking spanningtree caused by...
2013-04-01 Peter PowellPurge the deprecated hash_map from existance.
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-31 attilamolnarm_samode Require an oper privilege to change the user...
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2013-03-29 attilamolnarUpdate doc and fix the description of m_allowinvite
2013-03-29 attilamolnarm_ldapoper Make the module actually work
2013-03-29 attilamolnarm_ldapoper Fix memory leak
2013-03-26 Attila MolnarMerge pull request #443 from ShutterQuick/sasl_external
2013-03-25 Daniel VassdalAdded support for EXTERNAL
2013-03-25 attilamolnarm_xline_db Fix pointless excessive stack usage in ReadD...
2013-03-25 attilamolnarm_xline_db Major enhancements
2013-03-24 attilamolnarm_timedbans Notice halfops and above when a timed ban...
2013-03-20 attilamolnarm_spanningtree Fix incoming channel modes being lost...
2013-03-20 attilamolnarm_permchannels Load channels from the config only at...
2013-03-19 attilamolnarm_connflood Ignore e-lined users
2013-03-14 attilamolnarm_ssl_openssl Make it clear that a CA file is not mandatory
2013-03-14 ShutterQuickModified m_timedbans to behave more like setting mode...
2013-03-11 attilamolnarm_connectban Switch to OnSetUserIP hook to handle cgiir...
2013-03-11 attilamolnarFix m_dnsbl not checking cgiirc users when the cgiirc...
2013-03-11 attilamolnarm_dnsbl Fix connecting users timeouting when a dnsbl...
2013-02-17 attilamolnarm_ssl_gnutls Fix null pointer dereference in case gnutl...
2013-02-17 Peter PowellFix multiple escape bugs in m_httpd_stats.
2013-02-03 Attila MolnarMerge pull request #416 from SaberUK/insp20+clang42...
2013-02-01 Peter PowellRemove unused variables detected by Clang 4.2.
2013-01-28 Attila MolnarMerge pull request #414 from SaberUK/insp20+hashmap
2013-01-28 Attila MolnarMerge pull request #413 from SaberUK/insp20+httpd
2013-01-28 Peter PowellUse a better server name in m_httpd.
2013-01-28 attilamolnarm_ssl_gnutls Fix build with GnuTLS 1.x
2013-01-27 attilamolnarm_chanhistory Fix durations containing 'S' being rejected
2013-01-14 attilamolnarm_spanningtree Fix rare desync when a KILL crosses...
2013-01-13 attilamolnarm_maphide Ignore unregistered users
2013-01-02 attilamolnarm_messageflood Ask to be the last to handle OnUserPreMe...
2013-01-02 attilamolnarm_banredirect Deny the join to the redirect channel...
2013-01-02 attilamolnarm_banredirect Remove unnecessary hooks, cleanup
2012-12-25 attilamolnarm_ldapoper Fix typo spotted by @lordsith49
2012-12-17 AdamFixed m_ssl_gnutls build on Windows; gnutls.h uses...
2012-12-16 attilamolnarm_callerid Fix memory leak in CallerIDExtInfo::free()
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-12-15 attilamolnarm_ident Reject invalid and error replies
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-12-05 attilamolnarm_svshold Fix crash when called with 2 params, only...
2012-12-05 attilamolnarm_cban, m_rline, m_shun Don't broadcast when user is...
2012-12-04 attilamolnarUnbreak m_geoip
2012-12-02 attilamolnarm_remove Fix potential desync caused by committing...
2012-12-02 attilamolnarRegister a few extensions that weren't registered
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 attilamolnarm_cgiirc Fix wrong announcement when the host in WEBIRC...
2012-11-29 attilamolnarm_cgiirc Don't apply resolved host or send notification...
next