Age | Commit message (Expand) | Author |
2010-03-06 | We refer to modules using .so not .cpp | danieldg |
2010-03-05 | Set m_cgiirc to run its OnUserConnect before m_conn_umodes | danieldg |
2010-03-05 | Make CGI:IRC host resolution block registration, fixes bug #1 | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-02-03 | Don't use hosts more than 64 characters long from CGI:IRC | danieldg |
2010-01-30 | Forward-port of r12333, clone-counting fix for m_cgiirc | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-05 | Show channel listmodes (+beIg) in /CHECK output | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-11-01 | Fix CGI:IRC user class not being changed based on their real IP when it is ch... | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Rename User::GetPort to GetServerPort to clarify its purpose | danieldg |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |
2009-08-16 | cgiirc: Pass hosts to WEBIRC command on rehash. No fucking wonder this never ... | w00t |
2009-06-30 | Roll back mysterious DNS change from 2007 which broke multiple-answer | w00t |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-02 | Globally route "a" snotices for more modules. Patch from Milliways. | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-08 | Add a snotice when a user tries to use WEBIRC without matching any configured... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-09-29 | Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and... | special |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-29 | Apply patch to fix ipv6 builds, contributed by danieldg, thanks :-) | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-18 | Next to convert | brain |
2008-05-04 | Convert a whole bunch more | peavey |
2008-04-26 | I not i | bricker |
2008-04-12 | Trunk fix for bug #505 reported by nenolod | brain |
2008-04-07 | Hosts vector not cleared on rehash, made rehashing for changes impossible | brain |