]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Temporary fix for HASHMAP_DEPRECATED on clang.
[user/henk/code/inspircd.git] / src / modules /
2012-11-07 Peter PowellFix typo in m_filter.
2012-10-29 attilamolnarm_opermotd Add support for replacing \u \b etc. with...
2012-10-28 attilamolnarm_operlog Add tosnomask config option, to log all oper...
2012-10-27 AdamIssue #346 - fix m_permchannels.cpp and m_xline_db...
2012-10-24 attilamolnarm_ojoin Fix giving +Y only instead of +Yo when <ojoin...
2012-10-23 attilamolnarm_ircv3 Attach to OnRehash
2012-10-23 attilamolnarm_ircv3 Fix away-notify not sending AWAY messages when...
2012-10-23 attilamolnarm_nicklock Fix typo
2012-10-23 attilamolnarm_topiclock Prefix ModDesc with $
2012-10-21 attilamolnarm_nickflood Fix a case when channels were locked regard...
2012-10-21 attilamolnarm_nickflood Make code more readable, unset +F when...
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-19 Adrien Bustanym_ldapauth Allow filtering on arbitrary LDAP attributes
2012-10-19 attilamolnarm_filter More cleanup and optimizations
2012-10-19 attilamolnarm_filter Don't move the filter to the beginning of...
2012-10-19 attilamolnarm_filter Remove redundant flags field from FilterResult
2012-10-19 attilamolnarm_filter Change exemptfromfilter to be a set
2012-10-19 attilamolnarm_filter Use an enum for filter actions instead of...
2012-10-19 attilamolnarm_filter Cleanup, remove empty and useless functions
2012-10-19 Peter PowellFix for #268.
2012-10-18 attilamolnarm_ident Allow the usage of an overriden IsIdent() inste...
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 ChrisTXm_ssl_gnutls: Resolve deprecation warnings properly
2012-10-13 attilamolnarm_chancreate Fix snonotices not being sent when remote...
2012-10-13 attilamolnarm_ssl_gnutls Cast pointer difference to an unsigned...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 attilamolnarFix broken build
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarm_cgiirc, m_dnsbl Remove unnecessary includes
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-11 AdamCompare the result of ldap_search_ext_s to LDAP_SUCCESS....
2012-10-08 Attila MolnarMerge pull request #321 from ballock/insp20
2012-10-08 Boleslaw TokarskiAllows to use user->ident string instead of user->nick...
2012-10-06 attilamolnarm_spanningtree Fix undefined behavior caused by referen...
2012-10-06 attilamolnarNew module to support server-side topic locking and...
2012-10-04 attilamolnarm_cban, m_rline, m_shun Broadcast these commands as...
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXReplace hardcoded paths with configurable ones
2012-10-03 attilamolnarCheck if the mask is long enough before accessing it...
2012-10-03 attilamolnarm_services_account Fix possible recursion when checking...
2012-10-02 attilamolnarm_spanningtree Fill a parameterlist in OnAddLine/OnDelLine
2012-10-02 attilamolnarm_spanningtree Simplify OnMode and OnSetAway handlers
2012-10-02 attilamolnarm_spanningtree Remove empty RedoConfig()
2012-10-02 attilamolnarm_spanningtree Utils: Remove unused functions
2012-10-02 attilamolnarm_spanningtree OPERTYPE handler: Return when finished...
2012-10-02 attilamolnarm_spanningtree Remote WHOIS handler: Find target with...
2012-10-02 attilamolnarm_spanningtree Netburst: Remove unused parameters and...
2012-10-02 attilamolnarm_spanningtree Netburst: Prefix SERVER and VERSION...
2012-10-02 attilamolnarm_spanningtree Netburst: Remove unnecessary variables...
2012-10-02 attilamolnarm_spanningtree Use iterators in CAPAB handler and when...
2012-10-02 attilamolnarm_spanningtree Only allow uuids in SVSJOIN, METADATA...
2012-09-30 attilamolnarm_spanningtree Return const references from several...
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 attilamolnarm_httpd Accept POST requests only when the value for...
2012-09-23 attilamolnarFix undefined behavior caused by referencing the return...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-22 ChrisTXm_regex_stdlib: A regex provider for the C++11 containe...
2012-09-13 attilamolnarm_blockamsg, m_sslinfo Don't convert the command name...
2012-09-13 attilamolnarm_shun Convert enabled commands to uppercase so they...
2012-09-13 AdamFixed crash in m_mysql if a module is unloaded while...
2012-09-13 attilamolnarm_cgiirc Take actions after a successful WEBIRC in...
2012-09-13 attilamolnarm_cgiirc Register the "waiting" extension
2012-09-13 attilamolnarm_dnsbl Display <unknown> as the user's nick when annou...
2012-09-13 attilamolnarm_dnsbl Switch to OnUserSetIP hook
2012-09-13 attilamolnarm_knock Add support for sending a 710 numeric when...
2012-09-02 attilamolnarm_svshold Broadcast SVSHOLD commands sent by servers...
2012-08-24 attilamolnarm_knock Don't concatenate the knock reason, the command...
2012-08-20 ChrisTXlistensocket: Fix the two aliasing warnings
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-08-10 attilamolnarm_spanningtree Add missing aposthrope to connection...
2012-08-10 ChrisTXm_spanningtree: Resolve issue #250
2012-08-08 attilamolnarm_spanningtree Specify the uuid of the remote user...
2012-08-08 attilamolnarm_spanningtree Handle ? wildcard as well when processin...
2012-08-08 attilamolnarm_messageflood Unset +f when the module is unloaded
2012-08-08 attilamolnarm_messageflood Make code more readable
2012-08-08 attilamolnarm_messageflood Perform at most one std::map::find(...
2012-07-26 attilamolnarm_namesx, m_uhnames Don't convert the command name...
2012-07-26 attilamolnarm_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls...
2012-07-26 Attila MolnarMerge pull request #267 from Shawn-Smith/insp20+versionsfix
2012-07-26 Shawn SmithUpdated version lines to be more descriptive and remove...
2012-07-26 attilamolnarm_ssl_gnutls Allow setting the priorities to use on...
2012-07-26 attilamolnarm_hostchange No reason to prioritize after m_cloaking
2012-07-26 attilamolnarm_hostchange Remove string copy
2012-07-26 attilamolnarm_hostchange Store host change action as an enum value...
2012-07-26 attilamolnarm_opermotd Add support for viewing opermotd on a remote...
2012-07-26 attilamolnarm_uninvite Notify remote users properly
2012-07-25 attilamolnarm_connflood Cleanup
2012-07-21 attilamolnarm_namesx Handle colons in channel names properly
2012-07-21 attilamolnarm_ssl_gnutls Compile with -Wno-deprecated-declarations
2012-07-21 attilamolnarm_ssl_gnutls Advertise only one ssl port by default...
2012-07-21 attilamolnarm_ssl_gnutls Move common session initialization code...
2012-07-21 attilamolnarm_ssl_gnutls Add a config option that can be used to...
2012-07-17 attilamolnarm_noctcp Fix /me not being allowed on +C channels
2012-07-13 attilamolnarm_ssl_openssl Use the system default cipher list if...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarm_services_account Simplify mode handlers
2012-07-13 attilamolnarUse SimpleUserModeHandler/SimpleChannelModeHandler...
2012-07-13 attilamolnarm_blockamsg Remove redundant null pointer and IS_LOCAL...
2012-07-13 attilamolnarm_ident Fix casting User pointers to LocalUser pointers...
next