summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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
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 calculate...Adam
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
2010-10-27Removed memo number from databases. Since we already have db-upgrade we might...Adam
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 d...Adam
2010-10-13Changed cs/ns_set_misc operonly config directive to better reflect what it re...Adam
2010-10-12Made the SQL tables use foriegn keys and references to each other, removed ma...Adam
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 co...Adam
2010-10-04Fixed /ns set password/display and made saset not log the new password on sas...Adam
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
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-10-03Fixed checking the global block in the config to work ok, fixed having non-co...Adam
2010-10-02Added os_modreload. Also allow unloading database and encryption modules sinc...Adam
2010-10-02Made os_news send news notices from NickServ if global is disabledAdam
2010-10-02Fixed cs_invite to send the invite notice to the person invitedAdam
2010-10-02Made OperServ and Global optionalAdam
2010-10-02Made MemoServ optionalAdam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-27Cleaned up some unused code, moved handling of user modes around so we dont g...Adam
2010-09-26Added a short docs/LANGUAGES file explaining how to add translations for the ...Adam