root/trunk/console/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @6554 [6554] 3 weeks flynd Moved user information from separated variables to a single property map. …
(edit) @6553 [6553] 3 weeks flynd Added convenience functions in ICQUser for getting full name and email …
(edit) @6549 [6549] 4 weeks flynd Use Proto- functions instead of icq- functions when available.
(edit) @6510 [6510] 4 months flynd Missed these in r6509.
(edit) @6508 [6508] 4 months flynd Save configuration after adding an owner so the config file doesn't say we …
(edit) @6507 [6507] 4 months flynd Removed a compiler warning.
(edit) @6461 [6461] 6 months flynd Fixed some cases where we kept a pointer to the alias string in the daemon …
(edit) @6439 [6439] 6 months flynd Removed using clause from plugin headers.
(edit) @6406 [6406] 6 months flynd More uin removed from the plugins.
(edit) @6385 [6385] 6 months flynd Some more uin function usage in console plugin removed.
(edit) @6373 [6373] 6 months flynd Daemon users no longer return true when checking membership in user group …
(edit) @6372 [6372] 6 months flynd More uin usage removed from console plugin.
(edit) @6361 [6361] 7 months flynd Some more uin functions in console plugin changed.
(edit) @6359 [6359] 7 months flynd Removed some usage of uin functions in console plugin.
(edit) @6358 [6358] 7 months flynd Fixed console plugin to compile again after default group was removed in …
(edit) @6285 [6285] 7 months flynd Updated to work with new group handling. I haven't tested this much but it …
(edit) @6244 [6244] 7 months flynd Fixed a mutex problem when trying to go online. And don't use data for …
(edit) @6232 [6232] 7 months flynd Silence warnings from gcc 4.3
(edit) @6180 [6180] 8 months flynd Added const declarations to event classes and fixed (hopefully) everything …
(edit) @6176 [6176] 8 months flynd Fixed some compiler warnings. Some unused variables and a few ugly casts …
(edit) @4796 [4796] 2 years erijo A fix for Debian bug 399012 (http://bugs.debian.org/399012): "segmentation …
(edit) @4588 [4588] 2 years erijo Fix compiler warning: dereferencing type-punned pointer will break …
(edit) @4574 [4574] 2 years emostar If we have no users, we crash when printing the user list. So, just show a …
(edit) @4526 [4526] 2 years erijo Removed svn:keywords from all files that don't need it. May make …
(edit) @4525 [4525] 2 years erijo Removed all .cvsignore-files.
(edit) @4488 [4488] 3 years erijo Install the plugin into $libdir/licq. See [4484].
(edit) @4363 [4363] 3 years phatfil restore symbolic colour names. undef's ncurses colour defines so as to not …
(edit) @4351 [4351] 3 years emostar Make sure we include the proper headers
(edit) @4295 [4295] 3 years emostar Easier version upgrades.
(edit) @4273 [4273] 3 years emostar Fix an uninitialized variable. Patch by Ladislav Michnovic
(edit) @4239 [4239] 3 years emostar Fix a crash of the console plugin crashing if you hit tab too many times …
(edit) @4232 [4232] 3 years emostar Hack to make sure we get the cdk headers. Next version will have a proper …
(edit) @4230 [4230] 3 years phatfil fix getting contact when a protocol is specified by the user with extra …
(edit) @4212 [4212] 3 years phatfil don't try to tab-complete (then crash) when the user hasn't typed anything
(edit) @4197 [4197] 3 years phatfil this does three things: - saves the last user correctly when using the F10 …
(edit) @4192 [4192] 3 years phatfil fix segfault caused by bug in AddEventTag?() when a windows data was …
(edit) @4185 [4185] 3 years phatfil whoops. use strdup() so free() works.
(edit) @4184 [4184] 3 years phatfil fix a couple of crashes (viewing history, last user) when user aliases …
(edit) @4175 [4175] 3 years emostar Modified patch by Philip Nelson to compile one again. Modified by me to …
(edit) @4143 [4143] 4 years emostar Don't need to load protocol plugins anymore. Fix tabbing with users. …
(edit) @4139 [4139] 4 years emostar Add a patch to configure the backspace key.
(edit) @4023 [4023] 4 years emostar Fix a crash that was caused my an uninitialized pointer. Also a few …
(edit) @3950 [3950] 4 years dreamforce2 - fix userlist overlapping the message box. this fixes SF-bug 1047281.
(edit) @3933 [3933] 4 years emostar Patch by Philip: ��- fixes a segfault which happened for me when a …
(edit) @3922 [3922] 4 years emostar Fix Thomas' patch, it broke sending a message with ".d", ".s", or …
(edit) @3907 [3907] 4 years dreamforce2 - only send the message when we got a single dot on a line, don't send …
(edit) @3901 [3901] 4 years dreamforce2 fix segfault when running console plugin and no owner. this fixes SF bug …
(edit) @3832 [3832] 4 years emostar Licq 1.3.0: PRE-RELEASE
(edit) @3802 [3802] 4 years emostar Another TODO removed.
(edit) @3801 [3801] 4 years emostar * Fix some documentation for the help. * Add support for $ (last user)
(edit) @3768 [3768] 5 years emostar Patch by Philip Nelson <phatfil AT optusnet.com.au> to add initial support …
(edit) @3752 [3752] 5 years emostar Compilation fix
(edit) @3559 [3559] 6 years emostar New version: 1.2.7
(edit) @3556 [3556] 6 years emostar Patch from Philip Nelson to send SMS from the console plugin
(edit) @3549 [3549] 6 years emostar Use the new ICQUser::usprintf
(edit) @3287 [3287] 6 years emostar Don't lock up when sending an authorization grant/refusal. Fix a memory …
(edit) @3264 [3264] 6 years emostar Add support for not saving the password and querying for it at startup.
(edit) @3247 [3247] 6 years emostar Version 1.2.4
(edit) @3244 [3244] 6 years emostar Use the new icqFileTransfer function
(edit) @3136 [3136] 6 years emostar Added a new signal for successfully adding a user to the server side …
(edit) @3134 [3134] 6 years emostar Better server side list naming from the console plugin as well.
(edit) @3132 [3132] 6 years emostar Use STDERR instead of STDOUT. Updated documentation in licq_events.h and …
(edit) @3107 [3107] 6 years emostar Improved plugin architecture that is more compliant with the new server …
(edit) @3099 [3099] 6 years emostar Do not block when we attempt to connect to a remote chat or file server.
(edit) @3078 [3078] 6 years emostar Patch by Juan to not strip console plugin always
(edit) @3015 [3015] 6 years emostar GCC3 fixes
(edit) @2972 [2972] 6 years emostar quick hack around new function calls disabled sending through server for …
(edit) @2957 [2957] 6 years emostar version 1.2.1
(edit) @2956 [2956] 6 years emostar Option to send file transfer requests direct or through the server.
(edit) @2915 [2915] 6 years emostar IpPortStr?() is now IpStr?() and PortStr?()
(edit) @2884 [2884] 7 years emostar Compilation fix for searches. Fix me later.
(edit) @2790 [2790] 7 years emostar *** empty log message ***
(edit) @2789 [2789] 7 years emostar Updated viewing more info on the users.
(edit) @2721 [2721] 7 years emojon Don't crash if more than 1024 characters is being passed to …
(edit) @2607 [2607] 7 years dwalker ncurses
(edit) @2516 [2516] 8 years graham 1.0.3
(edit) @2493 [2493] 8 years graham Version 1.0.2
(edit) @2463 [2463] 8 years max fix for char > 128
(edit) @2444 [2444] 8 years graham Don't die if select breaks on EINTR
(edit) @2418 [2418] 8 years graham 1.01
(edit) @2354 [2354] 8 years graham Fixed some problems with the help display for "set".
(edit) @2353 [2353] 8 years graham Some better handling of input, added clear functionality.
(edit) @2348 [2348] 8 years graham Removed CICQEventTag class and just use event ids from the event. …
(edit) @2311 [2311] 8 years graham Fix to avoid printing out garbage users with uin 0.
(edit) @2307 [2307] 8 years graham Version fixes.
(edit)