summaryrefslogtreecommitdiff
path: root/src/modules/m_cgiirc.cpp
AgeCommit message (Expand)Author
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
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Rename User::GetPort to GetServerPort to clarify its purposedanieldg
2009-09-01Change IP address storage in User to use more IPv4/IPv6 common codedanieldg
2009-08-16cgiirc: Pass hosts to WEBIRC command on rehash. No fucking wonder this never ...w00t
2009-06-30Roll back mysterious DNS change from 2007 which broke multiple-answerw00t
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-02Globally route "a" snotices for more modules. Patch from Milliways.danieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-02-08Add a snotice when a user tries to use WEBIRC without matching any configured...w00t
2009-01-02Update copyrights for 2009.w00t
2008-12-07Convert necessary match calls to use ASCII casemap.w00t
2008-09-29Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and...special
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Match conversion stuff.w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-29Apply patch to fix ipv6 builds, contributed by danieldg, thanks :-)brain
2008-05-19Convert connection::hostbrain
2008-05-18Next to convertbrain
2008-05-04Convert a whole bunch morepeavey