summaryrefslogtreecommitdiff
path: root/src/modules/m_cgiirc.cpp
AgeCommit message (Expand)Author
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-12-18Clean up CoreExceptionAttila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-10Rename <connect:nouserdns> to <connect:resolvehostnames>.Peter Powell
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Modify the log message to contain the log type.Peter Powell
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-27Move <performance:nouserdns> to <connect:nouserdns>.Peter Powell
2013-04-26Modularize DNSAdam
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-01Move member variables from User to LocalUserattilamolnar
2013-03-11Fix m_dnsbl not checking cgiirc users when the cgiirc address is elinedattilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-11-29m_cgiirc Fix wrong announcement when the host in WEBIRC is too longattilamolnar
2012-11-29m_cgiirc Don't apply resolved host or send notifications when the user is qui...attilamolnar
2012-11-29m_cgiirc Don't resolve IPs when <performance:nouserdns> is trueattilamolnar
2012-11-29m_cgiirc De-duplicate code, recheck elines after ip/host changesattilamolnar
2012-11-29m_cgiirc Remove dead code, warn when a <cgihost> block has an invalid type va...attilamolnar
2012-10-12m_cgiirc, m_dnsbl Remove unnecessary includesattilamolnar
2012-09-13m_cgiirc Take actions after a successful WEBIRC in the OnCheckReady hook, sto...attilamolnar
2012-09-13m_cgiirc Register the "waiting" extensionattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-09-03Fix resolved hostname not being changed when WEBIRC passes a hostname longer ...Daniel De Graaf
2010-08-11Fix NotifyOpers setting not being applied correctlyDaniel De Graaf
2010-03-06We refer to modules using .so not .cppdanieldg
2010-03-05Set m_cgiirc to run its OnUserConnect before m_conn_umodesdanieldg
2010-03-05Make CGI:IRC host resolution block registration, fixes bug #1danieldg
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-02-03Don't use hosts more than 64 characters long from CGI:IRCdanieldg
2010-01-30Forward-port of r12333, clone-counting fix for m_cgiircdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-05Show channel listmodes (+beIg) in /CHECK outputdanieldg
2009-11-06Move StreamSocket inheritance off of Userdanieldg
2009-11-01Fix CGI:IRC user class not being changed based on their real IP when it is ch...danieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg