about summary refs log tree commit diff stats
path: root/src/ui/privwin.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2016-02-141-1/+1
* Don't show notification reminders for messages the user does not want notific...James Booth2016-02-041-3/+0
* Tidy notify_message()James Booth2016-02-041-14/+2
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-041-1/+1
* Implemented /console private settingJames Booth2016-02-031-3/+4
* Handle self leaving room in private winsJames Booth2016-02-031-0/+87
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-021-1/+47
* Show message in private windows when user offlineJames Booth2016-02-021-0/+30
* Updated console new message textJames Booth2015-12-201-8/+11
* Tidy wins_create_summary()James Booth2015-11-291-0/+18
* Renamed /notify message -> /notify chatJames Booth2015-11-291-1/+1
* Added room specific notify settingsJames Booth2015-11-281-1/+1
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-12/+6
* Tidy regular chat and room notificationsJames Booth2015-11-241-2/+26
* Update privwin.ckiethandi2015-11-201-1/+2
* Update privwin.ckiethandi2015-11-201-0/+1
* Renamed MUC private window functionsJames Booth2015-11-081-2/+2
* ui_incoming_private_msg takes ProfPrivateWin, added assertsJames Booth2015-11-081-7/+6
* Moved ui_outgoing_private_msg to privwin.cJames Booth2015-11-051-0/+5
* Added privwin moduleJames Booth2015-11-051-0/+85
236'>236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341