Adjust make file for AxRT 4.0
Change how first time setup works:
Have the [X] button close also private channels
Mark channels public/private
64-bit fix.
Suppress JOIN/PART messages for myself
Implement MM_NETWORK_CHANNELNEXT which iterates over channels of server
Support QUIT command, broadcast message to all channels with the given nick
Free channel instead of just removing
Remove nicks on PART command
Implement MM_NETWORK_CHATNICKENTRYFIND
Add nicks on JOIN command
Set the default width to 800px to give some more space out of the box
Implement handling connection retries.
Update default server preferences. Remove geit's nick.
Adjust colors to match original WookieChat more.
Remove confusing Save call that calls Load
Write penspecs under an ID offset from objectid itself.
Only log in if connected. Show connecting status.
Execute auto JOIN only after server registration is completed.
Simplistic implementation of private messages
Update version to 3.1
Invoke AddEventHandler on window of object, not object itself.
Workaround for crash at exit.
AxRuntime makefile
Add comment about problem on 64-bit.
64-bit fix
Fix warnings
64-bit fix
Clean the array so that if something fails, garbage is not used
Check the pointer, not the c_Succ field as returned pointer can be NULL
Remove execution bits
Set the non-blocking mode only after connect
Check if connect() succeeded.
If channel is not set, don't crash o strlen
64-bit fixes
Get rid of some compiler warnings.
Ignore generated files.
AROS Makefile updated.
necessary changes for aos4 build
fixed potential crash due unterminated taglist