summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-29Automatically quit bots when they are deletedAdam
2010-12-29Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-28Bug #1225 - Made REGISTER show in /cs helpAdam
2010-12-28Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-27Fixed build on debian lennyAdam
2010-12-27Load session exceptions on start when using SQLAdam
2010-12-27Bug #1222 - Fixed crash from reading to read a range of memosAdam
2010-12-27Bug #1220 - Fixed an event in /hs activate and /ms delAdam
2010-12-27Made socket engine stop processing once all sockets have been checkedAdam
2010-12-26Fixed poll engine to not reorder sockets if we remove the last socket ↵Adam
because there is no need
2010-12-26Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-26Bug #1219 - Correctly restrict people from registering potentential guest namesAdam
2010-12-26Fixed a potential crash from dropping nicksAdam
2010-12-25updated crontab instructions in INSTALLlethality
2010-12-25Forward port part of 821995bf604b5c6e18e6c0c93a31e149565160c8Adam
2010-12-24Bug #1216 - Do not apply SQLines on our own clientsAdam
2010-12-24Made clearing SXLines remove the XLine from the IRCd tooAdam
2010-12-24Do not allow xop del to delete users on another listAdam
2010-12-24Fixed Windows buildAdam
2010-12-24Made the default socket poller use poll() because it is supported on most ↵Adam
platforms
2010-12-24Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-23Prevent version.cpp from prepending version.sh's VERSION_EXTRA on every buildAdam
2010-12-23Fixed noexpire channels expiringAdam
2010-12-23Added a missing os_ignore.hAdam
2010-12-23Fixed a crash in m_aliasAdam
2010-12-23Do not clear want write on a socket if we are unable to completely write its ↵Adam
buffer
2010-12-23Rewrote the ignore code. Adds creator and reason to /os ignore list.Adam
2010-12-23Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-23Fixed deleting expired SXLinesAdam
2010-12-22Made SQLine clear workAdam
2010-12-22Removed match_usermaskAdam
2010-12-22Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-21Allow hostmasks to be in uplink:hostAdam
2010-12-19Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-18Made the version generator code work right when we are on a tag because git ↵Adam
describe just gives the tag name and nothing else.
2010-12-18Don't send SXLines until after we start bursting with our uplinkAdam
2010-12-17NULL the core *serv pointers when core clients are deletedAdam
2010-12-15Bug #1211 - Fixed loading and saving anope_os_sxlinesAdam
2010-12-15Bug #1212 - Fixed some bad logic in /os exception preventing valid ↵Adam
exceptions from being added
2010-12-14Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope ↵DukePyrolator
into 1.9
2010-12-13Bug #1079 - Don't use users real host and IPs when matching againstAdam
bans and excepts, except when a user is unbanning themselves, in an attempt to prevent people from gaining other users IPs. This removes support for Unreal and Bahamuts SVSMode -b because it will unban users by real host and IP.
2010-12-13Bug #1113 - Document the fantasy character in /bs helpAdam
2010-12-13removed an unused variableDukePyrolator
2010-12-13changed a few 'if' to 'else if'DukePyrolator
2010-12-12Do not validate users during netburst until after the server is done syncingAdam
2010-12-12Allow getting users opertype from XMLRPC requestsAdam
2010-12-12Bug #1177 - Readded in support for cs_mode to act on every channelAdam
2010-12-12Fixed a few places in the plexus protocol module where we were sending nick ↵Adam
not UID
2010-12-12Handle not being able to completely flush our write buffer correctlyAdam
2010-12-12fixed a compile error in plexus protocol moduleDukePyrolator