summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-04Move whowas settings into cmd_whowas from ConfigReaderattilamolnar
2013-04-04Make cmd_whowas act like a module, remove special handlingattilamolnar
2013-04-03Convert InspIRCd::Duration() to be staticattilamolnar
2013-04-02Merge pull request #460 from SaberUK/master+genssl-bugfixAttila Molnar
Fix a small typo in genssl.
2013-04-02Fix a small typo in genssl.Peter Powell
2013-04-02Merge pull request #459 from ChrisTX/insp20+fixgeoipAttila Molnar
m_geoip: Fix compilation
2013-04-02m_geoip: Fix compilationChrisTX
2013-04-02Merge pull request #456 from SaberUK/master+gensslAttila Molnar
Extract SSL generation to a tool which can be shipped by distros.
2013-04-02Extract SSL generation to a tool which can be shipped by distros.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Ignore empty sid in ServerConfig::Fill()attilamolnar
2013-04-01Merge pull request #452 from SaberUK/master+nuke-hashmapAttila Molnar
Purge the deprecated hash_map from existance.
2013-04-01Move member variables from User to LocalUserattilamolnar
- idle_lastmsg - dns_done - quitting_sendq - exempt - lastping
2013-04-01cmd_stats List opers without iterating the whole userlistattilamolnar
2013-04-01Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ ↵attilamolnar
strings as arguments instead of C strings
2013-04-01Convert IsSID() to a static member function, modules shouldn't override itattilamolnar
2013-04-01Remove more deprecated codeattilamolnar
- ConfigReader - FloodQuitUserHandler - IsValidModuleCommand - CallCommandHandler - DoCleanup from u_listmode.h
2013-04-01Merge pull request #454 from SaberUK/master+misc-improvementsAttila Molnar
Purge dead code and deprecated types.
2013-04-01Merge pull request #455 from SaberUK/master+deprecation-macroAttila Molnar
Add macro for marking methods as deprecated.
2013-04-01Purge references to the deprecated GetStackedLine method.Peter Powell
2013-04-01Purge the deprecated chanprotect module.Peter Powell
2013-04-01Remove some dead code:Peter Powell
- Conditions in m_httpd_stats which can never be true. - Commented out code in m_sqloper. - Unused macro in inspircd.h.
2013-04-01Add macro for marking methods as deprecated.Peter Powell
2013-04-01Fix linker error when linking spanningtree caused by ↵Adam
56cae0f3a484cbcb20569b68917f1810a0c2f4a4
2013-04-01Purge the deprecated hash_map from existance.Peter Powell
2013-04-01Change channel name parameter of Module::OnUserPreJoin() and ↵attilamolnar
Channel::JoinUser() to std::string from char*
2013-03-31Rewrote caller.h to be more C++11 ish, currently commented out pending ↵Adam
whenever we decide to support some C++11 features
2013-04-01New API versionattilamolnar
2013-04-01Change User::GetIPString() to return const std::string&attilamolnar
2013-04-01m_samode Require an oper privilege to change the user modes of other usersattilamolnar
Issue #417
2013-04-01Send LUSERS before MOTDattilamolnar
Issue #399
2013-04-01Change the default value of <options:cyclehosts> to noattilamolnar
Issue #402
2013-04-01Remove legacy code, mostly related to 1.2 compatibilityattilamolnar
2013-03-31Mark as version 2.2attilamolnar
2013-03-31Minor update to example configsattilamolnar
2013-03-29Release 2.0.11attilamolnar
2013-03-29cmd_kill Send snotice to servers when both the oper and the victim are on ↵attilamolnar
the same server
2013-03-29Update doc and fix the description of m_allowinviteattilamolnar
2013-03-29m_ldapoper Make the module actually workattilamolnar
Fixes #439 reported by @rhylan
2013-03-29m_ldapoper Fix memory leakattilamolnar
See 1813369adecc1efc9812e90c40c21dc32e4965c9 for details
2013-03-28Fix premature overwriting of OLDTIME that resulted in time drifts never ↵attilamolnar
being detected
2013-03-27cmd_lusers Fix miscountingattilamolnar
2013-03-26Merge pull request #443 from ShutterQuick/sasl_externalAttila Molnar
Added support for SASL EXTERNAL
2013-03-25Added support for EXTERNALDaniel Vassdal
2013-03-25m_xline_db Fix pointless excessive stack usage in ReadDatabase()attilamolnar
2013-03-25m_xline_db Major enhancementsattilamolnar
- Save database on a timer, not on every single change - Use the internal database instead of keeping track of xlines ourselves
2013-03-25Accept -c as a command line argument (equivalent to --config)attilamolnar
2013-03-25Win32: Rewrite the service wrapperChrisTX
Edited original commit to pass MAX_PATH as nSize to GetModuleFileNameA() instead of 101 after approval from author @ChrisTX (Attila Molnar) Fixes #404 reported by @crchauffe
2013-03-24Initialize the FakeClient pointer in InspIRCd::InspIRCd()attilamolnar
2013-03-24m_timedbans Notice halfops and above when a timed ban is placedattilamolnar
Fixes #415 reported by @killerrabbit