summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2011-07-31Fixed a few small problems, including m_ssl's connect feature sometimes ↵Adam
failing for no good reason
2011-07-26A few small fixesAdam
2011-07-14Fixed OSOpersOnly & CSOpersOnlyAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-07-03Clean up some of the dns code, udp is connectionless anyway so this isnt ↵Adam
required
2011-06-27Fixed build on older cmake versionsAdam
2011-06-20Cleaned up some of the logger code which fixes not logging debug logs to ↵Adam
files etc when debug is enabled, and some other small things
2011-06-17Search all domains for language strings, fixes the mess that we used to use ↵Adam
to translate strings in 3rd party modules
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 ↵Adam
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
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 ↵Adam
use Anope::string
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-05-16Fixed reading empty config values in the multiconfig code, caused by removal ↵Adam
of DT_CHARPTR
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ↵Adam
accounts to LDAP, removed some unnecessary OnPre events and fixed unloading all modules
2011-05-16Unmodularized the socket engine because its causing problems and really is ↵Adam
unnecessary
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
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-05-16Use std::map instead of unordered_mapAdam
2011-05-15Fixed Windows buildAdam
2011-05-01Fixed sometimes not removing nick masks from the access list when the group ↵Adam
is dropped
2011-04-25Don't attempt to connect to the uplink if given invalid hostnamesAdam
2011-04-03Made LDAP support recover, release, resetpass, etc.Adam
2011-03-30Fixed bug #1258, more Windows stuff, and more language stringsAdam
2011-03-30Fixed windows build more, including ldapAdam
2011-03-29Fixed windows buildAdam
2011-03-29Fixed some left over useprivmsg problems and fixed some compiler warnings.Adam
2011-03-26replaced all %R with %s in the language stringsDukePyrolator
2011-03-14Fixed compileAdam
2011-03-14Removed include/patricia.h due to oversight in attribution. This breaks ↵Charles Kingsley
compile, please do not use until this is fixed later.
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-13When a server quits use its quit reason for all of its linksAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from ↵DukePyrolator
unnecessarily rebuilding on every make
2011-03-12added ns_certDukePyrolator
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-03-09Store mlock in the databases and removed some unused functions from misc.cppAdam