summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2010-12-12Allow users to drop their own nickrequestsAdam
2010-12-12Allow users to remove their own access in channelsAdam
2010-12-12Added /chanserv clone commandAdam
2010-12-12Allow akill/szline/sqline to accept user names as a mask argumentAdam
2010-12-12Added command aliasesAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
tree from STL's unordered_map, which was giving horrible performance.
2010-12-12Added /ms ignoreAdam
2010-12-12Document XMLRPC calls and added a .php class wrapper for themAdam
2010-12-12Do not allow ghosting unidentified users if the recover command existsAdam
2010-12-12Added m_xmlrpc and m_xmlrpc main, which allows remote programs to executeAdam
remote RPC calls to Anope in realtime and receive responses
2010-11-29Fixed /ns set displayAdam
2010-11-27Fixed /ns help saset autoop replyAdam
2010-11-22Fixed sending operwalls on ratboxAdam
2010-11-21Introduce our clients with umode +q on Unreal so they can't be kickedAdam
2010-11-18Fixed some mysql queriesAdam
2010-11-17Fixed the mlock events to be useful and fixed /cs access view's last used timeAdam
2010-11-14Fixed ban and kick from showing up twice in /cs helpAdam
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
(cherry picked from commit 438ae629e51b519d0d5f70531d0262be1b9fe2bc)
2010-11-07Fixed the OnPostCommand event overload in db_mysqlAdam
2010-11-05Fixed /ms sendall syntax error messageAdam
2010-11-01Fixed building anopesmtp on Windows, fixed some cmake problems with ↵Adam
calculate_depends, and fixed building without gettext
2010-10-31Made ns_set_misc workAdam
2010-10-31Fixed bug #1197 - Store vhosts in MySQLAdam
2010-10-30Fixed build on cmake2.6Adam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds.
2010-10-27Removed memo number from databases. Since we already have db-upgrade we ↵Adam
might as well make that update memos too. Users using the top of git will need to run sed -i 's/MD MI [0-9]* /MD MI /' anope.db on their database.
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-24Fixed the other half of bug #1200Adam
2010-10-24Fixed bug #1200Adam
2010-10-23Fixed a crash on some usages of /cs akick viewAdam
2010-10-23Fixed a crash on inspircd if we get a join without a TSAdam
2010-10-22Fixed some Windows problemsAdam
2010-10-16Made /cs help levels desc not case sensitiveAdam
2010-10-13Fixed saset noexpire to set noexpire on the nick it is used on not just the ↵Adam
display name
2010-10-13Changed cs/ns_set_misc operonly config directive to better reflect what it ↵Adam
really does
2010-10-12Made the SQL tables use foriegn keys and references to each other, removed ↵Adam
many now unnecessary queries from db_mysql
2010-10-11Fixed Windows buildAdam
2010-10-11Fixed some warningsAdam
2010-10-09Fixed bug #1196 - truncate anope_extra before flushing data into it againAdam
2010-10-08Set +P on mlock when channels are set as persistantAdam
2010-10-08Fixed a crash on insp12 if we receeve a part without a reasonAdam
2010-10-08Fixed handling fmodes on inspircd12Adam
2010-10-07fixed internally setting +o on OPERTYPEDukePyrolator
2010-10-06Made nickserv:nogroupchange workAdam
2010-10-05Fixed two types in db_mysqlAdam
2010-10-04Attempt to write back the old mlock to the databases if we try and fail to ↵Adam
connect to the uplink. Because we may not know modes until after we are synced we could accidentally nuke all of the mlocks
2010-10-04Fixed /ns set password/display and made saset not log the new password on ↵Adam
saset password
2010-10-04Ignore the EINTR error from epoll_wait, it isnt always a real errorAdam
2010-10-04Allow reloading of the protocol module with /operserv modreloadAdam
2010-10-04Automatically destruct messages when modules are unloadedAdam