summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05Fixed clearing bandataAdam
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-30Fixed /ns alistAdam
2011-05-29Fixed ns_update and db_mysql_live sql queriesAdam
2011-05-23Added an IsServicesOper eventAdam
2011-05-23Added m_statusupdateAdam
2011-05-23Rewrote the signal handling to use sigactionAdam
2011-05-22fixed a possible crash on database savingDukePyrolator
2011-05-21Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-05-21Bug #1271Adam
2011-05-21fixed bug #1272DukePyrolator
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-19Fixed compile from the earlier mergeAdam
2011-05-16Modularized os_newsAdam
2011-05-16Calculate nc::channelcount at runtimeAdam
2011-05-16Added os_operAdam
2011-05-16Added os_forbidAdam
2011-05-16Check for a valid server in /operserv noopAdam
2011-05-16Fixed some logic fail in ts6_uid_retrieveAdam
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-16Branch for 1.9.5Adam
2011-05-16Anope 1.9.4 Release1.9.4Adam
2011-05-16Removed ngircd as we've decided not to support it at this timeAdam
2011-05-16Note m_async_commands is experimentalAdam
2011-05-15Fixed Windows buildAdam
2011-05-15Fixed akill log message when there is no expiry timeAdam
2011-05-01Fixed sometimes not removing nick masks from the access list when the group ↵Adam
is dropped
2011-04-29Temporary fix for /os restart with m_async_commands loaded, is fixed ↵Adam
properly in 1.9.5
2011-04-28Added a unique key for the anope_cs_mlock tableAdam
2011-04-27Fixed bug #1265Adam
2011-04-27Fixed a crash if an expiring channel had the founder also on the access listAdam
2011-04-25Fixed crash when certain nicks expireAdam
2011-04-25Don't attempt to connect to the uplink if given invalid hostnamesAdam
2011-04-25resolve hosts when connecting with sslDukePyrolator
2011-04-23Two small SQL fixesAdam
2011-04-20A few more small fixesAdam
2011-04-20This actually isn't necessaryAdam