summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-20Moved the ERROR log message out of debugAdam
2011-08-20Fixed zlines to only add the xline host, fixed db_mysql's write function, ↵Adam
and prevent adding multiple of the same nick to access lists
2011-08-19Fixed some problems with deleting accessAdam
2011-08-19Fixed AccessGroup::operator> failAdam
2011-08-19added some log message for automatic fingerprint identify and removed a ↵DukePyrolator
unused function from ns_cert
2011-08-18Fixed crash in /cs modeAdam
2011-08-18Fixed some permission checking fail in modules that got messed up from the ↵Adam
big commands sed
2011-08-18Moved CA_TOPIC to qop aswell. Newer channels (default) to TOPIC at 5 but ↵Adam
older channels will remain at founder only, causing access list to think newer aop are level 10000 due to having this permission on older channels.
2011-08-18Bug #1315 - moved CA_ASSIGN permission from sop to qopAdam
2011-08-18Bug #1317 - fixed sha1 fingerprint hashes in the inspircd protocol modulesDukePyrolator
2011-08-18Fixed attaching to events in db_mysql & possibly having ↵Adam
ChannelInfo::WhoSends return NULL if there really are *no* bots
2011-08-17Actually made the nickserv block optionalAdam
2011-08-17Include when an access entry was created in access viewAdam
2011-08-17Made /os oper info also show all inherited commands/privsAdam
2011-08-16List supported languages in /ns help saset languageAdam
2011-08-16Fixed matching acount access entries against nicknamesAdam
2011-08-16Bug #1316 - added permissions for hs_request commandsAdam
2011-08-16Moved cs_seens data purger log message to debugAdam
2011-08-16Fixed select()ing 0 sockets on WindowsAdam
2011-08-14Fixed grammar problem in cs_cloneAdam
2011-08-14Fixed /cs clone accessAdam
2011-08-14Massive cleanup of cs_seen, added help, syntax messages, command ↵Adam
descriptions, removed lots of dead code, fixed memory leaks, etc
2011-08-14Brought back the old 1.7 behavior of a level -1 matching all users and 0 ↵Adam
matching all identified users
2011-08-14Bug #1312, fixed loading autoowner from db_plainAdam
2011-08-14Fixed updating exceptionsAdam
2011-08-14Do not put users hosts in session akillsAdam
2011-08-14Fixed resolving hosts when connecting to our uplinkAdam
2011-08-14Revert "Fixed resolving hosts on connect"Adam
This reverts commit 11619be8b97d7d8c28bc1ebbf6d412dff298b23d.
2011-08-14Fixed resolving hosts on connectDukePyrolator
2011-08-14Fixed default settings for log blocksAdam
2011-08-13Fixed number list position when requesting custom lists from akillAdam
2011-08-13Fixed permission check in botserv setDukePyrolator
2011-08-13Fixed anope_os_core insert statementAdam
2011-08-13Fixed /cs saset noexpire syntaxAdam
2011-08-12Send replies back to uses after m_ldap_authentication processesAdam
2011-08-12Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-08-12Track when our clients are introduced or notAdam
2011-08-12Fixed loading/saving XLines in db_plainDukePyrolator
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-12Removed the unused ChannelModeBan codeAdam
2011-08-11Fixed Windows runtime problemsAdam
2011-08-11Added a separate field for last seen realhost to ns_info, shown to services ↵DukePyrolator
admins only
2011-08-11added cs_seenDukePyrolator
2011-08-10Ignore SIGPIPEAdam
2011-08-10Fixed flags +* and -*Adam
2011-08-10Added a services.host define to easily change every clients hostnameAdam
2011-08-10Added two missing filesAdam
2011-08-10Fixed windows buildAdam
2011-08-10Replace the old sigaction for a signal when our Signal destructsAdam
2011-08-09Remove +P from unregistered channels if persist is setAdam