Age | Commit message (Expand) | Author |
2010-10-30 | Updated TODO | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-29 | Removed the example anope_commands php code, it was removed in favor of xmlrpc | Adam |
2010-10-28 | Made gettext work on Debian and updated some documentation | Adam |
2010-10-28 | removed an extra space from db-convert | DukePyrolator |
2010-10-28 | do not store memo numbers on db-convert | DukePyrolator |
2010-10-27 | Removed memo number from databases. Since we already have db-upgrade we might... | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-26 | Modules to not need to include libintl.h because they are not linked to libin... | Adam |
2010-10-26 | Fixed Windows build with gettext | Adam |
2010-10-24 | Fixed the other half of bug #1200 | Adam |
2010-10-24 | Fixed bug #1200 | Adam |
2010-10-23 | Made the language system still work even if the locales are not installed on ... | Adam |
2010-10-23 | Fixed a crash on some usages of /cs akick view | Adam |
2010-10-23 | Fixed a crash on inspircd if we get a join without a TS | Adam |
2010-10-22 | Fixed some Windows problems | Adam |
2010-10-21 | Changed the log:normal config directive to a list like the other log values, ... | Adam |
2010-10-16 | Made /cs help levels desc not case sensitive | Adam |
2010-10-15 | Fixed an wrong logging example in example.conf and fixed misc messages being ... | Adam |
2010-10-13 | Added ns_set_hide to the example configuration, for some reason it was missing | Adam |
2010-10-13 | Fixed mlock, broken since revision cf98cd3e06e4de0f9902824b0ef8239e947c5b6a | Adam |
2010-10-13 | Fixed a crash if an invalid expiry time is given to a number of commands | Adam |
2010-10-13 | Fixed saset noexpire to set noexpire on the nick it is used on not just the d... | Adam |
2010-10-13 | Changed cs/ns_set_misc operonly config directive to better reflect what it re... | Adam |
2010-10-12 | Made the SQL tables use foriegn keys and references to each other, removed ma... | Adam |
2010-10-11 | Fixed Windows again | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-11 | Fixed some warnings | Adam |
2010-10-09 | Fixed a crash in the dns engine if we receive a reply after a request has tim... | Adam |
2010-10-09 | Fixed bug #1196 - truncate anope_extra before flushing data into it again | Adam |
2010-10-08 | Set +P on mlock when channels are set as persistant | Adam |
2010-10-08 | Do not join our clients to enforce TS if they are already in the channel | Adam |
2010-10-08 | Fixed a crash on insp12 if we receeve a part without a reason | Adam |
2010-10-08 | Fixed handling fmodes on inspircd12 | Adam |
2010-10-07 | Fixed a crash if the dns engine is unable to add questions into DNS packets | Adam |
2010-10-07 | Log the kicker as the source of kicking log messages, not the target | Adam |
2010-10-07 | Do now show topics being set by UIDs on TS6 IRCds | Adam |
2010-10-07 | fixed internally setting +o on OPERTYPE | DukePyrolator |
2010-10-06 | Made nickserv:nogroupchange work | Adam |
2010-10-06 | Added lang/unused.sh, used to find unused language strings. Also removed a lo... | Adam |
2010-10-05 | Fixed restarting Anope when it is started from outside of the services binary... | Adam |
2010-10-05 | Fixed two types in db_mysql | Adam |
2010-10-05 | Use safe iteration when deleting servers off of hubs | Adam |
2010-10-05 | Updated docs and TODO | Adam |
2010-10-04 | Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op... | Adam |
2010-10-04 | Attempt to write back the old mlock to the databases if we try and fail to co... | Adam |
2010-10-04 | Fixed /ns set password/display and made saset not log the new password on sas... | Adam |
2010-10-04 | Ignore the EINTR error from epoll_wait, it isnt always a real error | Adam |
2010-10-04 | Allow reloading of the protocol module with /operserv modreload | Adam |
2010-10-04 | Automatically destruct messages when modules are unloaded | Adam |