Age | Commit message (Expand) | Author |
2010-02-12 | Fix sending null character on callerid metadata, which causes netsplits | danieldg |
2010-02-12 | Fix help text in helpop, route ACCEPT command to fix callerid | danieldg |
2010-02-12 | Improve support for NetBSD | danieldg |
2010-02-11 | When we get events on unknown file descriptors, unregister them rather than s... | danieldg |
2010-02-11 | Restart server_hash iteration after quitting dead and pinged out servers | danieldg |
2010-02-11 | Fix double-sending of locally sourced kills | danieldg |
2010-02-11 | Make UID modify its parameter on a nick collision so that services has an eas... | danieldg |
2010-02-11 | Fix routing of KILL command when sourced from a server | danieldg |
2010-02-11 | Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense | danieldg |
2010-02-10 | Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from non... | danieldg |
2010-02-10 | Fix TBAN not working if the banner is owner/protected | danieldg |
2010-02-10 | Fix incorrect ServerInstance pointer in m_sasl | danieldg |
2010-02-10 | Change display of PROP list to match the input format | danieldg |
2010-02-10 | Better error messages for m_autoop | danieldg |
2010-02-10 | Fix incorrect check of mode permissions when displaying them | danieldg |
2010-02-10 | 2.0 beta 2 release | danieldg |
2010-02-10 | Fix WHOISNOTICE parameters being sent backwards | danieldg |
2010-02-10 | Why are we wasting space on DieValue? | danieldg |
2010-02-09 | Fix typo | danieldg |
2010-02-09 | Sort CAPAB CHANMODES and USERMODES | danieldg |
2010-02-09 | Fix double-free when catching an exception in module init() | danieldg |
2010-02-09 | Eliminate duplicate names between user and channel modes | danieldg |
2010-02-09 | Allow exemptchanops to modify the channel access level needed to bypass +t | danieldg |
2010-02-09 | Update m_exemptchanops to allow users to specify the status required for the ... | danieldg |
2010-02-09 | Move password checking into connect class search | danieldg |
2010-02-09 | Clean up documentation of connect blocks a bit | danieldg |
2010-02-09 | This module isn't supposed to be part of 2.0; it will be third-party until 2.1 | danieldg |
2010-02-09 | Change <connect:requiresasl> to <connect:requireaccount>, which is more accurate | danieldg |
2010-02-09 | Move chanhistory to PostJoin hook | danieldg |
2010-02-09 | half-voice is a better name than status prefix | danieldg |
2010-02-09 | Add authorization cache module | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-09 | Fix error message on OPTCOMMON mismatch | danieldg |
2010-02-08 | SSL certificate requests prior to full registration must use SocketCertificat... | danieldg |
2010-02-08 | Add <connect requiressl="trusted"> to force CA verification for clients on th... | danieldg |
2010-02-08 | Also allow <connect rules> | danieldg |
2010-02-08 | Allow <connect motd> to select an alternate MOTD file to display | danieldg |
2010-02-08 | Allow <connect autojoin=""> to override the m_conn_join channel list | danieldg |
2010-02-07 | Fix typo | danieldg |
2010-02-07 | Fix crash on kick when +J is set, +misc cleanup | danieldg |
2010-02-07 | More cleanup of quit servers | danieldg |
2010-02-07 | Don't send GODMODE snomask for remote users (let SendGlobalSno handle that) | danieldg |
2010-02-07 | Change PROP command format to accept multiple changes in one line | danieldg |
2010-02-06 | Fix left/right inversion in ListDifference | danieldg |
2010-02-06 | Add PROP command to m_namedmodes | danieldg |
2010-02-06 | rename channel modes +it to distinguish them from commands | danieldg |
2010-02-06 | Fail adding of new mode when its prefix is already in use | danieldg |
2010-02-06 | Add mode +V, status prefix. Because we haven't used up enough channel mode le... | danieldg |
2010-02-06 | Move configuration examples to docs, remove automatic overwrite on make install | danieldg |
2010-02-06 | Send module load/unload notifications so that services can learn of new featu... | danieldg |