summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-14Brought back the old 1.7 behavior of a level -1 matching all users and 0 matc...Adam
2011-08-12Track when our clients are introduced or notAdam
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 a...DukePyrolator
2011-08-10Fixed windows buildAdam
2011-08-10Replace the old sigaction for a signal when our Signal destructsAdam
2011-08-09Simiplied a bit of the access systemAdam
2011-08-09Hopefully sort this AccessGroup::HasPriv once and for allAdam
2011-08-07Always reset the levels of newly created channels, fixed DetermineLevel match...Adam
2011-08-07Fixed generating sid on startupAdam
2011-08-06Fixed suepradminAdam
2011-08-04Added a command:permission settingAdam
2011-08-02Fixed /cs clone copying channel access, fixed restricted, and fixed some comp...Adam
2011-08-02Added opertype:modesAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-31Fixed a few small problems, including m_ssl's connect feature sometimes faili...Adam
2011-07-26A few small fixesAdam
2011-07-14Fixed OSOpersOnly & CSOpersOnlyAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-07-03Clean up some of the dns code, udp is connectionless anyway so this isnt requ...Adam
2011-06-27Fixed build on older cmake versionsAdam
2011-06-20Cleaned up some of the logger code which fixes not logging debug logs to file...Adam
2011-06-17Search all domains for language strings, fixes the mess that we used to use t...Adam
2011-06-14Fixed a few small thingsAdam
2011-06-13changed some _() to gtl() and updated do_strftime() and duration()DukePyrolator
2011-06-12added a Anope::string::capacity() functionDukePyrolator
2011-06-09small improvement for Timer::SetSecs()DukePyrolator
2011-06-07added a Timer::SetSecs() functionDukePyrolator
2011-06-02Burst our channels with the uplink when we connect & fixed bug #1274Adam
2011-06-02Place version.h in build/ not include/Adam
2011-05-23Added an IsServicesOper eventAdam
2011-05-23Rewrote the signal handling to use sigactionAdam
2011-05-22fixed a possible crash on database savingDukePyrolator
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Modularized os_newsAdam
2011-05-16Calculate nc::channelcount at runtimeAdam
2011-05-16Added os_forbidAdam
2011-05-16Check for a valid server in /operserv noopAdam
2011-05-16Expand more on m_alias and changed some std::string usage in sockets.cpp to u...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Fixed reading empty config values in the multiconfig code, caused by removal ...Adam
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ac...Adam
2011-05-16Unmodularized the socket engine because its causing problems and really is un...Adam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Fixed up the MySQL Query code and finished some command code I forgot earlierAdam
2011-05-16Removed DT_CHARPTR from the config reader, its unneededAdam