summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-30Updated TODOAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-10-29Removed the example anope_commands php code, it was removed in favor of xmlrpcAdam
2010-10-28Made gettext work on Debian and updated some documentationAdam
2010-10-28removed an extra space from db-convertDukePyrolator
2010-10-28do not store memo numbers on db-convertDukePyrolator
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-26Modules to not need to include libintl.h because they are not linked to libin...Adam
2010-10-26Fixed Windows build with gettextAdam
2010-10-24Fixed the other half of bug #1200Adam
2010-10-24Fixed bug #1200Adam
2010-10-23Made the language system still work even if the locales are not installed on ...Adam
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-21Changed the log:normal config directive to a list like the other log values, ...Adam
2010-10-16Made /cs help levels desc not case sensitiveAdam
2010-10-15Fixed an wrong logging example in example.conf and fixed misc messages being ...Adam
2010-10-13Added ns_set_hide to the example configuration, for some reason it was missingAdam
2010-10-13Fixed mlock, broken since revision cf98cd3e06e4de0f9902824b0ef8239e947c5b6aAdam
2010-10-13Fixed a crash if an invalid expiry time is given to a number of commandsAdam
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 againAdam
2010-10-11Fixed Windows buildAdam
2010-10-11Fixed some warningsAdam
2010-10-09Fixed a crash in the dns engine if we receive a reply after a request has tim...Adam
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-08Do not join our clients to enforce TS if they are already in the channelAdam
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 a crash if the dns engine is unable to add questions into DNS packetsAdam
2010-10-07Log the kicker as the source of kicking log messages, not the targetAdam
2010-10-07Do now show topics being set by UIDs on TS6 IRCdsAdam
2010-10-07fixed internally setting +o on OPERTYPEDukePyrolator
2010-10-06Made nickserv:nogroupchange workAdam
2010-10-06Added lang/unused.sh, used to find unused language strings. Also removed a lo...Adam
2010-10-05Fixed restarting Anope when it is started from outside of the services binary...Adam
2010-10-05Fixed two types in db_mysqlAdam
2010-10-05Use safe iteration when deleting servers off of hubsAdam
2010-10-05Updated docs and TODOAdam
2010-10-04Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op...Adam
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