Search results

  1. P

    Feature gCLI "fortune" command: better support for player names with spaces

    The current implementation of "fortune" disallows specifying custom words while consulting Zatara about a player whose name contains spaces, and if the name contains 3 spaces the command cannot be used at all. In order to address this I have put together a quick patch which allows one to...
  2. P

    git-svn "Svndiff data contains invalid instruction" error since late February

    Interesting, I have tried this from both several different machines and using many, many different versions of Git... Have you perhaps got a copy of your repository available somewhere I could clone it from?
  3. P

    git-svn "Svndiff data contains invalid instruction" error since late February

    Yes, it is almost certainly a Sourceforge issue; searching on the Internet for similar error messages suggest inconsistencies in the underlying file structure of the repository, which have to be corrected on the server side. It's there: util/authors.txt. The way git-svn works is that in the...
  4. P

    git-svn "Svndiff data contains invalid instruction" error since late February

    git-svn "Svndiff data contains invalid instruction" error since late February Since late February this year, every time I try to update my Git mirror of Mafia Subversion repository I get the following error: Svndiff data contains invalid instruction: Invalid diff stream: [tgt] insn 0 starts...
  5. P

    chatbotScript only sees private messages

    I have figured it out - it was due to greenScreenProtection having been set to true in the global settings of my instance of Mafia. At first I thought that option implemented rate limiting of some sort (clearly I didn't look at the source code of CharManager carefully enough) but I when I found...
  6. P

    chatbotScript only sees private messages

    I have got an ASH script (surprising, isn't it) that I would like to use as a chatbot script. The problem is, it only ever seems to fire for private messages. Regardless of what account I use it with and whether I am in GUI or CLI mode, the function void main(string sender, string message...
  7. P

    New Content - Implemented Support multi-casting of Calculate the Universe / changing Manual of Numberology cost

    With the reappearance of the Manual of Numberology at the Swagger Shop today it has become possible to cast Calculate the Universe more than once per day, with the limit being apparently the number of times you have read the Manual. It would be good to extend Mafia to support this. Unfortunately...
  8. P

    Bug - Not A Bug Mafia hogs shared memory under Linux

    Not so in my case though, the same happened when I switched the browser to be launched when starting the relay-browser mode to Chromium 45. Not exactly surprising given what I reported in my last post, namely that the problem also occurred running Mafia standalone. Anyway, turns out the problem...
  9. P

    Bug - Not A Bug Mafia hogs shared memory under Linux

    I am pretty sure about that. On one hand, today I started Mafia without activating the relay-browser mode (i.e. logged in, opened the chat window and left it at that) and shared-memory segments kept getting allocated, albeit at a slower rate. On the other, I can have the browser itself (Firefox...
  10. P

    Bug - Not A Bug Mafia hogs shared memory under Linux

    Hello, Running OpenJDK-7.2.6.1 under Linux/amd64. Since about a month ago Mafia began to allocate and never release a massive number of SysV shared-memory segments, pretty quickly exhausting the limit and preventing other programs depending on shm - for example anything Qt-based - from working...
  11. P

    Sourceforge downtime -- discussion of alternatives

    I strongly second the idea of switching to Git - and if so, then indeed why not Github. Incidentally, a quick search of the site suggests the source code of Mafia itself is already is on Github - there appear to be three separate mirrors of the official SVN repository, including one which was...
  12. P

    Bug - Won't Fix [moved] compilation error under OpenJDK <1.7

    SVNKit inclusion breaks OpenJDK support Ever since SVNKit code got added to KoLMafia it is no longer possible to build the latter using OpenJDK. Attempting to do so results in a lot of errors like this: [javac]...
  13. P

    Feature Extend 100%-run protection to photocopy fights

    Mafia has had a warning pop up when switching familiars could result in messing up a 100% run for quite a while now. However, as I was unlucky to find out the other day this protection doesn't extend to fights triggered by using a photocopied monster... Possibly other item-driven combats too...
  14. P

    Bug - Fixed Highlighting locally mangles links in chat

    *bump* The problem's still there, you know.
  15. P

    Bug - Fixed Cannot compile Mafia using Jikes

    Hello, For quite some time it has been impossible for me to compile Mafia (unmodified sources from SVN trunk, to be exact) using Jikes (version 1.22, under Linux). On the same system Mafia builds fine using javac, from both Oracle JDK and OpenJDK. The problem occurs on line 70 in...
  16. P

    Feature - Implemented Removal of "Update" Function (Discuss!)

    That would indeed help, Theraze. Alternatively, this whole feature could possibly be nuked altogether... I have just been made aware it is possible to obtain chat history - from before one has logged in, too - from vanilla KoL simply by calling the right script with the right arguments. Then the...
  17. P

    Feature - Implemented Removal of "Update" Function (Discuss!)

    lostcalpolydude: Both, I've just checked. fronobulax: What Winterbay has said.
  18. P

    Feature - Implemented Removal of "Update" Function (Discuss!)

    Improve handling of automated clan-log request responses Hello everyone, Many of you may not be aware of this but if you run Mafia and a fellow clan member sends you a private chat message saying "update", you will automatically respond with a kmail listing recent events in /clan. While this...
  19. P

    Bug - Fixed Highlighting locally mangles links in chat

    It seems posting (and possibly receiving) a link in Mafia chat which contains a pattern one highlights causes such a link to get malformed, in both the chat window and the log. For example, posting the link http://apod.nasa.gov/apod/ap110315.html with the highlight pattern "pod" enabled...
  20. P

    Feature - Implemented Buying Spooky Saplings

    A possible workaround Lack of buying control aside, this is a bit annoying... You can't interrupt the buying loop by declaring world peace, nor does logging out and back in help because Mafia just gets back into the loop. One has to get into the Kingdom using the standard browser interface and...
Top