Age | Commit message (Expand) | Author |
2007-08-04 | Replace 0 with NULL. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-04-16 | revert last change. Already possible with /format -delete daychange (fixed in... | Wouter Coekaerts |
2007-04-16 | Hide daychange. | Geert Hauwaerts |
2007-02-25 | Do not print an empty line for "daychange" if the formatted string is empty. | Emanuele Giaquinta |
2003-01-30 | Fix for !channel matching, patch by Borys | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-11-15 | Try to choose better the window where we print when matching by level and | Timo Sirainen |
2002-09-15 | when server connection was finished, it didn't move from connect_server to | Timo Sirainen |
2002-09-14 | window->active_server used to hold non-connected servers, but that was | Timo Sirainen |
2002-06-04 | Don't set window's server yet at "server looking" stage, as everything isn't | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-04 | window_set_name() - when setting it to "", set it NULL instead. | Timo Sirainen |
2002-05-04 | don't leave active_win corrupted if last window is killed. | Timo Sirainen |
2002-04-26 | /WINDOW GOTO channel|query didn't work if their server was different from | Timo Sirainen |
2002-04-12 | window_change_server() : don't change server if it's being disconnected. | Timo Sirainen |
2002-03-14 | Don't crash when trying to print text when there's no windows yet. Also | Timo Sirainen |
2002-02-22 | Window level matching code was a bit messy. Also, now the active window is | Timo Sirainen |
2002-02-15 | Added /SET window_check_level_first and /SET window_default_level. This allow... | Timo Sirainen |
2002-02-10 | Support for "immortal" windows, that can't be closed until explicitly set to | Timo Sirainen |
2001-12-20 | Some crashfixes with command history. | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-11-25 | /FORMAT timestamp and /FORMAT day_changed use now strftime()-style | Timo Sirainen |
2001-08-08 | Fixed leaking window binds. They were added but rarely removed. | Timo Sirainen |
2001-08-03 | Added sticky window information to /WINDOW. | Timo Sirainen |
2001-06-27 | Don't autoclose windows with bound items. | Timo Sirainen |
2001-03-17 | fixed small hilight memory leak | Timo Sirainen |
2001-03-03 | When /SET autoclose_windows is ON, don't destroy windows if they have | Timo Sirainen |
2001-03-03 | window_set_active() doesn't anymore send "window changed" signal if | Timo Sirainen |
2001-02-19 | window_bind_remove_unsticky(): crashfix | Timo Sirainen |
2001-02-10 | Changed window->waiting_channels ("servertag name" format) to | Timo Sirainen |
2001-02-10 | /WINDOW SERVER: added -sticky and -unsticky options. If window server | Timo Sirainen |
2001-01-14 | Check the return value of strftime() properly | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2001-01-06 | Removed window parameter from window_item_remove() and | Timo Sirainen |
2001-01-01 | /SET windows_auto_renumber - should window refnums be packed when some | Timo Sirainen |
2001-01-01 | /WINDOW NUMBER: -sticky option added. Closing windows before a sticky | Timo Sirainen |
2001-01-01 | MODULE_DATA(item) -> window_item_window(item) - forgot to change these | Timo Sirainen |
2001-01-01 | window_item_create(): when there's multiple choices where the window | Timo Sirainen |
2000-12-02 | window_[add|remove]_item -> window_item_[add|remove] | Timo Sirainen |
2000-11-26 | window_find_item() was buggy if window argument was NULL | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |