1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
|
Wed Jul 29 20:56:23 BST 1998 Tony Gale
* Re-order remove_channel code, to prevent
referencing free'd memory
* Handle new line characters in command as command
delimiters (handles pasting into command entry)
* add removal of the socket GDK callback when closing
a server connection
* Release 0.3.2
Mon Jul 27 20:51:20 BST 1998 Tony Gale
* fix aliases loading
* fix paste callback
* fix window->connection init bug
Sun Jul 26 18:36:50 BST 1998 Tony Gale
* add copy & paste icons to toolbar
* clean up Message code (new files message.[ch]
Thu Jul 23 21:27:32 BST 1998 Tony Gale
* Release 0.3.1
Wed Jul 22 21:43:58 BST 1998 Tony Gale
* remove the old preferences code
* add startup check for at least one persona
* add checks on editing server/persona
* add version check
Tue Jul 7 22:33:38 BST 1998 Tony Gale
* more on the 'Persona' preferences dialog
Mon Jul 6 23:00:28 BST 1998 Tony Gale
* add a 'Favourites' dialog - allows ordering of
commonly used servers
* new files, persona.[ch]: persona handling functions
* start on 'Persona' preferences dialog
Sun Jul 5 18:15:34 BST 1998 Tony Gale
* implement a 'Servers' preferences dialog
Sat Jul 4 19:56:04 BST 1998 Tony Gale
* update menubar functions to allow for creation of a menu-bar
per top-level window
Sat Jul 4 12:14:43 BST 1998 Tony Gale
* fix bug in channel_popup_promote
* remove message_windows global variable and use per-connection
lists instead
* remove current_window global variable and use per-connection
pointer instead
Thu Jul 2 22:38:09 BST 1998 Tony Gale
* finished the major code changes for multiple-server support
* fixed memory allocation bug in new_message (finally found it)
Tue Jun 23 23:02:08 BST 1998 Tony Gale
* add use of 'Connection' everywhere
* remove use of global connection variable
* fix the I/O callback definition
Sat Jun 20 13:11:32 BST 1998 Tony Gale
* start multi-server support:
- new files servers.[ch]
- create 'Connection' struct
* add a simple toolbar for use with the multi-server code
Sun Jun 14 22:34:54 BST 1998 Tony Gale
* merge in preliminary TCL support from
David Welton <davidw@cks.com> - see README.TCL
* debug 'dcc chat' & msg windows
* fix channel modes support
* Release 0.3.0
Sat Jun 13 17:10:38 BST 1998 Tony Gale
* add 'dcc chat'
Fri Jun 12 12:43:24 BST 1998 Tony Gale
* add msg window support
Thu Jun 11 16:40:32 BST 1998 Tony Gale
* add fonts settings using GtkFontSel by
Damon Chaplin (DAChaplin@msn.com)
* prepare for msg window handling
Wed Jun 10 13:38:17 BST 1998 Tony Gale
* complete the preferences dialog skeleton
* re-write the preferences saving/loading
* new files (prefs.[ch]) to hold all settings
Tue Jun 9 20:48:21 BST 1998 Tony Gale
* start re-doing the preferences dialog from scratch
Tue Jun 9 16:53:21 BST 1998 Tony Gale
* fix address bug in 'dcc get'
* allow for '*' channel in RPL_NAMREPLY
* finish re-doing join handling
* add '#' to channels without a '#' or '&' during join
Mon Jun 8 17:50:47 BST 1998 Tony Gale
* add 'dcc get'
* add choice dialog
Wed Jun 3 20:58:46 BST 1998 Tony Gale
* change the channel join behaviour to allow for
the server changing (e.g. shortening) the channel name
* fix bug in command recall
Sat May 23 12:28:02 BST 1998 Tony Gale
* fix 'dcc send' ack'ing and gdk_input_* handling
* add a progress indicator dialog
* use progress indicator with 'dcc send'
* don't change current working directory in util.c
* Release 0.2.6
Wed May 20 19:29:57 BST 1998 Tony Gale
* fix possible NULL dereference in script.c
* check for already complete nick in nick-completion
* fix disappearing text in nick-completion
* fix bracket placement in dcc_send_data
* fix promotion of more than one channel
* add admin and clientinfo commands from
ObiTuarY <Obituary@cybernet.be>
Mon May 18 1998 Tony Gale
* 'dcc send' implementation started
Mon May 11 20:15:19 BST 1998 Tony Gale
* fix being kicked from channel
* Release 0.2.5
Wed May 6 21:57:13 BST 1998 Tony Gale
* fix another 'rubbish from server' case relating to
MODE when creating a new channel
* add nick completion on Escape and when input line
starts with partial nick followed by ',' or ':'
Sat Apr 25 14:33:11 BST 1998 Tony Gale
* fix invite dialog so it doesn't cause a crash
* fix order of invite reply message
* Release 0.2.4
Wed Apr 22 17:58:37 BST 1998 Tony Gale
* small bugfixes, including:
- nick_popup
- message destinations
* Release 0.2.3
Mon Apr 20 22:26:29 BST 1998 Tony Gale
* per-window command recall
* argument checking in ctcp.c and send.c
* small menus fixes
Mon Apr 20 21:48:18 BST 1998 Tony Gale
* fix 'make install'
* allow server messages to not end in CRLF
(breaking rfc1459, but some servers do this - yak)
* argument checking in all recv_* functions
Sun Apr 19 17:56:30 BST 1998 Tony Gale
* focus patch from Zachary Beane <xach@mint.net>
* channel 'key' patch from attila@stalphonsos.com
* more multi-windows support:
- did away with global current_channel
- made the messages a GSList
Sat Apr 18 20:48:42 BST 1998 Tony Gale
* reliminary work for multiple windows
- new 'windows' list
- ChannelInfo contains pointer to a window
- write_messages send text to correct window
Sat Apr 18 12:01:42 BST 1998 Tony Gale
* small bugfixes
* Release 0.2.0
Sat Apr 4 18:57:29 BST 1998 Tony Gale
* merge in Ian's autoconf stuff, and then try to make it
more Bezerk specific.
* re-write the command recall code, as it was broken
Sun Mar 29 22:25:22 BST 1998 Tony Gale
* make the default font size slightly bigger
* fix the aliases dialog
Sun Mar 15 22:43:36 GMT 1998 Tony Gale
* text markup :-
- F1 - bold
- F2 - reverse
- F3 - underline
- F4 - colour
* alias command - allows creation of new commands
on the fly
* changed the prefs for use the ~/.bezerk directory to
save the various prefs file in
* added horizontal scrollbar to members list - automatically
resizes column width to longest width [set_members_list]
Wed Mar 11 23:03:37 GMT 1998 Tony Gale
* add background colour to text parser
* added font and bg colour attribtues to message parts
* added bold font and reverse-video to text parser
* hard coded text style - does away with need for rc file
Sun Mar 8 22:05:17 GMT 1998 Tony Gale
* cleanup string handling code
* add text colour parser
* fix for when we are kicked
* add platform independent date util functions
* add /ctcp command
* add ctcp echo command
* separate pref settings from connection settings
* add Help menu
* fix topic command
Wed Mar 4 22:12:37 GMT 1998 Tony Gale
* added channel command
* implemented command recall
* added query command
* fixes to nick changing
- keep old nick on user change
- prompt user when registration fails
|