summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-nicklist.c
AgeCommit message (Collapse)Author
2008-01-03Fixed bug with nicklist sizeSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown.
2007-12-17New backlog option in logger plugin, added variable names in .h files, ↵Sebastien Helleu
replaced "void *" pointers by structures
2007-12-01New config functions, almost entirely rewritten from scratchSebastien Helleu
2007-11-06Added option "set" for /buffer commandSebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages ↵Sebastien Helleu
in buffer (faster and using less memory)
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-08-09Added support of channel mode +u (channel user) (bug #20717)Sebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based ↵Sebastien Helleu
on source name), moved some functions
2007-05-02Added channel admin mode '!' for some IRC serversSebastien Helleu
2007-01-09Fixed display bugs with nicklist at top/bottom when look_nicklist_separator ↵Sebastien Helleu
is OFF (bug #18737)
2007-01-07Fixed display bug in nicklist with cyrillic nick namesSebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵Sebastien Helleu
messages (bug #18716)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-11-17Added option "look_nicklist_separator" (task #5437)Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-05-07Added some panel structures and functionsSebastien Helleu