]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2014-06-07 Attila MolnarRelax fd bounds checking
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 Attila MolnarDescribe <ident:nolookupprefix>
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-23 Peter PowellReplace the configure templating system with something...
2014-05-16 Googolplexedm_passforward: Don't forward password if the connect...
2014-05-12 WindowsUserUpdate core_stats.cpp
2014-05-10 Adamm_ldap: time out LDAP queries
2014-05-06 Attila MolnarRemove needless checks from Invitation::Find()
2014-05-06 Attila MolnarDocument the Membership and the Invitation class
2014-04-26 Peter PowellAdd support for generating DANE TLSA records to genssl.
2014-04-26 Attila MolnarRemove redundant IS_LOCAL() checks discovered by static...
2014-04-20 Attila MolnarDocument parameters and return value for the OnNamesLis...
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 MolnarRemove WALLCHOPS and WALLVOICES ISUPPORT tokens
2014-04-14 Attila Molnarcore_lusers Don't capitalize "local users" and "global...
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 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-11 Peter PowellImplement support for numeric character references.
2014-04-11 Peter PowellClean up a bunch of legacy code in the Poll socketengine.
2014-04-11 Peter PowellRemove various broken/useless features from the build...
2014-04-11 Attila Molnarm_filter Allow exemption of messages sent to nicks...
2014-04-11 Attila MolnarRedirect the reader to filters.conf.example for advance...
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-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
2014-04-09 Attila MolnarMove checks determining whether a user is allowed to...
2014-04-09 Attila MolnarEliminate usage of has_one in Channel::UserList()
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 MolnarFix accessibility in intrusive_list_node and return...
2014-04-07 Attila MolnarMerge insp20
2014-04-06 Attila MolnarRelease 2.0.16
2014-04-06 Attila MolnarFix IPv6 address handling in 6aaf7047297b739377e7d509cb...
2014-04-06 Attila MolnarFix typo in helpop-full that prevented it from loading...
2014-04-04 Attila MolnarFix snotice about disabled command usage being sent...
2014-04-04 Attila MolnarAdd REG_ALL checks to treat unregistered users as nonex...
2014-04-04 Attila MolnarFix typos and update text in the configure script
2014-04-04 Attila MolnarMajor example configuration and helpop update
2014-04-03 Attila Molnarm_override Deduplicate code
2014-04-02 Attila MolnarRemove unused User::WriteCommonExcept()
2014-04-02 Attila MolnarMove User::SendAll() into core_privmsg
2014-04-02 Attila MolnarRemove User::WriteTo() functions; use User::WriteFrom...
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-29 Attila MolnarBuild coremods on Windows, add general support to the...
2014-03-28 Attila MolnarConvert the global list of dynamic reference pointers...
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-25 Attila MolnarChange storage of UserManager::all_opers to be a vector
2014-03-25 Attila MolnarAdd typedef OperList to UserManager for use with all_opers
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-24 Attila MolnarMake it possible to customize how SimpleExtItem should...
2014-03-24 Attila MolnarCreate the stdalgo namespace for container-related...
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 MolnarFix invalid iterator use when removing modes in ModuleM...
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 MolnarChange allocation of UserManager::uuidlist to be physic...
2014-03-14 Attila MolnarChange allocation of InspIRCd::chanlist to be physicall...
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-14 Attila Molnarm_permchannels Remove pointless cleanup ceremony in...
2014-03-13 Attila MolnarFix NAMES list getting truncated on servers having...
2014-03-13 Attila MolnarBackport "Refactor Channel::UserList() to use std:...
2014-03-12 Attila MolnarDeduplicate and move the *MatchesEveryone() functions...
2014-03-11 Attila Molnarcmd_names Allow opers having the channels/auspex priv...
2014-03-10 Attila MolnarImprove detection for non-cidr masks to prevent unwante...
2014-03-09 Attila Molnarcmd_quit Display quit messages of remote users
2014-03-09 Attila MolnarMove the wallops mode from the core into core_wallops
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-07 Attila MolnarMove admin settings into core_info
2014-03-07 Attila MolnarMove {prefix|suffix|fixed}{quit|part} into core_user
2014-03-07 Attila MolnarRead the die and restart password and their hash type...
2014-03-06 Attila MolnarUpdate detection in module loading commands that relied...
2014-03-06 Attila MolnarMove UNLOADMODULE handler into core_loadmodule
2014-03-06 Attila MolnarCreate the core_stub module
2014-03-05 Attila MolnarLoad core_*.so instead of cmd_*.so
2014-03-05 Attila MolnarIntegrate coremods into the build system
2014-03-05 Attila MolnarCreate the core_xline module
2014-03-05 Attila MolnarCreate the core_user module
next