Saw this thread right now
Aldebaran
En_GB
mud.tap.de (aliases aldebaran.mud.de, aldebaran-mud.de)
2000 SSL/TLS
2000 clear
(yes, it autodetects SSL/TLS)
Search found 41 matches
- Sun Mar 02, 2025 9:59 pm
- Forum: Help Forum
- Topic: List of MUDs that can be connected to securely (TLS)
- Replies: 8
- Views: 520221
- Sat Sep 21, 2024 3:12 pm
- Forum: Mudlet Development
- Topic: Windows build Environment cannot be installed anymore - need a hand
- Replies: 30
- Views: 215671
Re: Windows build Environment cannot be installed anymore - need a hand
Well, short notice here for everyone coming to this post. The new Windows build system described on the webpage https://wiki.mudlet.org/w/Compiling_Mudlet#Compiling_on_Windows works great! As it is MSYS based, I'd guess it was made by SlySven. So thank you very much!!!! I just thought I need to post...
- Sun Jul 14, 2024 6:42 pm
- Forum: Mudlet Development
- Topic: Where do I report a wiki web page issue?
- Replies: 1
- Views: 37703
Where do I report a wiki web page issue?
See subject. That said: The German download page https://www.mudlet.org/de/herunterladen/ shows wrong links. The Windows download points to the Mac version. Alltogether, using the German version you cannot download the Windows version at all; you have to change the language to sth else. Best regards.
- Wed Apr 17, 2024 4:16 pm
- Forum: General Forum
- Topic: Try the upcoming version of Mudlet - Public Test Builds!
- Replies: 2
- Views: 526800
No available Windows PTBs! -> Re: Try the upcoming version of Mudlet - Public Test Builds!
I assume you are already aware that there are no more downloadable PTBs for Windows (which is a pity as they contain some features/fixes the official build is lacking). It seems there are also only very, very few windows builds of branches and PRs. Looks like there is something wrong with the automa...
- Sat Feb 17, 2024 2:37 pm
- Forum: Mudlet Development
- Topic: Windows build Environment cannot be installed anymore - need a hand
- Replies: 30
- Views: 215671
Re: Windows build Environment cannot be installed anymore - need a hand
Found a way to compile test, at least all except TLinkStoreTest which had too many dependencies for me to resolve. Hmm, I can't attach a tgz here, can I? Ok, for reference: MudletTest.qmake ###################################################################### # Automatically generated by qmake (3.1...
- Mon Feb 12, 2024 7:44 pm
- Forum: Mudlet Development
- Topic: Windows build Environment cannot be installed anymore - need a hand
- Replies: 30
- Views: 215671
Re: Windows build Environment cannot be installed anymore - need a hand
Hmm, unfortunately I'm unable to compile and run the contents of mudlet/test. I'm sure someone will ask me to do so (at some point). @SlySven : any hint on this? I mean I can do cmake and it creates a bunch of files, there is also qmake, but I can't get the two together. I suspect I just need to giv...
- Mon Feb 12, 2024 1:39 am
- Forum: Mudlet Development
- Topic: Windows build Environment cannot be installed anymore - need a hand
- Replies: 30
- Views: 215671
Re: Windows build Environment cannot be installed anymore - need a hand
If you want to try something different I've finally gotten around to putting together something that other people can use to work in a MSYS2+Mingw-w64 environment completely - I haven't publicised this outside of the Core Devs but It might be of interest to you. This is a set of three scripts that ...
- Fri Jun 23, 2023 8:52 pm
- Forum: Mudlet Development
- Topic: MXP enhancements, was PR #4200
- Replies: 14
- Views: 115329
Re: MXP enhancements, was PR #4200
Well, that's a good point. Now, for now, I just added the chars missing compared to other clients and mimicked what I found in the source. For people of my age anything non US-Ascii in a source file is very suspicious. I was surprised it 'somehow' worked out. I'd have no problem putting the actual c...
- Tue Jun 20, 2023 9:39 pm
- Forum: Mudlet Development
- Topic: MXP enhancements, was PR #4200
- Replies: 14
- Views: 115329
Re: MXP enhancements, was PR #4200
Hmm, I thought a bit about it, and regarding MXP default entities, I now have a version which makes this Mudlet screen (a current PTB) broken.png become this one perfect.png . Unfortunately, I also had to extend the internal Entity handling prototypes a bit, since I need the full UTF code for defaul...
- Mon Jun 19, 2023 6:10 pm
- Forum: Mudlet Development
- Topic: Better tooltip for MXP menus?
- Replies: 3
- Views: 62455
Re: Better tooltip for MXP menus?
Hmm, just to be sure I understand you right: You mean either (a) if you click on the link (left or right) it pops up the actual, full menu to select your choice or (b) the mouse over tooltip is already the active popup and you click your choice there right away? I mean, in principle, everything can ...