Age | Commit message (Expand) | Author |
2010-02-15 | Show opers the raw VERSION string, not the custom one | danieldg |
2010-02-15 | Dump sendq before closing socket | danieldg |
2010-02-15 | Allow a reason to be specified for <connect:deny> | danieldg |
2010-02-15 | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login | danieldg |
2010-02-15 | Deny identical mode +H change | danieldg |
2010-02-15 | 2.0 beta 3 release | danieldg |
2010-02-15 | Allow forced nick change to bypass Q:Lines | danieldg |
2010-02-15 | Fix build error | danieldg |
2010-02-14 | Remove unused exports; counting is not for programmers | danieldg |
2010-02-14 | Switch the order of arguments in the +X mode, thanks aquanight for the sugges... | danieldg |
2010-02-14 | Don't check for existance and such when removing bans | danieldg |
2010-02-14 | m_dnsbl updates | danieldg |
2010-02-13 | Fix inverted return on ldapoper | danieldg |
2010-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-02-13 | Fix double-invocation of Squit that can cause a crash on delink | danieldg |
2010-02-13 | Change GeoIP to be a connect block matcher | danieldg |
2010-02-13 | Fix kqueue to not report 0 maximum open sockets | danieldg |
2010-02-12 | Fix compilation | danieldg |
2010-02-12 | Write out the permchannels database on a timer, not on every mode change | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-02-12 | Fix stats output to divide in floating-point | danieldg |
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 |