summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.c
AgeCommit message (Expand)Author
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-16Add signals when connecting/disconnecting from IRC serversSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-11Fix name/short name and local variables of IRC server buffer(s) when merging/...Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-11-03Add detection of system clock skew, reinitialize all timers when this happensSebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ...Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables $...Sebastien Helleu
2008-10-22Add function buffer_set_pointer in plugin APISebastien Helleu
2008-10-20Add some buffer infos in IRC infolists hookedSebastien Helleu
2008-10-20Add new property "short_name" for buffersSebastien Helleu
2008-10-19Fix lock when disconnecting SSL server that is not yet successfully connectedSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt for...Sebastien Helleu
2008-09-26Add some missing functions in API: hook_connect and infolist creationSebastien Helleu
2008-09-25Add nick modes in bar item "input_prompt" for IRC pluginSebastien Helleu
2008-09-24Fix /upgrade when there is one buffer for all IRC serversSebastien Helleu
2008-09-24Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)Sebastien Helleu
2008-09-22Return IPv4/IPv6 address to connect hook callback when connection is ok (used...Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-26Clear nicklist for all channels when disconnected from IRC serverSebastien Helleu
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-08-22Fix IRC /server command, fix bugs with IRC servers options, remove temporary ...Sebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-18Add signals for IRC messages (recv/sent)Sebastien Helleu
2008-06-17Remove old notify code in irc plugin (done by notify plugin)Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-02Fix compilation bug when gnutls dev lib is not installedSebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-05-20Add hook_connect (background connection to peer)Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-05-15Update message from IRC plugin when connection fails thru proxySebastien Helleu
2008-05-07Xfer file resume (for DCC protocol) is backSebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu
2008-04-30IRC colors reintroducedSebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2...Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set wit...Sebastien Helleu
2008-04-14Use of "string_explode" to send many messages to IRC serverSebastien Helleu
2008-04-11Fixed bugs with weechat_config_get() in plugin APISebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Fixed bug with charset in IRC pluginSebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-15New format for many IRC protocol commands, bugs fixed in IRC pluginSebastien Helleu
2008-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu