Age | Commit message (Expand) | Author |
2014-03-08 | Make the maximum hostname length configurable in the config. | Peter Powell |
2014-02-23 | Moving CGIIRC to a new snomask (w) | Googolplexed |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2013-12-18 | Clean up CoreException | Attila Molnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-10 | Rename <connect:nouserdns> to <connect:resolvehostnames>. | Peter Powell |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Modify the log message to contain the log type. | Peter Powell |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-27 | Move <performance:nouserdns> to <connect:nouserdns>. | Peter Powell |
2013-04-26 | Modularize DNS | Adam |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-01 | Move member variables from User to LocalUser | attilamolnar |
2013-03-11 | Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-29 | m_cgiirc Fix wrong announcement when the host in WEBIRC is too long | attilamolnar |
2012-11-29 | m_cgiirc Don't apply resolved host or send notifications when the user is qui... | attilamolnar |
2012-11-29 | m_cgiirc Don't resolve IPs when <performance:nouserdns> is true | attilamolnar |
2012-11-29 | m_cgiirc De-duplicate code, recheck elines after ip/host changes | attilamolnar |
2012-11-29 | m_cgiirc Remove dead code, warn when a <cgihost> block has an invalid type va... | attilamolnar |
2012-10-12 | m_cgiirc, m_dnsbl Remove unnecessary includes | attilamolnar |
2012-09-13 | m_cgiirc Take actions after a successful WEBIRC in the OnCheckReady hook, sto... | attilamolnar |
2012-09-13 | m_cgiirc Register the "waiting" extension | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-09-03 | Fix resolved hostname not being changed when WEBIRC passes a hostname longer ... | Daniel De Graaf |
2010-08-11 | Fix NotifyOpers setting not being applied correctly | Daniel De Graaf |
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 |