Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: bozimmerman/Sip

Sip v3.3.2

28 Oct 17:24

Choose a tag to compare

New clear input box option added

Sip v3.3.1

20 Oct 16:47

Choose a tag to compare

Another release! Sip v3.3.1 - A MUD Client!

Sip v3.3.0

17 Oct 02:18

Choose a tag to compare

Natural tabbing added for UI elements
Phonebook entry auto-shown in connect drop-down
Enter can be pressed on highlighted buttons to click them.
clearWindow added to official API functions
Loading screen says 'Loading' now.
MXP menus now open at proper location when Enter is pressed on them
Escape key closes open dialogs.
Menus can now be accessed with Alt-key shortcuts
Menu entries can now be accessed with keyboard keys
Menus can now be navigated with arrow keys.
Drag corners on dialogs and frames now have correct cursor cue.
MXP anchors now support actual urls without complaining, and TARGET argument
MXP FRAMEs now supports DOCK argument
MXP FRAME children with 100% height/width will auto-fit remaining space.
MXP FRAMEs now support pixel sizing properly
Better screen-reader support (special tag attributes added)
Fixed NEWENVIRON CHARSET response
Couple of new plugins (javascript executor, and GMCP viewer)

Sip v3.2.6

12 Oct 02:54

Choose a tag to compare

MXP Frame fixes for fixed-pixel sub-frames.
Char mode fix (recv backspace)

Sip v3.2.5

06 Oct 06:47

Choose a tag to compare

Plugins can now be downloaded from a chooser.
MXP fixes.

Sip v3.2.4

30 Sep 19:18

Choose a tag to compare

Default max lines is now 10,000 per window
Fix to MXP popup bug.
Better scrollback support.
GMCP support for IRE.Composer.Edit

Sip v3.2.2

10 Sep 06:48

Choose a tag to compare

MXP fix for processing long tags over split packets.

Sip v3.2.1

08 Sep 03:29

Choose a tag to compare

Fix to plugin menus
Fix to text selection.

Sip v3.2.0

27 Aug 02:58

Choose a tag to compare

More reliable version checks in About
Can now download media from Custom Media
Plugins can now set required versions
Loading plugins with media now gives better overwrite popup
MXP now supports floating window close buttons
MXP img tags support styles
MXP input tag supports checkboxes/radio buttons
Top menu compacted, mostly to support more plugin menus
Mapper now supports dragging rooms
Mapper has Import/Export area json
Mapper supports speedwalking between areas
Mapper now supports browsing other areas better
Mapper re-centers map when current room is off-screen
Bug fixed in plugin menus
Bug fixed in closing internal frames
Plugins can now access all their json fields, and connection url

Sip v3.1.8

25 Aug 22:12

Choose a tag to compare

No much:
Mapper fixes for the new mapper plugin, mostly in speedwalking.
More JS security for plugins: (Basically, plugins can use displayText to insert MXP into a page, which is fine, but some MXP tags allow, or even encourage, JavaScript, making them a back-door. Since 3.1.6, the idea is to limit all JavaScript calls to only those that plugins generally are allowed.